public abstract class AbstractMultiple extends AbstractBase
Modifier and Type | Field and Description |
---|---|
protected List<PhysicalOperator> |
children |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Modifier | Constructor and Description |
---|---|
protected |
AbstractMultiple(List<PhysicalOperator> children) |
Modifier and Type | Method and Description |
---|---|
List<PhysicalOperator> |
getChildren() |
Iterator<PhysicalOperator> |
iterator() |
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getNewWithChildren, getOperatorType
forEach, spliterator
protected final List<PhysicalOperator> children
protected AbstractMultiple(List<PhysicalOperator> children)
public List<PhysicalOperator> getChildren()
public Iterator<PhysicalOperator> iterator()
Copyright © 1970 The Apache Software Foundation. All rights reserved.