| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Enter a parse tree produced by the
boundedFrame
labeled alternative in SqlBaseParser.frameBound(). |
void |
SqlBaseListener.enterBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Enter a parse tree produced by the
boundedFrame
labeled alternative in SqlBaseParser.frameBound(). |
void |
SqlBaseBaseListener.exitBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Exit a parse tree produced by the
boundedFrame
labeled alternative in SqlBaseParser.frameBound(). |
void |
SqlBaseListener.exitBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Exit a parse tree produced by the
boundedFrame
labeled alternative in SqlBaseParser.frameBound(). |
T |
SqlBaseBaseVisitor.visitBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Visit a parse tree produced by the
boundedFrame
labeled alternative in SqlBaseParser.frameBound(). |
T |
SqlBaseVisitor.visitBoundedFrame(SqlBaseParser.BoundedFrameContext ctx)
Visit a parse tree produced by the
boundedFrame
labeled alternative in SqlBaseParser.frameBound(). |
Copyright © 2012–2023. All rights reserved.