You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract HqlQueryRenderer out of HqlQueryTransformer.
Move all the "boilerplate" operations out of HqlQueryTransformer and into HqlQueryRenderer. This visitor simply re-renders the original query provided. HqlQueryTransform now extends it and ONLY overrides the relevant methods needed to apply sorting, counting, and other things.
0 commit comments