Add test for swap_union_renames
This commit is contained in:
parent
6208333f48
commit
454f4161bc
1
tests_dir/people_rename.query
Normal file
1
tests_dir/people_rename.query
Normal file
@ -0,0 +1 @@
|
|||||||
|
ρ name➡n,age➡a(σTrue(people)) ∪ ρ age➡a,name➡n(people)
|
9
tests_dir/people_rename.result
Normal file
9
tests_dir/people_rename.result
Normal 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
|
Loading…
x
Reference in New Issue
Block a user