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 MapColumnVector
public boolean isNullAt(int i)
isNullAt
in interface ColumnVector
public int getCapacity()
getCapacity
in interface ColumnVector
public ColumnVector[] getChildren()
getChildren
in interface ColumnVector
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.