public class WindowPOP extends AbstractSingle
Modifier and Type | Class and Description |
---|---|
static class |
WindowPOP.Bound |
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
child
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
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) |
String |
getOperatorType() |
List<Order.Ordering> |
getOrderings() |
WindowPOP.Bound |
getStart() |
List<NamedExpression> |
getWithins() |
boolean |
isFrameUnitsRows() |
static WindowPOP.Bound |
newBound(org.apache.calcite.rex.RexWindowBound windowBound) |
String |
toString() |
getChild, getNewWithChildren, iterator
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static final String OPERATOR_TYPE
public 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 AbstractSingle
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperator
E extends Throwable
public String 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 © 1970 The Apache Software Foundation. All rights reserved.