Skip to main content

input_ref_to_reference

Function input_ref_to_reference 

Source
fn input_ref_to_reference(
    input_ref: &InputRef,
    fields: &[Field],
) -> Option<Reference>
Expand description

Build the Reference for a pushed-down predicate, or None for an unpushable column. Every match arm must obtain its Reference here so the column-type check cannot be bypassed.