stub for binary operations
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@119 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
parent
45b559be28
commit
356f4a0f10
22
complexity
22
complexity
@ -72,3 +72,25 @@ Notation
|
||||
the new tuple was already added to the new relation. And this brings
|
||||
the complexity to O((|n|*f)²).
|
||||
|
||||
2. BINARY OPERATORS
|
||||
|
||||
Relational defines nine binary operations, and they will be studied
|
||||
in this section.
|
||||
|
||||
2.1 Product
|
||||
|
||||
2.2 Intersection
|
||||
|
||||
2.3 Difference
|
||||
|
||||
2.4 Union
|
||||
|
||||
2.5 Thetajoin
|
||||
|
||||
2.6 Outher
|
||||
|
||||
2.7 Outher_left
|
||||
|
||||
2.8 Outher_right
|
||||
|
||||
2.9 Join
|
||||
|
Loading…
Reference in New Issue
Block a user