private static class RexWindowBound.RexWindowBoundCurrentRow extends RexWindowBound
| Modifier | Constructor and Description |
|---|---|
private |
RexWindowBoundCurrentRow() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getOrderKey()
Returns relative sort offset when known at compile time.
|
int |
hashCode() |
boolean |
isCurrentRow()
Returns if the bound is CURRENT ROW.
|
String |
toString() |
accept, create, getOffset, isFollowing, isPreceding, isUnboundedpublic boolean isCurrentRow()
RexWindowBoundisCurrentRow in class RexWindowBoundpublic int getOrderKey()
RexWindowBoundgetOrderKey in class RexWindowBoundCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.