Uses of Interface
org.apache.flink.table.data.columnar.vector.BytesColumnVector
-
Packages that use BytesColumnVector Package Description org.apache.flink.table.data.columnar.vector.heap org.apache.flink.table.data.columnar.vector.writable -
-
Uses of BytesColumnVector in org.apache.flink.table.data.columnar.vector.heap
Classes in org.apache.flink.table.data.columnar.vector.heap that implement BytesColumnVector Modifier and Type Class Description classHeapBytesVectorThis class supports string and binary data by value reference -- i.e. each field is explicitly present, as opposed to provided by a dictionary reference. -
Uses of BytesColumnVector in org.apache.flink.table.data.columnar.vector.writable
Subinterfaces of BytesColumnVector in org.apache.flink.table.data.columnar.vector.writable Modifier and Type Interface Description interfaceWritableBytesVectorWritableBytesColumnVector.
-