Commit 8beaaee
committed
Add built-in operator statistics providers
Adds chain-of-responsibility providers for common physical operators:
- FilterStatisticsProvider: selectivity-based output estimation using
pre-enhanced child statistics, with post-filter NDV adjustment
- ProjectionStatisticsProvider: passthrough with column mapping
- PassthroughStatisticsProvider: cardinality-preserving operators
(Sort, Repartition, Window, etc.) via CardinalityEffect
- AggregateStatisticsProvider: NDV-product estimation for GROUP BY,
delegates for Partial mode and multiple grouping sets (apache#20926)1 parent ab23d15 commit 8beaaee
2 files changed
+1139
-43
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments