Skip to content

Conversation

Tmonster
Copy link
Owner

@Tmonster Tmonster commented Nov 1, 2023

Enable OR filters to be pushed down. Currently this will only support or filters on the same column (i.e a = 5 or a = 6). OR filters across columns are not yet supported for pushdown.

Also converts IN() filters to OR filters.
Works on duckdb and parquet. Still need to test on CSV.

Works when comparing integral types, varchar, and bool.

@Tmonster Tmonster marked this pull request as ready for review November 1, 2023 16:21
@github-actions github-actions bot marked this pull request as draft November 2, 2023 09:30
@Tmonster Tmonster force-pushed the pushdown-or-operators branch from b65b62f to 856154f Compare November 6, 2023 08:56
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.

1 participant