| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterInlineTable(SqlBaseParser.InlineTableContext ctx)
Enter a parse tree produced by the
inlineTable
labeled alternative in SqlBaseParser.queryPrimary(). |
void |
SqlBaseListener.enterInlineTable(SqlBaseParser.InlineTableContext ctx)
Enter a parse tree produced by the
inlineTable
labeled alternative in SqlBaseParser.queryPrimary(). |
void |
SqlBaseBaseListener.exitInlineTable(SqlBaseParser.InlineTableContext ctx)
Exit a parse tree produced by the
inlineTable
labeled alternative in SqlBaseParser.queryPrimary(). |
void |
SqlBaseListener.exitInlineTable(SqlBaseParser.InlineTableContext ctx)
Exit a parse tree produced by the
inlineTable
labeled alternative in SqlBaseParser.queryPrimary(). |
T |
SqlBaseBaseVisitor.visitInlineTable(SqlBaseParser.InlineTableContext ctx)
Visit a parse tree produced by the
inlineTable
labeled alternative in SqlBaseParser.queryPrimary(). |
T |
SqlBaseVisitor.visitInlineTable(SqlBaseParser.InlineTableContext ctx)
Visit a parse tree produced by the
inlineTable
labeled alternative in SqlBaseParser.queryPrimary(). |
Copyright © 2012–2023. All rights reserved.