| Package | Description |
|---|---|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| 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 |
RexShuttle.visitWindow(RexWindow window) |
| Modifier and Type | Method and Description |
|---|---|
RexWindow |
RexShuttle.visitWindow(RexWindow window) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.