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

Create memory table #271

Merged
merged 16 commits into from
Mar 13, 2023
Merged

Create memory table #271

merged 16 commits into from
Mar 13, 2023

Conversation

jdye64
Copy link
Contributor

@jdye64 jdye64 commented Mar 13, 2023

Which issue does this PR close?

Closes #270

@@ -60,6 +61,7 @@ impl PyLogicalPlan {
LogicalPlan::Analyze(plan) => PyAnalyze::from(plan.clone()).to_variant(py),
LogicalPlan::EmptyRelation(plan) => PyEmptyRelation::from(plan.clone()).to_variant(py),
LogicalPlan::Explain(plan) => PyExplain::from(plan.clone()).to_variant(py),
LogicalPlan::Extension(plan) => PyExtension::from(plan.clone()).to_variant(py),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should there be a new entry here for CreateMemoryTable as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add bindings for LogicalPlan::CreateMemoryTable
2 participants