@Immutable public class MetadataDeleteNode extends PlanNode
| Constructor and Description |
|---|
MetadataDeleteNode(PlanNodeId id,
TableWriterNode.DeleteHandle target,
Symbol output) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
Symbol |
getOutput() |
List<Symbol> |
getOutputSymbols() |
List<PlanNode> |
getSources() |
TableWriterNode.DeleteHandle |
getTarget() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public MetadataDeleteNode(PlanNodeId id, TableWriterNode.DeleteHandle target, Symbol output)
public TableWriterNode.DeleteHandle getTarget()
public Symbol getOutput()
public List<Symbol> getOutputSymbols()
getOutputSymbols in class PlanNodepublic List<PlanNode> getSources()
getSources in class PlanNodepublic <R,C> R accept(PlanVisitor<R,C> visitor, C context)
public PlanNode replaceChildren(List<PlanNode> newChildren)
replaceChildren in class PlanNodeCopyright © 2012–2019. All rights reserved.