Modifier and Type | Class and Description |
---|---|
static interface |
ModifyTuple.ModifyTupleInterface |
Constructor and Description |
---|
ModifyTuple(PlanNode parent,
ModifyTuple.ModifyTupleInterface function) |
Modifier and Type | Method and Description |
---|---|
int |
depth() |
String |
getId() |
IteratorData |
getIteratorDataType() |
void |
getPlanAsGraphvizDot(StringBuilder stringBuilder) |
CloseableIteration<Tuple,SailException> |
iterator() |
String |
toString() |
public ModifyTuple(PlanNode parent, ModifyTuple.ModifyTupleInterface function)
public CloseableIteration<Tuple,SailException> iterator()
public void getPlanAsGraphvizDot(StringBuilder stringBuilder)
getPlanAsGraphvizDot
in interface PlanNode
public IteratorData getIteratorDataType()
getIteratorDataType
in interface PlanNode
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.