标签: cassandra datastax
在下面的查询中,如何将聚类关键字的排序顺序设置为降序?
schema().vertexLabel('FridgeSensor').partitionKey('city_id').clusteringKey('sensor_id').create()