pub fn analyze(plan: &SqlPlan) -> Option<BitmapHint>Expand description
Inspect plan and return a BitmapHint if the plan qualifies for bitmap
pushdown, or None if the plan should run without a prefilter.
Only exact-match shapes on Ready indexed columns are considered.
Ranges are never emitted (no statistics available to confirm selectivity).