public class MetadataHandlerPOP extends AbstractSingle
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
childINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
MetadataHandlerPOP(PhysicalOperator child,
MetadataHandlerContext context) |
| 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.
|
MetadataHandlerContext |
getContext() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
getChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String OPERATOR_TYPE
public MetadataHandlerPOP(PhysicalOperator child, MetadataHandlerContext context)
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class AbstractSinglepublic <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatorE extends Throwablepublic String getOperatorType()
public MetadataHandlerContext getContext()
Copyright © 2021 The Apache Software Foundation. All rights reserved.