Interface ArrayColumnVector

All Superinterfaces:
ColumnVector
All Known Implementing Classes:
HeapArrayVector

@Internal public interface ArrayColumnVector extends ColumnVector
Array column vector.
  • Method Summary

    Modifier and Type
    Method
    Description
    getArray(int i)
     

    Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector

    isNullAt
  • Method Details