[SBE] Change order of 'from' and 'in' branches in SBE plan strings

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.8.0
    • Affects Version/s: None
    • Component/s: Querying
    • None
    • Fully Compatible
    • Query 2020-09-21
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently, in comes first and from comes second. But this can be confusing, since from is the "outer" branch and in is the "inner" branch. By analogy to the nested loop join (nlj) operator, the outer branch should come first and the inner branch second when printing SBE strings to the console. Similarly, when drawing trees on a whiteboard, the outer branch is drawn as the left child and the inner branch is drawn as the right child.

            Assignee:
            David Storch
            Reporter:
            David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: