| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Field and Description |
|---|---|
private RexWindow |
RexOver.window |
| Modifier and Type | Method and Description |
|---|---|
RexWindow |
RexOver.getWindow() |
RexWindow |
RexBuilder.makeWindow(List<RexNode> partitionKeys,
com.google.common.collect.ImmutableList<RexFieldCollation> orderKeys,
RexWindowBound lowerBound,
RexWindowBound upperBound,
boolean isRows)
Creates a window specification.
|
RexWindow |
RexCopier.visitWindow(RexWindow window) |
RexWindow |
RexShuttle.visitWindow(RexWindow window) |
| Modifier and Type | Method and Description |
|---|---|
RexWindow |
RexCopier.visitWindow(RexWindow window) |
RexWindow |
RexShuttle.visitWindow(RexWindow window) |
| Constructor and Description |
|---|
RexOver(RelDataType type,
SqlAggFunction op,
List<RexNode> operands,
RexWindow window,
boolean distinct)
Creates a RexOver.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.