Uses of Class
com.snowflake.snowpark_java.types.DecimalType
-
Packages that use DecimalType Package Description com.snowflake.snowpark_java.types Provides the classes specifying the schema (the data types of the fields) of semi-structured data. -
-
Uses of DecimalType in com.snowflake.snowpark_java.types
Methods in com.snowflake.snowpark_java.types that return DecimalType Modifier and Type Method Description static DecimalTypeDataTypes. createDecimalType(int precision, int scale)Creates a new DecimalType object.
-