Skip to main content

ilike

Function ilike 

Source
pub fn ilike(
    column: &Column,
    pattern: &str,
    escape_char: Option<char>,
) -> Column
Expand description

Case-insensitive LIKE. PySpark ilike. When escape_char is Some(esc), esc + char treats that char as literal.