Skip to content
Discussion options

You must be logged in to vote

The key things to know/remember with comparison levels are:

  • a pair of records will always fall into the first level whose condition it satisfies, as specified by the order you supply them (when it comes to the SQL, these levels end up in a CASE WHEN... statement)
  • any comparison level that is designated as a 'null level' will give a record pair that it captures the special comparison vector value '-1'. You are allowed more than one null level in the same comparison. All null levels are treated the same. Any non-null level will be given unique comparison vector values
  • any record pair designated as falling in a null level (comparison vector value = -1) will contribute no match weight to the…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ADBond
Comment options

Answer selected by squalidbus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants