Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
DecimalType |
DecimalType.deepCopy() |
DecimalType |
LogicalType.getDECIMAL() |
DecimalType |
DecimalType.setPrecision(int precision) |
DecimalType |
DecimalType.setScale(int scale) |
Modifier and Type | Method and Description |
---|---|
int |
DecimalType.compareTo(DecimalType other) |
static LogicalType |
LogicalType.DECIMAL(DecimalType value) |
boolean |
DecimalType.equals(DecimalType that) |
void |
LogicalType.setDECIMAL(DecimalType value) |
Constructor and Description |
---|
DecimalType(DecimalType other)
Performs a deep copy on other.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.