문제

I understand that you can make range queries on column names. Example: Get all columns whose names are between 100-200.

While I have found many examples on how to create a column-family in such a way, I have not found an example of making such a query in CLI or CQL.

I am looking for something like: GET journals['bob'] WHERE column-names BETWEEN 100 AND 200

Does such a statement exist in CLI or CQL? Or do I have to resort to thrift?

올바른 솔루션이 없습니다

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