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
I have trired your code in query-optimization.ipynb . When I use the Frameworks.getPlanner() to get the framework planner to do the transform from SqlNode to RelRoot. I use the RelRoot.rel instead of the one generated from RexBuilder.build(), there comes a exception. But your code make it success. So, any idea to use another api to parser sql statement and complete the rest of the process ?
The text was updated successfully, but these errors were encountered:
lecssmi
changed the title
the difference between RelNode generated by RexBuilder and SqlToRelConverter.convertQuyer()
the difference between RelNode generated by RexBuilder and SqlToRelConverter.convertQuery()
Sep 16, 2020
I have trired your code in query-optimization.ipynb . When I use the Frameworks.getPlanner() to get the framework planner to do the transform from SqlNode to RelRoot. I use the RelRoot.rel instead of the one generated from RexBuilder.build(), there comes a exception. But your code make it success. So, any idea to use another api to parser sql statement and complete the rest of the process ?
The text was updated successfully, but these errors were encountered: