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