Uses of Class
org.apache.flink.table.data.columnar.vector.BytesColumnVector.Bytes
-
Packages that use BytesColumnVector.Bytes Package Description org.apache.flink.table.data.columnar.vector org.apache.flink.table.data.columnar.vector.heap -
-
Uses of BytesColumnVector.Bytes in org.apache.flink.table.data.columnar.vector
Methods in org.apache.flink.table.data.columnar.vector that return BytesColumnVector.Bytes Modifier and Type Method Description BytesColumnVector.BytesVectorizedColumnBatch. getByteArray(int rowId, int colId)BytesColumnVector.BytesBytesColumnVector. getBytes(int i) -
Uses of BytesColumnVector.Bytes in org.apache.flink.table.data.columnar.vector.heap
Methods in org.apache.flink.table.data.columnar.vector.heap that return BytesColumnVector.Bytes Modifier and Type Method Description BytesColumnVector.BytesHeapBytesVector. getBytes(int i)
-