Uses of Enum
io.trino.sql.parser.ParsingOptions.DecimalLiteralTreatment
Packages that use ParsingOptions.DecimalLiteralTreatment
-
Uses of ParsingOptions.DecimalLiteralTreatment in io.trino.sql.parser
Methods in io.trino.sql.parser that return ParsingOptions.DecimalLiteralTreatmentModifier and TypeMethodDescriptionParsingOptions.getDecimalLiteralTreatment()Returns the enum constant of this type with the specified name.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.DecimalLiteralTreatmentModifierConstructorDescriptionParsingOptions(ParsingOptions.DecimalLiteralTreatment decimalLiteralTreatment)