Package org.partiql.parser
Contains classes and interfaces related to converting PartiQL text into an abstract syntax tree (AST).
- See Also:
PartiQLParser
-
Interface Summary Interface Description PartiQLParser Parses PartiQL text into abstract syntax trees (AST). -
Class Summary Class Description PartiQLParser.Builder A builder class to instantiate aPartiQLParser
.PartiQLParser.Result Parse result with the parsed ASTStatement
s and source locationsSourceLocations
.