| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.QueryNoWithContext |
SqlBaseParser.queryNoWith() |
SqlBaseParser.QueryNoWithContext |
SqlBaseParser.QueryContext.queryNoWith() |
SqlBaseParser.QueryNoWithContext |
SqlBaseParser.SubqueryContext.queryNoWith() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Enter a parse tree produced by
SqlBaseParser.queryNoWith(). |
void |
SqlBaseListener.enterQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Enter a parse tree produced by
SqlBaseParser.queryNoWith(). |
void |
SqlBaseBaseListener.exitQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Exit a parse tree produced by
SqlBaseParser.queryNoWith(). |
void |
SqlBaseListener.exitQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Exit a parse tree produced by
SqlBaseParser.queryNoWith(). |
T |
SqlBaseBaseVisitor.visitQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Visit a parse tree produced by
SqlBaseParser.queryNoWith(). |
T |
SqlBaseVisitor.visitQueryNoWith(SqlBaseParser.QueryNoWithContext ctx)
Visit a parse tree produced by
SqlBaseParser.queryNoWith(). |
Copyright © 2012–2023. All rights reserved.