Package org.apache.arrow.vector.complex
Class VectorWithOrdinal
java.lang.Object
org.apache.arrow.vector.complex.VectorWithOrdinal
Tuple of a
ValueVector
and an index into a data structure containing the ValueVector
. Useful for composite types to determine the index of a child.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
vector
-
ordinal
public final int ordinal
-
-
Constructor Details
-
VectorWithOrdinal
-