public class CastedArrayColumnVector extends Object implements ArrayColumnVector
| Constructor and Description |
|---|
CastedArrayColumnVector(HeapArrayVector heapArrayVector,
ColumnVector[] children) |
| Modifier and Type | Method and Description |
|---|---|
InternalArray |
getArray(int i) |
int |
getCapacity() |
ColumnVector[] |
getChildren() |
ColumnVector |
getColumnVector() |
boolean |
isNullAt(int i) |
public CastedArrayColumnVector(HeapArrayVector heapArrayVector, ColumnVector[] children)
public InternalArray getArray(int i)
getArray in interface ArrayColumnVectorpublic ColumnVector getColumnVector()
getColumnVector in interface ArrayColumnVectorpublic 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.