ClickHouse/tests/queries/0_stateless/02339_analyzer_matcher_basic.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

114 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-07-14 11:31:58 +00:00
Matchers without FROM section
dummy UInt8
0
--
dummy UInt8
0
--
dummy UInt8
0
Unqualified matchers
id UInt64
value String
0 Value
--
id UInt64
0
--
id UInt64
value String
0 Value
--
id UInt64
value String
0 Value
Table qualified matchers
id UInt64
value String
0 Value
--
id UInt64
0
--
id UInt64
value String
0 Value
--
id UInt64
value String
0 Value
Database and table qualified matchers
2023-02-24 12:46:09 +00:00
--
id UInt64
value String
0 Value
--
id UInt64
0
--
id UInt64
value String
0 Value
--
id UInt64
value String
0 Value
2022-07-14 11:31:58 +00:00
APPLY transformer
--
toString(id) String
toString(value) String
0 Value
--
toString(id) String
toString(value) String
0 Value
--
length(toString(id)) UInt64
length(toString(value)) UInt64
1 5
--
length(toString(id)) UInt64
length(toString(value)) UInt64
1 5
--
id UInt64
value String
0 Value
EXCEPT transformer
--
value String
Value
--
value String
Value
--
toString(value) String
Value
--
toString(value) String
Value
REPLACE transformer
--
2023-02-24 12:46:09 +00:00
id UInt8
2022-07-14 11:31:58 +00:00
value String
5 Value
--
2023-02-24 12:46:09 +00:00
id UInt8
2022-07-14 11:31:58 +00:00
value String
5 Value
--
2023-02-24 12:46:09 +00:00
id UInt8
value UInt8
2022-08-31 15:21:17 +00:00
5 6
2022-07-14 11:31:58 +00:00
--
2023-02-24 12:46:09 +00:00
id UInt8
value UInt8
2022-08-31 15:21:17 +00:00
5 6
2022-07-14 11:31:58 +00:00
Combine EXCEPT, REPLACE, APPLY transformers
--
2022-08-31 15:21:17 +00:00
toString(6) String
6
2022-07-14 11:31:58 +00:00
--
2022-08-31 15:21:17 +00:00
toString(6) String
6