File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ This example creates pipeline stages to perform the following actions:
219219 {"_id"=> {"$oid"=> "..."}, "name"=> "Salt & Pepper"}
220220 {"_id"=> {"$oid"=> "..."}, "name"=> "Salt + Charcoal"}
221221 {"_id"=> {"$oid"=> "..."}, "name"=> "A Salt & Battery"}
222- {"_id"=> {"$oid"=> "..."}, "name"=> "Salt And Fat"}
222+ {"_id"=> {"$oid"=> "..."}, "name"=> "Salt And Fat"}
223223 {"_id"=> {"$oid"=> "..."}, "name"=> "Salt And Pepper Diner"}
224224
225225Additional Information
Original file line number Diff line number Diff line change 1414 pipeline = [
1515 { '$match' => { 'cuisine' => 'Bakery' } } ,
1616 { '$group' => {
17- '_id' => '$borough' ,
18- 'count' => { '$sum' => 1 }
17+ '_id' => '$borough' ,
18+ 'count' => { '$sum' => 1 }
1919 }
2020 }
2121 ]
You can’t perform that action at this time.
0 commit comments