Uses of Interface
org.apache.flink.table.data.binary.BinaryFormat
-
Packages that use BinaryFormat Package Description org.apache.flink.table.data.binary -
-
Uses of BinaryFormat in org.apache.flink.table.data.binary
Classes in org.apache.flink.table.data.binary that implement BinaryFormat Modifier and Type Class Description classBinaryArrayDataA binary implementation ofArrayDatawhich is backed byMemorySegments.classBinaryMapData[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].classBinaryRawValueData<T>A lazily binary implementation ofRawValueDatawhich is backed byMemorySegments and genericObject.classBinaryRowDataAn implementation ofRowDatawhich is backed byMemorySegmentinstead of Object.classBinarySectionA basic implementation ofBinaryFormatwhich describe a section of memory.classBinaryStringDataclassLazyBinaryFormat<T>An abstract implementation foBinaryFormatwhich is lazily serialized into binary or lazily deserialized into Java object.classNestedRowDataIts memory storage structure is exactly the same withBinaryRowData.
-