Structs§
- Join
KeyBinding - Resolved join key binding for one equality condition: which build/probe
columns participate, and whether the column holds a map/struct from which a
key must be extracted (e.g.
UNWIND $rows AS row MATCH (m:Memory {id: row.id})binds the probe columnrowwith map keyid, P53.26).
Functions§
- derive_
join_ bindings - Resolve the build/probe column indices for a join condition. Returns one
binding per
Equalkey.