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 ArrayColumnVector
public ColumnVector getColumnVector()
getColumnVector
in interface ArrayColumnVector
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.