Functions.Levenshtein(Column, Column) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the Levenshtein distance of the two given string columns.
public static Microsoft.Spark.Sql.Column Levenshtein (Microsoft.Spark.Sql.Column left, Microsoft.Spark.Sql.Column right);
static member Levenshtein : Microsoft.Spark.Sql.Column * Microsoft.Spark.Sql.Column -> Microsoft.Spark.Sql.Column
Public Shared Function Levenshtein (left As Column, right As Column) As Column
Parameters
- left
- Column
Left side column to apply
- right
- Column
Right side column to apply
Returns
Column object