| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlBaseParser.BoundedFrameContext |
static class |
SqlBaseParser.CurrentRowBoundContext |
static class |
SqlBaseParser.UnboundedFrameContext |
| Modifier and Type | Field and Description |
|---|---|
SqlBaseParser.FrameBoundContext |
SqlBaseParser.WindowFrameContext.end |
SqlBaseParser.FrameBoundContext |
SqlBaseParser.WindowFrameContext.start |
| Modifier and Type | Method and Description |
|---|---|
SqlBaseParser.FrameBoundContext |
SqlBaseParser.frameBound() |
SqlBaseParser.FrameBoundContext |
SqlBaseParser.WindowFrameContext.frameBound(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SqlBaseParser.FrameBoundContext> |
SqlBaseParser.WindowFrameContext.frameBound() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseParser.FrameBoundContext.copyFrom(SqlBaseParser.FrameBoundContext ctx) |
| Constructor and Description |
|---|
BoundedFrameContext(SqlBaseParser.FrameBoundContext ctx) |
CurrentRowBoundContext(SqlBaseParser.FrameBoundContext ctx) |
UnboundedFrameContext(SqlBaseParser.FrameBoundContext ctx) |
Copyright © 2012–2023. All rights reserved.