Package org.apache.drill.exec.udfs
Class StringDistanceFunctions
java.lang.Object
org.apache.drill.exec.udfs.StringDistanceFunctions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This function calculates the cosine distance between two strings.static class
This function calculates the cosine distance between two strings.static class
The hamming distance between two strings of equal length is the number of positions at which the corresponding symbols are different.static class
Measures the Jaccard distance of two sets of character sequence.static class
A similarity algorithm indicating the percentage of matched characters between two character sequences.static class
An algorithm for measuring the difference between two character sequences.static class
The Longest common subsequence algorithm returns the length of the longest subsequence that two strings have in common. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
StringDistanceFunctions
public StringDistanceFunctions()
-