Paulo Motta created CASSANDRA-18867:
---------------------------------------
Summary: Document GROUP BY time interval feature
Key: CASSANDRA-18867
URL: https://issues.apache.org/jira/browse/CASSANDRA-18867
Project: Cassandra
Issue Type: Task
Components: Documentation/Website
Reporter: Paulo Motta
It looks like the aggregation by time range feature added by CASSANDRA-11871
was not added to the documentation.
Example:
{code:sql}
SELECT pk, date, floor(time, 5m), min(v), max(v), count(v) FROM table GROUP BY
pk, date, floor(time, 5m)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]