You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"from_weights", "weights for the first array. [`Array(Float32)`](/sql-reference/data-types/array)."},
612
612
{"to_weights", "weights for the second array. [`Array(Float32)`](/sql-reference/data-types/array)."},
613
613
};
614
614
FunctionDocumentation::ReturnedValue returned_value_arrayLevDisW = "Levenshtein distance between the first and the second arrays with custom weights for each element. [`Float64`](/sql-reference/data-types/float).";
@@ -636,13 +636,13 @@ The number of elements for the array and its weights should match.
FunctionDocumentation::ReturnedValue returned_value_arraySim = "Returns the similarity between `0` and `1` of the two arrays based on the weighted Levenshtein distance. [`Float64`](/sql-reference/data-types/float).";
0 commit comments