Interface ArrayColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Implementing Classes:
HeapArrayVector
@Internal public interface ArrayColumnVector extends ColumnVector
Array column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayDatagetArray(int i)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-
-
-
Method Detail
-
getArray
ArrayData getArray(int i)
-
-