We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't create a relation with zero attributes or return zero attributes from an expression (i.e the relations DUM and DEE).
E.g. the following give syntax errors
π (R) A = {}
The text was updated successfully, but these errors were encountered:
Merge pull request #15 from rlaiola/dependabot/github_actions/actions…
3122f4d
…/checkout-3.5.0 Bump actions/checkout from 3.4.0 to 3.5.0
Here comes a gift 🎁 in the 6 years anniversary of this request 😃
#212
Test it live at https://rlaiola.github.io/relax/calc/local/uibk/local/0.
Dum and Dee relations can be represented as follows:
Dum = {} -- inline relation with empty heading and no tuples Dee = {()} -- inline relation with empty heading but one tuple of degree zero
Given a relation R with n (n > 0) attributes and t (t > 0) tuples
R x Dum -- returns a relation with the same schema of R but no tuples R x Dee -- returns the very same relation R
Sorry, something went wrong.
michaelrampl
r-prem
No branches or pull requests
I can't create a relation with zero attributes or return zero attributes from an expression (i.e the relations DUM and DEE).
E.g. the following give syntax errors
π (R)
A = {}
The text was updated successfully, but these errors were encountered: