Package | Description |
---|---|
org.apache.flink.table.data.binary |
Modifier and Type | Class and Description |
---|---|
class |
BinaryArrayData
A binary implementation of
ArrayData which is backed by MemorySegment s. |
class |
BinaryMapData
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
class |
BinaryRowData
An implementation of
RowData which is backed by MemorySegment instead of Object. |
class |
NestedRowData
Its memory storage structure is exactly the same with
BinaryRowData . |
Modifier and Type | Method and Description |
---|---|
BinarySection |
LazyBinaryFormat.getBinarySection() |
protected BinarySection |
BinaryStringData.materialize(TypeSerializer<String> serializer) |
protected BinarySection |
BinaryRawValueData.materialize(TypeSerializer<T> serializer) |
protected abstract BinarySection |
LazyBinaryFormat.materialize(TypeSerializer<T> serializer)
Materialize java object to binary format.
|
Constructor and Description |
---|
LazyBinaryFormat(T javaObject,
BinarySection binarySection) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.