Alan Wang created CASSANDRA-21488:
-------------------------------------
Summary: Allow boolean fields to be used with AND/OR in IF
statement syntax
Key: CASSANDRA-21488
URL: https://issues.apache.org/jira/browse/CASSANDRA-21488
Project: Apache Cassandra
Issue Type: New Feature
Reporter: Alan Wang
Assignee: Alan Wang
Currently, we do not support IF row1.v AND row2.v, when column v is of type
boolean. To implement this, we plan on adding syntactic sugar to translate this
statement into the following IF row1.v = true AND row2.v = true.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]