| Modifier and Type | Class and Description |
|---|---|
class |
GenericArrayData
An internal data structure representing data of
ArrayType. |
| Modifier and Type | Method and Description |
|---|---|
ArrayData |
ArrayData.getArray(int pos)
Returns the array value at the given position.
|
ArrayData |
RowData.getArray(int pos)
Returns the array value at the given position.
|
ArrayData |
GenericRowData.getArray(int pos) |
ArrayData |
GenericArrayData.getArray(int pos) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ArrayData.ElementGetter.getElementOrNull(ArrayData array,
int pos) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryArrayData
A binary implementation of
ArrayData which is backed by MemorySegments. |
| Modifier and Type | Method and Description |
|---|---|
ArrayData |
BinaryRowData.getArray(int pos) |
ArrayData |
BinaryArrayData.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 of
ArrayData from underlying MemorySegment. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnarArrayData
Columnar array to support access to vector column data.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayData |
ColumnarArrayData.getArray(int pos) |
ArrayData |
ColumnarRowData.getArray(int pos) |
ArrayData |
ColumnarMapData.keyArray() |
ArrayData |
ColumnarMapData.valueArray() |
| Modifier and Type | Method and Description |
|---|---|
ArrayData |
ArrayColumnVector.getArray(int i) |
ArrayData |
VectorizedColumnBatch.getArray(int rowId,
int colId) |
| Modifier and Type | Method and Description |
|---|---|
ArrayData |
HeapArrayVector.getArray(int i) |
| Modifier and Type | Method and Description |
|---|---|
ArrayData |
ProjectedRowData.getArray(int pos) |
ArrayData |
JoinedRowData.getArray(int pos) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.