Add query clause for inner joins #435
Labels
Area/Lang
Relates to the Ballerina language specification
Type/Improvement
Enhancement to language design
Milestone
A join-clause does an inner equijoin, and implements it as a hash join.
Consider
The scope of bindings is as follows:
A join-clause is executed as follows:
4. evaluate the LHS of "equals" with f in scope resulting in value k
5. for each frame f' with key k in the hash table
1. emit f augmented with f'
The text was updated successfully, but these errors were encountered: