-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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).
- is depended on by
-
CSHARP-3311 LINQ3: Get all LINQ2 tests passing against LINQ3
-
- Closed
-