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:
219
219
{"_id"=> {"$oid"=> "..."}, "name"=> "Salt & Pepper"}
220
220
{"_id"=> {"$oid"=> "..."}, "name"=> "Salt + Charcoal"}
221
221
{"_id"=> {"$oid"=> "..."}, "name"=> "A Salt & Battery"}
222
- {"_id"=> {"$oid"=> "..."}, "name"=> "Salt And Fat"}
222
+ {"_id"=> {"$oid"=> "..."}, "name"=> "Salt And Fat"}
223
223
{"_id"=> {"$oid"=> "..."}, "name"=> "Salt And Pepper Diner"}
224
224
225
225
Additional Information
Original file line number Diff line number Diff line change 14
14
pipeline = [
15
15
{ '$match' => { 'cuisine' => 'Bakery' } } ,
16
16
{ '$group' => {
17
- '_id' => '$borough' ,
18
- 'count' => { '$sum' => 1 }
17
+ '_id' => '$borough' ,
18
+ 'count' => { '$sum' => 1 }
19
19
}
20
20
}
21
21
]
You can’t perform that action at this time.
0 commit comments