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.

public class AddOrGetResult<V extends ValueVector> extends Object
Tuple class containing a vector and whether it was created.
  • Constructor Details

    • AddOrGetResult

      public AddOrGetResult(V vector, boolean created)
      Constructs a new object.
  • Method Details

    • getVector

      public V getVector()
      Returns the vector.
    • isCreated

      public boolean isCreated()
      Returns whether the vector is created.