public class DisjunctUnionNode extends DisjunctNode
UnionNode. It evaluates to true only iff all its
children are false. Conversely, it evaluates to false if any of its children are true.
As an RS query it looks like -(@f1:v1|@f2:v2)Node.ParenMode| Constructor and Description |
|---|
DisjunctUnionNode() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getJoinString() |
toStringprotected String getJoinString()
getJoinString in class IntersectNodeCopyright © 2021 RedisLabs. All rights reserved.