Function datafusion::prelude::levenshtein
source · pub fn levenshtein(string1: Expr, string2: Expr) -> Expr
Expand description
Returns the Levenshtein distance between the two given strings
pub fn levenshtein(string1: Expr, string2: Expr) -> Expr
Returns the Levenshtein distance between the two given strings