Interface FloatColumnVector

All Superinterfaces:
ColumnVector
All Known Subinterfaces:
WritableFloatVector
All Known Implementing Classes:
HeapFloatVector

@Internal public interface FloatColumnVector extends ColumnVector
Float column vector.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getFloat(int i)
     

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

    isNullAt
  • Method Details

    • getFloat

      float getFloat(int i)