| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.WindowFrameContext |
SqlBaseParser.windowFrame() |
SqlBaseParser.WindowFrameContext |
SqlBaseParser.OverContext.windowFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Enter a parse tree produced by
SqlBaseParser.windowFrame(). |
void |
SqlBaseListener.enterWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Enter a parse tree produced by
SqlBaseParser.windowFrame(). |
void |
SqlBaseBaseListener.exitWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Exit a parse tree produced by
SqlBaseParser.windowFrame(). |
void |
SqlBaseListener.exitWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Exit a parse tree produced by
SqlBaseParser.windowFrame(). |
T |
SqlBaseBaseVisitor.visitWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Visit a parse tree produced by
SqlBaseParser.windowFrame(). |
T |
SqlBaseVisitor.visitWindowFrame(SqlBaseParser.WindowFrameContext ctx)
Visit a parse tree produced by
SqlBaseParser.windowFrame(). |
Copyright © 2012–2023. All rights reserved.