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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AddOrGetResultConstructs a new object.
 
- 
- 
Method Details- 
getVectorReturns the vector.
- 
isCreatedpublic boolean isCreated()Returns whether the vector is created.
 
-