Add test for swap_union_renames

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-06-09 12:34:07 +02:00
parent 6208333f48
commit 454f4161bc
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1 @@
ρ name➡n,age➡a(σTrue(people)) ρ age➡a,name➡n(people)

View File

@@ -0,0 +1,9 @@
id,n,chief,a
0,jack,0,22
1,carl,0,20
2,john,1,30
3,dean,1,33
4,eve,0,25
5,duncan,4,30
6,paul,4,30
7,alia,1,28