Skip to content

levenshtein

function levenshtein(left, right): Column;

Defined in: functions/string.ts:173

Computes the Levenshtein distance of the two given string columns.

ParameterType
leftColOrName
rightColOrName

Column