-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3366 from 4ertus2/decimal
Conditional for UUID [CLICKHOUSE-4016]
- Loading branch information
Showing
4 changed files
with
542 additions
and
4 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
148 changes: 148 additions & 0 deletions
148
dbms/tests/queries/0_stateless/00735_conditional.reference
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,148 @@ | ||
value vs value | ||
0 1 1 Int8 Int8 Int8 | ||
0 1 1 Int8 Int16 Int16 | ||
0 1 1 Int8 Int32 Int32 | ||
0 1 1 Int8 Int64 Int64 | ||
0 1 1 Int8 UInt8 Int16 | ||
0 1 1 Int8 UInt16 Int32 | ||
0 1 1 Int8 UInt32 Int64 | ||
0 1 1 Int8 Float32 Float32 | ||
0 1 1 Int8 Float64 Float64 | ||
0 1 1 Int16 Int8 Int16 | ||
0 1 1 Int16 Int16 Int16 | ||
0 1 1 Int16 Int32 Int32 | ||
0 1 1 Int16 Int64 Int64 | ||
0 1 1 Int16 UInt8 Int16 | ||
0 1 1 Int16 UInt16 Int32 | ||
0 1 1 Int16 UInt32 Int64 | ||
0 1 1 Int16 Float32 Float32 | ||
0 1 1 Int16 Float64 Float64 | ||
0 1 1 Int32 Int8 Int32 | ||
0 1 1 Int32 Int16 Int32 | ||
0 1 1 Int32 Int32 Int32 | ||
0 1 1 Int32 Int64 Int64 | ||
0 1 1 Int32 UInt8 Int32 | ||
0 1 1 Int32 UInt16 Int32 | ||
0 1 1 Int32 UInt32 Int64 | ||
0 1 1 Int32 Float32 Float64 | ||
0 1 1 Int32 Float64 Float64 | ||
0 1 1 Int64 Int8 Int64 | ||
0 1 1 Int64 Int16 Int64 | ||
0 1 1 Int64 Int32 Int64 | ||
0 1 1 Int64 Int64 Int64 | ||
0 1 1 Int64 UInt8 Int64 | ||
0 1 1 Int64 UInt16 Int64 | ||
0 1 1 Int64 UInt32 Int64 | ||
0 1 1 UInt8 Int8 Int16 | ||
0 1 1 UInt8 Int16 Int16 | ||
0 1 1 UInt8 Int32 Int32 | ||
0 1 1 UInt8 Int64 Int64 | ||
0 1 1 UInt8 UInt8 UInt8 | ||
0 1 1 UInt8 UInt16 UInt16 | ||
0 1 1 UInt8 UInt32 UInt32 | ||
0 1 1 UInt8 UInt64 UInt64 | ||
0 1 1 UInt8 Float32 Float32 | ||
0 1 1 UInt8 Float64 Float64 | ||
0 1 1 UInt16 Int8 Int32 | ||
0 1 1 UInt16 Int16 Int32 | ||
0 1 1 UInt16 Int32 Int32 | ||
0 1 1 UInt16 Int64 Int64 | ||
0 1 1 UInt16 UInt8 UInt16 | ||
0 1 1 UInt16 UInt16 UInt16 | ||
0 1 1 UInt16 UInt32 UInt32 | ||
0 1 1 UInt16 UInt64 UInt64 | ||
0 1 1 UInt16 Float32 Float32 | ||
0 1 1 UInt16 Float64 Float64 | ||
0 1 1 UInt32 Int8 Int64 | ||
0 1 1 UInt32 Int16 Int64 | ||
0 1 1 UInt32 Int32 Int64 | ||
0 1 1 UInt32 Int64 Int64 | ||
0 1 1 UInt32 UInt8 UInt32 | ||
0 1 1 UInt32 UInt16 UInt32 | ||
0 1 1 UInt32 UInt32 UInt32 | ||
0 1 1 UInt32 UInt64 UInt64 | ||
0 1 1 UInt32 Float32 Float64 | ||
0 1 1 UInt32 Float64 Float64 | ||
0 1 1 UInt64 UInt8 UInt64 | ||
0 1 1 UInt64 UInt16 UInt64 | ||
0 1 1 UInt64 UInt32 UInt64 | ||
0 1 1 UInt64 UInt64 UInt64 | ||
0000-00-00 1970-01-02 1970-01-02 Date Date Date | ||
0000-00-00 1970-01-01 03:00:01 1970-01-01 03:00:01 Date DateTime DateTime | ||
0000-00-00 00:00:00 1970-01-02 1970-01-01 03:00:01 DateTime Date DateTime | ||
0000-00-00 00:00:00 1970-01-01 03:00:01 1970-01-01 03:00:01 DateTime DateTime DateTime | ||
00000000-0000-0000-0000-000000000000 00000000-0000-0001-0000-000000000000 00000000-0000-0001-0000-000000000000 UUID UUID UUID | ||
column vs value | ||
0 1 1 Int8 Int8 Int8 | ||
0 1 1 Int8 Int16 Int16 | ||
0 1 1 Int8 Int32 Int32 | ||
0 1 1 Int8 Int64 Int64 | ||
0 1 1 Int8 UInt8 Int16 | ||
0 1 1 Int8 UInt16 Int32 | ||
0 1 1 Int8 UInt32 Int64 | ||
0 1 1 Int8 Float32 Float32 | ||
0 1 1 Int8 Float64 Float64 | ||
0 1 1 Int16 Int8 Int16 | ||
0 1 1 Int16 Int16 Int16 | ||
0 1 1 Int16 Int32 Int32 | ||
0 1 1 Int16 Int64 Int64 | ||
0 1 1 Int16 UInt8 Int16 | ||
0 1 1 Int16 UInt16 Int32 | ||
0 1 1 Int16 UInt32 Int64 | ||
0 1 1 Int16 Float32 Float32 | ||
0 1 1 Int16 Float64 Float64 | ||
0 1 1 Int32 Int8 Int32 | ||
0 1 1 Int32 Int16 Int32 | ||
0 1 1 Int32 Int32 Int32 | ||
0 1 1 Int32 Int64 Int64 | ||
0 1 1 Int32 UInt8 Int32 | ||
0 1 1 Int32 UInt16 Int32 | ||
0 1 1 Int32 UInt32 Int64 | ||
0 1 1 Int32 Float32 Float64 | ||
0 1 1 Int32 Float64 Float64 | ||
0 1 1 Int64 Int8 Int64 | ||
0 1 1 Int64 Int16 Int64 | ||
0 1 1 Int64 Int32 Int64 | ||
0 1 1 Int64 Int64 Int64 | ||
0 1 1 Int64 UInt8 Int64 | ||
0 1 1 Int64 UInt16 Int64 | ||
0 1 1 Int64 UInt32 Int64 | ||
0 1 1 UInt8 Int8 Int16 | ||
0 1 1 UInt8 Int16 Int16 | ||
0 1 1 UInt8 Int32 Int32 | ||
0 1 1 UInt8 Int64 Int64 | ||
0 1 1 UInt8 UInt8 UInt8 | ||
0 1 1 UInt8 UInt16 UInt16 | ||
0 1 1 UInt8 UInt32 UInt32 | ||
0 1 1 UInt8 UInt64 UInt64 | ||
0 1 1 UInt8 Float32 Float32 | ||
0 1 1 UInt8 Float64 Float64 | ||
0 1 1 UInt16 Int8 Int32 | ||
0 1 1 UInt16 Int16 Int32 | ||
0 1 1 UInt16 Int32 Int32 | ||
0 1 1 UInt16 Int64 Int64 | ||
0 1 1 UInt16 UInt8 UInt16 | ||
0 1 1 UInt16 UInt16 UInt16 | ||
0 1 1 UInt16 UInt32 UInt32 | ||
0 1 1 UInt16 UInt64 UInt64 | ||
0 1 1 UInt16 Float32 Float32 | ||
0 1 1 UInt16 Float64 Float64 | ||
0 1 1 UInt32 Int8 Int64 | ||
0 1 1 UInt32 Int16 Int64 | ||
0 1 1 UInt32 Int32 Int64 | ||
0 1 1 UInt32 Int64 Int64 | ||
0 1 1 UInt32 UInt8 UInt32 | ||
0 1 1 UInt32 UInt16 UInt32 | ||
0 1 1 UInt32 UInt32 UInt32 | ||
0 1 1 UInt32 UInt64 UInt64 | ||
0 1 1 UInt32 Float32 Float64 | ||
0 1 1 UInt32 Float64 Float64 | ||
0 1 1 UInt64 UInt8 UInt64 | ||
0 1 1 UInt64 UInt16 UInt64 | ||
0 1 1 UInt64 UInt32 UInt64 | ||
0 1 1 UInt64 UInt64 UInt64 | ||
0000-00-00 1970-01-02 1970-01-02 Date Date Date | ||
0000-00-00 1970-01-01 03:00:01 1970-01-01 03:00:01 Date DateTime DateTime | ||
0000-00-00 00:00:00 1970-01-02 1970-01-01 03:00:01 DateTime Date DateTime | ||
0000-00-00 00:00:00 1970-01-01 03:00:01 1970-01-01 03:00:01 DateTime DateTime DateTime | ||
00000000-0000-0000-0000-000000000000 00000000-0000-0001-0000-000000000000 00000000-0000-0001-0000-000000000000 UUID UUID UUID |
Oops, something went wrong.