Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
Translate:
document.F.All(x => predicate)
|
to:
{ $allElementsTrue : [{ $map : { input : "$F", as : "x", in : <predicate> } }] } |
instead of using `$reduce` (which we were using in an attempt to micro optimize, but which we have decided against at least for the time being).
Attachments
Issue Links
- is depended on by
-
CSHARP-3311 LINQ3: Get all LINQ2 tests passing against LINQ3
-
- Closed
-