| Package | Description |
|---|---|
| org.apache.calcite.rel.core |
Defines core relational expressions.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Window.RexWinAggCall> |
Window.Group.aggCalls
List of
Window.RexWinAggCall
objects, each of which is a call to a
SqlAggFunction. |
| Constructor and Description |
|---|
Window.Group(ImmutableBitSet keys,
boolean isRows,
RexWindowBound lowerBound,
RexWindowBound upperBound,
RelCollation orderKeys,
List<Window.RexWinAggCall> aggCalls) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.