ProjectionExec constructor should take ParsedProjection instead of raw projection object

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • None
    • Query Execution
    • QuInt E (01/11/16), Query F (02/01/16), Query 10 (02/22/16)
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            [DO NOT USE] Backlog - Query Execution
            Reporter:
            Backlog - Query Team (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: