Interface DoubleColumnVector
-
- All Superinterfaces:
ColumnVector
- All Known Subinterfaces:
WritableDoubleVector
- All Known Implementing Classes:
ArrowDoubleColumnVector
,HeapDoubleVector
,OrcDoubleColumnVector
,OrcNoHiveDoubleVector
@Internal public interface DoubleColumnVector extends ColumnVector
Double column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getDouble(int i)
-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-