Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-18867

Document GROUP BY time interval feature

    XMLWordPrintableJSON

Details

    • Task
    • Status: Triage Needed
    • Normal
    • Resolution: Unresolved
    • None
    • Documentation/Website
    • 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

          Activity

            People

              Unassigned Unassigned
              paulo Paulo Motta
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: