Skip to main content

Module bitmap_emit

Module bitmap_emit 

Source
Expand description

Planner analysis passes for selective-predicate → bitmap pushdown.

These passes inspect SqlPlan join children and return hints about which side qualifies for bitmap-producer emission. The actual PhysicalPlan sub-plan construction happens in the nodedb convert layer, which calls the hint API here before emitting the final QueryOp::HashJoin.

Re-exports§

pub use hashjoin::BitmapJoinHints;
pub use predicate::BitmapHint;

Modules§

hashjoin
HashJoin bitmap-emission analysis.
predicate
Selective-predicate analysis for bitmap-producer emission.