alamb commented on PR #15503: URL: https://github.com/apache/datafusion/pull/15503#issuecomment-2785920451
> How does it return all partitions' statistics? I think the idea like ```rust let all_partition_statistics = plan.statistics(None); // get only statistics for partition 3 let partition_statistics = plan.statistics(Some(3)); ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
