We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a541deb commit 792ac93Copy full SHA for 792ac93
1 file changed
docs/SPEC-semantic-matching.md
@@ -71,8 +71,10 @@ Semantic matching applies to all binary operations that match attributes between
71
| Operator | Operation | Semantic Matching |
72
|----------|-----------|-------------------|
73
| `A * B` | Join | Matches on homologous namesakes |
74
-| `A & B` | Restriction (subquery) | Matches on homologous namesakes |
75
-| `A - B` | Difference | Matches on homologous namesakes |
+| `A & B` | Restriction | Matches on homologous namesakes |
+| `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.
78
79
**All operators**:
80
1. Match on **homologous namesakes** (same name AND same lineage)
0 commit comments