Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 java 代码来访问存储在 Cassandra 中的数据。我正在使用赫克托 API。
为了检索数据,我使用切片查询。但它似乎只支持五个算术运算符,并且也支持 AND 运算符。
有没有办法用 OR 运算符编写谓词或基于字符串中的包含功能进行查询。???