-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
95,478 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
95,333 changes: 95,333 additions & 0 deletions
95,333
tests/army/vtable/ans/test_vctable_select_test_projection.ans
Large diffs are not rendered by default.
Oops, something went wrong.
43 changes: 43 additions & 0 deletions
43
tests/army/vtable/in/test_vctable_select_test_projection.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
select * from test_vtable_select.vtb_virtual_ctb_full; | ||
select * from test_vtable_select.vtb_virtual_ctb_half_full; | ||
select * from test_vtable_select.vtb_virtual_ctb_empty; | ||
select ts from test_vtable_select.vtb_virtual_ctb_full; | ||
select ts from test_vtable_select.vtb_virtual_ctb_half_full; | ||
select ts from test_vtable_select.vtb_virtual_ctb_empty; | ||
select u_tinyint_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col, u_smallint_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col, double_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col, double_col, bool_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col, double_col, bool_col, binary_16_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col, double_col, bool_col, binary_16_col, nchar_16_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select u_tinyint_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select u_tinyint_col, u_smallint_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col, double_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col, double_col, bool_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col, double_col, bool_col, binary_16_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select u_tinyint_col, u_smallint_col, u_int_col, u_bigint_col, float_col, double_col, bool_col, binary_16_col, nchar_16_col from test_vtable_select.vtb_virtual_ctb_half_full limit 100; | ||
select ts, u_tinyint_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select double_col from test_vtable_select.vtb_virtual_ctb_half_full; | ||
select double_col from test_vtable_select.vtb_virtual_ctb_empty; | ||
|
||
select int_tag from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select int_tag, bool_tag, float_tag, double_tag, nchar_32_tag, binary_32_tag from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select int_tag, bool_tag, * from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select int_tag, bool_tag, ts from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select int_tag, bool_tag, u_tinyint_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select int_tag, bool_tag, u_tinyint_col, u_smallint_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select int_tag, bool_tag, u_tinyint_col, u_smallint_col, u_int_col from test_vtable_select.vtb_virtual_ctb_full limit 100; | ||
select count(*) from (select int_tag from test_vtable_select.vtb_virtual_ctb_full); | ||
select count(*) from (select int_tag, bool_tag, float_tag, double_tag, nchar_32_tag, binary_32_tag from test_vtable_select.vtb_virtual_ctb_full); | ||
select count(*) from (select int_tag, bool_tag, * from test_vtable_select.vtb_virtual_ctb_full); | ||
select count(*) from (select int_tag, bool_tag, ts from test_vtable_select.vtb_virtual_ctb_full); | ||
select count(*) from (select int_tag, bool_tag, u_tinyint_col from test_vtable_select.vtb_virtual_ctb_full); | ||
select count(*) from (select int_tag, bool_tag, u_tinyint_col, u_smallint_col from test_vtable_select.vtb_virtual_ctb_full); | ||
select count(*) from (select int_tag, bool_tag, u_tinyint_col, u_smallint_col, u_int_col from test_vtable_select.vtb_virtual_ctb_full); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters