Interface DecimalColumnVector
-
- All Superinterfaces:
ColumnVector
@Internal public interface DecimalColumnVector extends ColumnVector
Decimal column vector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecimalDatagetDecimal(int i, int precision, int scale)-
Methods inherited from interface org.apache.flink.table.data.columnar.vector.ColumnVector
isNullAt
-
-
-
-
Method Detail
-
getDecimal
DecimalData getDecimal(int i, int precision, int scale)
-
-