relational/test/union_projection.result
Salvo 'LtWorf' Tomaselli 3b3888e9be New optimization
Turns
        π a,b,c(A) ∪ π a,b,c(B)

    into
        π a,b,c(A ∪ B)

    if A and B are union compatible

Works with union, intersection and difference.
2016-01-03 10:07:23 +01:00

9 lines
76 B
Plaintext

name,skill
jack,C
eve,Perl
duncan,Perl
duncan,C
john,C
alia,C
eve,C