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 |
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) |
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, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic 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 AbstractSinglepublic <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatorE extends Throwablepublic 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 © 2021 The Apache Software Foundation. All rights reserved.