Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-20795

ProjectionExec constructor should take ParsedProjection instead of raw projection object

    XMLWordPrintableJSON

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Querying
    • None
    • Query Execution
    • QuInt E (01/11/16), Query F (02/01/16), Query 10 (02/22/16)

    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.

      Attachments

        Activity

          People

            backlog-query-execution Backlog - Query Execution
            backlog-server-query Backlog - Query Team (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: