Uses of Interface
org.apache.flink.table.data.columnar.vector.LongColumnVector
-
Packages that use LongColumnVector Package Description org.apache.flink.table.data.columnar.vector.heap org.apache.flink.table.data.columnar.vector.writable -
-
Uses of LongColumnVector in org.apache.flink.table.data.columnar.vector.heap
Classes in org.apache.flink.table.data.columnar.vector.heap that implement LongColumnVector Modifier and Type Class Description classHeapLongVectorThis class represents a nullable long column vector. -
Uses of LongColumnVector in org.apache.flink.table.data.columnar.vector.writable
Subinterfaces of LongColumnVector in org.apache.flink.table.data.columnar.vector.writable Modifier and Type Interface Description interfaceWritableLongVectorWritableLongColumnVector.
-