blob: 0fd24efbe00d2e2dc88cc5f556421edfab3105c2 [file] [log] [blame]
-- This file is automatically generated. You should know what you did if you want to edit this
-- !null_int --
1 \N true -1
2 0 false 0
3 10 false 20
4 \N true -1
-- !null_string --
1 NULL -1
2 EMPTY 0
3 NORMAL 5
4 NULL -1
-- !empty_array --
1 NULL -1
2 EMPTY 0
3 NORMAL 3
-- !null_struct --
1 true true Alice_25
2 true false Bob_no_age
3 false true no_name_30
4 false false all_fields_null
-- !empty_table --
-- !single_row --
100 100
100 101
100 102
-- !long_string --
1 1000 AAAAAAAAAA AAAAAAAAAA
2 5000 BBBBBBBBBB BBBBBBBBBB
-- !large_array --
1 100 100 1 1
2 50 250 5 5
-- !output_explosion --
1 10 0 9
2 50 0 49
-- !special_numbers --
1 -2147483648 NEGATIVE true
2 -1 NEGATIVE false
3 0 ZERO false
4 1 POSITIVE false
5 2147483647 POSITIVE true
6 \N NULL false
-- !special_doubles --
1 0.0 ZERO
2 1.0E-15 VERY_SMALL
3 1.0E15 VERY_LARGE
4 -1.0E15 VERY_LARGE
5 3.14159 NORMAL
-- !special_strings --
1 11 false NORMAL
2 15 false HAS_SYMBOLS
3 8 false HAS_WHITESPACE
4 4 true HAS_UNICODE
5 0 false EMPTY
-- !boundary_dates --
1 1970-01-01 1970 true
2 2024-06-15 2024 false
3 9999-12-31 9999 true