risingwave_expr::scalar::like

Function like_impl

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