Skip to main content

precompile_is_like

Function precompile_is_like 

Source
fn precompile_is_like(
    e: &mut MirScalarExpr,
    column_types: &[ReprColumnType],
    case_insensitive: bool,
)
Expand description

Specializes an IsLikeMatch{CaseSensitive,CaseInsensitive} binary call whose pattern argument is a literal, by precompiling the matcher.