pub fn plan_select_with_gin(
schema: &TableSchema,
where_clause: &Option<Expr>,
) -> ScanPlanExpand description
Same as plan_select but allows returning ScanPlan::GinScan when an
inverted index covers the predicate. The caller MUST handle the GinScan
variant; non-supporting paths should use plan_select instead.