Add statistics_by_partition
API to ExecutionPlan
#15495
Closed
Labels
enhancement
New feature or request
Uh oh!
There was an error while loading. Please reload this page.
After #15432 is merged, we'll have partition-level statistics in
DataSource
.To make it be used by query optimization, we should flow the info to other nodes, such as SPM, union, etc, so we can add the
statistics_by_partition
API toExecutionPlan
to implement the idea.The text was updated successfully, but these errors were encountered: