Test new optimization
This commit is contained in:
parent
3779a1de81
commit
d751de8a75
1
test/a_join_a.query
Normal file
1
test/a_join_a.query
Normal file
@ -0,0 +1 @@
|
|||||||
|
people⋈people
|
9
test/a_join_a.result
Normal file
9
test/a_join_a.result
Normal 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
1
test/a_joinf_a.query
Normal file
@ -0,0 +1 @@
|
|||||||
|
people⧓people
|
9
test/a_joinf_a.result
Normal file
9
test/a_joinf_a.result
Normal 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
1
test/a_joinl_a.query
Normal file
@ -0,0 +1 @@
|
|||||||
|
people⧑people
|
9
test/a_joinl_a.result
Normal file
9
test/a_joinl_a.result
Normal 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
1
test/a_joinr_a.query
Normal file
@ -0,0 +1 @@
|
|||||||
|
people⧒people
|
9
test/a_joinr_a.result
Normal file
9
test/a_joinr_a.result
Normal 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
|
Loading…
x
Reference in New Issue
Block a user