Class Window
java.lang.Object
org.apache.drill.common.logical.data.LogicalOperatorBase
org.apache.drill.common.logical.data.SingleInputOperator
org.apache.drill.common.logical.data.Window
- All Implemented Interfaces:
Iterable<LogicalOperator>,GraphValue<LogicalOperator>,LogicalOperator
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.drill.common.logical.data.LogicalOperator
LogicalOperator.NodeBuilder<T extends LogicalOperator> -
Constructor Summary
ConstructorsConstructorDescriptionWindow(List<NamedExpression> withins, List<NamedExpression> aggregations, List<Order.Ordering> orderings, Long start, Long end) -
Method Summary
Methods inherited from class org.apache.drill.common.logical.data.SingleInputOperator
getInput, setInputMethods inherited from class org.apache.drill.common.logical.data.LogicalOperatorBase
accept, equals, getMemo, hashCode, nodeBuilder, registerAsSubscriber, setMemo, setupAndValidate, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Window
public Window(List<NamedExpression> withins, List<NamedExpression> aggregations, List<Order.Ordering> orderings, Long start, Long end)
-
-
Method Details
-
getWithins
-
getStart
public long getStart() -
getEnd
public long getEnd() -
getAggregations
-
getOrderings
-
accept
Description copied from interface:LogicalOperatorProvides capability to build a set of output based on traversing a query graph tree.- Parameters:
logicalVisitor-- Returns:
- Throws:
E
-
iterator
- Specified by:
iteratorin interfaceIterable<LogicalOperator>- Overrides:
iteratorin classSingleInputOperator
-