Uses of Interface
org.apache.flink.table.data.columnar.vector.writable.WritableColumnVector
-
Packages that use WritableColumnVector Package Description org.apache.flink.table.data.columnar.vector.heap org.apache.flink.table.data.columnar.vector.writable -
-
Uses of WritableColumnVector in org.apache.flink.table.data.columnar.vector.heap
Classes in org.apache.flink.table.data.columnar.vector.heap that implement WritableColumnVector Modifier and Type Class Description classAbstractHeapVectorHeap vector that nullable shared structure.classHeapArrayVectorThis class represents a nullable heap array column vector.classHeapBooleanVectorThis class represents a nullable heap boolean column vector.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.classHeapByteVectorThis class represents a nullable byte column vector.classHeapDoubleVectorThis class represents a nullable double precision floating point column vector.classHeapFloatVectorThis class represents a nullable double precision floating point column vector.classHeapIntVectorThis class represents a nullable int column vector.classHeapLongVectorThis class represents a nullable long column vector.classHeapMapVectorThis class represents a nullable heap map column vector.classHeapRowVectorThis class represents a nullable heap row column vector.classHeapShortVectorThis class represents a nullable short column vector.classHeapTimestampVectorThis class represents a nullable byte column vector.Methods in org.apache.flink.table.data.columnar.vector.heap that return WritableColumnVector Modifier and Type Method Description WritableColumnVector[]HeapRowVector. getFields()Methods in org.apache.flink.table.data.columnar.vector.heap with parameters of type WritableColumnVector Modifier and Type Method Description voidHeapRowVector. setFields(WritableColumnVector[] fields)Constructors in org.apache.flink.table.data.columnar.vector.heap with parameters of type WritableColumnVector Constructor Description HeapRowVector(int len, WritableColumnVector... fields) -
Uses of WritableColumnVector in org.apache.flink.table.data.columnar.vector.writable
Subinterfaces of WritableColumnVector in org.apache.flink.table.data.columnar.vector.writable Modifier and Type Interface Description interfaceWritableBooleanVectorWritableBooleanColumnVector.interfaceWritableBytesVectorWritableBytesColumnVector.interfaceWritableByteVectorWritableByteColumnVector.interfaceWritableDoubleVectorWritableDoubleColumnVector.interfaceWritableFloatVectorWritableFloatColumnVector.interfaceWritableIntVectorWritableIntColumnVector.interfaceWritableLongVectorWritableLongColumnVector.interfaceWritableShortVectorWritableShortColumnVector.interfaceWritableTimestampVectorWritableTimestampColumnVector.Classes in org.apache.flink.table.data.columnar.vector.writable that implement WritableColumnVector Modifier and Type Class Description classAbstractWritableVectorContains the shared structure forColumnVectors, including NULL information and dictionary.
-