| Modifier and Type | Field and Description |
|---|---|
int |
nodeCount |
com.google.common.collect.ImmutableList<RexFieldCollation> |
orderKeys |
com.google.common.collect.ImmutableList<RexNode> |
partitionKeys |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(@Nullable 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 final int nodeCount
public RexWindowBound getLowerBound()
public RexWindowBound getUpperBound()
public boolean isRows()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.