[SERVER-20795] ProjectionExec constructor should take ParsedProjection instead of raw projection object Created: 07/Oct/15 Updated: 06/Dec/22 |
|
| Status: | Backlog |
| Project: | Core Server |
| Component/s: | Querying |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Backlog - Query Team (Inactive) | Assignee: | Backlog - Query Execution |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Assigned Teams: |
Query Execution
|
| Sprint: | QuInt E (01/11/16), Query F (02/01/16), Query 10 (02/22/16) |
| Participants: |
| Description |
|
The ProjectionExec constructor takes a raw projection object and parses it. This parsing code is copy-pasted from the ParsedProjection class, and all changes to the projection code requires keeping the two parsing engines in sync. Instead, the ProjectionExec constructor should take a ParsedProjection object and not have access to the raw projection object. This will require non-trivial cleanup of the ProjectionExec and ParsedProjection classes. |