Package io.trino.sql.parser
Class ParsingOptions
- java.lang.Object
-
- io.trino.sql.parser.ParsingOptions
-
public class ParsingOptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParsingOptions.DecimalLiteralTreatment
-
Constructor Summary
Constructors Constructor Description ParsingOptions()ParsingOptions(ParsingOptions.DecimalLiteralTreatment decimalLiteralTreatment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsingOptions.DecimalLiteralTreatmentgetDecimalLiteralTreatment()
-
-
-
Constructor Detail
-
ParsingOptions
public ParsingOptions()
-
ParsingOptions
public ParsingOptions(ParsingOptions.DecimalLiteralTreatment decimalLiteralTreatment)
-
-
Method Detail
-
getDecimalLiteralTreatment
public ParsingOptions.DecimalLiteralTreatment getDecimalLiteralTreatment()
-
-