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 class
GenericArrayData
An internal data structure representing data ofArrayType
.Methods in org.apache.flink.table.data that return ArrayData Modifier and Type Method Description ArrayData
ArrayData. getArray(int pos)
Returns the array value at the given position.ArrayData
GenericArrayData. getArray(int pos)
ArrayData
GenericRowData. getArray(int pos)
ArrayData
RowData. getArray(int pos)
Returns the array value at the given position.ArrayData
GenericMapData. keyArray()
ArrayData
MapData. keyArray()
Returns an array view of the keys contained in this map.ArrayData
GenericMapData. valueArray()
ArrayData
MapData. 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 Object
ArrayData.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 class
BinaryArrayData
A binary implementation ofArrayData
which is backed byMemorySegment
s.Methods in org.apache.flink.table.data.binary that return ArrayData Modifier and Type Method Description ArrayData
BinaryArrayData. getArray(int pos)
ArrayData
BinaryRowData. getArray(int pos)
ArrayData
NestedRowData. getArray(int pos)
static ArrayData
BinarySegmentUtils. readArrayData(org.apache.flink.core.memory.MemorySegment[] segments, int baseOffset, long offsetAndSize)
Gets an instance ofArrayData
from 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 class
ColumnarArrayData
Columnar array to support access to vector column data.Methods in org.apache.flink.table.data.columnar that return ArrayData Modifier and Type Method Description ArrayData
ColumnarArrayData. getArray(int pos)
ArrayData
ColumnarRowData. getArray(int pos)
ArrayData
ColumnarMapData. keyArray()
ArrayData
ColumnarMapData. 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 ArrayData
ArrayColumnVector. getArray(int i)
ArrayData
VectorizedColumnBatch. 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 ArrayData
HeapArrayVector. 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 ArrayData
JoinedRowData. getArray(int pos)
ArrayData
ProjectedRowData. getArray(int pos)
-