@Immutable public class DeleteNode extends PlanNode
| Constructor and Description |
|---|
DeleteNode(PlanNodeId id,
PlanNode source,
TableWriterNode.DeleteHandle target,
Symbol rowId,
List<Symbol> outputs) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
List<Symbol> |
getOutputSymbols() |
Symbol |
getRowId() |
PlanNode |
getSource() |
List<PlanNode> |
getSources() |
TableWriterNode.DeleteHandle |
getTarget() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public DeleteNode(PlanNodeId id, PlanNode source, TableWriterNode.DeleteHandle target, Symbol rowId, List<Symbol> outputs)
public PlanNode getSource()
public TableWriterNode.DeleteHandle getTarget()
public Symbol getRowId()
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.