Skip to main content

plan_select_with_gin

Function plan_select_with_gin 

Source
pub fn plan_select_with_gin(
    schema: &TableSchema,
    where_clause: &Option<Expr>,
) -> ScanPlan
Expand 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.