Uses of Interface
org.apache.flink.table.data.binary.TypedSetters
-
Packages that use TypedSetters Package Description org.apache.flink.table.data.binary org.apache.flink.table.data.columnar -
-
Uses of TypedSetters in org.apache.flink.table.data.binary
Classes in org.apache.flink.table.data.binary that implement TypedSetters Modifier and Type Class Description classBinaryArrayDataA binary implementation ofArrayDatawhich is backed byMemorySegments.classBinaryRowDataAn implementation ofRowDatawhich is backed byMemorySegmentinstead of Object.classNestedRowDataIts 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 TypedSetters Modifier and Type Class Description classColumnarArrayDataColumnar array to support access to vector column data.classColumnarRowDataColumnar row to support access to vector column data.
-