Modifier and Type | Method and Description |
---|---|
InternalMap |
PartitionSettedRow.getMap(int pos) |
Modifier and Type | Class and Description |
---|---|
class |
CastedMap
An implementation of
InternalMap which provides a casted view of the underlying InternalMap . |
Modifier and Type | Method and Description |
---|---|
InternalMap |
CastedArray.getMap(int pos) |
InternalMap |
CastedRow.getMap(int pos) |
InternalMap |
DefaultValueRow.getMap(int pos) |
Modifier and Type | Method and Description |
---|---|
CastedMap |
CastedMap.replaceMap(InternalMap map) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryMap
[4 byte(keyArray size in bytes)] + [Key BinaryArray] + [Value BinaryArray].
|
class |
GenericMap
An internal data structure representing data of
MapType or MultisetType . |
Modifier and Type | Method and Description |
---|---|
InternalMap |
GenericArray.getMap(int pos) |
InternalMap |
DataGetters.getMap(int pos)
Returns the map value at the given position.
|
InternalMap |
BinaryArray.getMap(int pos) |
InternalMap |
LazyGenericRow.getMap(int pos) |
InternalMap |
NestedRow.getMap(int pos) |
InternalMap |
JoinedRow.getMap(int pos) |
InternalMap |
GenericRow.getMap(int pos) |
InternalMap |
BinaryRow.getMap(int pos) |
Modifier and Type | Method and Description |
---|---|
void |
BinaryWriter.writeMap(int pos,
InternalMap value,
InternalMapSerializer serializer) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnarMap
Columnar map to support access to vector column data.
|
Modifier and Type | Method and Description |
---|---|
InternalMap |
ColumnarRow.getMap(int pos) |
InternalMap |
MapColumnVector.getMap(int i) |
InternalMap |
ColumnarArray.getMap(int pos) |
InternalMap |
VectorizedColumnBatch.getMap(int rowId,
int colId) |
Modifier and Type | Method and Description |
---|---|
InternalMap |
HeapMapVector.getMap(int i) |
Modifier and Type | Method and Description |
---|---|
InternalMap |
SafeBinaryArray.getMap(int pos) |
InternalMap |
SafeBinaryRow.getMap(int pos) |
Modifier and Type | Method and Description |
---|---|
InternalMap |
InternalMapSerializer.copy(InternalMap from)
NOTE: Map should be a HashMap, when we insert the key/value pairs of the TreeMap into a
HashMap, problems maybe occur.
|
InternalMap |
InternalMapSerializer.deserialize(DataInputView source) |
Modifier and Type | Method and Description |
---|---|
Serializer<InternalMap> |
InternalMapSerializer.duplicate() |
Modifier and Type | Method and Description |
---|---|
static Map<Object,Object> |
InternalMapSerializer.convertToJavaMap(InternalMap map,
DataType keyType,
DataType valueType)
Converts a
InternalMap into Java Map , the keys and values of the Java map
still holds objects of internal data structures. |
InternalMap |
InternalMapSerializer.copy(InternalMap from)
NOTE: Map should be a HashMap, when we insert the key/value pairs of the TreeMap into a
HashMap, problems maybe occur.
|
void |
InternalMapSerializer.serialize(InternalMap record,
DataOutputView target) |
BinaryMap |
InternalMapSerializer.toBinaryMap(InternalMap from) |
Modifier and Type | Method and Description |
---|---|
InternalMap |
FlinkRowWrapper.getMap(int pos) |
Modifier and Type | Method and Description |
---|---|
InternalMap |
OrcMapColumnVector.getMap(int i) |
Modifier and Type | Method and Description |
---|---|
InternalMap |
HivePaimonArray.getMap(int i) |
Modifier and Type | Method and Description |
---|---|
InternalMap |
IcebergDataFileMeta.lowerBounds() |
InternalMap |
IcebergDataFileMeta.nullValueCounts() |
InternalMap |
IcebergDataFileMeta.upperBounds() |
Modifier and Type | Method and Description |
---|---|
static InternalMap |
MemorySegmentUtils.readMapData(MemorySegment[] segments,
int baseOffset,
long offsetAndSize)
Gets an instance of
InternalMap from underlying MemorySegment . |
Modifier and Type | Method and Description |
---|---|
InternalMap |
SparkRow.getMap(int i) |
Modifier and Type | Method and Description |
---|---|
static org.apache.spark.sql.catalyst.util.MapData |
SparkInternalRow.fromPaimon(InternalMap map,
DataType mapType) |
Modifier and Type | Method and Description |
---|---|
InternalMap |
PartialRow.getMap(int pos) |
InternalMap |
OffsetRow.getMap(int pos) |
InternalMap |
KeyProjectedRow.getMap(int pos) |
InternalMap |
ProjectedArray.getMap(int pos) |
InternalMap |
ProjectedRow.getMap(int pos) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.