ClickHouse/tests/queries/0_stateless/02339_analyzer_matcher_basic.reference
2023-03-01 18:05:07 +01:00

114 lines
1.4 KiB
Plaintext

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
--
id UInt64
value String
0 Value
--
id UInt64
0
--
id UInt64
value String
0 Value
--
id UInt64
value String
0 Value
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
--
id UInt8
value String
5 Value
--
id UInt8
value String
5 Value
--
id UInt8
value UInt8
5 6
--
id UInt8
value UInt8
5 6
Combine EXCEPT, REPLACE, APPLY transformers
--
toString(6) String
6
--
toString(6) String
6