Package io.delta.kernel.data
Interface ArrayValue
public interface ArrayValue
Abstraction to represent a single array value in a
ColumnVector.-
Method Summary
Modifier and TypeMethodDescriptionAColumnVectorcontaining the array elements with exactlygetSize()elements.intgetSize()The number of elements in the array
-
Method Details
-
getSize
int getSize()The number of elements in the array -
getElements
ColumnVector getElements()AColumnVectorcontaining the array elements with exactlygetSize()elements.
-