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

Filter pushdown? #163

Open
eitsupi opened this issue Mar 3, 2022 · 0 comments
Open

Filter pushdown? #163

eitsupi opened this issue Mar 3, 2022 · 0 comments

Comments

@eitsupi
Copy link

eitsupi commented Mar 3, 2022

I am wondering if there is a way to filter and read Parquet datasets in Julia.
https://arrow.apache.org/blog/2021/12/03/arrow-duckdb/

For example, it would be great to have a written example of the following query from pyarrow translated into Julia.

import pyarrow.dataset as ds
dataset = ds.dataset(base / "parquet_dataset", format="parquet")
dataset.to_table(filter=ds.field('a') >= 7).to_pandas()

https://arrow.apache.org/docs/python/dataset.html#filtering-data

I am hardly familiar with Julia and apologize if this is not the right place to post this.

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