문제

Is there a way to express an OR operator using pycassa's crerate_index_clause() method? I know I could create two clauses and compare the results, but would love a solution to create only one.

도움이 되었습니까?

해결책

Cassandra doesn't have support for disjunction at this time.

See -> Using operator 'or' in Cassandra IndexExpression

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top