Uses of Interface
org.apache.flink.table.data.columnar.vector.writable.WritableColumnVector
Packages that use WritableColumnVector
Package
Description
-
Uses of WritableColumnVector in org.apache.flink.table.data.columnar.vector.heap
Classes in org.apache.flink.table.data.columnar.vector.heap that implement WritableColumnVectorModifier and TypeClassDescriptionclassHeap vector that nullable shared structure.classThis class represents a nullable heap array column vector.classThis class represents a nullable heap boolean column vector.classThis class supports string and binary data by value reference -- i.e. each field is explicitly present, as opposed to provided by a dictionary reference.classThis class represents a nullable byte column vector.classThis class represents a nullable double precision floating point column vector.classThis class represents a nullable double precision floating point column vector.classThis class represents a nullable int column vector.classThis class represents a nullable long column vector.classThis class represents a nullable heap map column vector.classThis class represents a nullable heap row column vector.classThis class represents a nullable short column vector.classThis class represents a nullable byte column vector.Methods in org.apache.flink.table.data.columnar.vector.heap that return WritableColumnVectorMethods in org.apache.flink.table.data.columnar.vector.heap with parameters of type WritableColumnVectorConstructors in org.apache.flink.table.data.columnar.vector.heap with parameters of type WritableColumnVector -
Uses of WritableColumnVector in org.apache.flink.table.data.columnar.vector.writable
Subinterfaces of WritableColumnVector in org.apache.flink.table.data.columnar.vector.writableModifier and TypeInterfaceDescriptioninterfaceWritableBooleanColumnVector.interfaceWritableBytesColumnVector.interfaceWritableByteColumnVector.interfaceWritableDoubleColumnVector.interfaceWritableFloatColumnVector.interfaceWritableIntColumnVector.interfaceWritableLongColumnVector.interfaceWritableShortColumnVector.interfaceWritableTimestampColumnVector.Classes in org.apache.flink.table.data.columnar.vector.writable that implement WritableColumnVectorModifier and TypeClassDescriptionclassContains the shared structure forColumnVectors, including NULL information and dictionary.