Array.sum should sum all fields in Array of objects.

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Won't Fix
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: JavaScript
    • None
    • Fully Compatible
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      If we implement in C++ we may get huge gain in MR perf.

      example

      Array.sum([

      {a:5, b:2}

      ,

      {a:5, b:4, c:1}

      ]) ==

      {a:10, b:6, c:1}

            Assignee:
            DO NOT USE - Backlog - Platform Team
            Reporter:
            Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: