private static class RexWindowBound.RexWindowBoundUnbounded extends RexWindowBound
| Constructor and Description |
|---|
RexWindowBoundUnbounded(SqlNode node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getOrderKey()
Returns relative sort offset when known at compile time.
|
int |
hashCode() |
boolean |
isFollowing()
Returns if the bound is FOLLOWING.
|
boolean |
isPreceding()
Returns if the bound is PRECEDING.
|
boolean |
isUnbounded()
Returns if the bound is unbounded.
|
String |
toString() |
accept, create, getOffset, isCurrentRowprivate final SqlNode node
RexWindowBoundUnbounded(SqlNode node)
public boolean isUnbounded()
RexWindowBoundisUnbounded in class RexWindowBoundpublic boolean isPreceding()
RexWindowBoundisPreceding in class RexWindowBoundpublic boolean isFollowing()
RexWindowBoundisFollowing in class RexWindowBoundpublic int getOrderKey()
RexWindowBoundgetOrderKey in class RexWindowBoundCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.