Consider allowing expressions in exclusion projections

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • None
    • Query Execution
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      As part of PM-684, most (all?) all of the infrastructure for supporting expressions in exclusion projections will be done.

       

      We should consider changing the projection language to allow exclusion projections with expressions. For example:

       

      db.c.aggregate([{$project: {a: 0, b: 0, c: {$add: [1, 2]}}}]); 

       

            Assignee:
            [DO NOT USE] Backlog - Query Execution
            Reporter:
            Ian Boros
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: