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() |
toString
protected String getJoinString()
getJoinString
in class IntersectNode
Copyright © 2020 RedisLabs. All rights reserved.