| Package | Description |
|---|---|
| com.facebook.presto.common.type |
| Modifier and Type | Method and Description |
|---|---|
static SqlDecimal |
SqlDecimal.of(long unscaledValue,
int precision,
int scale) |
static SqlDecimal |
SqlDecimal.of(String decimalValue) |
static SqlDecimal |
SqlDecimal.of(String unscaledValue,
int precision,
int scale) |
Copyright © 2012–2022. All rights reserved.