Uses of Class
io.trino.sql.parser.ParsingOptions.DecimalLiteralTreatment
-
Packages that use ParsingOptions.DecimalLiteralTreatment Package Description io.trino.sql.parser -
-
Uses of ParsingOptions.DecimalLiteralTreatment in io.trino.sql.parser
Methods in io.trino.sql.parser that return ParsingOptions.DecimalLiteralTreatment Modifier and Type Method Description ParsingOptions.DecimalLiteralTreatmentParsingOptions. getDecimalLiteralTreatment()static ParsingOptions.DecimalLiteralTreatmentParsingOptions.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.Constructors in io.trino.sql.parser with parameters of type ParsingOptions.DecimalLiteralTreatment Constructor Description ParsingOptions(ParsingOptions.DecimalLiteralTreatment decimalLiteralTreatment)
-