Uses of Interface
org.apache.flink.table.data.MapData
-
-
Uses of MapData in org.apache.flink.table.data
Classes in org.apache.flink.table.data that implement MapData Modifier and Type Class Description classGenericMapDataAn internal data structure representing data ofMapTypeorMultisetType.Methods in org.apache.flink.table.data that return MapData Modifier and Type Method Description MapDataArrayData. getMap(int pos)Returns the map value at the given position.MapDataGenericArrayData. getMap(int pos)MapDataGenericRowData. getMap(int pos)MapDataRowData. getMap(int pos)Returns the map value at the given position. -
Uses of MapData in org.apache.flink.table.data.binary
Classes in org.apache.flink.table.data.binary that implement MapData Modifier and Type Class Description classBinaryMapData[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].Methods in org.apache.flink.table.data.binary that return MapData Modifier and Type Method Description MapDataBinaryArrayData. getMap(int pos)MapDataBinaryRowData. getMap(int pos)MapDataNestedRowData. getMap(int pos)static MapDataBinarySegmentUtils. readMapData(org.apache.flink.core.memory.MemorySegment[] segments, int baseOffset, long offsetAndSize)Gets an instance ofMapDatafrom underlyingMemorySegment. -
Uses of MapData in org.apache.flink.table.data.columnar
Classes in org.apache.flink.table.data.columnar that implement MapData Modifier and Type Class Description classColumnarMapDataColumnar map to support access to vector column data.Methods in org.apache.flink.table.data.columnar that return MapData Modifier and Type Method Description MapDataColumnarArrayData. getMap(int pos)MapDataColumnarRowData. getMap(int pos) -
Uses of MapData in org.apache.flink.table.data.columnar.vector
Methods in org.apache.flink.table.data.columnar.vector that return MapData Modifier and Type Method Description MapDataMapColumnVector. getMap(int i)MapDataVectorizedColumnBatch. getMap(int rowId, int colId) -
Uses of MapData in org.apache.flink.table.data.columnar.vector.heap
Methods in org.apache.flink.table.data.columnar.vector.heap that return MapData Modifier and Type Method Description MapDataHeapMapVector. getMap(int i) -
Uses of MapData in org.apache.flink.table.data.utils
Methods in org.apache.flink.table.data.utils that return MapData Modifier and Type Method Description MapDataJoinedRowData. getMap(int pos)MapDataProjectedRowData. getMap(int pos)
-