Expand description
Utilizing exact statistics from sources to avoid scanning data
Structsยง
- Aggregate
Statistics - Optimizer that uses available statistics for aggregate functions
Functionsยง
- take_
optimizable ๐ - assert if the node passed as argument is a final
AggregateExecnode that can be optimized: - take_
optimizable_ ๐value_ from_ statistics - If this agg_expr is a max that is exactly defined in the statistics, return it.