pepijnve commented on PR #16196: URL: https://github.com/apache/datafusion/pull/16196#issuecomment-2929266541
[EmissionType](https://docs.rs/datafusion-physical-plan/47.0.0/datafusion_physical_plan/execution_plan/enum.EmissionType.html) is the closest to what I have in mind I think. For instance, wrapping the input of `ExecutionPlan`s that report `EmissionType::Final` is an approximation of what we're trying to do here I think. A hypothetical `ConsumptionType` per child would allow only wrapping the build side of HashJoin for instance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org