| Modifier and Type | Class and Description |
|---|---|
class |
GenericMapData
An internal data structure representing data of
MapType or MultisetType. |
| Modifier and Type | Method and Description |
|---|---|
MapData |
ArrayData.getMap(int pos)
Returns the map value at the given position.
|
MapData |
RowData.getMap(int pos)
Returns the map value at the given position.
|
MapData |
GenericRowData.getMap(int pos) |
MapData |
GenericArrayData.getMap(int pos) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryMapData
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
| Modifier and Type | Method and Description |
|---|---|
MapData |
BinaryRowData.getMap(int pos) |
MapData |
BinaryArrayData.getMap(int pos) |
MapData |
NestedRowData.getMap(int pos) |
static MapData |
BinarySegmentUtils.readMapData(org.apache.flink.core.memory.MemorySegment[] segments,
int baseOffset,
long offsetAndSize)
Gets an instance of
MapData from underlying MemorySegment. |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnarMapData
Columnar map to support access to vector column data.
|
| Modifier and Type | Method and Description |
|---|---|
MapData |
ColumnarArrayData.getMap(int pos) |
MapData |
ColumnarRowData.getMap(int pos) |
| Modifier and Type | Method and Description |
|---|---|
MapData |
MapColumnVector.getMap(int i) |
MapData |
VectorizedColumnBatch.getMap(int rowId,
int colId) |
| Modifier and Type | Method and Description |
|---|---|
MapData |
HeapMapVector.getMap(int i) |
| Modifier and Type | Method and Description |
|---|---|
MapData |
ProjectedRowData.getMap(int pos) |
MapData |
JoinedRowData.getMap(int pos) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.