| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Enter a parse tree produced by the
describeOutput
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.enterDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Enter a parse tree produced by the
describeOutput
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseBaseListener.exitDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Exit a parse tree produced by the
describeOutput
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.exitDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Exit a parse tree produced by the
describeOutput
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseBaseVisitor.visitDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Visit a parse tree produced by the
describeOutput
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseVisitor.visitDescribeOutput(SqlBaseParser.DescribeOutputContext ctx)
Visit a parse tree produced by the
describeOutput
labeled alternative in SqlBaseParser.statement(). |
Copyright © 2012–2023. All rights reserved.