Module org.apache.arrow.vector
Package org.apache.arrow.vector
Class AddOrGetResult<V extends ValueVector>
java.lang.Object
org.apache.arrow.vector.AddOrGetResult<V>
- Type Parameters:
V
- The type of vector the result is for.
Tuple class containing a vector and whether it was created.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AddOrGetResult
Constructs a new object.
-
-
Method Details
-
getVector
Returns the vector. -
isCreated
public boolean isCreated()Returns whether the vector is created.
-