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
TranslatorExceptionpublic void addNode(UnwindNode node) throws TranslatorException
TranslatorExceptionpublic void addNode(ProjectionNode node, String alias)
public Set<ProcessingNode> getNodes()
Copyright © 2018 JBoss by Red Hat. All rights reserved.