risingwave_expr::scalar::like

Function like_impl_orig

source
fn like_impl_orig<const CASE_INSENSITIVE: bool>(
    s: &str,
    p: &str,
    escape: u8,
) -> bool