Uses of Class
org.apache.flink.table.runtime.typeutils.BigDecimalTypeInfo
-
Packages that use BigDecimalTypeInfo Package Description org.apache.flink.table.runtime.typeutils -
-
Uses of BigDecimalTypeInfo in org.apache.flink.table.runtime.typeutils
Methods in org.apache.flink.table.runtime.typeutils that return BigDecimalTypeInfo Modifier and Type Method Description static BigDecimalTypeInfoBigDecimalTypeInfo. of(int precision, int scale)static BigDecimalTypeInfoBigDecimalTypeInfo. of(BigDecimal value)
-