| -- This file is automatically generated. You should know what you did if you want to edit this | |
| -- !two_rows -- | |
| 1 2 | |
| 3 \N | |
| -- !three_rows -- | |
| 1 a | |
| 2 b | |
| 3 c | |
| -- !single_column -- | |
| \N | |
| 1 | |
| 2 | |
| 3 | |
| -- !null_type_coercion -- | |
| \N b | |
| 1 a | |
| -- !all_null_column -- | |
| \N | |
| \N | |
| -- !constant_expression -- | |
| 1 2 | |
| 3 \N | |
| -- !multi_row_constants -- | |
| 1 1 a | |
| 1 2 b | |
| 2 1 a | |
| 2 2 b | |
| -- !cardinality_num_rows -- | |
| 1 2 | |
| 3 \N | |
| -- !single_field_struct_value -- | |
| {"a":1} | |
| {"a":2} | |
| -- !multi_field_struct_value -- | |
| {"a":1, "b":2} | |
| {"a":3, "b":4} | |
| -- !column_arguments -- | |
| 1 10 x | |
| 1 20 y | |
| 2 \N \N | |
| 2 30 m | |