Uses of Class
org.apache.flink.table.types.logical.DecimalType
Packages that use DecimalType
-
Uses of DecimalType in org.apache.flink.table.types.logical
Methods in org.apache.flink.table.types.logical with parameters of type DecimalType -
Uses of DecimalType in org.apache.flink.table.types.logical.utils
Methods in org.apache.flink.table.types.logical.utils that return DecimalTypeModifier and TypeMethodDescriptionstatic 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