public class UnnestPOP extends AbstractBase implements Leaf
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
UnnestPOP(PhysicalOperator child,
SchemaPath column,
String implicitColumn) |
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.
|
void |
addUnnestBatch(UnnestRecordBatch unnestBatch) |
SchemaPath |
getColumn() |
String |
getImplicitColumn() |
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
String |
getOperatorType() |
UnnestRecordBatch |
getUnnestBatch() |
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
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
accept
forEach, spliterator
public static final String OPERATOR_TYPE
public UnnestPOP(PhysicalOperator child, SchemaPath column, String implicitColumn)
public PhysicalOperator getNewWithChildren(List<PhysicalOperator> children) throws ExecutionSetupException
PhysicalOperator
getNewWithChildren
in interface PhysicalOperator
ExecutionSetupException
public Iterator<PhysicalOperator> iterator()
iterator
in interface Iterable<PhysicalOperator>
public SchemaPath getColumn()
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperator
accept
in interface PhysicalOperator
E extends Throwable
public void addUnnestBatch(UnnestRecordBatch unnestBatch)
public UnnestRecordBatch getUnnestBatch()
public String getImplicitColumn()
public String getOperatorType()
getOperatorType
in interface PhysicalOperator
Copyright © 1970 The Apache Software Foundation. All rights reserved.