| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<RexFieldCollation> |
orderKeys |
com.google.common.collect.ImmutableList<RexNode> |
partitionKeys |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
RexWindowBound |
getLowerBound() |
RexWindowBound |
getUpperBound() |
int |
hashCode() |
boolean |
isRows() |
String |
toString() |
public final com.google.common.collect.ImmutableList<RexNode> partitionKeys
public final com.google.common.collect.ImmutableList<RexFieldCollation> orderKeys
public RexWindowBound getLowerBound()
public RexWindowBound getUpperBound()
public boolean isRows()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.