duckdb / duckdb_mysql

https://duckdb.org/docs/extensions/mysql
MIT License
55 stars 13 forks source link

WIP complex filter pushdown #10

Open Kayrnt opened 1 year ago

Kayrnt commented 1 year ago

This is a work in progress that aims to support more filters. My first goal is to support the IN but I'll likely need to support more I'm not sure exactly what the ExpressionClass I'm supporting exactly contains.

@Mytherin, few questions to move forward:

Thanks!