levenshtein
function levenshtein(left, right): Column;Defined in: functions/string.ts:173
Computes the Levenshtein distance of the two given string columns.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
left | ColOrName |
right | ColOrName |
function levenshtein(left, right): Column;Defined in: functions/string.ts:173
Computes the Levenshtein distance of the two given string columns.
| Parameter | Type |
|---|---|
left | ColOrName |
right | ColOrName |