Interface ArrayValue


public interface ArrayValue
Abstraction to represent a single array value in a ColumnVector.
  • Method Details

    • getSize

      int getSize()
      The number of elements in the array
    • getElements

      ColumnVector getElements()
      A ColumnVector containing the array elements with exactly getSize() elements.