Sha256: 35a948c4bcc4e7cb190f1662f532fa15eaff1f0efd3892d504a7677e00eff51a
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
Relational matching (join + project back on left) SYNOPSIS #(signature) DESCRIPTION This operator restricts its LEFT operand to tuples for which there exists at least one tuple in RIGHT that (naturally) joins. This is a shortcut operator for the following longer expression: (project (join xxx, yyy), [xxx's attributes]) EXAMPLE # Which suppliers supply at least one part? !(alf matching suppliers supplies)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alf-0.10.0 | doc/operators/relational/matching.md |