Function map_contains_key

Source
pub fn map_contains_key(
    col: impl Into<Column>,
    value: impl Into<Column>,
) -> Column
Expand description

Returns true if the map contains the key.