[ 
https://issues.apache.org/jira/browse/CASSANDRA-18867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paulo Motta updated CASSANDRA-18867:
------------------------------------
    Complexity: Low Hanging Fruit
        Labels: lhf  (was: )

> 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
>            Priority: Normal
>              Labels: lhf
>
> 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: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to