Expand description
A Rust library to asses the similarity between SQL queries.
Functionsยง
- itemize_
query - Itemizes a query string based on a given pattern using regular expressions.
- jaccard_
similarity - Calculates the Jaccard similarity between two queries.