public abstract class AbstractMultiple extends AbstractBase
| Modifier and Type | Field and Description |
|---|---|
protected List<PhysicalOperator> |
children |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| 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, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getNewWithChildren, getOperatorTypeforEach, spliteratorprotected final List<PhysicalOperator> children
protected AbstractMultiple(List<PhysicalOperator> children)
public List<PhysicalOperator> getChildren()
public Iterator<PhysicalOperator> iterator()
Copyright © 2021 The Apache Software Foundation. All rights reserved.