public abstract class AbstractStore extends AbstractSingle implements Store, Root
childINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName| Constructor and Description |
|---|
AbstractStore(PhysicalOperator child) |
| 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.
|
DistributionAffinity |
getDistributionAffinity()
Get distribution affinity which describes the parallelization strategy of the operator.
|
getChild, getNewWithChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyAssignments, getChild, getMaxWidth, getSpecificStoregetOperatorAffinitygetCost, getInitialAllocation, getMaxAllocation, getNewWithChildren, getOperatorId, getOperatorType, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdacceptforEach, iterator, spliteratorpublic AbstractStore(PhysicalOperator child)
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatoraccept in interface PhysicalOperatorE extends Throwablepublic DistributionAffinity getDistributionAffinity()
HasAffinitygetDistributionAffinity in interface HasAffinityCopyright © 2022 The Apache Software Foundation. All rights reserved.