Function datafusion_expr::expr_fn::levenshtein
source · pub fn levenshtein(string1: Expr, string2: Expr) -> ExprExpand description
Returns the Levenshtein distance between the two given strings
pub fn levenshtein(string1: Expr, string2: Expr) -> ExprReturns the Levenshtein distance between the two given strings