-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
The following simplifications currently being done in Render methods should be done by rewriting the AST tree in a new AstSimplifier class:
- replace $getField with field path expression or $let when possible
- replace $map/$getField with $getField
- replace $first and $last with $arrayElemAt
- is depended on by
-
CSHARP-3590 LINQ3: Implement AstPipelineOptimizer
- Closed