Skip to main content

default_aqe_optimizer

Function default_aqe_optimizer 

Source
pub fn default_aqe_optimizer() -> AqeOptimizer
Expand description

Default AQE optimizer with guarded coalescing and the streaming guard.

Includes BroadcastRuntimeRule, AutoPartitionRule, CoalesceRule, and SkewJoinRule as guarded rules (skipped for streaming plans). Rules that require runtime statistics will be no-ops until stats feed is wired (see AqeOptimizer::apply).