public class VectorWithOrdinal extends Object
ValueVector and an index into a data structure containing the ValueVector.
Useful for composite types to determine the index of a child.| Modifier and Type | Field and Description |
|---|---|
int |
ordinal |
ValueVector |
vector |
| Constructor and Description |
|---|
VectorWithOrdinal(ValueVector v,
int ordinal) |
public final ValueVector vector
public final int ordinal
public VectorWithOrdinal(ValueVector v, int ordinal)
Copyright © 2024 The Apache Software Foundation. All rights reserved.