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

Using datafusion logical plan in C++ #72

Open
kabicm opened this issue Mar 17, 2024 · 1 comment
Open

Using datafusion logical plan in C++ #72

kabicm opened this issue Mar 17, 2024 · 1 comment

Comments

@kabicm
Copy link

kabicm commented Mar 17, 2024

Can this be used to transform sql -> datafusion logical query plan in C++?

@kou
Copy link
Member

kou commented Mar 18, 2024

No.

We haven't exported datafusion_expr::logical_plan::LogicalPlan yet.

datafusion_expr::logical_plan::LogicalPlan has many APIs. It may be better that we export Substrait related API instead of datafusion_expr::logical_plan::LogicalPlan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants