Uses of Interface
org.apache.flink.table.data.ArrayData
-
-
Uses of ArrayData in org.apache.flink.table.data
Classes in org.apache.flink.table.data that implement ArrayData Modifier and Type Class Description classGenericArrayDataAn internal data structure representing data ofArrayType.Methods in org.apache.flink.table.data that return ArrayData Modifier and Type Method Description ArrayDataArrayData. getArray(int pos)Returns the array value at the given position.ArrayDataGenericArrayData. getArray(int pos)ArrayDataGenericRowData. getArray(int pos)ArrayDataRowData. getArray(int pos)Returns the array value at the given position.ArrayDataGenericMapData. keyArray()ArrayDataMapData. keyArray()Returns an array view of the keys contained in this map.ArrayDataGenericMapData. valueArray()ArrayDataMapData. valueArray()Returns an array view of the values contained in this map.Methods in org.apache.flink.table.data with parameters of type ArrayData Modifier and Type Method Description ObjectArrayData.ElementGetter. getElementOrNull(ArrayData array, int pos) -
Uses of ArrayData in org.apache.flink.table.data.binary
Classes in org.apache.flink.table.data.binary that implement ArrayData Modifier and Type Class Description classBinaryArrayDataA binary implementation ofArrayDatawhich is backed byMemorySegments.Methods in org.apache.flink.table.data.binary that return ArrayData Modifier and Type Method Description ArrayDataBinaryArrayData. getArray(int pos)ArrayDataBinaryRowData. getArray(int pos)ArrayDataNestedRowData. getArray(int pos)static ArrayDataBinarySegmentUtils. readArrayData(org.apache.flink.core.memory.MemorySegment[] segments, int baseOffset, long offsetAndSize)Gets an instance ofArrayDatafrom underlyingMemorySegment. -
Uses of ArrayData in org.apache.flink.table.data.columnar
Classes in org.apache.flink.table.data.columnar that implement ArrayData Modifier and Type Class Description classColumnarArrayDataColumnar array to support access to vector column data.Methods in org.apache.flink.table.data.columnar that return ArrayData Modifier and Type Method Description ArrayDataColumnarArrayData. getArray(int pos)ArrayDataColumnarRowData. getArray(int pos)ArrayDataColumnarMapData. keyArray()ArrayDataColumnarMapData. valueArray() -
Uses of ArrayData in org.apache.flink.table.data.columnar.vector
Methods in org.apache.flink.table.data.columnar.vector that return ArrayData Modifier and Type Method Description ArrayDataArrayColumnVector. getArray(int i)ArrayDataVectorizedColumnBatch. getArray(int rowId, int colId) -
Uses of ArrayData in org.apache.flink.table.data.columnar.vector.heap
Methods in org.apache.flink.table.data.columnar.vector.heap that return ArrayData Modifier and Type Method Description ArrayDataHeapArrayVector. getArray(int i) -
Uses of ArrayData in org.apache.flink.table.data.utils
Methods in org.apache.flink.table.data.utils that return ArrayData Modifier and Type Method Description ArrayDataJoinedRowData. getArray(int pos)ArrayDataProjectedRowData. getArray(int pos)
-