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