public class StreamingAggregate extends AbstractSingle
childINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
StreamingAggregate(PhysicalOperator child,
List<NamedExpression> keys,
List<NamedExpression> exprs,
float cardinality) |
| 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> |
getExprs() |
List<NamedExpression> |
getKeys() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
int |
getOperatorType() |
getChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdpublic StreamingAggregate(PhysicalOperator child, List<NamedExpression> keys, List<NamedExpression> exprs, float cardinality)
public List<NamedExpression> getKeys()
public List<NamedExpression> getExprs()
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatorE extends Throwableprotected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class AbstractSinglepublic int getOperatorType()
Copyright © 2017 The Apache Software Foundation. All rights reserved.