Interface FloatColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Subinterfaces:
WritableFloatVector
- All Known Implementing Classes:
ArrowFloatColumnVector
,HeapFloatVector
,OrcDoubleColumnVector
,OrcNoHiveDoubleVector
@Internal public interface FloatColumnVector extends ColumnVector
Float column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getFloat(int i)
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-