| Package | Description |
|---|---|
| org.apache.flink.table.data.binary | |
| org.apache.flink.table.data.columnar |
| Class and Description |
|---|
| BinaryArrayData
A binary implementation of
ArrayData which is backed by MemorySegments. |
| BinaryFormat
Binary format spanning
MemorySegments. |
| BinaryMapData
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
| BinaryRawValueData
A lazily binary implementation of
RawValueData which is backed by MemorySegments
and generic Object. |
| BinaryRowData
An implementation of
RowData which is backed by MemorySegment instead of Object. |
| BinarySection
A basic implementation of
BinaryFormat which describe a section of memory. |
| BinaryStringData |
| LazyBinaryFormat
An abstract implementation fo
BinaryFormat which is lazily serialized into binary or
lazily deserialized into Java object. |
| NestedRowData
Its memory storage structure is exactly the same with
BinaryRowData. |
| NullAwareGetters
Provides null related getters.
|
| TypedSetters
Provide type specialized setters to reduce if/else and eliminate box and unbox.
|
| Class and Description |
|---|
| TypedSetters
Provide type specialized setters to reduce if/else and eliminate box and unbox.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.