Uses of Class
org.apache.flink.table.types.logical.DecimalType
-
Packages that use DecimalType Package Description org.apache.flink.table.types.logical org.apache.flink.table.types.logical.utils -
-
Uses of DecimalType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical with parameters of type DecimalType Modifier and Type Method Description RLogicalTypeVisitor. visit(DecimalType decimalType) -
Uses of DecimalType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils that return DecimalType Modifier and Type Method Description static DecimalTypeLogicalTypeMerging. findAdditionDecimalType(int precision1, int scale1, int precision2, int scale2)Finds the result type of a decimal addition operation.static DecimalTypeLogicalTypeMerging. findDivisionDecimalType(int precision1, int scale1, int precision2, int scale2)Finds the result type of a decimal division operation.static DecimalTypeLogicalTypeMerging. findModuloDecimalType(int precision1, int scale1, int precision2, int scale2)Finds the result type of a decimal modulo operation.static DecimalTypeLogicalTypeMerging. findMultiplicationDecimalType(int precision1, int scale1, int precision2, int scale2)Finds the result type of a decimal multiplication operation.static DecimalTypeLogicalTypeMerging. findRoundDecimalType(int precision, int scale, int round)Finds the result type of a decimal rounding operation.Methods in org.apache.flink.table.types.logical.utils with parameters of type DecimalType Modifier and Type Method Description RLogicalTypeDefaultVisitor. visit(DecimalType decimalType)
-