-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
The SBE node lowering walk() methods are currently public functions in the header. They seem to be used only internally in the class implementation.
Refactor the class code by moving the walkers in a separate implementation class in the cpp file.