Uses of Interface
org.apache.flink.table.data.columnar.vector.IntColumnVector
-
-
Uses of IntColumnVector in org.apache.flink.formats.parquet.vector
Classes in org.apache.flink.formats.parquet.vector that implement IntColumnVector Modifier and Type Class Description class
ParquetDecimalVector
Parquet write decimal as int32 and int64 and binary, this class wrap the real vector to provideDecimalColumnVector
interface. -
Uses of IntColumnVector in org.apache.flink.orc.nohive.vector
Classes in org.apache.flink.orc.nohive.vector that implement IntColumnVector Modifier and Type Class Description class
OrcNoHiveLongVector
This column vector is used to adapt hive's LongColumnVector to Flink's boolean, byte, short, int and long ColumnVector. -
Uses of IntColumnVector in org.apache.flink.orc.vector
Classes in org.apache.flink.orc.vector that implement IntColumnVector Modifier and Type Class Description class
OrcLongColumnVector
This column vector is used to adapt hive's LongColumnVector to Flink's boolean, byte, short, int and long ColumnVector. -
Uses of IntColumnVector in org.apache.flink.table.data.columnar.vector.heap
Classes in org.apache.flink.table.data.columnar.vector.heap that implement IntColumnVector Modifier and Type Class Description class
HeapIntVector
This class represents a nullable int column vector. -
Uses of IntColumnVector in org.apache.flink.table.data.columnar.vector.writable
Subinterfaces of IntColumnVector in org.apache.flink.table.data.columnar.vector.writable Modifier and Type Interface Description interface
WritableIntVector
WritableIntColumnVector
. -
Uses of IntColumnVector in org.apache.flink.table.runtime.arrow.vectors
Classes in org.apache.flink.table.runtime.arrow.vectors that implement IntColumnVector Modifier and Type Class Description class
ArrowDateColumnVector
Arrow column vector for Date.class
ArrowIntColumnVector
Arrow column vector for Int.class
ArrowTimeColumnVector
Arrow column vector for Time.
-