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