forked from databendlabs/databend
-
Notifications
You must be signed in to change notification settings - Fork 0
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
311 changed files
with
8,399 additions
and
12,678 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,67 @@ | ||
statement query I | ||
query I | ||
select c_bool FROM fuse_compat_table; | ||
|
||
---- | ||
0 | ||
|
||
statement query I | ||
query I | ||
select c_tinyint FROM fuse_compat_table; | ||
|
||
---- | ||
127 | ||
|
||
statement query I | ||
query I | ||
select c_smallint FROM fuse_compat_table; | ||
|
||
---- | ||
3267 | ||
|
||
statement query I | ||
query I | ||
select c_int FROM fuse_compat_table; | ||
|
||
---- | ||
2147483647 | ||
|
||
|
||
statement query I | ||
query I | ||
select c_bigint FROM fuse_compat_table; | ||
|
||
---- | ||
9223372036854775807 | ||
|
||
|
||
statement query F | ||
query F | ||
select c_float FROM fuse_compat_table; | ||
|
||
---- | ||
3.4 | ||
|
||
statement query F | ||
query F | ||
select c_double FROM fuse_compat_table; | ||
|
||
---- | ||
1.7 | ||
|
||
statement query T | ||
query T | ||
select c_date FROM fuse_compat_table; | ||
|
||
---- | ||
9999-12-31 | ||
|
||
statement query T | ||
query T | ||
select c_timestamp FROM fuse_compat_table; | ||
|
||
---- | ||
1991-01-01 00:00:00.000000 | ||
|
||
statement query T | ||
query T | ||
select c_varchar FROM fuse_compat_table; | ||
|
||
---- | ||
varchar | ||
|
||
|
||
statement query T | ||
query T | ||
select c_array FROM fuse_compat_table; | ||
|
||
---- | ||
[1,2,3,["a","b","c"]] | ||
|
||
statement query T | ||
query T | ||
select c_object FROM fuse_compat_table; | ||
|
||
---- | ||
{"a":1,"b":{"c":2}} | ||
|
||
statement query T | ||
query T | ||
select c_variant FROM fuse_compat_table; | ||
|
||
---- | ||
[1,{"a":1,"b":{"c":2}}] |
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
Oops, something went wrong.