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.