Uses of Class
org.apache.parquet.format.DecimalType
-
Packages that use DecimalType Package Description org.apache.parquet.format -
-
Uses of DecimalType in org.apache.parquet.format
Methods in org.apache.parquet.format that return DecimalType Modifier and Type Method Description DecimalTypeDecimalType. deepCopy()DecimalTypeLogicalType. getDECIMAL()DecimalTypeDecimalType. setPrecision(int precision)DecimalTypeDecimalType. setScale(int scale)Methods in org.apache.parquet.format with parameters of type DecimalType Modifier and Type Method Description intDecimalType. compareTo(DecimalType other)static LogicalTypeLogicalType. DECIMAL(DecimalType value)booleanDecimalType. equals(DecimalType that)voidLogicalType. setDECIMAL(DecimalType value)Constructors in org.apache.parquet.format with parameters of type DecimalType Constructor Description DecimalType(DecimalType other)Performs a deep copy on other.
-