Skip to content

Add Python wrapper for LogicalPlan::Filter#192

Merged
andygrove merged 6 commits intoapache:mainfrom
andygrove:py-filter
Feb 19, 2023
Merged

Add Python wrapper for LogicalPlan::Filter#192
andygrove merged 6 commits intoapache:mainfrom
andygrove:py-filter

Conversation

@andygrove
Copy link
Copy Markdown
Member

Which issue does this PR close?

Part of #191

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

Comment thread src/expr/filter.rs Outdated
andygrove and others added 2 commits February 19, 2023 15:48
Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
@andygrove andygrove merged commit 3124278 into apache:main Feb 19, 2023
@andygrove andygrove deleted the py-filter branch February 19, 2023 23:38
andygrove added a commit that referenced this pull request Feb 22, 2023
* changelog (#188)

* Add Python wrapper for LogicalPlan::Sort (#196)

* Add Python wrapper for LogicalPlan::Aggregate (#195)

* Add Python wrapper for LogicalPlan::Limit (#193)

* Add Python wrapper for LogicalPlan::Filter (#192)

* Add Python wrapper for LogicalPlan::Filter

* clippy

* clippy

* Update src/expr/filter.rs

Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>

---------

Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>

* Add tests for recently added functionality (#199)

* Add experimental support for executing SQL with Polars and Pandas (#190)

* Run `maturin develop` instead of `cargo build` in verification script (#200)

* Implement `to_pandas()` (#197)

* Implement to_pandas()

* Update documentation

* Write unit test

* Add support for cudf as a physical execution engine (#205)

* Update README in preparation for 0.8 release (#206)

* Analyze table bindings (#204)

* method for getting the internal LogicalPlan instance

* Add explain plan method

* Add bindings for analyze table

* Add to_variant

* cargo fmt

* blake and flake formatting

* changelog (#209)

---------

Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
Co-authored-by: Dejan Simic <10134699+simicd@users.noreply.github.com>
Co-authored-by: Jeremy Dyer <jdye64@gmail.com>
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

Successfully merging this pull request may close these issues.

2 participants