Interface DoubleColumnVector

All Superinterfaces:
ColumnVector
All Known Subinterfaces:
WritableDoubleVector
All Known Implementing Classes:
HeapDoubleVector

@Internal public interface DoubleColumnVector extends ColumnVector
Double column vector.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getDouble(int i)
     

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

    isNullAt
  • Method Details

    • getDouble

      double getDouble(int i)