Closed a11enhuang closed 1 year ago
Spring Data Cassandra accepts CQL as string, so you provide the CQL query as-is.
Please note that we do not support grouping through the entity template API as we work with individual entity instances or lists but not aggregations.
Here is querying data from data is done using a SELECT statement from cassandra:
From the description it supports the
group by
operator. But I can't use it inspring-data-cassandra
.Couldn't find the corresponding description in the documentation either. how can i use this go