public class WindowPOP extends AbstractSingle
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowPOP.Bound |
childINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
WindowPOP(PhysicalOperator child,
List<NamedExpression> withins,
List<NamedExpression> aggregations,
List<Order.Ordering> orderings,
boolean frameUnitsRows,
WindowPOP.Bound start,
WindowPOP.Bound end) |
| Modifier and Type | Method and Description |
|---|---|
<T,X,E extends Throwable> |
accept(PhysicalVisitor<T,X,E> physicalVisitor,
X value)
Provides capability to build a set of output based on traversing a query graph tree.
|
List<NamedExpression> |
getAggregations() |
WindowPOP.Bound |
getEnd() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
int |
getOperatorType() |
List<Order.Ordering> |
getOrderings() |
WindowPOP.Bound |
getStart() |
List<NamedExpression> |
getWithins() |
boolean |
isFrameUnitsRows() |
static WindowPOP.Bound |
newBound(org.apache.calcite.rex.RexWindowBound windowBound) |
getChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdpublic WindowPOP(PhysicalOperator child, List<NamedExpression> withins, List<NamedExpression> aggregations, List<Order.Ordering> orderings, boolean frameUnitsRows, WindowPOP.Bound start, WindowPOP.Bound end)
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class AbstractSinglepublic <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatorE extends Throwablepublic int getOperatorType()
public WindowPOP.Bound getStart()
public WindowPOP.Bound getEnd()
public List<NamedExpression> getAggregations()
public List<NamedExpression> getWithins()
public List<Order.Ordering> getOrderings()
public boolean isFrameUnitsRows()
public static WindowPOP.Bound newBound(org.apache.calcite.rex.RexWindowBound windowBound)
Copyright © 2017 The Apache Software Foundation. All rights reserved.