SQL parser for Presto, converting SQL statements into an abstract syntax tree (AST).
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-parser</artifactId>
<version>0.288.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of Presto SQL parser to parse a simple query.
Use for Presto-compatible SQL only; consider Calcite for broader SQL support.
No dependency data recorded yet.