| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
ParsingOptions.DecimalLiteralTreatment |
ParsingOptions.getDecimalLiteralTreatment() |
static ParsingOptions.DecimalLiteralTreatment |
ParsingOptions.DecimalLiteralTreatment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParsingOptions.DecimalLiteralTreatment[] |
ParsingOptions.DecimalLiteralTreatment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParsingOptions.Builder |
ParsingOptions.Builder.setDecimalLiteralTreatment(ParsingOptions.DecimalLiteralTreatment decimalLiteralTreatment) |
| Constructor and Description |
|---|
ParsingOptions(ParsingOptions.DecimalLiteralTreatment decimalLiteralTreatment)
Deprecated.
Use (@link #builder())
|
Copyright © 2012–2023. All rights reserved.