Add query clause for outer joins #436
Labels
Area/Lang
Relates to the Ballerina language specification
Type/Improvement
Enhancement to language design
Milestone
This support left outer joins.
The type of every variable bound in binding-pattern will be T?, where T is what it would be normal. When an input frame has no matching entry in the hash table, a frame is emitted in which all the variables occurring in the nullable-binding-pattern are bound to ().
Open points:
join?
might be a nicer syntax thanouter join
.See also #435
The text was updated successfully, but these errors were encountered: