Skip to content

Create memory table#271

Merged
andygrove merged 16 commits into
apache:mainfrom
jdye64:create_memory_table
Mar 13, 2023
Merged

Create memory table#271
andygrove merged 16 commits into
apache:mainfrom
jdye64:create_memory_table

Conversation

@jdye64
Copy link
Copy Markdown
Contributor

@jdye64 jdye64 commented Mar 13, 2023

Which issue does this PR close?

Closes #270

Comment thread src/sql/logical.rs
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
Copy Markdown
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