Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the difference between RelNode generated by RexBuilder and SqlToRelConverter.convertQuery() #3

Open
lecssmi opened this issue Sep 16, 2020 · 0 comments

Comments

@lecssmi
Copy link

lecssmi commented 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 ?

@lecssmi 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant