Uses of Interface
io.trino.sql.parser.SqlBaseVisitor
-
Packages that use SqlBaseVisitor Package Description io.trino.sql.parser -
-
Uses of SqlBaseVisitor in io.trino.sql.parser
Classes in io.trino.sql.parser that implement SqlBaseVisitor Modifier and Type Class Description classSqlBaseBaseVisitor<T>This class provides an empty implementation ofSqlBaseVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-