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

Refactor SBE executor creation in CQF

    • Type: Icon: Task Task
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • QO 2023-10-16, QO 2023-10-30, QO 2023-11-13, QO 2023-11-27

      It's currently one large function. We should aim to split it into more independently-manageable chunks. Since there are a few shared constants between the different steps, we could:

      • Create constants in the outer function and pass them in, or
      • Place all constants in a constant-holding object to pass around.
        The latter option is slightly more complicated, but might be preferable. This will need to be investigated.

            Assignee:
            william.qian@mongodb.com William Qian
            Reporter:
            william.qian@mongodb.com William Qian
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: