Details
-
Task
-
Status: Triage Needed
-
Normal
-
Resolution: Unresolved
-
None
-
Low Hanging Fruit
-
All
-
None
Description
It looks like the aggregation by time range feature added by CASSANDRA-11871 was not added to the documentation.
Example:
SELECT pk, date, floor(time, 5m), min(v), max(v), count(v) FROM table GROUP BY pk, date, floor(time, 5m)
Attachments
Issue Links
- relates to
-
CASSANDRA-11871 Allow to aggregate by time intervals
- Resolved