You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dhoepelman edited this page Apr 30, 2015
·
1 revision
Intersection operator
The intersection operator is a single space . This will need to remark this in the paper and make sure it's correct in the grammar, maybe look at a Python/makefile grammar for inspiration
Union operator
The union operator is not a real union operator. COUNT(A2,A2) == 2, COUNT(A2) == 1.
The union operator is a comma ,, but is not accepted by every function.
For functions with only 1 argument, the arguments are treated as a union.