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