Uses of Interface
org.apache.flink.table.data.ArrayData
Packages that use ArrayData
Package
Description
-
Uses of ArrayData in org.apache.flink.table.data
Classes in org.apache.flink.table.data that implement ArrayDataModifier and TypeClassDescriptionfinal classAn internal data structure representing data ofArrayType.Methods in org.apache.flink.table.data that return ArrayDataModifier and TypeMethodDescriptionArrayData.getArray(int pos) Returns the array value at the given position.GenericArrayData.getArray(int pos) GenericRowData.getArray(int pos) RowData.getArray(int pos) Returns the array value at the given position.GenericMapData.keyArray()MapData.keyArray()Returns an array view of the keys contained in this map.GenericMapData.valueArray()MapData.valueArray()Returns an array view of the values contained in this map.Methods in org.apache.flink.table.data with parameters of type ArrayDataModifier and TypeMethodDescriptionArrayData.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 ArrayDataModifier and TypeClassDescriptionfinal classA binary implementation ofArrayDatawhich is backed byMemorySegments.Methods in org.apache.flink.table.data.binary that return ArrayDataModifier and TypeMethodDescriptionBinaryArrayData.getArray(int pos) BinaryRowData.getArray(int pos) NestedRowData.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 ArrayDataModifier and TypeClassDescriptionfinal classColumnar array to support access to vector column data.Methods in org.apache.flink.table.data.columnar that return ArrayData -
Uses of ArrayData in org.apache.flink.table.data.columnar.vector
Methods in org.apache.flink.table.data.columnar.vector that return ArrayData -
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 -
Uses of ArrayData in org.apache.flink.table.data.utils
Methods in org.apache.flink.table.data.utils that return ArrayData