ClickHouse/tests/queries/0_stateless/00948_values_interpreter_template.reference

17 lines
313 B
Plaintext
Raw Normal View History

2019-05-25 06:56:18 +00:00
1970-01-02 hello 6 -20 nan [3,2,1]
1970-01-03 world 7 2 inf []
1970-01-04 test 6 -9223372036854775807 3.14 [5,4]
1970-01-05 expressions 15 -9223372036854775807 1 [0,9,8,7,6]
2019-10-02 17:51:00 +00:00
1970-01-02 hello 6 [NULL,NULL]
1970-01-03 warld 5 [-1,NULL,1]
1970-01-04 test 4 [NULL,1,3.14]
1970-01-05 \N \N [1,2,3]
1
2
3
7
11
16
24
32