Package | Description |
---|---|
org.apache.flink.table.dataformat |
Modifier and Type | Class and Description |
---|---|
class |
BinaryArray
For fields that hold fixed-length primitive types, such as long, double, or int, we store the
value directly in the field, just like the original java array.
|
class |
BinaryGeneric<T>
Internal format to generic.
|
class |
BinaryMap
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
class |
BinaryRow
A special row which is backed by
MemorySegment instead of Object. |
class |
BinarySection
Binary section of memory.
|
class |
BinaryString
A utf8 string which is backed by
MemorySegment instead of String. |
class |
LazyBinaryFormat<T>
Lazy binary format.
|
class |
NestedRow
Its memory storage structure is exactly the same with
BinaryRow . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.