Uses of Class
org.apache.flink.table.data.binary.BinarySection
-
Packages that use BinarySection Package Description org.apache.flink.table.data.binary -
-
Uses of BinarySection in org.apache.flink.table.data.binary
Subclasses of BinarySection in org.apache.flink.table.data.binary Modifier and Type Class Description classBinaryArrayDataA binary implementation ofArrayDatawhich is backed byMemorySegments.classBinaryMapData[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].classBinaryRowDataAn implementation ofRowDatawhich is backed byMemorySegmentinstead of Object.classNestedRowDataIts memory storage structure is exactly the same withBinaryRowData.Methods in org.apache.flink.table.data.binary that return BinarySection Modifier and Type Method Description BinarySectionLazyBinaryFormat. getBinarySection()protected BinarySectionBinaryRawValueData. materialize(org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer)protected BinarySectionBinaryStringData. materialize(org.apache.flink.api.common.typeutils.TypeSerializer<String> serializer)protected abstract BinarySectionLazyBinaryFormat. materialize(org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer)Materialize java object to binary format.Constructors in org.apache.flink.table.data.binary with parameters of type BinarySection Constructor Description LazyBinaryFormat(T javaObject, BinarySection binarySection)
-