public class MergePlanner extends Object
Modifier and Type | Field and Description |
---|---|
protected LinkedHashSet<ProcessingNode> |
mergeProcessing |
Constructor and Description |
---|
MergePlanner() |
Modifier and Type | Method and Description |
---|---|
void |
addNode(ExistsNode node) |
void |
addNode(ProjectionNode node,
String alias) |
void |
addNode(UnwindNode node) |
Set<ProcessingNode> |
getNodes() |
protected LinkedHashSet<ProcessingNode> mergeProcessing
public void addNode(ExistsNode node) throws TranslatorException
TranslatorException
public void addNode(UnwindNode node) throws TranslatorException
TranslatorException
public void addNode(ProjectionNode node, String alias)
public Set<ProcessingNode> getNodes()
Copyright © 2019. All rights reserved.