Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-20169

aggregation: Should have a $range operator to generate a sequence.

    • Fully Compatible
    • Query 12 (04/04/16)

      Syntax

      {$range: [<start>, <end>, <step>]}
      

      Example

      Input

      {_id: 0}
      

      Pipeline

      db.coll.aggregate([{
          $project: {
              x: {$range: [0, 6, 2]}
          }
      }])
      

      Output

      {_id: 0, x: [0, 2, 4]}
      

      Additional Notes

            Assignee:
            benjamin.murphy Benjamin Murphy
            Reporter:
            craig.wilson@mongodb.com Craig Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: