Bret McGuire created CASSANDRA-19931:
----------------------------------------

             Summary: Query builder support for OR syntax in where clauses
                 Key: CASSANDRA-19931
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19931
             Project: Cassandra
          Issue Type: Improvement
          Components: Client/java-driver
            Reporter: Bret McGuire


Query builder currently supports combining relations via the AND keyword by 
adding multiple relations using OngoingWhereClause.where().  There's no ability 
to combine relations using the OR keyword, however.

 

Ideally we'd implement a fairly flexible API (possibly off of Relation itself) 
which allows users to construct complex compound relations using AND and/or OR 
which can then be added to the set of relations for an OngoingWhereClause.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to