| Package | Description |
|---|---|
| com.facebook.presto.spi.type |
| Modifier and Type | Method and Description |
|---|---|
static DecimalType |
DecimalType.createDecimalType() |
static DecimalType |
DecimalType.createDecimalType(int precision) |
static DecimalType |
DecimalType.createDecimalType(int precision,
int scale) |
DecimalType |
DecimalParseResult.getType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Decimals.writeBigDecimal(DecimalType decimalType,
BlockBuilder blockBuilder,
BigDecimal value) |
| Constructor and Description |
|---|
DecimalParseResult(Object object,
DecimalType type) |
Copyright © 2012-2016. All Rights Reserved.