public class CastedMapColumnVector extends Object implements MapColumnVector
| Constructor and Description |
|---|
CastedMapColumnVector(HeapMapVector heapMapVector,
ColumnVector[] children) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity() |
ColumnVector[] |
getChildren() |
InternalMap |
getMap(int i) |
boolean |
isNullAt(int i) |
public CastedMapColumnVector(HeapMapVector heapMapVector, ColumnVector[] children)
public InternalMap getMap(int i)
getMap in interface MapColumnVectorpublic boolean isNullAt(int i)
isNullAt in interface ColumnVectorpublic int getCapacity()
getCapacity in interface ColumnVectorpublic ColumnVector[] getChildren()
getChildren in interface ColumnVectorCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.