Uses of Package
org.apache.flink.table.data.binary
Packages that use org.apache.flink.table.data.binary
-
Classes in org.apache.flink.table.data.binary used by org.apache.flink.table.data.binaryClassDescriptionA binary implementation of
ArrayDatawhich is backed byMemorySegments.Binary format spanningMemorySegments.[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].A lazily binary implementation ofRawValueDatawhich is backed byMemorySegments and genericObject.An implementation ofRowDatawhich is backed byMemorySegmentinstead of Object.A basic implementation ofBinaryFormatwhich describe a section of memory.An abstract implementation foBinaryFormatwhich is lazily serialized into binary or lazily deserialized into Java object.Its memory storage structure is exactly the same withBinaryRowData.Provides null related getters.Provide type specialized setters to reduce if/else and eliminate box and unbox. -
Classes in org.apache.flink.table.data.binary used by org.apache.flink.table.data.columnarClassDescriptionProvide type specialized setters to reduce if/else and eliminate box and unbox.