Skip to content

levenshtein

function levenshtein(left, right): Column;

Defined in: functions/string.ts:181

Computes the Levenshtein distance of the two given string columns.

Parameter Type
left ColOrName
right ColOrName

Column