| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.WithContext |
SqlBaseParser.with() |
SqlBaseParser.WithContext |
SqlBaseParser.QueryContext.with() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterWith(SqlBaseParser.WithContext ctx)
Enter a parse tree produced by
SqlBaseParser.with(). |
void |
SqlBaseListener.enterWith(SqlBaseParser.WithContext ctx)
Enter a parse tree produced by
SqlBaseParser.with(). |
void |
SqlBaseBaseListener.exitWith(SqlBaseParser.WithContext ctx)
Exit a parse tree produced by
SqlBaseParser.with(). |
void |
SqlBaseListener.exitWith(SqlBaseParser.WithContext ctx)
Exit a parse tree produced by
SqlBaseParser.with(). |
T |
SqlBaseBaseVisitor.visitWith(SqlBaseParser.WithContext ctx)
Visit a parse tree produced by
SqlBaseParser.with(). |
T |
SqlBaseVisitor.visitWith(SqlBaseParser.WithContext ctx)
Visit a parse tree produced by
SqlBaseParser.with(). |
Copyright © 2012–2023. All rights reserved.