File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,10 @@ Semantic matching applies to all binary operations that match attributes between
7171| Operator | Operation | Semantic Matching |
7272| ----------| -----------| -------------------|
7373| ` A * B ` | Join | Matches on homologous namesakes |
74- | ` A & B ` | Restriction (subquery) | Matches on homologous namesakes |
75- | ` A - B ` | Difference | Matches on homologous namesakes |
74+ | ` A & B ` | Restriction | Matches on homologous namesakes |
75+ | ` A - B ` | Anti-restriction | Matches on homologous namesakes |
76+
77+ Note: ` A - B ` is the negated form of restriction (equivalent to ` A & ~B ` ), not a true set difference.
7678
7779** All operators** :
78801 . Match on ** homologous namesakes** (same name AND same lineage)
You can’t perform that action at this time.
0 commit comments