Details
-
Task
-
Resolution: Fixed
-
Unknown
-
None
-
None
Description
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
Attachments
Issue Links
- is depended on by
-
CSHARP-3590 LINQ3: Implement AstPipelineOptimizer
-
- Closed
-