| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Enter a parse tree produced by the
rowConstructor
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.enterRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Enter a parse tree produced by the
rowConstructor
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseBaseListener.exitRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Exit a parse tree produced by the
rowConstructor
labeled alternative in SqlBaseParser.primaryExpression(). |
void |
SqlBaseListener.exitRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Exit a parse tree produced by the
rowConstructor
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseBaseVisitor.visitRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Visit a parse tree produced by the
rowConstructor
labeled alternative in SqlBaseParser.primaryExpression(). |
T |
SqlBaseVisitor.visitRowConstructor(SqlBaseParser.RowConstructorContext ctx)
Visit a parse tree produced by the
rowConstructor
labeled alternative in SqlBaseParser.primaryExpression(). |
Copyright © 2012–2023. All rights reserved.