| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterUnnest(SqlBaseParser.UnnestContext ctx)
Enter a parse tree produced by the
unnest
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseListener.enterUnnest(SqlBaseParser.UnnestContext ctx)
Enter a parse tree produced by the
unnest
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseBaseListener.exitUnnest(SqlBaseParser.UnnestContext ctx)
Exit a parse tree produced by the
unnest
labeled alternative in SqlBaseParser.relationPrimary(). |
void |
SqlBaseListener.exitUnnest(SqlBaseParser.UnnestContext ctx)
Exit a parse tree produced by the
unnest
labeled alternative in SqlBaseParser.relationPrimary(). |
T |
SqlBaseBaseVisitor.visitUnnest(SqlBaseParser.UnnestContext ctx)
Visit a parse tree produced by the
unnest
labeled alternative in SqlBaseParser.relationPrimary(). |
T |
SqlBaseVisitor.visitUnnest(SqlBaseParser.UnnestContext ctx)
Visit a parse tree produced by the
unnest
labeled alternative in SqlBaseParser.relationPrimary(). |
Copyright © 2012–2023. All rights reserved.