Test new optimization

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2016-04-15 14:56:54 +02:00
parent 3779a1de81
commit d751de8a75
8 changed files with 40 additions and 0 deletions

1
test/a_join_a.query Normal file
View File

@ -0,0 +1 @@
people⋈people

9
test/a_join_a.result Normal file
View File

@ -0,0 +1,9 @@
id,name,chief,age
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

1
test/a_joinf_a.query Normal file
View File

@ -0,0 +1 @@
people⧓people

9
test/a_joinf_a.result Normal file
View File

@ -0,0 +1,9 @@
id,name,chief,age
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

1
test/a_joinl_a.query Normal file
View File

@ -0,0 +1 @@
people⧑people

9
test/a_joinl_a.result Normal file
View File

@ -0,0 +1,9 @@
id,name,chief,age
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

1
test/a_joinr_a.query Normal file
View File

@ -0,0 +1 @@
people⧒people

9
test/a_joinr_a.result Normal file
View File

@ -0,0 +1,9 @@
id,name,chief,age
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