| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterCube(SqlBaseParser.CubeContext ctx)
Enter a parse tree produced by the
cube
labeled alternative in SqlBaseParser.groupingElement(). |
void |
SqlBaseListener.enterCube(SqlBaseParser.CubeContext ctx)
Enter a parse tree produced by the
cube
labeled alternative in SqlBaseParser.groupingElement(). |
void |
SqlBaseBaseListener.exitCube(SqlBaseParser.CubeContext ctx)
Exit a parse tree produced by the
cube
labeled alternative in SqlBaseParser.groupingElement(). |
void |
SqlBaseListener.exitCube(SqlBaseParser.CubeContext ctx)
Exit a parse tree produced by the
cube
labeled alternative in SqlBaseParser.groupingElement(). |
T |
SqlBaseBaseVisitor.visitCube(SqlBaseParser.CubeContext ctx)
Visit a parse tree produced by the
cube
labeled alternative in SqlBaseParser.groupingElement(). |
T |
SqlBaseVisitor.visitCube(SqlBaseParser.CubeContext ctx)
Visit a parse tree produced by the
cube
labeled alternative in SqlBaseParser.groupingElement(). |
Copyright © 2012–2023. All rights reserved.