Given a Cluster Metadata Object determine if there are any fuzzy matches to the keyspace and table passed in.
Given a Cluster Metadata Object determine if there are any fuzzy matches to the keyspace and table passed in. We attempt to only show relevant results by returning suggestions with the following priority: 1. Perfect match on keyspace name but only fuzzy match on table name else 2. Perfect match on table name but only a fuzzy match on the keyspace name else 3. Fuzzy match on keyspace and fuzzy match on table name else 4. Fuzzy match on table no match on keyspace else 5. None