Function levenshtein

Source
pub fn levenshtein(
    left: impl Into<Column>,
    right: impl Into<Column>,
    threshold: Option<i32>,
) -> Column