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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDouble(int i)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-