Uses of Interface
org.apache.flink.table.data.binary.TypedSetters
Packages that use TypedSetters
-
Uses of TypedSetters in org.apache.flink.table.data.binary
Classes in org.apache.flink.table.data.binary that implement TypedSettersModifier and TypeClassDescriptionfinal classA binary implementation ofArrayDatawhich is backed byMemorySegments.final classAn implementation ofRowDatawhich is backed byMemorySegmentinstead of Object.final classIts memory storage structure is exactly the same withBinaryRowData. -
Uses of TypedSetters in org.apache.flink.table.data.columnar
Classes in org.apache.flink.table.data.columnar that implement TypedSettersModifier and TypeClassDescriptionfinal classColumnar array to support access to vector column data.final classColumnar row to support access to vector column data.