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

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

    XMLWordPrintableJSON

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: