public interface ArrayValue
ColumnVector
.Modifier and Type | Method and Description |
---|---|
ColumnVector |
getElements()
A
ColumnVector containing the array elements with exactly getSize()
elements. |
int |
getSize()
The number of elements in the array
|
int getSize()
ColumnVector getElements()
ColumnVector
containing the array elements with exactly getSize()
elements.