GitHub user pepijnve added a comment to the discussion: Multiple 'group by's, one scan
In the meantime I've found https://github.com/duckdb/duckdb/discussions/8445 which is similar to what we're trying to accomplish. In this DuckDB proposal the scan sharing is not explicit in the query plan. Instead the planner/optimizer would detect the duplicate execution plan portions and rearranges things accordingly. GitHub link: https://github.com/apache/datafusion/discussions/15982#discussioncomment-13133998 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
