From 7ab27d7fa6ab380df694eb42609cd459c07907d0 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 13 Dec 2025 18:25:16 +0000 Subject: [PATCH 1/2] Remove ast.json files and skip tests when explain: false in metadata - Remove all 6823 ast.json files from testdata directories - Add Explain *bool field to testMetadata struct (pointer to distinguish between missing and explicit false) - Skip tests when explain is explicitly false in metadata - Add CLAUDE.md with test timeout guidance --- parser/CLAUDE.md | 11 + parser/parser_test.go | 46 +- parser/testdata/00001_count_hits/ast.json | 1 - parser/testdata/00001_select_1/ast.json | 37 - parser/testdata/00002_count_visits/ast.json | 1 - parser/testdata/00002_system_numbers/ast.json | 25 - .../00003_reinterpret_as_string/ast.json | 70 -- .../ast.json | 1 - parser/testdata/00004_top_counters/ast.json | 1 - parser/testdata/00005_filtering/ast.json | 1 - .../ast.json | 1 - parser/testdata/00006_agregates/ast.json | 1 - .../00006_extremes_and_subquery_from/ast.json | 25 - parser/testdata/00007_array/ast.json | 37 - parser/testdata/00007_uniq/ast.json | 1 - parser/testdata/00008_array_join/ast.json | 43 - parser/testdata/00008_uniq/ast.json | 1 - .../00009_array_join_subquery/ast.json | 70 -- .../testdata/00009_uniq_distributed/ast.json | 1 - parser/testdata/00010_big_array_join/ast.json | 85 -- .../00010_quantiles_segfault/ast.json | 1 - .../testdata/00011_array_join_alias/ast.json | 85 -- parser/testdata/00011_sorting/ast.json | 1 - .../00012_array_join_alias_2/ast.json | 91 -- .../00012_sorting_distributed/ast.json | 1 - .../00013_create_table_with_arrays/ast.json | 28 - .../testdata/00013_sorting_of_nested/ast.json | 1 - .../testdata/00014_filtering_arrays/ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../00015_totals_having_constants/ast.json | 124 -- .../ast.json | 1 - .../00016_totals_having_constants/ast.json | 73 -- .../ast.json | 1 - .../ast.json | 25 - .../00018_distinct_in_subquery/ast.json | 73 -- .../ast.json | 1 - .../ast.json | 1 - parser/testdata/00020_sorting_arrays/ast.json | 52 - .../testdata/00021_1_select_with_in/ast.json | 1 - .../testdata/00021_2_select_with_in/ast.json | 1 - .../testdata/00021_3_select_with_in/ast.json | 1 - parser/testdata/00021_sorting_arrays/ast.json | 52 - .../ast.json | 79 -- parser/testdata/00022_merge_prewhere/ast.json | 1 - .../00023_agg_select_agg_subquery/ast.json | 94 -- parser/testdata/00023_totals_limit/ast.json | 1 - .../testdata/00024_random_counters/ast.json | 1 - .../ast.json | 76 -- .../ast.json | 73 -- .../ast.json | 1 - parser/testdata/00027_argMinMax/ast.json | 1 - .../00027_distinct_and_order_by/ast.json | 25 - .../00027_simple_argMinArray/ast.json | 100 -- .../ast.json | 1 - parser/testdata/00030_alter_table/ast.json | 28 - .../00030_array_enumerate_uniq/ast.json | 1 - .../00031_array_enumerate_uniq/ast.json | 1 - parser/testdata/00031_parser_number/ast.json | 379 ------ .../testdata/00032_aggregate_key64/ast.json | 1 - .../00032_fixed_string_to_string/ast.json | 73 -- .../00033_aggregate_key_string/ast.json | 1 - .../00033_fixed_string_to_string/ast.json | 52 - .../00034_aggregate_key_fixed_string/ast.json | 1 - .../00034_fixed_string_to_number/ast.json | 73 -- .../testdata/00035_aggregate_keys128/ast.json | 1 - .../00035_function_array_return_type/ast.json | 37 - .../testdata/00036_aggregate_hashed/ast.json | 1 - parser/testdata/00036_array_element/ast.json | 28 - parser/testdata/00037_totals_limit/ast.json | 25 - .../testdata/00037_uniq_state_merge1/ast.json | 1 - parser/testdata/00038_totals_limit/ast.json | 25 - .../testdata/00038_uniq_state_merge2/ast.json | 1 - parser/testdata/00039_primary_key/ast.json | 1 - .../ast.json | 1 - .../00040_array_enumerate_uniq/ast.json | 184 --- .../ast.json | 1 - .../testdata/00041_aggregation_remap/ast.json | 112 -- parser/testdata/00041_big_array_join/ast.json | 28 - parser/testdata/00042_any_left_join/ast.json | 1 - parser/testdata/00042_set/ast.json | 82 -- parser/testdata/00043_any_left_join/ast.json | 1 - .../00043_summing_empty_part/ast.json | 28 - .../00044_any_left_join_string/ast.json | 1 - .../ast.json | 94 -- .../ast.json | 103 -- parser/testdata/00045_uniq_upto/ast.json | 1 - .../00046_stored_aggregates_simple/ast.json | 28 - .../00046_uniq_upto_distributed/ast.json | 1 - parser/testdata/00047_bar/ast.json | 1 - .../00047_stored_aggregates_complex/ast.json | 28 - .../00048_a_stored_aggregates_merge/ast.json | 28 - .../00048_b_stored_aggregates_merge/ast.json | 28 - parser/testdata/00048_min_max/ast.json | 1 - parser/testdata/00049_any_left_join/ast.json | 1 - parser/testdata/00049_max_string_if/ast.json | 1 - parser/testdata/00050_any_left_join/ast.json | 1 - parser/testdata/00050_min_max/ast.json | 1 - parser/testdata/00051_any_inner_join/ast.json | 25 - parser/testdata/00051_min_max_array/ast.json | 1 - parser/testdata/00052_all_left_join/ast.json | 1 - parser/testdata/00052_group_by_in/ast.json | 1 - parser/testdata/00053_all_inner_join/ast.json | 1 - .../00053_replicate_segfault/ast.json | 1 - parser/testdata/00054_join_string/ast.json | 1 - .../00054_merge_tree_partitions/ast.json | 1 - parser/testdata/00055_index_and_not/ast.json | 1 - .../testdata/00055_join_two_numbers/ast.json | 1 - .../00056_join_number_string/ast.json | 1 - parser/testdata/00056_view/ast.json | 1 - parser/testdata/00057_join_aliases/ast.json | 25 - .../ast.json | 1 - .../testdata/00059_shard_global_in/ast.json | 1 - .../00059_shard_global_in_mergetree/ast.json | 1 - parser/testdata/00060_date_lut/ast.json | 49 - .../00060_move_to_prewhere_and_sets/ast.json | 1 - .../testdata/00061_merge_tree_alter/ast.json | 1 - parser/testdata/00061_storage_buffer/ast.json | 1 - parser/testdata/00062_loyalty/ast.json | 1 - .../ast.json | 1 - parser/testdata/00063_check_query/ast.json | 1 - parser/testdata/00063_loyalty_joins/ast.json | 1 - parser/testdata/00064_negate_bug/ast.json | 58 - .../00065_loyalty_with_storage_join/ast.json | 1 - .../ast.json | 1 - parser/testdata/00066_group_by_in/ast.json | 52 - .../ast.json | 1 - .../00067_replicate_segfault/ast.json | 1 - parser/testdata/00067_union_all/ast.json | 1 - parser/testdata/00068_empty_tiny_log/ast.json | 46 - .../00068_subquery_in_prewhere/ast.json | 1 - .../testdata/00069_date_arithmetic/ast.json | 67 - .../00069_duplicate_aggregation_keys/ast.json | 1 - .../00071_insert_fewer_columns/ast.json | 28 - .../00071_merge_tree_optimize_aio/ast.json | 1 - .../ast.json | 1 - parser/testdata/00072_in_types/ast.json | 1 - .../ast.json | 25 - parser/testdata/00073_uniq_array/ast.json | 1 - parser/testdata/00074_full_join/ast.json | 1 - .../testdata/00075_left_array_join/ast.json | 1 - .../ast.json | 1 - .../00076_ip_coding_functions/ast.json | 25 - .../00076_system_columns_bytes/ast.json | 1 - .../00077_log_tinylog_stripelog/ast.json | 1 - .../ast.json | 25 - .../testdata/00078_group_by_arrays/ast.json | 1 - parser/testdata/00078_string_concat/ast.json | 73 -- .../ast.json | 1 - .../testdata/00079_defaulted_columns/ast.json | 28 - .../00080_array_join_and_union/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/00081_int_div_or_zero/ast.json | 55 - .../ast.json | 55 - parser/testdata/00082_quantiles/ast.json | 1 - parser/testdata/00083_array_filter/ast.json | 1 - .../ast.json | 1 - .../00084_external_aggregation/ast.json | 1 - .../00084_summing_merge_tree/ast.json | 28 - .../ast.json | 1 - .../ast.json | 25 - parser/testdata/00086_array_reduce/ast.json | 1 - .../ast.json | 106 -- .../00087_distinct_of_empty_arrays/ast.json | 82 -- parser/testdata/00087_math_functions/ast.json | 52 - parser/testdata/00087_where_0/ast.json | 1 - .../ast.json | 73 -- .../ast.json | 1 - .../00089_group_by_arrays_of_fixed/ast.json | 220 ---- .../ast.json | 1 - .../00091_prewhere_two_conditions/ast.json | 1 - .../00093_prewhere_array_join/ast.json | 1 - .../00094_order_by_array_join_limit/ast.json | 1 - .../00095_hyperscan_profiler/ast.json | 1 - .../00096_aggregation_min_if/ast.json | 28 - .../00097_constexpr_in_index/ast.json | 1 - parser/testdata/00098_1_union_all/ast.json | 28 - parser/testdata/00098_2_union_all/ast.json | 28 - parser/testdata/00098_3_union_all/ast.json | 28 - parser/testdata/00098_4_union_all/ast.json | 28 - parser/testdata/00098_5_union_all/ast.json | 28 - parser/testdata/00098_6_union_all/ast.json | 91 -- parser/testdata/00098_7_union_all/ast.json | 88 -- parser/testdata/00098_8_union_all/ast.json | 88 -- parser/testdata/00098_9_union_all/ast.json | 82 -- parser/testdata/00098_a_union_all/ast.json | 82 -- parser/testdata/00098_b_union_all/ast.json | 91 -- parser/testdata/00098_c_union_all/ast.json | 106 -- parser/testdata/00098_d_union_all/ast.json | 28 - parser/testdata/00098_e_union_all/ast.json | 28 - parser/testdata/00098_f_union_all/ast.json | 28 - parser/testdata/00098_g_union_all/ast.json | 115 -- parser/testdata/00098_h_union_all/ast.json | 115 -- parser/testdata/00098_j_union_all/ast.json | 85 -- parser/testdata/00098_k_union_all/ast.json | 25 - parser/testdata/00098_l_union_all/ast.json | 25 - .../ast.json | 1 - .../testdata/00098_shard_i_union_all/ast.json | 1 - .../00099_join_many_blocks_segfault/ast.json | 1 - .../ast.json | 1 - .../ast.json | 40 - .../00103_ipv4_num_to_string_class_c/ast.json | 58 - .../00104_totals_having_mode/ast.json | 25 - .../testdata/00105_shard_collations/ast.json | 1 - .../00106_totals_after_having/ast.json | 25 - .../00107_totals_after_having/ast.json | 37 - .../00108_shard_totals_after_having/ast.json | 1 - .../00109_shard_totals_after_having/ast.json | 1 - parser/testdata/00110_external_sort/ast.json | 1 - .../ast.json | 1 - .../00112_shard_totals_after_having/ast.json | 1 - .../testdata/00113_shard_group_array/ast.json | 1 - .../ast.json | 46 - parser/testdata/00116_storage_set/ast.json | 28 - parser/testdata/00117_parsing_arrays/ast.json | 28 - parser/testdata/00118_storage_join/ast.json | 28 - parser/testdata/00119_storage_join/ast.json | 28 - .../testdata/00120_join_and_group_by/ast.json | 91 -- .../00121_drop_column_zookeeper/ast.json | 1 - .../ast.json | 139 --- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 82 -- parser/testdata/00126_buffer/ast.json | 28 - .../testdata/00127_group_by_concat/ast.json | 127 -- .../ast.json | 127 -- .../00129_quantile_timing_weighted/ast.json | 121 -- parser/testdata/00131_set_hashed/ast.json | 52 - parser/testdata/00132_sets/ast.json | 46 - .../ast.json | 70 -- .../ast.json | 1 - .../00136_duplicate_order_by_elems/ast.json | 148 --- parser/testdata/00137_in_constants/ast.json | 61 - parser/testdata/00138_table_aliases/ast.json | 49 - parser/testdata/00139_like/ast.json | 1 - .../ast.json | 130 -- .../00140_prewhere_column_order/ast.json | 28 - parser/testdata/00140_rename/ast.json | 1 - .../ast.json | 28 - parser/testdata/00141_transform/ast.json | 1 - .../ast.json | 130 -- parser/testdata/00142_system_columns/ast.json | 1 - .../ast.json | 52 - .../ast.json | 1 - parser/testdata/00144_empty_regexp/ast.json | 52 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/00145_empty_likes/ast.json | 52 - .../00146_aggregate_function_uniq/ast.json | 1 - .../ast.json | 28 - .../00147_alter_nested_default/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../testdata/00149_function_url_hash/ast.json | 67 - .../ast.json | 1 - .../00150_quantiles_timing_precision/ast.json | 1 - .../00150_with_totals_and_join/ast.json | 25 - .../00151_order_by_read_in_order/ast.json | 1 - .../testdata/00151_tuple_with_array/ast.json | 46 - .../ast.json | 1 - .../00152_totals_in_subquery/ast.json | 82 -- .../00153_aggregate_arena_race/ast.json | 1 - parser/testdata/00153_transform/ast.json | 64 - parser/testdata/00154_avro/ast.json | 1 - .../ast.json | 1 - .../00156_array_map_to_constant/ast.json | 64 - .../ast.json | 1 - .../ast.json | 76 -- .../testdata/00157_cache_dictionary/ast.json | 1 - .../ast.json | 1 - .../00158_cache_dictionary_has/ast.json | 1 - .../00159_whitespace_in_columns_list/ast.json | 28 - .../00160_decode_xml_component/ast.json | 1 - .../00160_merge_and_index_in_in/ast.json | 1 - .../00161_rounding_functions/ast.json | 103 -- .../00162_mmap_compression_none/ast.json | 1 - .../testdata/00162_shard_global_join/ast.json | 1 - .../ast.json | 1 - parser/testdata/00164_not_chain/ast.json | 43 - .../testdata/00164_quantileBfloat16/ast.json | 1 - .../00165_jit_aggregate_functions/ast.json | 1 - .../ast.json | 73 -- .../testdata/00166_explain_estimate/ast.json | 1 - .../ast.json | 1 - .../00167_read_bytes_from_fs/ast.json | 1 - .../00167_settings_inside_query/ast.json | 118 -- .../testdata/00168_buffer_defaults/ast.json | 28 - parser/testdata/00169_contingency/ast.json | 1 - .../00169_join_constant_keys/ast.json | 1 - .../testdata/00170_lower_upper_utf8/ast.json | 1 - parser/testdata/00170_s3_cache/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/00172_constexprs_in_set/ast.json | 154 --- .../00172_early_constant_folding/ast.json | 1 - .../ast.json | 52 - .../00173_group_by_use_nulls/ast.json | 1 - .../ast.json | 52 - .../testdata/00174_distinct_in_order/ast.json | 1 - .../ast.json | 1 - parser/testdata/00175_if_num_arrays/ast.json | 76 -- .../00175_partition_by_ignore/ast.json | 37 - .../ast.json | 1 - .../testdata/00176_if_string_arrays/ast.json | 73 -- .../00178_function_replicate/ast.json | 1 - .../testdata/00178_quantile_ddsketch/ast.json | 1 - .../00178_query_datetime64_index/ast.json | 28 - .../ast.json | 82 -- .../00180_attach_materialized_view/ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../00181_cross_join_compression/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../00183_prewhere_conditions_order/ast.json | 1 - .../00183_skip_unavailable_shards/ast.json | 1 - .../ast.json | 1 - parser/testdata/00185_array_literals/ast.json | 37 - .../00187_like_regexp_prefix/ast.json | 52 - .../ast.json | 100 -- .../testdata/00189_time_zones_long/ast.json | 1 - .../ast.json | 151 --- .../ast.json | 28 - parser/testdata/00192_least_greatest/ast.json | 142 --- .../testdata/00193_parallel_replicas/ast.json | 1 - parser/testdata/00194_identity/ast.json | 49 - .../ast.json | 1 - .../00196_float32_formatting/ast.json | 37 - .../testdata/00197_if_fixed_string/ast.json | 91 -- .../00198_group_by_empty_arrays/ast.json | 127 -- .../ast.json | 58 - .../ast.json | 1 - parser/testdata/00201_array_uniq/ast.json | 235 ---- parser/testdata/00202_cross_join/ast.json | 139 --- parser/testdata/00203_full_join/ast.json | 25 - .../00204_extract_url_parameter/ast.json | 46 - .../ast.json | 1 - .../testdata/00205_scalar_subqueries/ast.json | 25 - .../00206_empty_array_to_single/ast.json | 82 -- .../testdata/00207_left_array_join/ast.json | 79 -- .../testdata/00208_agg_state_merge/ast.json | 190 --- .../00209_insert_select_extremes/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../00213_multiple_global_in/ast.json | 1 - .../testdata/00214_primary_key_order/ast.json | 28 - .../ast.json | 1 - .../00216_bit_test_function_family/ast.json | 1 - .../ast.json | 1 - .../00218_like_regexp_newline/ast.json | 46 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../00225_join_duplicate_columns/ast.json | 1 - .../ast.json | 1 - .../ast.json | 94 -- .../ast.json | 1 - .../00229_prewhere_column_missing/ast.json | 28 - .../ast.json | 52 - .../00231_format_vertical_raw/ast.json | 40 - .../ast.json | 1 - .../00232_format_readable_size/ast.json | 1 - .../00233_position_function_family/ast.json | 1 - .../ast.json | 25 - .../ast.json | 52 - .../00235_create_temporary_table_as/ast.json | 28 - .../ast.json | 1 - .../testdata/00237_group_by_arrays/ast.json | 124 -- .../ast.json | 25 - .../00239_type_conversion_in_in/ast.json | 91 -- .../00240_replace_substring_loop/ast.json | 112 -- .../testdata/00250_tuple_comparison/ast.json | 1 - parser/testdata/00251_has_types/ast.json | 46 - .../ast.json | 1 - .../00253_insert_recursive_defaults/ast.json | 28 - parser/testdata/00254_tuple_extremes/ast.json | 28 - .../00255_array_concat_string/ast.json | 43 - parser/testdata/00256_reverse/ast.json | 43 - .../ast.json | 1 - .../00258_materializing_tuples/ast.json | 94 -- parser/testdata/00259_hashing_tuples/ast.json | 1 - .../00260_like_and_curly_braces/ast.json | 1 - .../ast.json | 28 - parser/testdata/00262_alter_alias/ast.json | 28 - .../ast.json | 28 - parser/testdata/00264_uniq_many_args/ast.json | 1 - .../00266_read_overflow_mode/ast.json | 103 -- .../ast.json | 1 - .../ast.json | 133 -- .../00268_aliases_without_as_keyword/ast.json | 49 - .../00269_database_table_whitespace/ast.json | 49 - .../ast.json | 28 - .../00271_agg_state_and_totals/ast.json | 136 -- .../00272_union_all_and_in_subquery/ast.json | 85 -- parser/testdata/00273_quantiles/ast.json | 91 -- .../testdata/00274_shard_group_array/ast.json | 1 - .../00275_shard_quantiles_weighted/ast.json | 1 - parser/testdata/00276_sample/ast.json | 28 - parser/testdata/00277_array_filter/ast.json | 190 --- .../00278_insert_already_sorted/ast.json | 28 - .../00279_quantiles_permuted_args/ast.json | 148 --- .../00280_hex_escape_sequence/ast.json | 37 - parser/testdata/00282_merging/ast.json | 28 - parser/testdata/00283_column_cut/ast.json | 1 - .../00284_external_aggregation/ast.json | 1 - .../00284_external_aggregation_2/ast.json | 1 - .../00285_not_all_data_in_totals/ast.json | 25 - .../00286_format_long_negative_float/ast.json | 1 - .../00287_column_const_with_nan/ast.json | 103 -- .../testdata/00288_empty_stripelog/ast.json | 28 - .../ast.json | 1 - parser/testdata/00291_array_reduce/ast.json | 1 - .../00292_parser_tuple_element/ast.json | 46 - .../00293_shard_max_subquery_depth/ast.json | 1 - parser/testdata/00294_shard_enums/ast.json | 1 - .../ast.json | 1 - parser/testdata/00296_url_parameters/ast.json | 1 - .../00298_enum_width_and_cast/ast.json | 28 - .../ast.json | 28 - parser/testdata/00300_csv/ast.json | 61 - .../ast.json | 28 - parser/testdata/00307_format_xml/ast.json | 25 - .../00308_write_buffer_valid_utf8/ast.json | 25 - parser/testdata/00309_formats/ast.json | 25 - .../testdata/00311_array_primary_key/ast.json | 25 - .../ast.json | 91 -- .../ast.json | 1 - .../00315_quantile_off_by_one/ast.json | 133 -- .../ast.json | 25 - .../ast.json | 52 - parser/testdata/00318_pk_tuple_order/ast.json | 28 - parser/testdata/00319_index_for_like/ast.json | 25 - parser/testdata/00320_between/ast.json | 82 -- parser/testdata/00321_pk_set/ast.json | 28 - .../00323_quantiles_timing_bug/ast.json | 61 - parser/testdata/00324_hashing_enums/ast.json | 1 - .../00326_long_function_multi_if/ast.json | 1 - .../00327_summing_composite_nested/ast.json | 25 - .../00328_long_case_construction/ast.json | 1 - .../testdata/00330_view_subqueries/ast.json | 28 - .../00331_final_and_prewhere/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../testdata/00333_parser_number_bug/ast.json | 64 - .../ast.json | 28 - .../testdata/00337_shard_any_heavy/ast.json | 1 - .../00338_replicate_array_of_strings/ast.json | 1 - .../00340_squashing_insert_select/ast.json | 1 - .../00341_squashing_insert_select2/ast.json | 1 - .../testdata/00342_escape_sequences/ast.json | 43 - .../00343_array_element_generic/ast.json | 100 -- .../00344_row_number_in_all_blocks/ast.json | 25 - .../00345_index_accurate_comparison/ast.json | 28 - parser/testdata/00346_if_tuple/ast.json | 130 -- parser/testdata/00347_has_tuple/ast.json | 118 -- parser/testdata/00348_tuples/ast.json | 61 - parser/testdata/00349_visible_width/ast.json | 70 -- parser/testdata/00350_count_distinct/ast.json | 25 - .../ast.json | 160 --- .../ast.json | 100 -- parser/testdata/00353_join_by_tuple/ast.json | 25 - .../ast.json | 67 - .../ast.json | 112 -- .../00357_to_string_complex_types/ast.json | 70 -- .../00358_from_string_complex_types/ast.json | 46 - .../00359_convert_or_zero_functions/ast.json | 52 - .../ast.json | 43 - .../ast.json | 28 - .../00362_great_circle_distance/ast.json | 58 - parser/testdata/00363_defaults/ast.json | 28 - .../00364_java_style_denormals/ast.json | 1 - .../ast.json | 1 - .../testdata/00369_int_div_of_float/ast.json | 46 - .../ast.json | 25 - parser/testdata/00371_union_all/ast.json | 94 -- parser/testdata/00373_group_by_tuple/ast.json | 139 --- .../testdata/00374_any_last_if_merge/ast.json | 142 --- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../00378_json_quote_64bit_integers/ast.json | 1 - .../ast.json | 1 - .../testdata/00383_utf8_validation/ast.json | 25 - .../ast.json | 28 - parser/testdata/00386_enum_in_pk/ast.json | 28 - .../00386_has_column_in_table/ast.json | 28 - .../testdata/00388_enum_with_totals/ast.json | 28 - .../testdata/00389_concat_operator/ast.json | 49 - parser/testdata/00390_array_sort/ast.json | 88 -- .../testdata/00392_enum_nested_alter/ast.json | 28 - .../00393_if_with_constant_condition/ast.json | 49 - .../ast.json | 28 - .../00394_replaceall_vector_fixed/ast.json | 28 - parser/testdata/00395_nullable/ast.json | 37 - parser/testdata/00396_uuid/ast.json | 100 -- parser/testdata/00396_uuid_v7/ast.json | 37 - .../00397_tsv_format_synonym/ast.json | 52 - .../ast.json | 28 - .../00401_merge_and_stripelog/ast.json | 28 - .../testdata/00402_nan_and_extremes/ast.json | 46 - .../testdata/00403_to_start_of_day/ast.json | 70 -- parser/testdata/00404_null_literal/ast.json | 43 - .../00405_output_format_pretty_color/ast.json | 25 - parser/testdata/00405_pretty_formats/ast.json | 25 - .../testdata/00406_tuples_with_nulls/ast.json | 109 -- parser/testdata/00409_shard_limit_by/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/00413_distinct/ast.json | 28 - .../ast.json | 70 -- .../ast.json | 88 -- .../00420_null_in_scalar_subqueries/ast.json | 55 - .../00422_hash_function_constexpr/ast.json | 58 - .../00423_storage_log_single_thread/ast.json | 28 - .../ast.json | 1 - parser/testdata/00425_count_nullable/ast.json | 82 -- parser/testdata/00426_nulls_sorting/ast.json | 52 - .../testdata/00429_point_in_ellipses/ast.json | 1 - parser/testdata/00431_if_nulls/ast.json | 1 - .../ast.json | 28 - parser/testdata/00433_ifnull/ast.json | 55 - parser/testdata/00434_tonullable/ast.json | 1 - parser/testdata/00435_coalesce/ast.json | 61 - .../testdata/00436_convert_charset/ast.json | 1 - .../ast.json | 1 - .../testdata/00437_nulls_first_last/ast.json | 154 --- parser/testdata/00438_bit_rotate/ast.json | 52 - .../00439_fixed_string_filter/ast.json | 121 -- .../testdata/00440_nulls_merge_tree/ast.json | 28 - parser/testdata/00441_nulls_in/ast.json | 61 - .../00442_filter_by_nullable/ast.json | 73 -- parser/testdata/00444_join_use_nulls/ast.json | 25 - .../00445_join_nullable_keys/ast.json | 25 - .../ast.json | 1 - .../testdata/00447_foreach_modifier/ast.json | 58 - .../ast.json | 1 - .../00448_to_string_cut_to_zero/ast.json | 106 -- .../ast.json | 112 -- .../00450_higher_order_and_nullable/ast.json | 112 -- .../ast.json | 79 -- .../ast.json | 97 -- parser/testdata/00453_cast_enum/ast.json | 28 - parser/testdata/00453_top_k/ast.json | 136 -- parser/testdata/00456_alter_nullable/ast.json | 28 - .../ast.json | 28 - .../testdata/00458_merge_type_cast/ast.json | 37 - .../00459_group_array_insert_at/ast.json | 103 -- .../ast.json | 112 -- .../ast.json | 91 -- .../00462_json_true_false_literals/ast.json | 1 - .../00464_array_element_out_of_range/ast.json | 79 -- .../00464_sort_all_constant_columns/ast.json | 76 -- .../testdata/00465_nullable_default/ast.json | 28 - .../00466_comments_in_keyword/ast.json | 46 - .../testdata/00467_qualified_names/ast.json | 49 - .../ast.json | 28 - .../ast.json | 37 - .../ast.json | 52 - .../testdata/00471_sql_style_quoting/ast.json | 52 - .../ast.json | 52 - .../00472_create_view_if_not_exists/ast.json | 28 - .../testdata/00475_in_join_db_table/ast.json | 28 - .../00476_pretty_formats_and_widths/ast.json | 25 - .../00477_parsing_data_types/ast.json | 28 - .../ast.json | 49 - parser/testdata/00480_mac_addresses/ast.json | 127 -- .../00481_create_view_for_null/ast.json | 28 - .../00481_reading_from_last_granula/ast.json | 28 - .../00482_subqueries_and_aliases/ast.json | 79 -- parser/testdata/00483_cast_syntax/ast.json | 46 - .../ast.json | 28 - .../ast.json | 1 - .../testdata/00486_if_fixed_string/ast.json | 73 -- .../00487_if_array_fixed_string/ast.json | 139 --- .../00488_column_name_primary/ast.json | 28 - .../00488_non_ascii_column_names/ast.json | 28 - .../testdata/00489_pk_subexpression/ast.json | 28 - .../ast.json | 1 - parser/testdata/00490_with_select/ast.json | 25 - .../ast.json | 1 - .../00492_drop_temporary_table/ast.json | 28 - .../ast.json | 1 - .../00495_reading_const_zero_column/ast.json | 28 - .../ast.json | 37 - .../ast.json | 139 --- .../testdata/00499_json_enum_insert/ast.json | 1 - .../testdata/00500_point_in_polygon/ast.json | 37 - .../00500_point_in_polygon_2d_const/ast.json | 67 - .../00500_point_in_polygon_3d_const/ast.json | 28 - .../00500_point_in_polygon_bug/ast.json | 28 - .../00500_point_in_polygon_bug_2/ast.json | 82 -- .../ast.json | 1105 ----------------- .../ast.json | 25 - .../00500_point_in_polygon_nan/ast.json | 73 -- .../ast.json | 28 - .../00502_custom_partitioning_local/ast.json | 37 - .../ast.json | 1 - .../00502_string_concat_with_array/ast.json | 106 -- parser/testdata/00502_sum_map/ast.json | 25 - .../00503_cast_const_nullable/ast.json | 67 - .../00504_mergetree_arrays_rw/ast.json | 1 - .../00506_shard_global_in_union/ast.json | 1 - .../testdata/00506_union_distributed/ast.json | 1 - .../testdata/00507_sumwithoverflow/ast.json | 97 -- .../00508_materialized_view_to/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/00511_get_size_of_enum/ast.json | 52 - .../00513_fractional_time_zones/ast.json | 112 -- .../00514_interval_operators/ast.json | 25 - .../00515_enhanced_time_zones/ast.json | 25 - parser/testdata/00515_gcd_lcm/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/00516_is_inf_nan/ast.json | 205 --- parser/testdata/00516_modulo/ast.json | 46 - parser/testdata/00517_date_parsing/ast.json | 76 -- .../ast.json | 1 - .../ast.json | 28 - .../00520_tuple_values_interpreter/ast.json | 28 - .../testdata/00521_multidimensional/ast.json | 28 - .../testdata/00522_multidimensional/ast.json | 28 - .../ast.json | 49 - .../ast.json | 58 - .../ast.json | 151 --- .../ast.json | 109 -- .../00527_totals_having_nullable/ast.json | 58 - .../testdata/00528_const_of_nullable/ast.json | 70 -- parser/testdata/00529_orantius/ast.json | 43 - .../testdata/00530_arrays_of_nothing/ast.json | 64 - .../00531_aggregate_over_nullable/ast.json | 28 - parser/testdata/00532_topk_generic/ast.json | 217 ---- parser/testdata/00533_uniq_array/ast.json | 49 - parser/testdata/00534_exp10/ast.json | 70 -- .../00535_parse_float_scientific/ast.json | 28 - parser/testdata/00536_int_exp/ast.json | 127 -- .../testdata/00536_int_exp_overflow/ast.json | 37 - parser/testdata/00537_quarters/ast.json | 169 --- parser/testdata/00538_datediff/ast.json | 37 - .../00538_datediff_plural_units/ast.json | 61 - .../ast.json | 1 - parser/testdata/00541_kahan_sum/ast.json | 85 -- .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../testdata/00543_null_and_prewhere/ast.json | 1 - .../00544_agg_foreach_of_two_arg/ast.json | 151 --- .../00544_insert_with_select/ast.json | 28 - .../00545_weird_aggregate_functions/ast.json | 112 -- .../ast.json | 1 - parser/testdata/00547_named_tuples/ast.json | 103 -- .../testdata/00548_slice_of_nested/ast.json | 70 -- parser/testdata/00549_join_use_nulls/ast.json | 25 - parser/testdata/00551_parse_or_null/ast.json | 130 -- .../00552_logical_functions_simple/ast.json | 1 - .../00552_logical_functions_ternary/ast.json | 1 - .../ast.json | 1 - parser/testdata/00552_or_nullable/ast.json | 1 - .../ast.json | 28 - .../00553_invalid_nested_name/ast.json | 64 - .../00554_nested_and_table_engines/ast.json | 28 - parser/testdata/00555_hasAll_hasAny/ast.json | 52 - parser/testdata/00555_hasSubstr/ast.json | 52 - .../00555_right_join_excessive_rows/ast.json | 25 - .../testdata/00556_array_intersect/ast.json | 52 - .../ast.json | 67 - .../00557_alter_null_storage_tables/ast.json | 28 - parser/testdata/00557_array_resize/ast.json | 46 - .../ast.json | 25 - parser/testdata/00558_parse_floats/ast.json | 73 -- .../00559_filter_array_generic/ast.json | 61 - .../ast.json | 40 - parser/testdata/00561_storage_join/ast.json | 28 - .../00562_in_subquery_merge_tree/ast.json | 28 - .../ast.json | 28 - .../00563_complex_in_expression/ast.json | 28 - .../ast.json | 1 - .../00563_shard_insert_into_remote/ast.json | 1 - .../ast.json | 28 - .../00564_temporary_table_management/ast.json | 1 - .../ast.json | 1 - parser/testdata/00566_enum_min_max/ast.json | 103 -- .../ast.json | 25 - .../ast.json | 55 - .../ast.json | 25 - .../00570_empty_array_is_const/ast.json | 46 - parser/testdata/00571_alter_nullable/ast.json | 28 - .../ast.json | 1 - .../00572_aggregation_by_empty_set/ast.json | 40 - .../ast.json | 1 - .../ast.json | 28 - .../00576_nested_and_prewhere/ast.json | 28 - .../00577_full_join_segfault/ast.json | 25 - .../ast.json | 25 - .../ast.json | 28 - .../00578_merge_table_sampling/ast.json | 28 - .../ast.json | 28 - .../ast.json | 37 - .../ast.json | 28 - .../00579_virtual_column_and_lazy/ast.json | 28 - .../ast.json | 82 -- .../ast.json | 1 - .../ast.json | 25 - .../00582_not_aliasing_functions/ast.json | 88 -- .../00583_limit_by_expressions/ast.json | 58 - parser/testdata/00584_view_union_all/ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../00587_union_all_type_conversions/ast.json | 25 - .../00588_shard_distributed_prewhere/ast.json | 1 - .../ast.json | 124 -- .../00590_limit_by_column_removal/ast.json | 76 -- .../00591_columns_removal_union_all/ast.json | 1 - .../ast.json | 37 - .../ast.json | 28 - .../00594_alias_in_distributed/ast.json | 1 - .../00597_push_down_predicate_long/ast.json | 1 - .../00597_with_totals_on_empty_set/ast.json | 73 -- .../00599_create_view_with_subquery/ast.json | 28 - .../ast.json | 46 - .../ast.json | 64 - .../ast.json | 1 - .../00604_show_create_database/ast.json | 1 - .../ast.json | 28 - .../00606_quantiles_and_nans/ast.json | 1 - parser/testdata/00607_index_in_in/ast.json | 28 - parser/testdata/00608_uniq_array/ast.json | 94 -- .../ast.json | 1 - parser/testdata/00609_mv_index_in_in/ast.json | 1 - .../00609_prewhere_and_default/ast.json | 28 - .../ast.json | 28 - parser/testdata/00612_count/ast.json | 28 - .../ast.json | 28 - parser/testdata/00612_pk_in_tuple/ast.json | 28 - parser/testdata/00612_shard_count/ast.json | 1 - .../00612_union_query_with_subquery/ast.json | 136 -- .../ast.json | 1 - parser/testdata/00614_array_nullable/ast.json | 28 - .../ast.json | 1 - .../00615_nullable_alter_optimize/ast.json | 28 - .../testdata/00616_final_single_part/ast.json | 25 - parser/testdata/00617_array_in/ast.json | 28 - parser/testdata/00618_nullable_in/ast.json | 58 - parser/testdata/00619_extract/ast.json | 1 - parser/testdata/00619_union_highlite/ast.json | 28 - .../ast.json | 1 - .../00621_regression_for_in_operator/ast.json | 28 - .../testdata/00622_select_in_parens/ast.json | 37 - .../testdata/00623_in_partition_key/ast.json | 28 - .../ast.json | 1 - .../00623_truncate_all_tables/ast.json | 1 - parser/testdata/00623_truncate_table/ast.json | 25 - parser/testdata/00624_length_utf8/ast.json | 46 - .../testdata/00625_arrays_in_nested/ast.json | 28 - .../00625_summing_merge_tree_merge/ast.json | 1 - parser/testdata/00626_in_syntax/ast.json | 52 - .../ast.json | 28 - .../testdata/00627_recursive_alias/ast.json | 94 -- .../ast.json | 28 - .../00632_aggregation_window_funnel/ast.json | 1 - .../00632_get_sample_block_cache/ast.json | 1 - parser/testdata/00633_func_or_in/ast.json | 28 - parser/testdata/00634_rename_view/ast.json | 1 - .../00635_shard_distinct_order_by/ast.json | 1 - parser/testdata/00639_startsWith/ast.json | 79 -- parser/testdata/00640_endsWith/ast.json | 79 -- parser/testdata/00642_cast/ast.json | 46 - .../00643_cast_zookeeper_long/ast.json | 1 - .../ast.json | 1 - .../00645_date_time_input_format/ast.json | 46 - parser/testdata/00646_weird_mmx/ast.json | 28 - parser/testdata/00647_histogram/ast.json | 100 -- .../00647_histogram_negative/ast.json | 28 - .../00647_multiply_aggregation_state/ast.json | 25 - .../00647_select_numbers_with_offset/ast.json | 25 - .../ast.json | 28 - .../00649_quantile_tdigest_negative/ast.json | 55 - .../ast.json | 28 - .../00653_monotonic_integer_cast/ast.json | 28 - .../00653_running_difference/ast.json | 25 - .../ast.json | 25 - .../00661_array_has_silviucpp/ast.json | 28 - .../ast.json | 1 - .../00662_array_has_nullable/ast.json | 46 - parser/testdata/00662_has_nullable/ast.json | 28 - .../00663_tiny_log_empty_insert/ast.json | 28 - .../ast.json | 52 - .../ast.json | 28 - .../00666_uniq_complex_types/ast.json | 97 -- .../ast.json | 1 - .../00668_compare_arrays_silviucpp/ast.json | 28 - .../00670_truncate_temporary_table/ast.json | 28 - .../testdata/00671_max_intersections/ast.json | 28 - parser/testdata/00672_arrayDistinct/ast.json | 43 - .../ast.json | 28 - parser/testdata/00674_has_array_enum/ast.json | 88 -- parser/testdata/00674_join_on_syntax/ast.json | 25 - .../ast.json | 1 - parser/testdata/00676_group_by_in/ast.json | 58 - .../00677_shard_any_heavy_merge/ast.json | 1 - parser/testdata/00678_murmurhash/ast.json | 43 - .../00678_shard_funnel_window/ast.json | 1 - .../testdata/00679_replace_asterisk/ast.json | 25 - parser/testdata/00679_uuid_in_key/ast.json | 28 - .../ast.json | 157 --- .../ast.json | 28 - .../ast.json | 1 - parser/testdata/00687_insert_into_mv/ast.json | 28 - .../00688_aggregation_retention/ast.json | 28 - .../testdata/00688_case_without_else/ast.json | 28 - .../ast.json | 28 - .../00688_low_cardinality_defaults/ast.json | 85 -- .../ast.json | 28 - .../00688_low_cardinality_in/ast.json | 25 - .../ast.json | 25 - .../00688_low_cardinality_prewhere/ast.json | 28 - .../ast.json | 37 - .../00688_low_cardinality_syntax/ast.json | 25 - .../00689_join_table_function/ast.json | 94 -- parser/testdata/00691_array_distinct/ast.json | 91 -- .../testdata/00692_if_exception_code/ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../00696_system_columns_limit/ast.json | 1 - .../testdata/00697_in_subquery_shard/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../00700_decimal_aggregates/ast.json | 28 - parser/testdata/00700_decimal_arithm/ast.json | 28 - .../00700_decimal_array_functions/ast.json | 79 -- parser/testdata/00700_decimal_bounds/ast.json | 28 - parser/testdata/00700_decimal_casts/ast.json | 70 -- .../testdata/00700_decimal_casts_2/ast.json | 79 -- .../testdata/00700_decimal_compare/ast.json | 28 - .../00700_decimal_complex_types/ast.json | 28 - .../testdata/00700_decimal_defaults/ast.json | 28 - .../00700_decimal_empty_aggregates/ast.json | 28 - .../testdata/00700_decimal_formats/ast.json | 28 - .../testdata/00700_decimal_gathers/ast.json | 91 -- .../testdata/00700_decimal_in_keys/ast.json | 28 - parser/testdata/00700_decimal_math/ast.json | 82 -- parser/testdata/00700_decimal_null/ast.json | 28 - parser/testdata/00700_decimal_round/ast.json | 115 -- .../ast.json | 28 - .../00700_to_decimal_or_something/ast.json | 70 -- .../00701_context_use_after_free/ast.json | 106 -- .../00701_join_default_strictness/ast.json | 28 - parser/testdata/00701_rollup/ast.json | 1 - parser/testdata/00702_join_on_dups/ast.json | 28 - .../testdata/00702_join_with_using/ast.json | 28 - .../00702_join_with_using_dups/ast.json | 28 - .../ast.json | 28 - parser/testdata/00703_join_crash/ast.json | 28 - .../ast.json | 28 - .../00705_aggregate_states_addition/ast.json | 25 - .../00706_iso_week_and_day_of_year/ast.json | 1 - .../00707_float_csv_delimiter/ast.json | 28 - .../ast.json | 28 - .../00710_array_enumerate_dense/ast.json | 1 - .../00711_array_enumerate_variants/ast.json | 52 - parser/testdata/00712_nan_comparison/ast.json | 142 --- .../00712_prewhere_with_alias/ast.json | 28 - .../ast.json | 28 - .../00712_prewhere_with_alias_bug/ast.json | 28 - .../00712_prewhere_with_alias_bug_2/ast.json | 28 - .../00712_prewhere_with_final/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../00712_prewhere_with_sampling/ast.json | 28 - .../ast.json | 28 - .../00713_collapsing_merge_tree/ast.json | 28 - parser/testdata/00714_alter_uuid/ast.json | 46 - .../ast.json | 28 - parser/testdata/00715_bounding_ratio/ast.json | 28 - .../00715_bounding_ratio_merge_empty/ast.json | 28 - parser/testdata/00716_allow_ddl/ast.json | 25 - .../testdata/00717_default_join_type/ast.json | 28 - .../ast.json | 1 - .../00717_low_cardinaliry_group_by/ast.json | 28 - .../00717_merge_and_distributed/ast.json | 1 - .../testdata/00718_format_datetime/ast.json | 25 - .../testdata/00718_format_datetime_1/ast.json | 58 - .../00718_low_cardinaliry_alter/ast.json | 25 - .../ast.json | 1 - .../00719_format_datetime_rand/ast.json | 1 - .../ast.json | 43 - parser/testdata/00720_with_cube/ast.json | 28 - .../ast.json | 1 - parser/testdata/00722_inner_join/ast.json | 1 - parser/testdata/00723_remerge_sort/ast.json | 127 -- .../ast.json | 28 - .../00725_comment_columns_long/ast.json | 1 - .../testdata/00725_ipv4_ipv6_domains/ast.json | 28 - parser/testdata/00725_join_on_bug_1/ast.json | 28 - parser/testdata/00725_join_on_bug_2/ast.json | 25 - parser/testdata/00725_join_on_bug_3/ast.json | 28 - parser/testdata/00725_join_on_bug_4/ast.json | 28 - .../testdata/00725_memory_tracking/ast.json | 1 - .../testdata/00725_quantiles_shard/ast.json | 1 - parser/testdata/00726_length_aliases/ast.json | 61 - .../ast.json | 28 - .../testdata/00726_modulo_for_date/ast.json | 82 -- parser/testdata/00727_concat/ast.json | 1 - .../00729_prewhere_array_join/ast.json | 25 - .../00730_unicode_terminal_format/ast.json | 25 - .../testdata/00732_base64_functions/ast.json | 1 - .../00732_decimal_summing_merge_tree/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/00733_if_datetime/ast.json | 88 -- parser/testdata/00734_timeslot/ast.json | 52 - .../testdata/00735_long_conditional/ast.json | 1 - .../00735_or_expr_optimize_bug/ast.json | 28 - .../00736_disjunction_optimisation/ast.json | 28 - .../testdata/00737_decimal_group_by/ast.json | 52 - .../ast.json | 28 - .../ast.json | 28 - .../00740_database_in_nested_view/ast.json | 1 - .../ast.json | 28 - .../00741_client_comment_multiline/ast.json | 1 - .../00742_require_join_strictness/ast.json | 25 - .../00743_limit_by_not_found_column/ast.json | 28 - .../00744_join_not_found_column/ast.json | 25 - .../00745_compile_scalar_subquery/ast.json | 25 - .../ast.json | 25 - parser/testdata/00746_hashing_tuples/ast.json | 1 - parser/testdata/00747_contributors/ast.json | 91 -- .../00748_insert_array_with_null/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - parser/testdata/00751_hashing_ints/ast.json | 1 - .../ast.json | 25 - .../ast.json | 58 - .../ast.json | 25 - .../ast.json | 25 - .../00752_low_cardinality_mv_1/ast.json | 28 - .../00752_low_cardinality_mv_2/ast.json | 28 - .../00752_low_cardinality_permute/ast.json | 28 - parser/testdata/00753_alter_attach/ast.json | 28 - .../ast.json | 28 - .../00753_comment_columns_zookeeper/ast.json | 1 - .../ast.json | 1 - .../testdata/00753_quantile_format/ast.json | 28 - .../ast.json | 1 - .../00753_with_with_single_alias/ast.json | 55 - .../ast.json | 1 - .../00754_alter_modify_order_by/ast.json | 25 - .../ast.json | 1 - .../ast.json | 49 - .../ast.json | 1 - parser/testdata/00756_power_alias/ast.json | 82 -- parser/testdata/00757_enum_defaults/ast.json | 28 - .../00757_enum_defaults_const/ast.json | 1 - .../ast.json | 25 - parser/testdata/00758_array_reverse/ast.json | 43 - parser/testdata/00759_kodieg/ast.json | 1 - .../00760_insert_json_with_defaults/ast.json | 1 - .../00760_url_functions_overflow/ast.json | 46 - parser/testdata/00761_lower_utf8_bug/ast.json | 1 - .../testdata/00762_date_comparsion/ast.json | 25 - .../ast.json | 28 - parser/testdata/00765_locate/ast.json | 25 - .../00765_sql_compatibility_aliases/ast.json | 25 - .../ast.json | 25 - .../00780_unaligned_array_join/ast.json | 145 --- .../ast.json | 28 - .../testdata/00799_function_dry_run/ast.json | 1 - .../00800_function_java_hash/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../00800_low_cardinality_join/ast.json | 25 - .../00800_versatile_storage_join/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../00803_odbc_driver_2_format/ast.json | 1 - parser/testdata/00803_xxhash/ast.json | 1 - .../00804_rollup_with_having/ast.json | 28 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - parser/testdata/00805_round_down/ast.json | 64 - parser/testdata/00806_alter_update/ast.json | 28 - .../testdata/00807_regexp_quote_meta/ast.json | 43 - .../00808_array_enumerate_segfault/ast.json | 25 - .../00808_not_optimize_predicate/ast.json | 25 - .../testdata/00809_add_days_segfault/ast.json | 58 - .../00810_in_operators_segfault/ast.json | 25 - parser/testdata/00811_garbage/ast.json | 25 - .../00812_prewhere_alias_array/ast.json | 28 - .../ast.json | 25 - parser/testdata/00814_parsing_ub/ast.json | 43 - .../00815_left_join_on_stepanel/ast.json | 1 - .../00816_join_column_names_sarg/ast.json | 28 - parser/testdata/00817_with_simple/ast.json | 58 - parser/testdata/00818_alias_bug_4110/ast.json | 25 - .../00818_inner_join_bug_3567/ast.json | 25 - parser/testdata/00818_join_bug_4271/ast.json | 28 - .../00819_ast_refactoring_bugs/ast.json | 28 - .../ast.json | 25 - parser/testdata/00820_multiple_joins/ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../00822_array_insert_default/ast.json | 136 -- .../00823_sequence_match_dfa/ast.json | 1 - parser/testdata/00824_filesystem/ast.json | 88 -- .../00826_cross_to_inner_join/ast.json | 25 - .../testdata/00829_bitmap64_function/ast.json | 28 - .../testdata/00829_bitmap_function/ast.json | 49 - parser/testdata/00830_join_overwrite/ast.json | 28 - .../ast.json | 70 -- .../testdata/00832_storage_file_lock/ast.json | 28 - parser/testdata/00833_sleep_overflow/ast.json | 43 - .../testdata/00834_date_datetime_cmp/ast.json | 58 - .../ast.json | 67 - parser/testdata/00834_not_between/ast.json | 82 -- .../testdata/00835_if_generic_case/ast.json | 25 - parser/testdata/00836_indices_alter/ast.json | 28 - .../ast.json | 1 - .../ast.json | 58 - .../ast.json | 28 - .../ast.json | 1 - .../testdata/00839_bitmask_negative/ast.json | 43 - parser/testdata/00840_top_k_weighted/ast.json | 148 --- .../00841_temporary_table_database/ast.json | 40 - .../ast.json | 46 - .../ast.json | 25 - parser/testdata/00844_join_lightee2/ast.json | 28 - .../testdata/00845_join_on_aliases/ast.json | 28 - .../00846_join_using_tuple_crash/ast.json | 25 - .../00847_multiple_join_same_column/ast.json | 28 - .../00848_join_use_nulls_segfault/ast.json | 25 - .../00849_multiple_comma_join_2/ast.json | 25 - .../testdata/00850_global_join_dups/ast.json | 1 - parser/testdata/00852_any_join_nulls/ast.json | 28 - .../00853_join_with_nulls_crash/ast.json | 28 - .../00854_multiple_join_asterisks/ast.json | 103 -- .../00855_join_with_array_join/ast.json | 25 - .../00856_no_column_issue_4242/ast.json | 28 - .../ast.json | 28 - parser/testdata/00858_issue_4756/ast.json | 25 - .../00859_distinct_with_join/ast.json | 28 - .../00860_unknown_identifier_bug/ast.json | 28 - .../00861_decimal_quoted_csv/ast.json | 28 - parser/testdata/00862_decimal_in/ast.json | 28 - parser/testdata/00863_comma_join_in/ast.json | 28 - .../00864_union_all_supertype/ast.json | 25 - parser/testdata/00870_t64_codec/ast.json | 28 - .../testdata/00871_t64_codec_signed/ast.json | 28 - parser/testdata/00872_t64_bit_codec/ast.json | 28 - parser/testdata/00873_t64_codec_date/ast.json | 28 - parser/testdata/00874_issue_3495/ast.json | 28 - .../testdata/00875_join_right_nulls/ast.json | 28 - .../00875_join_right_nulls_ors/ast.json | 28 - .../00876_wrong_arraj_join_column/ast.json | 28 - .../ast.json | 1 - .../00878_join_unexpected_results/ast.json | 28 - .../00879_cast_to_decimal_crash/ast.json | 52 - parser/testdata/00880_decimal_in_key/ast.json | 28 - .../00881_unknown_identifier_in_in/ast.json | 70 -- .../00882_multiple_join_no_alias/ast.json | 28 - parser/testdata/00897_flatten/ast.json | 49 - .../ast.json | 67 - .../00899_long_attach_memory_limit/ast.json | 1 - parser/testdata/00900_entropy_shard/ast.json | 1 - parser/testdata/00901_joint_entropy/ast.json | 388 ------ parser/testdata/00902_entropy/ast.json | 28 - .../ast.json | 70 -- .../00904_array_with_constant_2/ast.json | 64 - .../ast.json | 25 - .../ast.json | 70 -- .../00906_low_cardinality_cache/ast.json | 1 - .../ast.json | 49 - .../00906_low_cardinality_rollup/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/00908_analyze_query/ast.json | 28 - .../00909_arrayEnumerateUniq/ast.json | 1 - parser/testdata/00909_ngram_distance/ast.json | 82 -- .../testdata/00910_buffer_prewhere/ast.json | 79 -- .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 112 -- .../ast.json | 1 - .../ast.json | 1 - .../00911_tautological_compare/ast.json | 1 - .../testdata/00912_string_comparison/ast.json | 154 --- parser/testdata/00913_many_threads/ast.json | 1 - parser/testdata/00914_join_bgranvea/ast.json | 28 - parser/testdata/00914_replicate/ast.json | 1 - .../00915_simple_aggregate_function/ast.json | 25 - .../ast.json | 25 - parser/testdata/00915_tuple_orantius/ast.json | 52 - .../ast.json | 28 - .../00916_create_or_replace_view/ast.json | 28 - .../ast.json | 25 - parser/testdata/00917_least_sqr/ast.json | 49 - .../00917_multiple_joins_denny_crane/ast.json | 25 - .../ast.json | 61 - parser/testdata/00918_json_functions/ast.json | 1 - .../testdata/00919_histogram_merge/ast.json | 211 ---- .../ast.json | 130 -- .../ast.json | 91 -- .../testdata/00921_datetime64_basic/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/00926_geo_to_h3/ast.json | 1 - parser/testdata/00926_multimatch/ast.json | 1 - .../ast.json | 1 - .../00927_asof_join_correct_bt/ast.json | 28 - parser/testdata/00927_asof_join_long/ast.json | 1 - .../00927_asof_join_noninclusive/ast.json | 28 - parser/testdata/00927_asof_joins/ast.json | 28 - .../testdata/00927_disable_hyperscan/ast.json | 1 - .../ast.json | 1 - .../00929_multi_match_edit_distance/ast.json | 1 - parser/testdata/00930_arrayIntersect/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../00932_array_intersect_bug/ast.json | 52 - .../testdata/00932_geohash_support/ast.json | 28 - parser/testdata/00933_alter_ttl/ast.json | 25 - parser/testdata/00933_reserved_word/ast.json | 28 - parser/testdata/00933_ttl_formatting/ast.json | 1 - parser/testdata/00933_ttl_simple/ast.json | 1 - .../testdata/00933_ttl_with_default/ast.json | 28 - parser/testdata/00934_is_valid_utf8/ast.json | 67 - .../00935_to_iso_week_first_year/ast.json | 88 -- parser/testdata/00936_crc_functions/ast.json | 28 - .../ast.json | 25 - .../00936_substring_utf8_non_const/ast.json | 67 - .../testdata/00937_ipv4_cidr_range/ast.json | 37 - parser/testdata/00938_basename/ast.json | 43 - parser/testdata/00938_dataset_test/ast.json | 28 - .../testdata/00938_ipv6_cidr_range/ast.json | 37 - .../00938_test_retention_function/ast.json | 28 - .../testdata/00939_limit_by_offset/ast.json | 28 - parser/testdata/00939_test_null_in/ast.json | 28 - .../00940_max_parts_in_total/ast.json | 28 - .../00940_order_by_read_in_order/ast.json | 28 - .../ast.json | 1 - parser/testdata/00941_to_custom_week/ast.json | 1 - .../testdata/00942_mv_rename_table/ast.json | 28 - .../ast.json | 28 - parser/testdata/00944_minmax_nan/ast.json | 25 - parser/testdata/00944_minmax_null/ast.json | 28 - parser/testdata/00944_ml_test/ast.json | 28 - .../00945_bloom_filter_index/ast.json | 1 - parser/testdata/00945_ml_test/ast.json | 28 - parser/testdata/00946_ml_test/ast.json | 28 - parser/testdata/00947_ml_test/ast.json | 28 - parser/testdata/00948_to_valid_utf8/ast.json | 58 - .../ast.json | 28 - parser/testdata/00949_format/ast.json | 25 - .../ast.json | 28 - .../testdata/00950_default_prewhere/ast.json | 1 - parser/testdata/00950_dict_get/ast.json | 1 - .../00950_test_double_delta_codec/ast.json | 1 - .../ast.json | 1 - .../00950_test_gorilla_codec/ast.json | 28 - parser/testdata/00951_ngram_search/ast.json | 82 -- .../ast.json | 1 - .../testdata/00952_part_frozen_info/ast.json | 28 - .../testdata/00953_moving_functions/ast.json | 28 - .../00954_resample_combinator/ast.json | 49 - .../testdata/00955_test_final_mark/ast.json | 1 - .../ast.json | 25 - .../ast.json | 67 - parser/testdata/00957_delta_diff_bug/ast.json | 25 - parser/testdata/00957_neighbor/ast.json | 25 - .../00960_eval_ml_method_const/ast.json | 94 -- parser/testdata/00961_check_table/ast.json | 25 - .../ast.json | 1 - .../ast.json | 46 - parser/testdata/00962_enumNotExect/ast.json | 28 - .../00962_visit_param_various/ast.json | 46 - parser/testdata/00963_achimbab/ast.json | 1 - .../ast.json | 28 - .../00964_os_thread_priority/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../00968_file_engine_in_subquery/ast.json | 28 - parser/testdata/00968_roundAge/ast.json | 43 - parser/testdata/00969_columns_clause/ast.json | 28 - parser/testdata/00969_roundDuration/ast.json | 43 - .../ast.json | 28 - .../00972_desc_table_virtual_columns/ast.json | 1 - parser/testdata/00972_geohashesInBox/ast.json | 1 - .../ast.json | 28 - .../00973_uniq_non_associativity/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../00974_distributed_join_on/ast.json | 1 - .../00974_final_predicate_push_down/ast.json | 28 - parser/testdata/00974_fix_join_on/ast.json | 28 - .../testdata/00974_full_outer_join/ast.json | 1 - .../00974_low_cardinality_cast/ast.json | 25 - parser/testdata/00974_query_profiler/ast.json | 1 - parser/testdata/00975_json_hang/ast.json | 1 - .../00975_move_partition_merge_tree/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - parser/testdata/00975_values_list/ast.json | 28 - .../00976_max_execution_speed/ast.json | 25 - .../ast.json | 1 - .../00976_system_stop_ttl_merges/ast.json | 28 - .../00976_ttl_with_old_parts/ast.json | 28 - parser/testdata/00977_int_div/ast.json | 1 - .../00977_join_use_nulls_denny_crane/ast.json | 28 - parser/testdata/00978_ml_math/ast.json | 1 - parser/testdata/00978_sum_map_bugfix/ast.json | 115 -- .../ast.json | 67 - .../ast.json | 28 - parser/testdata/00979_set_index_not/ast.json | 1 - .../00979_toFloat_monotonicity/ast.json | 25 - .../00979_yandex_consistent_hash_fpe/ast.json | 46 - .../00980_crash_nullable_decimal/ast.json | 61 - .../00980_full_join_crash_fancyqlx/ast.json | 28 - .../00980_merge_alter_settings/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../00981_no_virtual_columns/ast.json | 28 - .../00981_topK_topKWeighted_long/ast.json | 1 - .../ast.json | 82 -- .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../00985_merge_stack_overflow/ast.json | 1 - .../ast.json | 28 - .../00987_distributed_stack_overflow/ast.json | 1 - .../ast.json | 1 - .../00988_expansion_aliases_limit/ast.json | 25 - .../00988_parallel_parts_removal/ast.json | 1 - .../00989_parallel_parts_loading/ast.json | 1 - .../00990_function_current_user/ast.json | 1 - .../00990_hasToken_and_tokenbf/ast.json | 28 - .../00990_metric_log_table_not_empty/ast.json | 46 - .../testdata/00990_request_splitting/ast.json | 61 - .../00994_table_function_numbers_mt/ast.json | 79 -- .../ast.json | 25 - .../00995_order_by_with_fill/ast.json | 1 - .../testdata/00996_limit_with_ties/ast.json | 28 - parser/testdata/00996_neighbor/ast.json | 25 - .../00997_extract_all_crash_6627/ast.json | 46 - .../testdata/00997_set_index_array/ast.json | 1 - parser/testdata/00997_trim/ast.json | 1 - .../00998_constraints_all_tables/ast.json | 28 - .../00999_full_join_dup_keys_crash/ast.json | 25 - .../00999_join_not_nullable_types/ast.json | 25 - .../00999_join_on_expression/ast.json | 28 - .../00999_nullable_nested_types_4877/ast.json | 28 - .../00999_settings_no_extra_quotes/ast.json | 58 - .../ast.json | 28 - .../01000_bad_size_of_marks_skip_idx/ast.json | 1 - .../01000_subquery_requires_alias/ast.json | 25 - .../01001_enums_in_in_section/ast.json | 28 - .../01006_ttl_with_default_2/ast.json | 28 - .../ast.json | 28 - .../01009_global_array_join_names/ast.json | 1 - .../01009_insert_select_data_loss/ast.json | 28 - .../01009_insert_select_nicelulu/ast.json | 28 - .../01010_partial_merge_join/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../01010_pm_join_all_join_bug/ast.json | 28 - parser/testdata/01010_pmj_on_disk/ast.json | 25 - .../01010_pmj_one_row_blocks/ast.json | 28 - .../ast.json | 1 - .../testdata/01010_pmj_skip_blocks/ast.json | 28 - .../01011_group_uniq_array_memsan/ast.json | 94 -- .../ast.json | 67 - .../01012_reset_running_accumulate/ast.json | 1 - .../testdata/01012_select_limit_x_0/ast.json | 58 - .../ast.json | 1 - .../testdata/01012_show_tables_limit/ast.json | 1 - parser/testdata/01013_hex_decimal/ast.json | 52 - parser/testdata/01013_hex_float/ast.json | 43 - .../testdata/01013_repeat_function/ast.json | 46 - .../01013_totals_without_aggregation/ast.json | 25 - .../01014_count_of_merges_metrics/ast.json | 28 - .../ast.json | 52 - parser/testdata/01015_array_split/ast.json | 67 - parser/testdata/01015_attach_part/ast.json | 1 - .../testdata/01015_random_constant/ast.json | 49 - .../01016_index_tuple_field_type/ast.json | 28 - parser/testdata/01016_macros/ast.json | 61 - .../testdata/01016_null_part_minmax/ast.json | 1 - .../testdata/01016_simhash_minhash/ast.json | 1 - .../01016_simhash_minhash_ppc/ast.json | 1 - parser/testdata/01016_uniqCombined64/ast.json | 1 - .../01017_bithamming_distance/ast.json | 46 - .../ast.json | 1 - .../01017_tuplehamming_distance/ast.json | 46 - .../01017_uniqCombined_memory_usage/ast.json | 1 - .../01018_Distributed__shard_num/ast.json | 1 - .../testdata/01018_ambiguous_column/ast.json | 25 - .../01018_ddl_dictionaries_create/ast.json | 1 - .../01018_ddl_dictionaries_select/ast.json | 1 - .../01018_ddl_dictionaries_special/ast.json | 1 - .../ast.json | 1 - .../01018_empty_aggregation_filling/ast.json | 37 - .../01018_ip_dictionary_long/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/01019_array_fill/ast.json | 61 - .../ast.json | 25 - .../01020_function_array_compact/ast.json | 43 - parser/testdata/01020_function_char/ast.json | 1 - .../01020_having_without_group_by/ast.json | 40 - .../testdata/01021_create_as_select/ast.json | 28 - .../01021_only_tuple_columns/ast.json | 1 - parser/testdata/01021_tuple_parser/ast.json | 58 - .../ast.json | 1 - parser/testdata/01024__getScalar/ast.json | 64 - .../01025_array_compact_generic/ast.json | 46 - parser/testdata/01026_char_utf8/ast.json | 76 -- .../01029_early_constant_folding/ast.json | 1 - .../ast.json | 58 - .../ast.json | 28 - .../ast.json | 25 - .../01030_storage_set_supports_read/ast.json | 28 - .../01030_storage_url_syntax/ast.json | 1 - .../01031_pmj_new_any_semi_join/ast.json | 28 - parser/testdata/01031_semi_anti_join/ast.json | 28 - .../01032_cityHash64_for_UUID/ast.json | 49 - .../01032_cityHash64_for_decimal/ast.json | 52 - .../ast.json | 28 - .../01033_dictionaries_lifetime/ast.json | 1 - .../01033_function_substring/ast.json | 37 - parser/testdata/01033_quota_dcl/ast.json | 25 - .../ast.json | 1 - .../01034_JSONCompactEachRow/ast.json | 28 - .../01034_order_by_pk_prefix/ast.json | 28 - .../ast.json | 1 - .../01034_sample_final_distributed/ast.json | 1 - .../ast.json | 103 -- .../ast.json | 142 --- parser/testdata/01035_avg/ast.json | 1 - .../01035_prewhere_with_alias/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../01036_union_different_columns/ast.json | 70 -- .../ast.json | 1 - .../01038_array_of_unnamed_tuples/ast.json | 25 - .../01039_mergetree_exec_time/ast.json | 28 - .../01039_test_setting_parse/ast.json | 25 - .../ast.json | 1 - .../testdata/01040_h3_get_resolution/ast.json | 1 - .../ast.json | 1 - parser/testdata/01041_h3_is_valid/ast.json | 1 - .../ast.json | 25 - parser/testdata/01042_h3_k_ring/ast.json | 1 - parser/testdata/01043_categorical_iv/ast.json | 1 - .../ast.json | 1 - parser/testdata/01043_geo_distance/ast.json | 25 - .../testdata/01043_h3_edge_length_m/ast.json | 1 - .../01044_great_circle_angle/ast.json | 100 -- parser/testdata/01044_h3_edge_angle/ast.json | 1 - parser/testdata/01045_array_zip/ast.json | 46 - .../01045_bloom_filter_null_array/ast.json | 28 - .../01045_dictionaries_restrictions/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/01047_nullable_rand/ast.json | 58 - .../ast.json | 28 - parser/testdata/01048_exists_query/ast.json | 1 - .../01049_join_low_card_crash/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/01050_engine_join_crash/ast.json | 28 - .../01050_engine_join_view_crash/ast.json | 28 - .../01050_group_array_sample/ast.json | 127 -- .../01051_aggregate_function_crash/ast.json | 25 - .../testdata/01051_all_join_engine/ast.json | 28 - .../01051_new_any_join_engine/ast.json | 28 - .../01051_random_printable_ascii/ast.json | 49 - .../01051_same_name_alias_with_joins/ast.json | 28 - .../01051_scalar_optimization/ast.json | 82 -- .../01052_array_reduce_exception/ast.json | 76 -- .../01053_drop_database_mat_view/ast.json | 25 - parser/testdata/01053_if_chain_check/ast.json | 25 - .../ast.json | 1 - parser/testdata/01055_compact_parts/ast.json | 1 - .../testdata/01055_compact_parts_1/ast.json | 58 - parser/testdata/01055_prewhere_bugs/ast.json | 28 - .../testdata/01056_create_table_as/ast.json | 1 - .../ast.json | 28 - .../01056_negative_with_bloom_filter/ast.json | 28 - .../01056_predicate_optimizer_bugs/ast.json | 25 - .../01060_defaults_all_columns/ast.json | 28 - .../ast.json | 28 - .../01061_alter_codec_with_type/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../testdata/01063_create_column_set/ast.json | 28 - parser/testdata/01064_arrayROCAUC/ast.json | 46 - .../ast.json | 25 - .../ast.json | 25 - .../01065_array_zip_mixed_const/ast.json | 46 - parser/testdata/01065_if_not_finite/ast.json | 82 -- parser/testdata/01066_bit_count/ast.json | 61 - parser/testdata/01067_join_null/ast.json | 37 - parser/testdata/01068_parens/ast.json | 25 - .../testdata/01069_database_memory/ast.json | 28 - .../ast.json | 46 - .../ast.json | 28 - .../ast.json | 28 - .../testdata/01069_set_in_group_by/ast.json | 28 - parser/testdata/01070_alter_with_ttl/ast.json | 28 - .../ast.json | 28 - .../testdata/01070_h3_get_base_cell/ast.json | 1 - parser/testdata/01070_h3_hex_area_m2/ast.json | 1 - .../01070_h3_indexes_are_neighbors/ast.json | 1 - parser/testdata/01070_h3_to_children/ast.json | 1 - parser/testdata/01070_h3_to_parent/ast.json | 1 - parser/testdata/01070_h3_to_string/ast.json | 1 - .../testdata/01070_materialize_ttl/ast.json | 1 - parser/testdata/01070_modify_ttl/ast.json | 1 - .../01070_modify_ttl_recalc_only/ast.json | 1 - .../ast.json | 1 - parser/testdata/01070_string_to_h3/ast.json | 1 - .../01070_template_empty_file/ast.json | 43 - .../ast.json | 46 - .../ast.json | 1 - parser/testdata/01071_in_array/ast.json | 46 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - parser/testdata/01072_nullable_jit/ast.json | 25 - .../ast.json | 1 - .../01072_select_constant_limit/ast.json | 49 - .../01073_attach_if_not_exists/ast.json | 1 - .../01073_bad_alter_partition/ast.json | 28 - .../01073_blockSerializedSize/ast.json | 46 - .../testdata/01073_crlf_end_of_line/ast.json | 28 - .../testdata/01073_grant_and_revoke/ast.json | 1 - .../01073_show_tables_not_like/ast.json | 1 - parser/testdata/01074_h3_range_check/ast.json | 1 - .../testdata/01074_partial_revokes/ast.json | 1 - .../01075_allowed_client_hosts/ast.json | 1 - parser/testdata/01075_in_arrays_enmk/ast.json | 46 - .../ast.json | 25 - .../ast.json | 28 - .../01076_range_reader_segfault/ast.json | 28 - .../01077_yet_another_prewhere_test/ast.json | 28 - .../ast.json | 28 - .../01078_merge_tree_read_one_thread/ast.json | 1 - .../ast.json | 1 - .../ast.json | 79 -- .../01079_new_range_reader_segfault/ast.json | 28 - parser/testdata/01079_order_by_pk/ast.json | 28 - .../ast.json | 49 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/01080_join_get_null/ast.json | 28 - .../ast.json | 28 - parser/testdata/01081_demangle/ast.json | 25 - .../01081_keywords_formatting/ast.json | 46 - .../01082_bit_test_out_of_bound/ast.json | 37 - .../ast.json | 28 - .../01083_cross_to_inner_with_in_bug/ast.json | 28 - .../01083_cross_to_inner_with_like/ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../01083_log_first_column_alias/ast.json | 28 - .../testdata/01083_match_zero_byte/ast.json | 1 - .../01084_defaults_on_aliases/ast.json | 28 - parser/testdata/01084_regexp_empty/ast.json | 1 - .../ast.json | 163 --- .../testdata/01085_extract_all_empty/ast.json | 46 - .../testdata/01085_simdjson_uint64/ast.json | 1 - parser/testdata/01086_modulo_or_zero/ast.json | 55 - .../testdata/01087_index_set_ubsan/ast.json | 28 - .../testdata/01087_storage_generate/ast.json | 28 - .../01087_table_function_generate/ast.json | 1 - .../ast.json | 121 -- .../01089_alter_settings_old_format/ast.json | 28 - .../01090_fixed_string_bit_ops/ast.json | 88 -- .../ast.json | 1 - .../01091_insert_with_default_json/ast.json | 1 - parser/testdata/01091_num_threads/ast.json | 1 - .../ast.json | 1 - .../testdata/01092_memory_profiler/ast.json | 1 - .../01093_cyclic_defaults_filimonov/ast.json | 28 - .../testdata/01095_tpch_like_smoke/ast.json | 28 - .../01096_array_reduce_in_ranges/ast.json | 1 - .../01096_block_serialized_state/ast.json | 49 - parser/testdata/01096_zeros/ast.json | 55 - .../testdata/01097_cyclic_defaults/ast.json | 28 - .../01097_one_more_range_reader_test/ast.json | 28 - .../ast.json | 28 - parser/testdata/01097_pre_limit/ast.json | 64 - parser/testdata/01098_sum/ast.json | 64 - .../ast.json | 61 - .../ast.json | 1 - .../testdata/01100_split_by_string/ast.json | 46 - .../01101_literal_column_clash/ast.json | 1 - .../01101_prewhere_after_alter/ast.json | 28 - .../01102_distributed_local_in_bug/ast.json | 1 - .../ast.json | 1 - .../01104_distributed_numbers_test/ast.json | 1 - .../01104_distributed_one_test/ast.json | 1 - .../testdata/01104_fixed_string_like/ast.json | 61 - parser/testdata/01105_string_like/ast.json | 52 - .../01106_const_fixed_string_like/ast.json | 55 - .../01107_join_right_table_totals/ast.json | 28 - .../testdata/01109_exchange_tables/ast.json | 1 - .../01109_inflating_cross_join/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../01112_check_table_with_index/ast.json | 25 - .../ast.json | 1 - .../01114_alter_modify_compact_parts/ast.json | 28 - .../01114_clear_column_compact_parts/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../01115_join_with_dictionary/ast.json | 28 - .../01115_prewhere_array_join/ast.json | 28 - .../01116_asof_join_dolbyzerr/ast.json | 52 - .../01116_cross_count_asterisks/ast.json | 43 - .../01117_chain_finalize_bug/ast.json | 85 -- .../01117_comma_and_others_join_mix/ast.json | 25 - .../01117_greatest_least_case/ast.json | 46 - parser/testdata/01118_is_constant/ast.json | 43 - .../ast.json | 28 - .../testdata/01119_weird_user_names/ast.json | 1 - parser/testdata/01120_join_constants/ast.json | 1 - .../01121_remote_scalar_subquery/ast.json | 73 -- .../ast.json | 28 - .../ast.json | 52 - parser/testdata/01124_view_bad_types/ast.json | 28 - .../01125_dict_ddl_cannot_add_column/ast.json | 28 - .../01125_generate_random_qoega/ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../01128_generate_random_nested/ast.json | 28 - .../ast.json | 1 - .../testdata/01131_max_rows_to_sort/ast.json | 25 - .../testdata/01132_max_rows_to_read/ast.json | 28 - .../01134_max_rows_to_group_by/ast.json | 25 - .../testdata/01134_set_overflow_mode/ast.json | 25 - .../ast.json | 1 - parser/testdata/01136_multiple_sets/ast.json | 28 - parser/testdata/01137_order_by_func/ast.json | 28 - .../01137_order_by_func_final/ast.json | 28 - parser/testdata/01137_sample_final/ast.json | 28 - .../ast.json | 1 - .../testdata/01139_asof_join_types/ast.json | 118 -- .../ast.json | 28 - .../testdata/01141_join_get_negative/ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../01142_with_ties_and_aliases/ast.json | 121 -- .../01143_trivial_count_with_join/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../01144_multiword_data_types/ast.json | 28 - .../testdata/01145_with_fill_const/ast.json | 1 - .../01147_partial_merge_full_join/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/01152_cross_replication/ast.json | 1 - parser/testdata/01153_attach_mv_uuid/ast.json | 1 - .../ast.json | 1 - parser/testdata/01157_replace_table/ast.json | 1 - .../01158_zookeeper_log_long/ast.json | 1 - .../ast.json | 85 -- .../01161_information_schema/ast.json | 1 - .../ast.json | 52 - .../01164_alter_memory_database/ast.json | 1 - .../01165_lost_part_empty_partition/ast.json | 1 - .../ast.json | 1 - .../01172_transaction_counters/ast.json | 1 - .../ast.json | 1 - .../01177_group_array_moving/ast.json | 115 -- .../01178_int_field_to_decimal/ast.json | 73 -- .../01181_db_atomic_drop_on_cluster/ast.json | 1 - .../ast.json | 25 - .../01185_create_or_replace_table/ast.json | 1 - .../01186_conversion_to_nullable/ast.json | 76 -- .../01188_attach_table_from_path/ast.json | 1 - .../ast.json | 28 - .../testdata/01191_rename_dictionary/ast.json | 1 - parser/testdata/01197_summing_enum/ast.json | 28 - parser/testdata/01198_plus_inf/ast.json | 49 - .../ast.json | 43 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../01202_arrayROCAUC_special/ast.json | 52 - parser/testdata/01210_drop_view/ast.json | 28 - .../ast.json | 1 - .../01212_empty_join_and_totals/ast.json | 49 - .../01213_alter_rename_column/ast.json | 28 - .../01213_alter_rename_compact_part/ast.json | 28 - .../01213_alter_rename_nested/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../01213_alter_table_rename_nested/ast.json | 28 - .../ast.json | 1 - .../testdata/01213_point_in_Myanmar/ast.json | 379 ------ parser/testdata/01214_point_in_Mecca/ast.json | 37 - .../ast.json | 28 - .../ast.json | 28 - .../testdata/01221_system_settings/ast.json | 1 - parser/testdata/01222_system_codecs/ast.json | 1 - parser/testdata/01223_dist_on_dist/ast.json | 28 - .../01224_no_superfluous_dict_reload/ast.json | 1 - .../01225_drop_dictionary_as_table/ast.json | 55 - .../ast.json | 1 - .../01226_dist_on_dist_global_in/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/01230_join_get_truncate/ast.json | 28 - .../ast.json | 1 - .../01231_log_queries_min_type/ast.json | 25 - .../testdata/01231_markdown_format/ast.json | 28 - .../testdata/01231_operator_null_in/ast.json | 28 - parser/testdata/01232_extremes/ast.json | 1 - parser/testdata/01232_untuple/ast.json | 25 - .../01234_to_string_monotonic/ast.json | 25 - parser/testdata/01236_graphite_mt/ast.json | 1 - .../testdata/01240_join_get_or_null/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../01245_limit_infinite_sources/ast.json | 1 - .../01246_extractAllGroupsHorizontal/ast.json | 1 - .../01246_extractAllGroupsVertical/ast.json | 1 - .../01246_finalize_aggregation_race/ast.json | 1 - .../01246_least_greatest_generic/ast.json | 46 - .../01247_least_greatest_filimonov/ast.json | 46 - .../ast.json | 1 - .../ast.json | 88 -- .../01248_least_greatest_mixed_const/ast.json | 82 -- .../ast.json | 1 - .../01250_fixed_string_comparison/ast.json | 1 - .../01251_dict_is_in_infinite_loop/ast.json | 1 - .../testdata/01251_string_comparison/ast.json | 52 - .../testdata/01252_weird_time_zone/ast.json | 67 - .../ast.json | 28 - .../01254_array_of_unnamed_tuples/ast.json | 28 - .../01254_dict_create_without_db/ast.json | 55 - .../ast.json | 55 - .../testdata/01255_geo_types_livace/ast.json | 28 - .../ast.json | 1 - .../01256_negative_generate_random/ast.json | 64 - .../01257_dictionary_mismatch_types/ast.json | 1 - .../01258_wrong_cast_filimonov/ast.json | 133 -- .../01259_combinator_distinct/ast.json | 61 - .../ast.json | 1 - .../testdata/01259_datetime64_ubsan/ast.json | 43 - .../ast.json | 1 - .../01260_ubsan_decimal_parse/ast.json | 55 - .../ast.json | 46 - .../01262_low_cardinality_remove/ast.json | 28 - .../ast.json | 28 - .../testdata/01264_nested_baloo_bear/ast.json | 28 - .../ast.json | 28 - .../01266_default_prewhere_reqq/ast.json | 28 - .../ast.json | 1 - .../01268_DateTime64_in_WHERE/ast.json | 1 - .../01268_data_numeric_parameters/ast.json | 28 - .../01268_dictionary_direct_layout/ast.json | 1 - .../01268_mergine_sorted_limit/ast.json | 28 - parser/testdata/01268_mv_scalars/ast.json | 28 - .../testdata/01268_shard_avgweighted/ast.json | 1 - .../01269_alias_type_differs/ast.json | 28 - .../testdata/01269_create_with_null/ast.json | 1 - .../testdata/01269_toStartOfSecond/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../testdata/01271_show_privileges/ast.json | 25 - .../01272_offset_without_limit/ast.json | 28 - .../testdata/01272_suspicious_codecs/ast.json | 28 - .../01272_totals_and_filter_bug/ast.json | 109 -- parser/testdata/01273_extractGroups/ast.json | 1 - .../01273_h3EdgeAngle_range_check/ast.json | 1 - .../01273_lc_fixed_string_field/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../01275_extract_groups_check/ast.json | 46 - .../ast.json | 28 - parser/testdata/01276_random_string/ast.json | 181 --- .../testdata/01276_system_licenses/ast.json | 61 - .../ast.json | 28 - .../ast.json | 1 - .../01277_buffer_column_order/ast.json | 1 - .../ast.json | 58 - .../01277_fromUnixTimestamp64/ast.json | 1 - parser/testdata/01277_large_tuples/ast.json | 1 - .../01277_random_fixed_string/ast.json | 43 - .../testdata/01277_toUnixTimestamp64/ast.json | 1 - .../ast.json | 1 - .../01278_alter_rename_combination/ast.json | 28 - .../01278_random_string_utf8/ast.json | 43 - .../01278_variance_nonnegative/ast.json | 61 - parser/testdata/01279_dist_group_by/ast.json | 28 - .../testdata/01280_min_map_max_map/ast.json | 127 -- parser/testdata/01280_null_in/ast.json | 55 - .../01280_opencl_bitonic_order_by/ast.json | 1 - .../ast.json | 1 - .../01280_unicode_whitespaces_lexer/ast.json | 37 - .../ast.json | 28 - .../01281_join_with_prewhere_fix/ast.json | 28 - .../01281_parseDateTime64BestEffort/ast.json | 1 - parser/testdata/01281_sum_nullable/ast.json | 67 - .../ast.json | 1 - .../01282_system_parts_ttl_info/ast.json | 28 - .../ast.json | 28 - .../testdata/01283_strict_resize_bug/ast.json | 28 - .../ast.json | 1 - parser/testdata/01284_fuzz_bits/ast.json | 52 - .../01284_view_and_extremes_bug/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../01286_constraints_on_default/ast.json | 1 - .../01287_max_execution_speed/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../01290_empty_array_index_analysis/ast.json | 28 - .../ast.json | 1 - .../01291_aggregation_in_order/ast.json | 28 - .../ast.json | 1 - parser/testdata/01291_geo_types/ast.json | 28 - .../ast.json | 46 - parser/testdata/01292_create_user/ast.json | 1 - .../ast.json | 28 - .../01292_quantile_array_bug/ast.json | 64 - parser/testdata/01293_create_role/ast.json | 1 - .../01293_external_sorting_limit_bug/ast.json | 100 -- .../01293_pretty_max_value_width/ast.json | 25 - parser/testdata/01293_show_settings/ast.json | 1 - .../01293_system_distribution_queue/ast.json | 1 - .../01294_create_settings_profile/ast.json | 1 - .../ast.json | 1 - .../01295_aggregation_bug_11413/ast.json | 115 -- .../testdata/01295_create_row_policy/ast.json | 1 - .../01296_codecs_bad_arguments/ast.json | 28 - .../ast.json | 1 - parser/testdata/01296_pipeline_stuck/ast.json | 28 - .../testdata/01297_alter_distributed/ast.json | 1 - parser/testdata/01297_create_quota/ast.json | 1 - parser/testdata/01298_alter_merge/ast.json | 28 - .../testdata/01299_alter_merge_tree/ast.json | 28 - .../01300_group_by_other_keys/ast.json | 25 - .../01300_group_by_other_keys_having/ast.json | 25 - .../01300_polygon_convex_hull/ast.json | 73 -- parser/testdata/01300_read_wkt/ast.json | 43 - parser/testdata/01300_svg/ast.json | 43 - parser/testdata/01300_wkt/ast.json | 43 - .../testdata/01301_polygons_within/ast.json | 115 -- .../testdata/01302_polygons_distance/ast.json | 115 -- .../testdata/01303_polygons_equals/ast.json | 115 -- .../01304_polygons_sym_difference/ast.json | 115 -- .../ast.json | 28 - .../testdata/01305_buffer_final_bug/ast.json | 28 - .../01305_nullable-prewhere_bug/ast.json | 28 - parser/testdata/01305_polygons_union/ast.json | 115 -- .../01306_polygons_intersection/ast.json | 115 -- .../ast.json | 28 - .../testdata/01307_polygon_perimeter/ast.json | 73 -- parser/testdata/01308_polygon_area/ast.json | 70 -- .../ast.json | 25 - .../testdata/01310_enum_comparison/ast.json | 67 - .../ast.json | 64 - .../01312_case_insensitive_regexp/ast.json | 46 - .../ast.json | 25 - .../ast.json | 43 - .../01314_position_in_system_columns/ast.json | 28 - .../ast.json | 82 -- .../01318_alter_add_column_exists/ast.json | 28 - parser/testdata/01318_decrypt/ast.json | 1 - parser/testdata/01318_encrypt/ast.json | 1 - .../01318_map_add_map_subtract/ast.json | 28 - .../ast.json | 28 - .../01318_map_populate_series/ast.json | 28 - .../01318_parallel_final_stuck/ast.json | 28 - .../ast.json | 1 - .../testdata/01319_mv_constants_bug/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../01322_cast_keep_nullable/ast.json | 25 - .../01323_add_scalars_in_time/ast.json | 25 - .../ast.json | 25 - parser/testdata/01323_if_with_nulls/ast.json | 79 -- .../ast.json | 25 - .../01323_too_many_threads_bug/ast.json | 28 - .../ast.json | 25 - parser/testdata/01324_insert_tsv_raw/ast.json | 28 - .../01324_settings_documentation/ast.json | 37 - .../01325_freeze_mutation_stuck/ast.json | 28 - parser/testdata/01326_build_id/ast.json | 55 - .../ast.json | 67 - parser/testdata/01326_hostname_alias/ast.json | 52 - .../ast.json | 46 - .../01328_bad_peephole_optimization/ast.json | 82 -- .../ast.json | 52 - .../ast.json | 76 -- .../01332_join_type_syntax_position/ast.json | 79 -- .../01333_select_abc_asterisk/ast.json | 37 - .../01337_mysql_global_variables/ast.json | 1 - .../01338_sha256_fixedstring/ast.json | 1 - .../01338_uuid_without_separator/ast.json | 43 - parser/testdata/01340_datetime64_fpe/ast.json | 52 - .../01341_datetime64_wrong_supertype/ast.json | 64 - .../01343_min_bytes_to_use_mmap_io/ast.json | 1 - .../01344_alter_enum_partition_key/ast.json | 28 - .../ast.json | 1 - .../01345_array_join_LittleMaverick/ast.json | 28 - .../01345_index_date_vs_datetime/ast.json | 28 - .../ast.json | 1 - .../01346_array_join_mrxotey/ast.json | 28 - .../01347_partition_date_vs_datetime/ast.json | 28 - .../01349_mutation_datetime_key/ast.json | 28 - .../01350_intdiv_nontrivial_fpe/ast.json | 46 - parser/testdata/01351_geohash_assert/ast.json | 61 - .../ast.json | 25 - .../01352_add_datetime_bad_get/ast.json | 58 - .../01352_generate_random_overflow/ast.json | 67 - .../01353_low_cardinality_join_types/ast.json | 1 - .../testdata/01353_neighbor_overflow/ast.json | 25 - parser/testdata/01353_nullable_tuple/ast.json | 37 - parser/testdata/01353_topk_enum/ast.json | 103 -- .../ast.json | 1 - .../ast.json | 103 -- .../01355_alter_column_with_order/ast.json | 28 - .../ast.json | 1 - .../testdata/01355_if_fixed_string/ast.json | 25 - parser/testdata/01355_ilike/ast.json | 1 - .../01356_initialize_aggregation/ast.json | 103 -- parser/testdata/01356_state_resample/ast.json | 85 -- parser/testdata/01356_view_threads/ast.json | 1 - .../01356_wrong_filter-type_bug/ast.json | 28 - parser/testdata/01357_result_rows/ast.json | 25 - .../ast.json | 1 - .../01358_constexpr_constraint/ast.json | 28 - .../01358_mutation_delete_null_rows/ast.json | 37 - .../testdata/01358_union_threads_bug/ast.json | 1 - parser/testdata/01359_codeql/ast.json | 1 - .../testdata/01359_geodistance_loop/ast.json | 52 - .../testdata/01360_division_overflow/ast.json | 58 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 52 - .../ast.json | 58 - .../01372_wrong_order_by_removal/ast.json | 28 - .../testdata/01373_is_zero_or_null/ast.json | 94 -- .../ast.json | 25 - .../ast.json | 28 - .../01374_if_nullable_filimonov/ast.json | 1 - .../ast.json | 88 -- .../01375_compact_parts_codecs/ast.json | 1 - .../testdata/01375_null_issue_3767/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../testdata/01376_array_fill_empty/ast.json | 73 -- parser/testdata/01376_null_logical/ast.json | 46 - .../01377_supertype_low_cardinality/ast.json | 52 - .../ast.json | 1 - .../01379_with_fill_several_columns/ast.json | 1 - .../01380_coded_delta_exception_code/ast.json | 82 -- parser/testdata/01380_nullable_state/ast.json | 61 - .../01381_for_each_with_states/ast.json | 55 - .../ast.json | 1 - .../01384_bloom_filter_bad_arguments/ast.json | 28 - parser/testdata/01385_not_function/ast.json | 52 - .../ast.json | 25 - .../ast.json | 1 - .../testdata/01388_clear_all_columns/ast.json | 28 - .../01388_multi_if_optimization/ast.json | 1 - .../01389_filter_by_virtual_columns/ast.json | 85 -- .../testdata/01390_check_table_codec/ast.json | 25 - .../01390_remove_injective_in_uniq/ast.json | 25 - .../01391_join_on_dict_crash/ast.json | 52 - parser/testdata/01391_limit_overflow/ast.json | 70 -- parser/testdata/01392_column_resolve/ast.json | 61 - .../ast.json | 28 - .../ast.json | 58 - .../testdata/01397_in_bad_arguments/ast.json | 43 - parser/testdata/01398_in_tuple_func/ast.json | 67 - .../01400_join_get_with_multi_keys/ast.json | 28 - .../ast.json | 25 - .../01403_datetime64_constant_arg/ast.json | 1 - .../ast.json | 1 - .../testdata/01407_lambda_arrayJoin/ast.json | 100 -- parser/testdata/01408_range_overflow/ast.json | 1 - parser/testdata/01409_topK_merge/ast.json | 28 - .../ast.json | 28 - .../01410_nullable_key_and_index/ast.json | 28 - .../ast.json | 28 - parser/testdata/01411_from_unixtime/ast.json | 55 - .../testdata/01411_xor_itai_shirav/ast.json | 46 - .../01412_group_array_moving_shard/ast.json | 1 - parser/testdata/01412_mod_float/ast.json | 115 -- .../01412_optimize_deduplicate_bug/ast.json | 28 - .../testdata/01412_row_from_totals/ast.json | 28 - .../01413_allow_non_metadata_alters/ast.json | 28 - .../01413_alter_update_supertype/ast.json | 28 - parser/testdata/01413_if_array_uuid/ast.json | 109 -- parser/testdata/01413_rows_events/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../01414_low_cardinality_nullable/ast.json | 25 - .../01414_mutations_and_errors/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../01415_table_function_view/ast.json | 67 - .../testdata/01416_clear_column_pk/ast.json | 28 - .../01416_join_totals_header_bug/ast.json | 28 - .../01417_update_permutation_crash/ast.json | 85 -- .../testdata/01418_custom_settings/ast.json | 25 - .../01418_index_analysis_bug/ast.json | 28 - .../ast.json | 103 -- .../testdata/01419_materialize_null/ast.json | 43 - .../ast.json | 28 - .../01419_skip_index_compact_parts/ast.json | 28 - .../ast.json | 46 - .../ast.json | 67 - parser/testdata/01421_assert_in_in/ast.json | 73 -- .../ast.json | 52 - parser/testdata/01422_map_skip_null/ast.json | 76 -- .../testdata/01423_if_nullable_cond/ast.json | 94 -- .../01424_parse_date_time_bad_date/ast.json | 43 - .../ast.json | 49 - .../01425_default_value_of_type_name/ast.json | 1 - .../testdata/01426_geohash_constants/ast.json | 55 - .../ast.json | 28 - parser/testdata/01428_h3_range_check/ast.json | 1 - .../testdata/01428_hash_set_nan_key/ast.json | 61 - .../01428_nullable_asof_join/ast.json | 25 - .../01429_join_on_error_messages/ast.json | 100 -- .../01430_fix_any_rewrite_aliases/ast.json | 94 -- .../ast.json | 1 - .../01430_moving_sum_empty_state/ast.json | 76 -- .../01431_finish_sorting_with_consts/ast.json | 28 - parser/testdata/01431_utf8_ubsan/ast.json | 1 - .../ast.json | 46 - parser/testdata/01433_hex_float/ast.json | 40 - parser/testdata/01434_netloc_fuzz/ast.json | 43 - parser/testdata/01435_lcm_overflow/ast.json | 46 - .../ast.json | 28 - parser/testdata/01440_big_int_arithm/ast.json | 100 -- .../01440_big_int_exotic_casts/ast.json | 136 -- .../01440_big_int_least_greatest/ast.json | 1 - parser/testdata/01440_big_int_shift/ast.json | 109 -- .../01440_to_date_monotonicity/ast.json | 28 - .../testdata/01441_array_combinator/ast.json | 91 -- .../ast.json | 25 - .../01442_date_time_with_params/ast.json | 28 - .../01442_h3kring_range_check/ast.json | 1 - parser/testdata/01447_json_strings/ast.json | 25 - .../ast.json | 1 - .../01449_json_compact_strings/ast.json | 1 - parser/testdata/01450_set_null_const/ast.json | 28 - .../testdata/01451_detach_drop_part/ast.json | 28 - .../testdata/01451_normalize_query/ast.json | 43 - .../ast.json | 1 - .../ast.json | 1 - .../01452_normalized_query_hash/ast.json | 58 - .../01453_fixsed_string_sort/ast.json | 28 - .../01453_normalize_query_alias_uuid/ast.json | 43 - .../01455_default_compression/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../01455_rank_correlation_spearman/ast.json | 1 - .../ast.json | 1 - parser/testdata/01455_time_zones/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 46 - .../ast.json | 28 - .../01457_compile_expressions_fuzzer/ast.json | 25 - .../ast.json | 1 - parser/testdata/01457_int256_hashing/ast.json | 1 - .../ast.json | 28 - parser/testdata/01457_order_by_limit/ast.json | 28 - .../01457_order_by_nulls_first/ast.json | 28 - parser/testdata/01458_count_digits/ast.json | 88 -- .../01458_is_decimal_overflow/ast.json | 55 - .../01458_named_tuple_millin/ast.json | 28 - parser/testdata/01459_decimal_casts/ast.json | 109 -- .../ast.json | 46 - .../ast.json | 40 - .../ast.json | 28 - .../01461_alter_table_function/ast.json | 28 - .../ast.json | 25 - .../01462_test_codec_on_alias/ast.json | 28 - .../testdata/01463_resample_overflow/ast.json | 82 -- .../testdata/01465_ttl_recompression/ast.json | 1 - .../01470_columns_transformers/ast.json | 28 - .../01470_columns_transformers2/ast.json | 28 - parser/testdata/01470_explain/ast.json | 1 - .../01470_show_databases_like/ast.json | 1 - .../ast.json | 28 - .../01471_calculate_ttl_during_merge/ast.json | 1 - .../testdata/01471_limit_by_format/ast.json | 64 - .../testdata/01471_top_k_range_check/ast.json | 73 -- parser/testdata/01471_with_format/ast.json | 46 - .../01472_many_rows_in_totals/ast.json | 25 - .../ast.json | 55 - .../01473_event_time_microseconds/ast.json | 1 - .../01473_system_events_zeroes/ast.json | 25 - .../testdata/01474_bad_global_join/ast.json | 1 - .../testdata/01474_decimal_scale_bug/ast.json | 73 -- .../01474_executable_dictionary/ast.json | 1 - .../testdata/01475_fix_bigint_shift/ast.json | 52 - .../testdata/01475_mutation_with_if/ast.json | 28 - .../testdata/01475_read_subcolumns/ast.json | 1 - .../testdata/01475_read_subcolumns_2/ast.json | 28 - .../testdata/01475_read_subcolumns_3/ast.json | 28 - .../01476_right_full_join_switch/ast.json | 25 - .../testdata/01478_not_equi-join_on/ast.json | 67 - .../testdata/01479_cross_join_9855/ast.json | 25 - .../ast.json | 28 - .../01481_join_with_materialized/ast.json | 28 - .../01482_move_to_prewhere_and_cast/ast.json | 28 - .../ast.json | 28 - .../testdata/01485_256_bit_multiply/ast.json | 1 - .../testdata/01486_json_array_output/ast.json | 1 - .../01490_nullable_string_to_enum/ast.json | 28 - .../01491_nested_multiline_comments/ast.json | 37 - .../01492_array_join_crash_13829/ast.json | 103 -- .../01492_format_readable_quantity/ast.json | 1 - .../ast.json | 1 - .../01493_alter_remove_properties/ast.json | 28 - .../ast.json | 1 - .../01493_alter_remove_wrong_default/ast.json | 28 - .../01493_storage_set_persistency/ast.json | 1 - .../01493_table_function_null/ast.json | 67 - .../01494_storage_join_persistency/ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 94 -- .../ast.json | 28 - .../01497_alias_on_default_array/ast.json | 28 - .../ast.json | 46 - .../ast.json | 1 - .../01497_now_support_timezone/ast.json | 79 -- .../ast.json | 28 - .../testdata/01499_json_named_tuples/ast.json | 1 - parser/testdata/01499_log_deadlock/ast.json | 1 - .../ast.json | 1 - parser/testdata/01502_bar_overflow/ast.json | 106 -- .../01503_fixed_string_primary_key/ast.json | 28 - .../01503_if_const_optimization/ast.json | 58 - .../ast.json | 28 - parser/testdata/01504_rocksdb/ast.json | 1 - .../01504_view_type_conversion/ast.json | 28 - .../ast.json | 1 - .../01505_log_distributed_deadlock/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../01506_ttl_same_with_order_by/ast.json | 28 - .../ast.json | 28 - .../testdata/01507_transform_null_in/ast.json | 25 - parser/testdata/01508_explain_header/ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../01511_format_readable_timedelta/ast.json | 1 - .../01511_prewhere_with_virtuals/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/01513_ilike_like_cache/ast.json | 46 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../01514_parallel_formatting/ast.json | 28 - parser/testdata/01514_tid_function/ast.json | 43 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../01516_create_table_primary_key/ast.json | 1 - .../01516_date_time_output_format/ast.json | 28 - .../01517_drop_mv_with_inner_table/ast.json | 1 - .../01517_select_final_distributed/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../01518_nullable_aggregate_states1/ast.json | 94 -- .../01518_nullable_aggregate_states2/ast.json | 28 - parser/testdata/01518_select_in_null/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../01521_distributed_query_hang/ast.json | 1 - .../ast.json | 112 -- .../01521_global_in_prewhere_15792/ast.json | 1 - .../testdata/01521_max_length_alias/ast.json | 28 - .../01522_validate_alter_default/ast.json | 28 - .../ast.json | 28 - .../ast.json | 43 - .../ast.json | 1 - .../ast.json | 70 -- .../ast.json | 1 - .../ast.json | 1 - .../01527_bad_aggregation_in_lambda/ast.json | 82 -- .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../01528_to_uuid_or_null_or_zero/ast.json | 28 - .../ast.json | 37 - .../01530_drop_database_atomic_sync/ast.json | 1 - .../01531_query_log_query_comment/ast.json | 25 - .../01532_collate_in_low_cardinality/ast.json | 1 - .../ast.json | 1 - .../01532_having_with_totals/ast.json | 28 - .../01532_min_max_with_modifiers/ast.json | 37 - .../ast.json | 1 - .../01532_tuple_with_name_type/ast.json | 28 - .../01533_collate_in_nullable/ast.json | 1 - .../ast.json | 28 - .../01533_distinct_nullable_uuid/ast.json | 28 - .../testdata/01533_multiple_nested/ast.json | 1 - .../ast.json | 28 - .../ast.json | 79 -- .../01533_sum_if_nullable_bug/ast.json | 28 - .../testdata/01534_lambda_array_join/ast.json | 91 -- .../ast.json | 55 - parser/testdata/01536_fuzz_cast/ast.json | 25 - .../testdata/01537_fuzz_count_equal/ast.json | 100 -- parser/testdata/01538_fuzz_aggregate/ast.json | 1 - .../01540_verbatim_partition_pruning/ast.json | 28 - .../testdata/01542_collate_in_array/ast.json | 1 - .../testdata/01543_collate_in_tuple/ast.json | 1 - .../ast.json | 43 - .../01543_toModifiedJulianDay/ast.json | 1 - .../testdata/01544_errorCodeToName/ast.json | 49 - .../01544_fromModifiedJulianDay/ast.json | 1 - .../01545_url_file_format_settings/ast.json | 1 - .../ast.json | 25 - .../01547_query_log_current_database/ast.json | 1 - parser/testdata/01548_lzy305/ast.json | 28 - .../ast.json | 28 - .../01548_with_totals_having/ast.json | 88 -- .../ast.json | 28 - .../01549_low_cardinality_mv_fuzz/ast.json | 25 - .../testdata/01550_create_map_type/ast.json | 1 - .../testdata/01550_mutation_subquery/ast.json | 28 - .../testdata/01550_type_map_formats/ast.json | 1 - parser/testdata/01551_context_uaf/ast.json | 28 - .../ast.json | 1 - .../01552_alter_name_collision/ast.json | 28 - .../testdata/01552_dict_fixedstring/ast.json | 28 - .../01552_impl_aggfunc_cloneresize/ast.json | 28 - .../01553_datetime64_comparison/ast.json | 28 - .../01553_settings_early_apply/ast.json | 25 - .../ast.json | 73 -- .../01554_interpreter_integer_float/ast.json | 52 - parser/testdata/01555_or_fill/ast.json | 1 - .../ast.json | 1 - .../01556_accurate_cast_or_null/ast.json | 46 - .../ast.json | 25 - parser/testdata/01556_if_null/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/01558_transform_null_in/ast.json | 25 - parser/testdata/01558_ttest/ast.json | 28 - .../ast.json | 43 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 43 - .../01560_crash_in_agg_empty_arglist/ast.json | 1 - parser/testdata/01560_mann_whitney/ast.json | 28 - .../01560_merge_distributed_join/ast.json | 1 - .../ast.json | 1 - .../01560_optimize_on_insert_long/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../01562_agg_null_for_empty_ahead/ast.json | 94 -- parser/testdata/01564_test_hint_woes/ast.json | 1 - .../testdata/01566_negate_formatting/ast.json | 25 - .../ast.json | 70 -- .../ast.json | 1 - .../ast.json | 1 - .../testdata/01571_window_functions/ast.json | 1 - .../ast.json | 1 - .../01576_alias_column_rewrite/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../01580_column_const_comparision/ast.json | 64 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/01581_to_int_inf_nan/ast.json | 43 - .../01582_any_join_supertype/ast.json | 28 - .../ast.json | 142 --- .../01582_distinct_subquery_groupby/ast.json | 28 - .../ast.json | 1 - .../01583_const_column_in_set_index/ast.json | 28 - .../ast.json | 1 - .../01585_fuzz_bits_with_bugfix/ast.json | 70 -- .../01585_use_index_for_global_in/ast.json | 1 - .../ast.json | 1 - .../testdata/01586_columns_pruning/ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/01590_countSubstrings/ast.json | 1 - .../testdata/01591_window_functions/ast.json | 1 - parser/testdata/01592_length_map/ast.json | 58 - .../01592_long_window_functions1/ast.json | 1 - .../01592_toUnixTimestamp_Date/ast.json | 55 - .../testdata/01592_window_functions/ast.json | 28 - .../01593_functions_in_order_by/ast.json | 1 - .../testdata/01593_insert_settings/ast.json | 28 - .../testdata/01594_storage_join_uuid/ast.json | 1 - parser/testdata/01595_countMatches/ast.json | 25 - .../testdata/01596_full_join_chertus/ast.json | 94 -- .../01596_null_as_default_nullable/ast.json | 1 - .../01596_setting_limit_offset/ast.json | 28 - .../01598_memory_limit_zeros/ast.json | 1 - parser/testdata/01600_encode_XML/ast.json | 43 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../01600_select_in_different_types/ast.json | 61 - parser/testdata/01601_accurate_cast/ast.json | 46 - .../01601_detach_permanently/ast.json | 1 - .../testdata/01602_array_aggregation/ast.json | 67 - .../ast.json | 28 - .../01602_modified_julian_day_msan/ast.json | 97 -- .../01602_runningConcurrency/ast.json | 1 - .../testdata/01602_show_create_view/ast.json | 1 - .../ast.json | 1 - .../01603_decimal_mult_float/ast.json | 25 - .../ast.json | 28 - .../01603_read_with_backoff_bug/ast.json | 1 - .../testdata/01603_remove_column_ttl/ast.json | 28 - .../01603_rename_overwrite_bug/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../01605_dictinct_two_level/ast.json | 25 - .../ast.json | 25 - .../01605_key_condition_enum_int/ast.json | 28 - .../01605_skip_idx_compact_parts/ast.json | 28 - .../01606_merge_from_wide_to_compact/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../01614_with_fill_with_limit/ast.json | 1 - .../01615_random_one_shard_insertion/ast.json | 1 - .../ast.json | 28 - .../01616_untuple_access_field/ast.json | 70 -- .../01620_fix_simple_state_arg_type/ast.json | 28 - .../testdata/01621_bar_nan_arguments/ast.json | 85 -- parser/testdata/01621_decode_XML/ast.json | 43 - .../ast.json | 25 - .../01621_summap_check_types/ast.json | 52 - parser/testdata/01622_byte_size/ast.json | 1 - .../testdata/01622_codec_zstd_long/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../01622_defaults_for_file_engine/ast.json | 40 - parser/testdata/01622_multiple_ttls/ast.json | 37 - .../testdata/01623_byte_size_const/ast.json | 55 - .../01623_constraints_column_swap/ast.json | 1 - .../01625_constraints_index_append/ast.json | 1 - parser/testdata/01626_cnf_test/ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../testdata/01632_group_array_msan/ast.json | 127 -- .../01632_max_partitions_to_read/ast.json | 28 - .../ast.json | 52 - .../testdata/01632_select_all_syntax/ast.json | 37 - parser/testdata/01633_limit_fuzz/ast.json | 82 -- parser/testdata/01634_sum_map_nulls/ast.json | 52 - .../testdata/01634_summap_nullable/ast.json | 46 - parser/testdata/01634_uuid_fuzz/ast.json | 43 - parser/testdata/01635_nullable_fuzz/ast.json | 1 - parser/testdata/01635_sum_map_fuzz/ast.json | 85 -- parser/testdata/01636_nullable_fuzz2/ast.json | 28 - parser/testdata/01637_nullable_fuzz3/ast.json | 28 - .../01638_div_mod_ambiguities/ast.json | 67 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../01642_if_nullable_regression/ast.json | 106 -- .../01643_merge_tree_fsync_smoke/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../01645_system_table_engines/ast.json | 73 -- .../ast.json | 28 - parser/testdata/01646_rewrite_sum_if/ast.json | 25 - .../01646_rewrite_sum_if_bug/ast.json | 28 - .../ast.json | 1 - .../01648_mutations_and_escaping/ast.json | 28 - .../01648_normalize_query_keep_names/ast.json | 43 - .../01649_with_alias_key_condition/ast.json | 28 - .../ast.json | 1 - .../01650_expressions_merge_bug/ast.json | 1 - .../ast.json | 1 - .../testdata/01651_bugs_from_15889/ast.json | 28 - .../01651_group_uniq_array_enum/ast.json | 91 -- .../01651_lc_insert_tiny_log_1/ast.json | 25 - .../01651_lc_insert_tiny_log_2/ast.json | 25 - .../01651_lc_insert_tiny_log_3/ast.json | 25 - parser/testdata/01651_map_functions/ast.json | 1 - .../01652_ignore_and_low_cardinality/ast.json | 25 - parser/testdata/01652_ttl_old_syntax/ast.json | 28 - .../01653_tuple_hamming_distance_2/ast.json | 58 - parser/testdata/01654_bar_nan/ast.json | 49 - .../testdata/01655_agg_if_nullable/ast.json | 73 -- .../ast.json | 25 - .../ast.json | 52 - .../01655_sleep_infinite_float/ast.json | 43 - .../01655_test_isnull_mysql_dialect/ast.json | 1 - .../01655_window_functions_bug/ast.json | 1 - .../01655_window_functions_cume_dist/ast.json | 1 - .../01655_window_functions_null/ast.json | 1 - .../01656_ipv4_bad_formatting/ast.json | 64 - .../testdata/01656_join_defaul_enum/ast.json | 58 - .../ast.json | 25 - .../01656_sequence_next_node_long/ast.json | 1 - .../01656_test_hex_mysql_dialect/ast.json | 1 - .../ast.json | 1 - .../01657_array_element_ubsan/ast.json | 70 -- .../ast.json | 1 - .../ast.json | 1 - parser/testdata/01658_values_ubsan/ast.json | 70 -- .../01659_array_aggregation_ubsan/ast.json | 43 - .../01659_h3_buffer_overflow/ast.json | 1 - .../ast.json | 1 - parser/testdata/01660_join_or_all/ast.json | 25 - parser/testdata/01660_join_or_any/ast.json | 25 - parser/testdata/01660_join_or_inner/ast.json | 25 - .../01660_join_or_subqueries/ast.json | 25 - .../01660_second_extremes_bug/ast.json | 1 - parser/testdata/01660_sum_ubsan/ast.json | 1 - .../01660_system_parts_smoke/ast.json | 1 - .../ast.json | 1 - .../testdata/01661_arraySlice_ubsan/ast.json | 1 - .../ast.json | 85 -- parser/testdata/01661_join_complex/ast.json | 181 --- .../ast.json | 1 - .../01661_week_functions_string_args/ast.json | 1 - parser/testdata/01662_date_ubsan/ast.json | 1 - parser/testdata/01662_join_mixed/ast.json | 133 -- .../ast.json | 1 - parser/testdata/01663_aes_msan/ast.json | 1 - .../01663_quantile_weighted_overflow/ast.json | 70 -- .../ast.json | 1 - .../testdata/01664_array_slice_ubsan/ast.json | 115 -- parser/testdata/01664_decimal_ubsan/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../01665_running_difference_ubsan/ast.json | 25 - .../testdata/01665_substring_ubsan/ast.json | 70 -- parser/testdata/01666_blns_long/ast.json | 1 - .../01666_date_lut_buffer_overflow/ast.json | 76 -- parser/testdata/01666_gcd_ubsan/ast.json | 1 - .../ast.json | 73 -- parser/testdata/01666_lcm_ubsan/ast.json | 1 - parser/testdata/01667_aes_args_check/ast.json | 1 - .../01668_avg_weighted_ubsan/ast.json | 1 - .../01668_test_toMonth_mysql_dialect/ast.json | 1 - .../ast.json | 1 - .../01669_join_or_duplicates/ast.json | 148 --- .../01669_test_toYear_mysql_dialect/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/01670_log_comment/ast.json | 25 - .../testdata/01670_neighbor_lc_bug/ast.json | 25 - parser/testdata/01670_sign_function/ast.json | 43 - .../01670_test_repeat_mysql_dialect/ast.json | 1 - .../ast.json | 25 - .../01671_merge_join_and_constants/ast.json | 25 - .../ast.json | 1 - .../01672_actions_dag_merge_crash/ast.json | 244 ---- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/01674_filter_by_uint8/ast.json | 1 - .../01674_htm_xml_coarse_parse/ast.json | 43 - parser/testdata/01674_unicode_asan/ast.json | 46 - .../01674_where_prewhere_array_crash/ast.json | 28 - .../ast.json | 1 - .../01676_range_hashed_dictionary/ast.json | 28 - parser/testdata/01676_reinterpret_as/ast.json | 37 - .../testdata/01676_round_int_ubsan/ast.json | 1 - .../01677_array_enumerate_bug/ast.json | 1 - parser/testdata/01677_bit_float/ast.json | 46 - .../01678_great_circle_angle/ast.json | 25 - .../ast.json | 49 - .../01680_date_time_add_ubsan/ast.json | 151 --- .../ast.json | 88 -- .../01681_arg_min_max_if_fix/ast.json | 178 --- .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../01682_gather_utils_ubsan/ast.json | 46 - .../testdata/01683_codec_encrypted/ast.json | 1 - .../ast.json | 28 - .../testdata/01683_flat_dictionary/ast.json | 1 - parser/testdata/01683_intdiv_ubsan/ast.json | 64 - parser/testdata/01684_geohash_ubsan/ast.json | 55 - .../01684_insert_specify_shard_id/ast.json | 1 - .../ast.json | 1 - parser/testdata/01686_rocksdb/ast.json | 1 - .../01690_quantilesTiming_ubsan/ast.json | 1 - .../testdata/01691_DateTime64_clamp/ast.json | 1 - .../01692_DateTime64_from_DateTime/ast.json | 55 - parser/testdata/01698_fix_toMinute/ast.json | 1 - .../01698_map_populate_overflow/ast.json | 49 - parser/testdata/01699_timezoneOffset/ast.json | 1 - parser/testdata/01700_deltasum/ast.json | 49 - .../ast.json | 61 - .../01700_point_in_polygon_ubsan/ast.json | 67 - .../01700_system_zookeeper_path_in/ast.json | 1 - .../ast.json | 28 - .../testdata/01701_if_tuple_segfault/ast.json | 28 - .../01702_bitmap_native_integers/ast.json | 28 - .../ast.json | 37 - .../ast.json | 58 - .../testdata/01702_system_query_log/ast.json | 1 - .../ast.json | 55 - .../ast.json | 70 -- .../01704_transform_with_float_key/ast.json | 79 -- .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/01707_join_use_nulls/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../01710_force_use_projection/ast.json | 28 - .../01710_minmax_count_projection/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../01710_normal_projection_fix1/ast.json | 28 - .../01710_normal_projection_format/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../01710_projection_array_join/ast.json | 25 - .../01710_projection_detach_part/ast.json | 25 - .../01710_projection_drop_if_exists/ast.json | 28 - .../ast.json | 28 - .../01710_projection_fetch_long/ast.json | 1 - .../ast.json | 1 - .../01710_projection_in_index/ast.json | 25 - .../testdata/01710_projection_in_set/ast.json | 28 - .../ast.json | 28 - .../01710_projection_mutation/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../01710_projection_part_check/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../01710_projection_row_policy/ast.json | 28 - .../01710_projection_vertical_merges/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../01710_projection_with_joins/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/01710_projections/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../testdata/01711_cte_subquery_fix/ast.json | 28 - .../01711_decimal_multiplication/ast.json | 76 -- .../ast.json | 28 - .../ast.json | 1 - .../01714_alter_drop_version/ast.json | 28 - .../ast.json | 1 - .../01715_table_function_view_fix/ast.json | 1 - .../ast.json | 37 - .../01716_array_difference_overflow/ast.json | 1 - .../01716_decimal_comparison_ubsan/ast.json | 25 - .../01716_drop_rename_sign_column/ast.json | 28 - .../01717_global_with_subquery_fix/ast.json | 1 - .../ast.json | 46 - .../01718_subtract_seconds_date/ast.json | 52 - parser/testdata/01719_join_timezone/ast.json | 28 - .../01720_constraints_complex_types/ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../01720_type_map_and_casts/ast.json | 28 - .../01720_union_distinct_with_limit/ast.json | 37 - .../ast.json | 28 - .../01721_dictionary_decimal_p_s/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../01732_alters_bad_conversions/ast.json | 28 - parser/testdata/01732_bigint_ubsan/ast.json | 28 - .../01732_explain_syntax_union_query/ast.json | 1 - .../ast.json | 55 - .../01732_union_and_union_all/ast.json | 1 - .../testdata/01733_transform_ubsan/ast.json | 124 -- .../01734_datetime64_from_float/ast.json | 46 - .../01735_join_get_low_card_fix/ast.json | 28 - parser/testdata/01735_to_datetime64/ast.json | 85 -- .../testdata/01736_null_as_default/ast.json | 28 - .../ast.json | 25 - parser/testdata/01739_index_hint/ast.json | 1 - .../01744_tuple_cast_to_map_bugfix/ast.json | 55 - .../testdata/01745_alter_delete_view/ast.json | 28 - .../01746_convert_type_with_default/ast.json | 55 - .../01746_executable_pool_dictionary/ast.json | 1 - .../01746_extract_text_from_html/ast.json | 1 - .../ast.json | 1 - .../01746_lc_values_format_bug/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../01747_transform_empty_arrays/ast.json | 37 - .../01748_dictionary_table_dot/ast.json | 1 - .../01748_partition_id_pruning/ast.json | 25 - .../01752_distributed_query_sigsegv/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../01755_shard_pruning_with_literal/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/01760_modulo_negative/ast.json | 64 - .../01760_polygon_dictionaries/ast.json | 1 - .../01760_system_dictionaries/ast.json | 1 - .../ast.json | 1 - .../01761_cast_to_enum_nullable/ast.json | 67 - .../testdata/01761_round_year_bounds/ast.json | 64 - .../ast.json | 46 - .../testdata/01762_deltasumtimestamp/ast.json | 238 ---- .../01763_filter_push_down_bugs/ast.json | 25 - .../testdata/01763_long_ttl_group_by/ast.json | 1 - .../01763_max_distributed_depth/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 70 -- .../01764_table_function_dictionary/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/01765_tehran_dst/ast.json | 55 - .../ast.json | 1 - .../ast.json | 46 - parser/testdata/01768_array_product/ast.json | 37 - parser/testdata/01768_extended_range/ast.json | 55 - .../testdata/01769_extended_range_2/ast.json | 49 - .../testdata/01770_add_months_ubsan/ast.json | 1 - .../testdata/01770_extended_range_3/ast.json | 58 - .../01771_bloom_filter_not_has/ast.json | 1 - .../01771_datetime64_no_time_part/ast.json | 49 - .../01772_intdiv_minus_one_ubsan/ast.json | 73 -- .../01772_to_start_of_hour_align/ast.json | 1 - .../01773_case_sensitive_revision/ast.json | 88 -- .../01773_case_sensitive_version/ast.json | 88 -- .../01773_datetime64_add_ubsan/ast.json | 1 - .../ast.json | 28 - .../01774_bar_with_illegal_value/ast.json | 76 -- .../ast.json | 70 -- .../01774_ip_address_in_range/ast.json | 37 - .../01774_ip_address_in_range_2/ast.json | 37 - parser/testdata/01774_tuple_null_in/ast.json | 46 - .../01776_decrypt_aead_size_check/ast.json | 1 - .../01777_map_populate_series_ubsan/ast.json | 1 - .../01778_hierarchical_dictionaries/ast.json | 1 - .../testdata/01778_mmap_cache_infra/ast.json | 1 - .../ast.json | 28 - .../01778_where_with_column_name/ast.json | 28 - .../ast.json | 82 -- .../ast.json | 1 - parser/testdata/01780_column_sparse/ast.json | 1 - .../01780_column_sparse_alter/ast.json | 1 - .../01780_column_sparse_distinct/ast.json | 25 - .../01780_column_sparse_filter/ast.json | 25 - .../01780_column_sparse_full/ast.json | 1 - .../01780_column_sparse_materialize/ast.json | 28 - .../testdata/01780_column_sparse_pk/ast.json | 28 - .../01780_column_sparse_tuple/ast.json | 28 - .../testdata/01780_dict_get_or_null/ast.json | 28 - parser/testdata/01780_range_msan/ast.json | 52 - parser/testdata/01781_map_op_ubsan/ast.json | 310 ----- .../01781_merge_tree_deduplication/ast.json | 1 - .../ast.json | 25 - parser/testdata/01782_field_oom/ast.json | 25 - .../ast.json | 28 - .../01784_parallel_formatting_memory/ast.json | 25 - .../01785_dictionary_element_count/ast.json | 1 - parser/testdata/01785_pmj_lc_bug/ast.json | 25 - .../01786_group_by_pk_many_streams/ast.json | 28 - .../ast.json | 76 -- parser/testdata/01787_map_remote/ast.json | 76 -- .../ast.json | 28 - .../ast.json | 28 - .../testdata/01795_TinyLog_rwlock_ub/ast.json | 28 - parser/testdata/01796_Log_rwlock_ub/ast.json | 28 - .../01797_StripeLog_rwlock_ub/ast.json | 28 - .../testdata/01798_having_push_down/ast.json | 28 - .../testdata/01798_uniq_theta_sketch/ast.json | 1 - .../ast.json | 1 - .../01799_long_uniq_theta_sketch/ast.json | 1 - parser/testdata/01800_log_nested/ast.json | 1 - .../ast.json | 28 - .../01801_dateDiff_DateTime64/ast.json | 1 - .../01801_distinct_group_by_shard/ast.json | 1 - parser/testdata/01801_s3_cluster/ast.json | 1 - .../testdata/01801_s3_cluster_count/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../01802_toDateTime64_large_values/ast.json | 1 - .../01803_const_nullable_map/ast.json | 28 - .../testdata/01803_untuple_subquery/ast.json | 214 ---- .../01804_dictionary_decimal256_type/ast.json | 1 - .../testdata/01804_uniq_up_to_ubsan/ast.json | 67 - .../ast.json | 28 - parser/testdata/01811_datename/ast.json | 1 - parser/testdata/01811_filter_by_null/ast.json | 1 - parser/testdata/01812_has_generic/ast.json | 70 -- .../ast.json | 1 - .../ast.json | 1 - .../01813_quantileBfloat16_nans/ast.json | 1 - .../01817_storage_buffer_parameters/ast.json | 28 - .../01818_case_float_value_fangyc/ast.json | 64 - .../01818_move_partition_simple/ast.json | 28 - .../01820_unhex_case_insensitive/ast.json | 1 - .../ast.json | 1 - .../01821_join_table_mutation/ast.json | 28 - parser/testdata/01821_table_comment/ast.json | 1 - .../01821_to_date_time_ubsan/ast.json | 49 - parser/testdata/01822_short_circuit/ast.json | 25 - .../01822_union_and_constans_error/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../01824_prefer_global_in_and_join/ast.json | 1 - .../testdata/01825_new_type_json_10/ast.json | 1 - .../testdata/01825_new_type_json_18/ast.json | 1 - .../testdata/01825_new_type_json_2/ast.json | 1 - .../testdata/01825_new_type_json_9/ast.json | 1 - .../01825_new_type_json_bools/ast.json | 1 - .../01825_new_type_json_distributed/ast.json | 1 - .../01825_new_type_json_ephemeral/ast.json | 1 - .../01825_new_type_json_in_array/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../01825_new_type_json_mutations/ast.json | 1 - .../01825_new_type_json_order_by/ast.json | 1 - .../ast.json | 1 - .../01825_new_type_json_partitions/ast.json | 1 - .../01825_replacing_vertical_merge/ast.json | 25 - parser/testdata/01831_max_streams/ast.json | 61 - .../01832_memory_write_suffix/ast.json | 28 - .../01833_test_collation_alvarotuso/ast.json | 1 - .../ast.json | 28 - .../ast.json | 46 - .../ast.json | 49 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 49 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/01847_bad_like/ast.json | 46 - .../01848_partition_value_column/ast.json | 28 - parser/testdata/01849_geoToS2/ast.json | 1 - .../01850_dist_INSERT_preserve_error/ast.json | 1 - .../ast.json | 61 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - parser/testdata/01851_s2_to_geo/ast.json | 1 - parser/testdata/01852_cast_operator/ast.json | 46 - .../testdata/01852_cast_operator_2/ast.json | 46 - .../testdata/01852_cast_operator_3/ast.json | 46 - .../testdata/01852_cast_operator_4/ast.json | 25 - .../ast.json | 1 - parser/testdata/01852_jit_if/ast.json | 25 - parser/testdata/01852_map_combinator/ast.json | 25 - .../ast.json | 25 - .../testdata/01852_s2_get_neighbours/ast.json | 1 - .../01853_s2_cells_intersect/ast.json | 1 - .../ast.json | 1 - .../testdata/01854_s2_cap_contains/ast.json | 1 - parser/testdata/01854_s2_cap_union/ast.json | 1 - .../ast.json | 25 - .../testdata/01856_create_function/ast.json | 1 - .../ast.json | 1 - .../testdata/01861_explain_pipeline/ast.json | 28 - .../01865_aggregator_overflow_row/ast.json | 43 - .../ast.json | 28 - .../01866_bit_positions_to_array/ast.json | 37 - .../ast.json | 28 - .../testdata/01866_split_by_regexp/ast.json | 79 -- .../01866_view_persist_settings/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 151 --- .../01869_function_modulo_legacy/ast.json | 46 - .../ast.json | 55 - parser/testdata/01870_buffer_flush/ast.json | 1 - .../01870_modulo_partition_key/ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/01880_remote_ipv6/ast.json | 25 - .../ast.json | 28 - .../testdata/01881_create_as_tuple/ast.json | 28 - .../testdata/01881_negate_formatting/ast.json | 1 - .../01881_to_week_monotonic_fix/ast.json | 28 - .../01881_total_bytes_storage_buffer/ast.json | 28 - .../01881_union_header_mismatch_bug/ast.json | 130 -- .../ast.json | 28 - .../01882_scalar_subquery_exception/ast.json | 28 - .../01883_grouping_sets_crash/ast.json | 28 - .../01883_subcolumns_distributed/ast.json | 1 - .../01883_with_grouping_sets/ast.json | 1 - .../01888_bloom_filter_hasAny/ast.json | 1 - parser/testdata/01888_read_int_safe/ast.json | 43 - .../ast.json | 25 - .../01889_sql_json_functions/ast.json | 1 - parser/testdata/01889_tokenize/ast.json | 25 - .../01890_cross_join_explain_crash/ast.json | 25 - .../ast.json | 1 - parser/testdata/01890_state_of_state/ast.json | 94 -- parser/testdata/01890_stem/ast.json | 1 - parser/testdata/01891_echo/ast.json | 37 - .../ast.json | 1 - .../01891_not_in_partition_prune/ast.json | 28 - .../01891_not_like_partition_prune/ast.json | 28 - .../testdata/01891_partition_by_uuid/ast.json | 28 - parser/testdata/01891_partition_hash/ast.json | 28 - .../01891_partition_hash_no_long_int/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../01901_in_literal_shard_prune/ast.json | 1 - .../01901_test_attach_partition_from/ast.json | 1 - .../01902_dictionary_array_type/ast.json | 1 - .../01902_self_aliases_in_columns/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/01905_to_json_string/ast.json | 1 - .../01906_bigint_accurate_cast_ubsan/ast.json | 46 - parser/testdata/01906_h3_to_geo/ast.json | 1 - parser/testdata/01906_lc_in_bug/ast.json | 28 - .../ast.json | 28 - .../testdata/01907_multiple_aliases/ast.json | 28 - .../01908_with_unknown_column/ast.json | 37 - parser/testdata/01909_mbtolou/ast.json | 1 - .../01910_memory_tracking_topk/ast.json | 1 - .../testdata/01910_view_dictionary/ast.json | 1 - .../ast.json | 1 - .../01911_logical_error_minus/ast.json | 1 - .../01912_bad_cast_join_fuzz/ast.json | 1 - .../01913_exact_rows_before_limit/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/01913_if_int_decimal/ast.json | 91 -- .../01913_join_push_down_bug/ast.json | 28 - .../01913_names_of_tuple_literal/ast.json | 1 - .../01913_replace_dictionary/ast.json | 1 - .../ast.json | 28 - .../01914_exchange_dictionaries/ast.json | 1 - parser/testdata/01914_index_bgranvea/ast.json | 28 - .../01914_ubsan_quantile_timing/ast.json | 76 -- .../ast.json | 1 - .../testdata/01915_for_each_crakjie/ast.json | 1 - .../01915_json_extract_raw_string/ast.json | 1 - .../ast.json | 28 - .../01916_low_cardinality_interval/ast.json | 49 - .../testdata/01916_lowcard_dict_type/ast.json | 28 - .../ast.json | 28 - parser/testdata/01917_distinct_on/ast.json | 28 - .../01917_prewhere_column_type/ast.json | 25 - .../ast.json | 28 - .../testdata/01920_not_chain_format/ast.json | 25 - .../testdata/01921_datatype_date32/ast.json | 28 - parser/testdata/01921_not_chain/ast.json | 1 - .../01921_with_fill_with_totals/ast.json | 1 - .../01922_array_join_with_index/ast.json | 28 - .../01922_sum_null_for_remote/ast.json | 67 - .../ast.json | 28 - .../01923_ttl_with_modify_column/ast.json | 28 - .../01924_argmax_bitmap_state/ast.json | 52 - .../ast.json | 1 - .../01925_date_date_time_comparison/ast.json | 61 - .../ast.json | 1 - .../01925_join_materialized_columns/ast.json | 28 - .../ast.json | 1 - .../01925_map_populate_series_on_map/ast.json | 1 - .../01925_merge_prewhere_table/ast.json | 28 - .../ast.json | 70 -- .../01925_test_storage_merge_aliases/ast.json | 1 - .../ast.json | 1 - parser/testdata/01926_bin_unbin/ast.json | 43 - .../01926_date_date_time_supertype/ast.json | 37 - .../01926_order_by_desc_limit/ast.json | 1 - .../testdata/01926_union_all_schmak/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../01931_storage_merge_no_columns/ast.json | 28 - .../01932_alter_index_with_order/ast.json | 28 - .../01932_global_in_function/ast.json | 1 - .../01932_null_valid_identifier/ast.json | 76 -- .../01932_remote_sharding_key_column/ast.json | 1 - parser/testdata/01933_invalid_date/ast.json | 43 - .../ast.json | 76 -- .../ast.json | 49 - .../ast.json | 25 - .../ast.json | 25 - parser/testdata/01937_nested_chinese/ast.json | 73 -- .../testdata/01938_joins_identifiers/ast.json | 28 - parser/testdata/01939_type_map_json/ast.json | 1 - .../01940_custom_tld_sharding_key/ast.json | 1 - parser/testdata/01940_pad_string/ast.json | 37 - .../01940_point_in_polygon_ubsan/ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../01942_create_table_with_sample/ast.json | 28 - .../01942_dateTimeToSnowflake/ast.json | 25 - .../01942_dateTimeToSnowflakeID/ast.json | 25 - .../01942_snowflakeIDToDateTime/ast.json | 25 - .../01942_snowflakeToDateTime/ast.json | 25 - .../01942_untuple_transformers_msan/ast.json | 142 --- .../testdata/01943_log_column_sizes/ast.json | 1 - .../ast.json | 91 -- parser/testdata/01943_query_id_check/ast.json | 1 - .../01944_insert_partition_by/ast.json | 1 - .../01944_range_max_elements/ast.json | 25 - parser/testdata/01946_profile_sleep/ast.json | 25 - parser/testdata/01947_mv_subquery/ast.json | 25 - .../ast.json | 1 - .../ast.json | 142 --- parser/testdata/01948_heredoc/ast.json | 37 - .../testdata/01950_aliases_bad_cast/ast.json | 67 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/01957_heredoc_more/ast.json | 43 - .../01958_partial_hour_timezone/ast.json | 25 - .../testdata/01960_lambda_precedence/ast.json | 1 - .../01961_roaring_memory_tracking/ast.json | 1 - .../01999_grant_with_replace/ast.json | 1 - .../ast.json | 28 - parser/testdata/02000_join_on_const/ast.json | 28 - .../ast.json | 28 - .../ast.json | 58 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/02001_hostname_test/ast.json | 40 - parser/testdata/02001_join_on_const/ast.json | 28 - .../02001_select_with_filter/ast.json | 85 -- .../02001_shard_num_shard_count/ast.json | 1 - .../ast.json | 1 - .../testdata/02002_parse_map_int_key/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - parser/testdata/02003_bug_from_23515/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../02004_intersect_except_operators/ast.json | 1 - .../ast.json | 25 - .../02004_max_hyperscan_regex_length/ast.json | 1 - .../02005_log_formatted_queries/ast.json | 25 - .../ast.json | 1 - .../02006_h3_to_geo_boundary/ast.json | 1 - .../02006_test_positional_arguments/ast.json | 25 - .../ast.json | 1 - .../02006_todatetime64_from_string/ast.json | 49 - .../ast.json | 1 - .../ast.json | 55 - parser/testdata/02007_join_use_nulls/ast.json | 25 - .../02007_test_any_all_operators/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02008_materialize_column/ast.json | 28 - .../ast.json | 28 - .../02008_tuple_to_name_value_pairs/ast.json | 55 - .../02009_array_join_partition/ast.json | 70 -- .../02009_decimal_no_trailing_zeros/ast.json | 1 - .../02010_array_index_bad_cast/ast.json | 25 - .../ast.json | 1 - parser/testdata/02011_normalize_utf8/ast.json | 1 - .../02011_tuple_vector_functions/ast.json | 58 - .../ast.json | 1 - .../testdata/02012_get_server_port/ast.json | 43 - .../ast.json | 28 - .../02012_settings_clause_for_s3/ast.json | 1 - .../02012_sha512_fixedstring/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02013_bloom_filter_hasAll/ast.json | 28 - .../testdata/02013_emptystring_cast/ast.json | 28 - .../02013_json_function_null_column/ast.json | 1 - .../02013_lc_nullable_and_infinity/ast.json | 25 - .../02014_dict_get_nullable_key/ast.json | 28 - .../02014_map_different_keys/ast.json | 37 - .../02014_storage_merge_order_by/ast.json | 28 - .../ast.json | 1 - .../02015_division_by_nullable/ast.json | 55 - .../ast.json | 58 - .../ast.json | 91 -- .../02016_agg_empty_result_bug_28880/ast.json | 55 - .../02016_aggregation_spark_bar/ast.json | 28 - .../ast.json | 37 - .../ast.json | 43 - .../ast.json | 28 - .../ast.json | 37 - .../testdata/02017_columns_with_dot/ast.json | 28 - .../02017_columns_with_dot_2/ast.json | 28 - .../ast.json | 1 - .../ast.json | 91 -- .../ast.json | 103 -- .../02019_multiple_weird_with_fill/ast.json | 1 - .../02020_cast_integer_overflow/ast.json | 43 - .../02020_exponential_smoothing/ast.json | 37 - .../ast.json | 190 --- .../testdata/02021_exponential_sum/ast.json | 1 - .../02021_exponential_sum_shard/ast.json | 1 - parser/testdata/02021_h3_get_faces/ast.json | 1 - parser/testdata/02021_h3_is_pentagon/ast.json | 1 - .../02021_h3_is_res_classIII/ast.json | 1 - .../02021_map_bloom_filter_index/ast.json | 28 - parser/testdata/02021_map_has/ast.json | 28 - .../02021_prewhere_always_true_where/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../02023_nullable_int_uint_where/ast.json | 28 - .../ast.json | 46 - .../02023_transform_or_to_in/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../02024_merge_regexp_assert/ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../02025_having_filter_column/ast.json | 28 - .../ast.json | 1 - .../02025_subcolumns_compact_parts/ast.json | 28 - .../02026_accurate_cast_or_default/ast.json | 58 - .../02026_arrayDifference_const/ast.json | 67 - .../ast.json | 25 - .../ast.json | 67 - parser/testdata/02027_ngrams/ast.json | 46 - .../ast.json | 1 - .../02028_create_select_settings/ast.json | 1 - .../ast.json | 28 - parser/testdata/02028_tokens/ast.json | 43 - .../ast.json | 28 - .../02029_quantile_sanitizer/ast.json | 58 - .../ast.json | 28 - .../02030_quantiles_underflow/ast.json | 1 - parser/testdata/02030_tuple_filter/ast.json | 25 - .../ast.json | 91 -- .../02035_isNull_isNotNull_format/ast.json | 25 - .../testdata/02036_jit_short_circuit/ast.json | 25 - .../ast.json | 1 - .../ast.json | 76 -- .../ast.json | 1 - .../testdata/02041_test_fuzzy_alter/ast.json | 28 - .../02042_map_get_non_const_key/ast.json | 46 - .../ast.json | 46 - .../testdata/02044_exists_operator/ast.json | 1 - parser/testdata/02045_like_function/ast.json | 46 - .../ast.json | 1 - .../ast.json | 82 -- .../ast.json | 1 - .../02053_INSERT_SELECT_MATERIALIZED/ast.json | 1 - parser/testdata/02067_lost_part_s3/ast.json | 1 - parser/testdata/02070_join_on_disk/ast.json | 1 - .../ast.json | 1 - .../02072_rdb_recovery_escaped_name/ast.json | 1 - .../ast.json | 64 - .../02096_date_time_1970_saturation/ast.json | 43 - .../02096_date_time_1970_saturation2/ast.json | 1 - .../ast.json | 28 - .../02096_rename_atomic_hang/ast.json | 1 - .../testdata/02096_sample_by_tuple/ast.json | 28 - .../ast.json | 1 - .../02096_totals_global_in_bug/ast.json | 142 --- .../ast.json | 1 - .../ast.json | 58 - .../ast.json | 28 - .../testdata/02097_remove_sample_by/ast.json | 1 - .../testdata/02098_date32_comparison/ast.json | 58 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../02100_limit_push_down_bug/ast.json | 28 - .../testdata/02100_now64_types_bug/ast.json | 37 - .../02100_replaceRegexpAll_bug/ast.json | 55 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02111_function_mapExtractKeyLike/ast.json | 28 - .../ast.json | 1 - .../02111_json_column_name_encoding/ast.json | 1 - .../02111_modify_table_comment/ast.json | 1 - .../testdata/02111_with_fill_no_rows/ast.json | 49 - .../02112_skip_index_set_and_or/ast.json | 28 - .../02112_with_fill_interval/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/02113_format_row/ast.json | 25 - parser/testdata/02113_format_row_bug/ast.json | 1 - .../02113_untuple_func_alias/ast.json | 82 -- parser/testdata/02114_bool_type/ast.json | 28 - .../02115_map_contains_analyzer/ast.json | 28 - .../ast.json | 1 - .../02116_tuple_element_analyzer/ast.json | 28 - .../02117_show_create_table_system/ast.json | 1 - .../02118_show_create_table_rocksdb/ast.json | 1 - parser/testdata/02119_sumcount/ast.json | 1 - .../02123_MySQLWire_regression/ast.json | 28 - .../ast.json | 28 - .../ast.json | 64 - parser/testdata/02124_empty_uuid/ast.json | 1 - .../02124_encrypt_decrypt_nullable/ast.json | 1 - .../02124_insert_deduplication_token/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02124_uncompressed_cache/ast.json | 28 - .../ast.json | 28 - .../02125_dict_get_type_nullable_fix/ast.json | 28 - .../02125_fix_storage_filelog/ast.json | 55 - .../02125_low_cardinality_int256/ast.json | 49 - .../testdata/02125_query_views_log/ast.json | 25 - .../ast.json | 1 - .../02125_transform_decimal_bug/ast.json | 64 - .../02126_alter_table_alter_column/ast.json | 28 - .../ast.json | 1 - .../02126_lc_window_functions/ast.json | 46 - .../ast.json | 28 - .../02128_apply_lambda_parsing/ast.json | 1 - parser/testdata/02128_cast_nullable/ast.json | 1 - .../testdata/02128_hex_bin_on_uuid/ast.json | 1 - .../02129_add_column_add_ttl/ast.json | 28 - .../ast.json | 25 - .../02131_materialize_column_cast/ast.json | 28 - .../02131_mv_many_chunks_bug/ast.json | 28 - .../02131_remove_columns_in_subquery/ast.json | 97 -- .../02131_row_policies_combination/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../02132_empty_mutation_livelock/ast.json | 28 - parser/testdata/02133_classification/ast.json | 1 - .../ast.json | 79 -- .../ast.json | 28 - parser/testdata/02133_issue_32458/ast.json | 28 - .../02136_scalar_subquery_metrics/ast.json | 79 -- parser/testdata/02137_mv_into_join/ast.json | 70 -- .../02139_MV_with_scalar_subquery/ast.json | 1 - parser/testdata/02144_avg_ubsan/ast.json | 1 - parser/testdata/02146_mv_non_phys/ast.json | 28 - .../testdata/02148_cast_type_parsing/ast.json | 55 - parser/testdata/02148_issue_32737/ast.json | 76 -- .../ast.json | 1 - parser/testdata/02149_issue_32487/ast.json | 58 - .../02149_read_in_order_fixed_prefix/ast.json | 25 - .../ast.json | 49 - parser/testdata/02151_lc_prefetch/ast.json | 1 - .../ast.json | 49 - parser/testdata/02152_bool_type/ast.json | 25 - .../ast.json | 28 - parser/testdata/02152_csv_tuple/ast.json | 28 - .../02152_dictionary_date32_type/ast.json | 28 - .../02152_short_circuit_throw_if/ast.json | 58 - .../02154_bit_slice_for_fixedstring/ast.json | 37 - .../02154_bit_slice_for_string/ast.json | 37 - .../testdata/02154_bitmap_contains/ast.json | 52 - .../02154_default_keyword_insert/ast.json | 64 - .../ast.json | 55 - .../02155_create_table_w_timezone/ast.json | 1 - .../02155_dictionary_comment/ast.json | 28 - .../02155_h3_to_center_child/ast.json | 1 - .../ast.json | 1 - .../02155_nested_lc_defalut_bug/ast.json | 28 - .../ast.json | 55 - .../ast.json | 25 - .../02156_minus_op_with_datatime64/ast.json | 1 - .../02156_storage_merge_prewhere/ast.json | 25 - .../02156_storage_merge_prewhere_2/ast.json | 28 - .../ast.json | 55 - .../ast.json | 40 - parser/testdata/02158_contingency/ast.json | 205 --- .../02158_interval_length_sum/ast.json | 76 -- .../testdata/02158_proportions_ztest/ast.json | 58 - parser/testdata/02158_ztest/ast.json | 28 - parser/testdata/02159_left_right/ast.json | 1 - .../testdata/02160_h3_cell_area_m2/ast.json | 1 - .../02160_h3_cell_area_rads2/ast.json | 1 - .../testdata/02160_h3_hex_area_Km2/ast.json | 1 - parser/testdata/02160_monthname/ast.json | 1 - .../testdata/02160_special_functions/ast.json | 46 - .../02161_addressToLineWithInlines/ast.json | 1 - .../testdata/02161_array_first_last/ast.json | 37 - .../02162_array_first_last_index/ast.json | 37 - .../ast.json | 28 - parser/testdata/02163_operators/ast.json | 1 - parser/testdata/02163_shard_num/ast.json | 1 - .../ast.json | 28 - .../testdata/02165_h3_edge_length_km/ast.json | 1 - .../02165_h3_exact_edge_length_Km/ast.json | 1 - .../02165_h3_exact_edge_length_m/ast.json | 1 - .../02165_h3_exact_edge_length_rads/ast.json | 1 - .../testdata/02165_h3_num_hexagons/ast.json | 1 - .../02165_insert_from_infile/ast.json | 67 - .../02165_replicated_grouping_sets/ast.json | 1 - .../ast.json | 28 - parser/testdata/02168_avro_bug/ast.json | 1 - .../ast.json | 28 - parser/testdata/02169_map_functions/ast.json | 28 - .../testdata/02174_cte_scalar_cache/ast.json | 25 - .../02174_cte_scalar_cache_mv/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 52 - parser/testdata/02177_issue_31009/ast.json | 1 - .../ast.json | 28 - .../testdata/02177_sum_if_not_found/ast.json | 46 - .../ast.json | 28 - parser/testdata/02179_bool_type/ast.json | 43 - .../testdata/02179_degrees_radians/ast.json | 1 - .../02179_dict_reload_on_cluster/ast.json | 1 - .../ast.json | 28 - .../testdata/02179_map_cast_to_array/ast.json | 1 - .../ast.json | 28 - .../02179_sparse_columns_detach/ast.json | 28 - .../02180_group_by_lowcardinality/ast.json | 1 - .../ast.json | 28 - .../02181_dictionary_attach_detach/ast.json | 28 - .../ast.json | 55 - .../ast.json | 76 -- parser/testdata/02183_combinator_if/ast.json | 67 - .../02183_dictionary_date_types/ast.json | 28 - .../02183_dictionary_no_attributes/ast.json | 28 - .../02184_default_table_engine/ast.json | 1 - .../ast.json | 1 - parser/testdata/02184_ipv6_cast_test/ast.json | 28 - .../02184_ipv6_select_parsing/ast.json | 28 - parser/testdata/02184_nested_tuple/ast.json | 25 - .../ast.json | 28 - .../02184_storage_add_support_ttl/ast.json | 1 - .../ast.json | 49 - .../ast.json | 28 - parser/testdata/02185_split_by_char/ast.json | 46 - .../ast.json | 28 - .../02187_insert_values_with_mv/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../02188_table_function_format/ast.json | 1 - .../02189_join_type_conversion/ast.json | 112 -- .../02190_current_metrics_query/ast.json | 1 - .../testdata/02191_nested_with_dots/ast.json | 28 - .../ast.json | 46 - parser/testdata/02192_comment/ast.json | 1 - .../02193_async_insert_tcp_client_1/ast.json | 1 - .../testdata/02200_use_skip_indexes/ast.json | 1 - .../02201_use_skip_indexes_if_final/ast.json | 1 - .../02202_use_skip_indexes_if_final/ast.json | 1 - parser/testdata/02205_ephemeral_1/ast.json | 25 - .../ast.json | 28 - .../02205_postgresql_functions/ast.json | 1 - .../02206_array_starts_ends_with/ast.json | 52 - .../ast.json | 28 - .../02206_minimum_sample_size/ast.json | 124 -- .../02207_key_condition_floats/ast.json | 28 - .../02207_subseconds_intervals/ast.json | 37 - .../02207_ttl_move_if_exists/ast.json | 28 - .../ast.json | 112 -- .../02210_append_to_dev_dull/ast.json | 1 - .../02210_processors_profile_log/ast.json | 46 - .../ast.json | 49 - .../02211_jsonl_format_extension/ast.json | 1 - .../02212_cte_and_table_alias/ast.json | 1 - .../02212_h3_get_pentagon_indexes/ast.json | 1 - .../02212_h3_get_res0_indexes/ast.json | 1 - parser/testdata/02212_h3_point_dist/ast.json | 1 - .../testdata/02220_array_join_format/ast.json | 103 -- .../ast.json | 28 - .../02223_h3_test_const_columns/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../02224_s2_test_const_columns/ast.json | 1 - .../02226_analyzer_or_like_combine/ast.json | 1 - .../ast.json | 28 - .../02226_in_untuple_issue_34810/ast.json | 28 - .../ast.json | 28 - .../02227_union_match_by_name/ast.json | 25 - .../ast.json | 1 - .../02230_create_table_as_ignore_ttl/ast.json | 28 - .../02231_bloom_filter_sizing/ast.json | 37 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/02233_interpolate_1/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../02233_with_total_empty_chunk/ast.json | 25 - .../02234_cast_to_ip_address/ast.json | 37 - .../ast.json | 28 - .../ast.json | 52 - .../ast.json | 28 - .../ast.json | 28 - .../02236_explain_pipeline_join/ast.json | 25 - .../ast.json | 1 - .../02240_asof_join_biginteger/ast.json | 118 -- .../ast.json | 1 - .../02240_filesystem_query_cache/ast.json | 1 - .../ast.json | 43 - .../02241_array_first_last_or_null/ast.json | 37 - .../02241_short_circuit_short_column/ast.json | 250 ---- .../02242_if_then_else_null_bug/ast.json | 85 -- parser/testdata/02242_join_rocksdb/ast.json | 1 - parser/testdata/02242_make_date/ast.json | 55 - .../testdata/02242_make_date_mysql/ast.json | 52 - .../02242_negative_datetime64/ast.json | 58 - .../ast.json | 25 - .../testdata/02242_subcolumns_sizes/ast.json | 1 - .../02242_throw_if_constant_argument/ast.json | 67 - parser/testdata/02243_in_ip_address/ast.json | 28 - .../testdata/02243_ipv6_long_parsing/ast.json | 28 - parser/testdata/02243_make_date32/ast.json | 55 - .../testdata/02243_make_date32_mysql/ast.json | 52 - .../ast.json | 40 - .../ast.json | 76 -- .../02244_ip_address_invalid_insert/ast.json | 28 - .../02244_lowcardinality_hash_join/ast.json | 1 - parser/testdata/02244_make_datetime/ast.json | 58 - .../02244_url_engine_headers_test/ast.json | 79 -- .../ast.json | 70 -- .../ast.json | 28 - .../testdata/02245_make_datetime64/ast.json | 58 - parser/testdata/02245_s3_schema_desc/ast.json | 1 - .../ast.json | 1 - .../02245_s3_virtual_columns/ast.json | 1 - .../02245_weird_partitions_pruning/ast.json | 1 - parser/testdata/02246_flatten_tuple/ast.json | 1 - .../02247_fix_extract_parser/ast.json | 52 - .../ast.json | 49 - .../ast.json | 25 - .../02249_parse_date_time_basic/ast.json | 25 - .../ast.json | 25 - .../02251_alter_enum_nested_struct/ast.json | 28 - .../testdata/02251_last_day_of_month/ast.json | 1 - .../ast.json | 94 -- .../02252_jit_profile_events/ast.json | 1 - .../02252_reset_non_existing_setting/ast.json | 28 - .../02264_format_insert_compression/ast.json | 1 - .../02264_format_insert_infile/ast.json | 1 - parser/testdata/02265_column_ttl/ast.json | 1 - .../02265_cross_join_empty_list/ast.json | 97 -- .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../testdata/02266_auto_add_nullable/ast.json | 25 - .../02267_empty_arrays_read_reverse/ast.json | 28 - .../testdata/02267_insert_empty_data/ast.json | 28 - .../ast.json | 1 - .../02267_jsonlines_ndjson_format/ast.json | 58 - .../02267_output_format_prometheus/ast.json | 1 - .../ast.json | 1 - .../ast.json | 46 - .../ast.json | 64 - .../ast.json | 1 - .../ast.json | 70 -- .../ast.json | 61 - parser/testdata/02270_client_name/ast.json | 43 - .../ast.json | 25 - .../02271_int_sql_compatibility/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02276_full_sort_join_unsupported/ast.json | 28 - .../02277_full_sort_join_misc/ast.json | 25 - .../02280_add_query_level_settings/ast.json | 28 - .../02281_limit_by_distributed/ast.json | 37 - parser/testdata/02282_array_distance/ast.json | 25 - parser/testdata/02283_array_norm/ast.json | 43 - .../ast.json | 79 -- .../02285_hex_bin_support_more_types/ast.json | 49 - .../02286_convert_decimal_type/ast.json | 58 - .../testdata/02286_function_wyhash/ast.json | 43 - .../02286_quantile_tdigest_infinity/ast.json | 37 - .../02286_tuple_numeric_identifier/ast.json | 1 - .../ast.json | 28 - .../02287_ephemeral_format_crash/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../02291_join_const_literal_36279/ast.json | 1 - .../02292_create_function_validate/ast.json | 31 - .../02292_h3_unidirectional_funcs/ast.json | 1 - .../testdata/02292_hash_array_tuples/ast.json | 37 - .../ast.json | 28 - .../02293_arrow_dictionary_indexes/ast.json | 1 - .../ast.json | 1 - .../testdata/02293_grouping_function/ast.json | 25 - .../02293_grouping_function_group_by/ast.json | 25 - parser/testdata/02293_h3_distance/ast.json | 1 - parser/testdata/02293_h3_hex_ring/ast.json | 1 - parser/testdata/02293_h3_line/ast.json | 1 - .../02293_ilike_on_fixed_strings/ast.json | 28 - .../ast.json | 28 - .../02293_ttest_large_samples/ast.json | 1 - .../02294_decimal_second_errors/ast.json | 1 - .../ast.json | 28 - .../02294_fp_seconds_profile/ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../02294_system_certificates/ast.json | 1 - .../02295_GROUP_BY_AggregateFunction/ast.json | 28 - .../02295_global_with_in_subquery/ast.json | 1 - .../ast.json | 82 -- .../02296_ttl_non_deterministic/ast.json | 1 - .../02302_clash_const_aggegate_join/ast.json | 28 - .../ast.json | 37 - .../ast.json | 1 - .../02302_join_auto_lc_nullable_bug/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../testdata/02302_s3_file_pruning/ast.json | 1 - .../ast.json | 55 - .../02304_grouping_set_order_by/ast.json | 52 - .../ast.json | 1 - .../ast.json | 1 - .../02306_part_types_profile_events/ast.json | 1 - .../02306_window_move_row_number_fix/ast.json | 52 - .../02307_join_get_array_null/ast.json | 28 - .../ast.json | 58 - parser/testdata/02310_uuid_v7/ast.json | 1 - .../ast.json | 1 - .../02311_normalize_utf8_constant/ast.json | 1 - .../ast.json | 28 - .../02311_system_zookeeper_insert/ast.json | 1 - .../02312_is_not_null_prewhere/ast.json | 28 - .../ast.json | 1 - .../02313_avro_records_and_maps/ast.json | 1 - .../02313_cross_join_dup_col_names/ast.json | 1 - parser/testdata/02313_displayname/ast.json | 40 - .../ast.json | 52 - .../ast.json | 28 - .../testdata/02313_multiple_limits/ast.json | 43 - .../02313_negative_datetime64/ast.json | 1 - parser/testdata/02313_test_fpc_codec/ast.json | 28 - .../02314_csv_tsv_skip_first_lines/ast.json | 97 -- .../02315_grouping_constant_folding/ast.json | 28 - .../02315_pmj_union_ubsan_35857/ast.json | 1 - .../02315_replace_multiif_to_if/ast.json | 85 -- .../ast.json | 25 - .../02316_const_string_intersact/ast.json | 1 - .../ast.json | 1 - .../testdata/02316_literal_no_octal/ast.json | 40 - .../02316_values_table_func_bug/ast.json | 55 - .../ast.json | 37 - .../02317_functions_with_nothing/ast.json | 52 - .../02317_like_with_trailing_escape/ast.json | 28 - .../ast.json | 79 -- .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/02319_timeslots_dt64/ast.json | 67 - .../02320_alter_columns_with_dots/ast.json | 28 - .../ast.json | 1 - .../ast.json | 103 -- .../testdata/02322_sql_insert_format/ast.json | 25 - .../ast.json | 58 - .../02324_map_combinator_bug/ast.json | 28 - .../02325_compatibility_setting_2/ast.json | 61 - .../02325_dates_schema_inference/ast.json | 1 - .../ast.json | 1 - .../ast.json | 31 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/02336_sparse_columns_s3/ast.json | 1 - .../02337_analyzer_columns_basic/ast.json | 1 - parser/testdata/02337_base58/ast.json | 1 - .../ast.json | 28 - .../02337_join_analyze_stuck/ast.json | 1 - .../ast.json | 1 - .../02338_analyzer_constants_basic/ast.json | 25 - .../02339_analyzer_matcher_basic/ast.json | 1 - .../02340_analyzer_functions/ast.json | 25 - parser/testdata/02340_union_header/ast.json | 1 - .../02341_analyzer_aliases_basics/ast.json | 25 - .../testdata/02341_global_join_cte/ast.json | 1 - .../02342_analyzer_compound_types/ast.json | 25 - .../02343_aggregation_pipeline/ast.json | 1 - .../ast.json | 25 - .../testdata/02343_analyzer_lambdas/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../02343_create_empty_as_select/ast.json | 1 - .../02343_group_by_use_nulls/ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../02345_analyzer_subqueries/ast.json | 25 - .../ast.json | 28 - .../02345_implicit_transaction/ast.json | 1 - .../ast.json | 1 - .../02346_additional_filters/ast.json | 1 - .../02346_additional_filters_distr/ast.json | 1 - .../02346_additional_filters_index/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../02346_non_negative_derivative/ast.json | 28 - .../ast.json | 28 - .../02346_text_index_array_support/ast.json | 1 - .../02346_text_index_bug47393/ast.json | 1 - .../02346_text_index_bug54541/ast.json | 1 - .../02346_text_index_bug59039/ast.json | 1 - .../02346_text_index_bug62681/ast.json | 25 - .../02346_text_index_bug84805/ast.json | 25 - .../02346_text_index_bug87887/ast.json | 1 - .../02346_text_index_bug88080/ast.json | 1 - .../02346_text_index_bug89605/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../02346_text_index_creation/ast.json | 25 - .../ast.json | 1 - .../02346_text_index_detach_attach/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../02346_text_index_direct_read/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../02346_text_index_header_cache/ast.json | 1 - .../testdata/02346_text_index_hits/ast.json | 1 - .../02346_text_index_map_support/ast.json | 1 - .../02346_text_index_match_predicate/ast.json | 1 - .../02346_text_index_on_lower_column/ast.json | 25 - .../ast.json | 25 - .../02346_text_index_part_format/ast.json | 1 - .../02346_text_index_postings_cache/ast.json | 1 - .../02346_text_index_prefetch/ast.json | 1 - .../02346_text_index_preprocessor/ast.json | 1 - .../02346_text_index_queries/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../02346_to_hour_monotonicity_fix/ast.json | 28 - .../02346_to_hour_monotonicity_fix_2/ast.json | 28 - parser/testdata/02347_rank_corr_nan/ast.json | 64 - .../02347_rank_corr_size_overflow/ast.json | 76 -- .../02350_views_max_insert_threads/ast.json | 1 - .../02351_Map_combinator_dist/ast.json | 1 - .../02352_grouby_shadows_arg/ast.json | 1 - .../02352_lightweight_delete/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - parser/testdata/02353_ascii/ast.json | 43 - .../02353_explain_ast_optimize/ast.json | 1 - parser/testdata/02353_isnullable/ast.json | 43 - .../ast.json | 28 - .../02353_simdjson_buffer_overflow/ast.json | 1 - parser/testdata/02353_translate/ast.json | 49 - .../02354_array_lowcardinality/ast.json | 64 - .../ast.json | 1 - .../ast.json | 37 - .../testdata/02354_parse_timedelta/ast.json | 43 - .../02354_read_in_order_prewhere/ast.json | 28 - .../02354_tuple_element_with_default/ast.json | 1 - .../02354_tuple_lowcardinality/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02354_vector_search_part_format/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02354_vector_search_queries/ast.json | 1 - .../ast.json | 1 - .../02354_vector_search_rescoring/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02354_vector_search_subquery/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../02355_column_type_name_lc/ast.json | 55 - .../ast.json | 25 - .../ast.json | 25 - .../02356_insert_query_log_metrics/ast.json | 52 - .../ast.json | 28 - .../02357_file_default_value/ast.json | 43 - .../ast.json | 61 - .../02362_part_log_merge_algorithm/ast.json | 1 - .../testdata/02363_mapupdate_improve/ast.json | 28 - .../ast.json | 73 -- .../ast.json | 25 - .../ast.json | 28 - parser/testdata/02364_window_case/ast.json | 37 - .../02365_multisearch_random_tests/ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../02366_direct_dictionary_dict_has/ast.json | 1 - .../02366_explain_query_tree/ast.json | 25 - .../testdata/02366_kql_create_table/ast.json | 28 - parser/testdata/02366_kql_datatype/ast.json | 25 - parser/testdata/02366_kql_distinct/ast.json | 28 - parser/testdata/02366_kql_extend/ast.json | 1 - .../testdata/02366_kql_func_binary/ast.json | 25 - .../testdata/02366_kql_func_datetime/ast.json | 25 - .../testdata/02366_kql_func_dynamic/ast.json | 28 - parser/testdata/02366_kql_func_ip/ast.json | 25 - parser/testdata/02366_kql_func_math/ast.json | 25 - .../testdata/02366_kql_func_scalar/ast.json | 28 - .../testdata/02366_kql_func_string/ast.json | 1 - parser/testdata/02366_kql_mvexpand/ast.json | 1 - .../02366_kql_operator_in_sql/ast.json | 28 - parser/testdata/02366_kql_summarize/ast.json | 1 - parser/testdata/02366_kql_tabular/ast.json | 28 - .../ast.json | 139 --- .../02366_union_decimal_conversion/ast.json | 160 --- .../02366_window_function_order_by/ast.json | 1 - parser/testdata/02366_with_fill_date/ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../02368_analyzer_table_functions/ast.json | 25 - .../ast.json | 25 - .../02370_analyzer_in_function/ast.json | 25 - .../02370_extractAll_regress/ast.json | 1 - .../02371_analyzer_join_cross/ast.json | 25 - .../ast.json | 76 -- .../ast.json | 28 - parser/testdata/02372_nowInBlock/ast.json | 25 - .../02373_analyzer_join_use_nulls/ast.json | 25 - .../02374_analyzer_array_join/ast.json | 25 - .../ast.json | 28 - parser/testdata/02374_in_tuple_index/ast.json | 28 - parser/testdata/02374_regexp_replace/ast.json | 52 - parser/testdata/02375_analyzer_union/ast.json | 1 - .../02375_double_escaping_json/ast.json | 36 - parser/testdata/02375_scalar_lc_cte/ast.json | 64 - .../ast.json | 25 - .../02376_arrow_dict_with_string/ast.json | 1 - .../02377_analyzer_in_function_set/ast.json | 25 - .../ast.json | 64 - .../02377_fix_file_virtual_column/ast.json | 28 - .../ast.json | 1 - .../02377_modify_column_from_lc/ast.json | 28 - .../02377_modify_column_from_nested/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../02378_analyzer_projection_names/ast.json | 25 - .../ast.json | 1 - .../02379_analyzer_subquery_depth/ast.json | 25 - .../02380_analyzer_join_sample/ast.json | 25 - .../02381_analyzer_join_final/ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../02381_parse_array_of_tuples/ast.json | 28 - .../02381_setting_value_auto/ast.json | 67 - .../ast.json | 25 - .../02382_join_and_filtering_set/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../02383_schema_inference_hints/ast.json | 1 - .../02384_analyzer_dict_get_join_get/ast.json | 25 - .../02384_decrypt_bad_arguments/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../02385_profile_events_overflow/ast.json | 1 - .../ast.json | 25 - .../testdata/02386_set_columns_order/ast.json | 28 - parser/testdata/02387_analyzer_cte/ast.json | 25 - .../02387_parse_date_as_datetime/ast.json | 46 - .../02388_analyzer_recursive_lambda/ast.json | 25 - .../ast.json | 43 - .../02389_analyzer_nested_lambda/ast.json | 25 - .../02391_hashed_dictionary_shards/ast.json | 28 - .../testdata/02391_recursive_buffer/ast.json | 1 - .../ast.json | 67 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 67 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../02400_memory_accounting_on_error/ast.json | 1 - .../ast.json | 1 - .../02402_external_disk_metrics/ast.json | 1 - .../02402_merge_engine_with_view/ast.json | 25 - .../02403_ttl_column_multiple_times/ast.json | 28 - .../ast.json | 28 - .../02404_memory_bound_merging/ast.json | 1 - .../testdata/02405_avro_read_nested/ast.json | 1 - .../testdata/02405_pmj_issue_40335/ast.json | 28 - .../testdata/02406_minmax_behaviour/ast.json | 1 - .../02406_try_read_datetime64_bug/ast.json | 49 - .../ast.json | 64 - .../ast.json | 91 -- .../02409_url_format_detection/ast.json | 43 - .../02410_csv_empty_fields_inference/ast.json | 40 - .../02410_to_decimal_or_default/ast.json | 67 - parser/testdata/02411_legacy_geobase/ast.json | 1 - parser/testdata/02412_nlp/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 64 - .../02416_input_json_formats/ast.json | 1 - .../ast.json | 25 - parser/testdata/02416_keeper_map/ast.json | 1 - .../02416_rocksdb_delete_update/ast.json | 1 - .../ast.json | 28 - .../02417_from_select_syntax/ast.json | 55 - .../ast.json | 1 - .../02417_keeper_map_create_drop/ast.json | 1 - .../02417_null_variadic_behaviour/ast.json | 1 - .../02418_aggregate_combinators/ast.json | 70 -- .../02418_keeper_map_keys_limit/ast.json | 1 - .../02418_tautological_if_index/ast.json | 25 - .../02419_contingency_array_nullable/ast.json | 46 - parser/testdata/02420_final_setting/ast.json | 1 - .../02420_final_setting_analyzer/ast.json | 1 - .../ast.json | 55 - .../ast.json | 28 - .../testdata/02421_explain_subquery/ast.json | 1 - .../ast.json | 1 - .../02421_json_decimals_as_strings/ast.json | 52 - .../ast.json | 37 - .../02422_msgpack_uuid_wrong_column/ast.json | 1 - .../02422_read_numbers_as_strings/ast.json | 1 - .../02423_json_quote_float64/ast.json | 100 -- .../ast.json | 58 - .../02424_pod_array_overflow/ast.json | 58 - .../ast.json | 127 -- .../ast.json | 64 - .../02426_pod_array_overflow_2/ast.json | 58 - .../02426_pod_array_overflow_3/ast.json | 58 - .../ast.json | 64 - .../02427_column_nullable_ubsan/ast.json | 154 --- .../02427_msan_group_array_resample/ast.json | 175 --- .../ast.json | 28 - .../02428_batch_nullable_assert/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../02428_delete_with_settings/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 55 - .../ast.json | 61 - .../02429_groupBitmap_chain_state/ast.json | 103 -- .../02429_offset_pipeline_stuck_bug/ast.json | 64 - .../ast.json | 58 - .../ast.json | 55 - .../02431_single_value_or_null_empty/ast.json | 61 - .../ast.json | 28 - .../02436_system_zookeeper_context/ast.json | 28 - .../02438_sync_replica_lightweight/ast.json | 1 - .../02439_merge_selecting_partitions/ast.json | 1 - .../02440_mutations_finalization/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02448_clone_replica_lost_part/ast.json | 1 - .../ast.json | 28 - .../02451_variadic_null_garbage_data/ast.json | 1 - .../02452_check_low_cardinality/ast.json | 28 - .../02452_json_utf8_validation/ast.json | 25 - .../ast.json | 58 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../02455_count_state_asterisk/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 79 -- .../02456_BLAKE3_hash_function_test/ast.json | 1 - .../02456_aggregate_state_conversion/ast.json | 109 -- .../ast.json | 28 - .../02456_alter-nullable-column-bag/ast.json | 28 - .../02456_datetime_schema_inference/ast.json | 58 - .../ast.json | 1 - parser/testdata/02456_summing_mt_lc/ast.json | 25 - .../02457_datediff_via_unix_epoch/ast.json | 64 - .../02457_filesystem_function/ast.json | 1 - .../ast.json | 28 - parser/testdata/02457_morton_coding/ast.json | 37 - .../02457_morton_coding_with_mask/ast.json | 37 - .../ast.json | 43 - .../ast.json | 1 - .../02457_tuple_of_intervals/ast.json | 79 -- .../testdata/02458_datediff_date32/ast.json | 1 - .../testdata/02458_default_setting/ast.json | 61 - .../ast.json | 49 - .../02458_relax_too_many_parts/ast.json | 28 - .../ast.json | 1 - parser/testdata/02459_group_by_all/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../02459_read_in_order_bufer/ast.json | 49 - .../02460_prewhere_row_level_policy/ast.json | 1 - .../ast.json | 28 - .../02461_join_lc_issue_42380/ast.json | 28 - .../ast.json | 58 - .../testdata/02461_welch_t_test_fuzz/ast.json | 28 - parser/testdata/02462_distributions/ast.json | 1 - .../testdata/02462_match_regexp_pk/ast.json | 52 - .../02462_number_to_datetype/ast.json | 1 - .../testdata/02463_julian_day_ubsan/ast.json | 52 - .../ast.json | 28 - .../ast.json | 28 - .../02466_distributed_query_profiler/ast.json | 1 - .../ast.json | 97 -- .../ast.json | 1 - parser/testdata/02468_has_any_tuple/ast.json | 100 -- .../02469_fix_aliases_parser/ast.json | 1 - parser/testdata/02469_interval_msan/ast.json | 58 - .../ast.json | 28 - .../02471_wrong_date_monotonicity/ast.json | 28 - .../02472_segfault_expression_parser/ast.json | 1 - .../ast.json | 46 - .../02473_map_element_nullable/ast.json | 109 -- .../02473_prewhere_with_bigint/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 46 - .../02474_fix_function_parser_bug/ast.json | 1 - .../02474_timeDiff_UTCTimestamp/ast.json | 1 - .../02474_unhex_in_fix_string/ast.json | 28 - .../02475_analysis_of_variance/ast.json | 76 -- .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 121 -- .../ast.json | 58 - parser/testdata/02475_join_bug_42832/ast.json | 28 - .../ast.json | 97 -- .../testdata/02475_positive_modulo/ast.json | 46 - .../ast.json | 1 - .../02475_split_with_max_substrings/ast.json | 37 - .../ast.json | 25 - .../02476_fix_cast_parser_bug/ast.json | 1 - parser/testdata/02476_fuse_sum_count/ast.json | 25 - .../02476_query_parameters_insert/ast.json | 28 - .../ast.json | 25 - parser/testdata/02477_age/ast.json | 37 - parser/testdata/02477_age_date32/ast.json | 1 - parser/testdata/02477_age_datetime64/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../testdata/02477_exists_fuzz_43478/ast.json | 49 - parser/testdata/02477_fuse_quantiles/ast.json | 25 - parser/testdata/02477_invalid_reads/ast.json | 1 - parser/testdata/02477_is_null_parser/ast.json | 61 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 25 - parser/testdata/02478_factorial/ast.json | 52 - .../ast.json | 28 - .../ast.json | 28 - .../02478_window_frame_type_groups/ast.json | 1 - .../02479_analyzer_aggregation_crash/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 82 -- .../02479_mysql_connect_to_self/ast.json | 1 - .../ast.json | 28 - .../02480_analyzer_alias_nullptr/ast.json | 25 - .../ast.json | 67 - .../ast.json | 61 - .../02480_max_map_null_totals/ast.json | 124 -- .../ast.json | 61 - .../02480_s3_support_wildcard/ast.json | 1 - .../02480_suspicious_lowcard_in_key/ast.json | 25 - parser/testdata/02480_tlp_nan/ast.json | 1 - .../02481_aggregation_in_order_plan/ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../02481_array_join_with_map/ast.json | 28 - .../ast.json | 28 - .../02481_fix_parameters_parsing/ast.json | 1 - .../02481_i43247_ubsan_in_minmaxany/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../02481_merge_array_join_sample_by/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../02481_s3_throw_if_mismatch_files/ast.json | 1 - .../02481_xxh3_hash_function/ast.json | 43 - .../ast.json | 25 - .../02482_if_with_nothing_argument/ast.json | 70 -- .../02482_insert_into_dist_race/ast.json | 28 - .../02482_value_block_assert/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../02483_substitute_udf_create/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/02489_analyzer_indexes/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../02491_part_log_has_table_uuid/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 55 - .../ast.json | 1 - .../ast.json | 37 - .../ast.json | 25 - .../ast.json | 1 - .../02494_array_function_range/ast.json | 100 -- .../ast.json | 1 - .../ast.json | 61 - .../ast.json | 37 - .../testdata/02494_query_cache_bugs/ast.json | 1 - .../ast.json | 1 - .../02494_query_cache_compression/ast.json | 1 - .../02494_query_cache_drop_cache/ast.json | 1 - .../ast.json | 1 - .../02494_query_cache_empty_tuple/ast.json | 64 - .../02494_query_cache_events/ast.json | 1 - .../ast.json | 1 - .../02494_query_cache_explain/ast.json | 1 - .../ast.json | 1 - .../testdata/02494_query_cache_key/ast.json | 1 - .../02494_query_cache_log_comment/ast.json | 1 - .../02494_query_cache_metrics/ast.json | 1 - .../ast.json | 1 - .../02494_query_cache_min_query_runs/ast.json | 1 - .../ast.json | 1 - .../02494_query_cache_normalize_ast/ast.json | 1 - .../02494_query_cache_passive_usage/ast.json | 1 - .../02494_query_cache_query_log/ast.json | 1 - .../02494_query_cache_secrets/ast.json | 1 - .../02494_query_cache_sparse_columns/ast.json | 1 - .../ast.json | 1 - .../02494_query_cache_system_tables/ast.json | 1 - .../testdata/02494_query_cache_tag/ast.json | 1 - .../ast.json | 1 - .../02494_query_cache_ttl_long/ast.json | 1 - .../02494_query_cache_udf_sql/ast.json | 1 - .../02494_query_cache_user_quotas/ast.json | 1 - .../ast.json | 1 - .../02495_analyzer_storage_join/ast.json | 28 - .../02495_concat_with_separator/ast.json | 25 - .../testdata/02495_s3_filter_by_file/ast.json | 1 - .../02495_sum_if_to_count_if_bug/ast.json | 94 -- .../ast.json | 1 - .../ast.json | 1 - .../02496_storage_s3_profile_events/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../02497_remote_disk_fat_column/ast.json | 1 - .../02497_schema_inference_nulls/ast.json | 37 - .../ast.json | 1 - .../02497_storage_join_right_assert/ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../02498_storage_join_key_positions/ast.json | 1 - .../ast.json | 25 - .../02499_analyzer_set_index/ast.json | 25 - .../ast.json | 40 - .../ast.json | 1 - .../02499_quantile_nan_ubsan_msan/ast.json | 64 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 25 - .../02501_limits_on_result_for_view/ast.json | 28 - .../ast.json | 25 - .../ast.json | 40 - .../ast.json | 25 - .../02503_bad_compatibility_setting/ast.json | 25 - .../02503_in_lc_const_args_bug/ast.json | 67 - .../02503_join_switch_alias_fuzz/ast.json | 67 - .../02503_mysql_compat_utc_timestamp/ast.json | 1 - parser/testdata/02504_bar_fractions/ast.json | 1 - .../ast.json | 28 - .../02504_explain_ast_insert/ast.json | 1 - .../ast.json | 76 -- .../ast.json | 1 - .../ast.json | 46 - .../ast.json | 55 - .../02507_to_unix_timestamp_overflow/ast.json | 55 - parser/testdata/02508_bad_graphite/ast.json | 28 - .../ast.json | 28 - parser/testdata/02509_h3_arguments/ast.json | 1 - .../02510_group_by_prewhere_null/ast.json | 28 - .../ast.json | 58 - .../02512_array_join_name_resolution/ast.json | 28 - .../ast.json | 25 - .../02513_analyzer_sort_msan/ast.json | 28 - .../ast.json | 46 - .../02513_date_string_comparison/ast.json | 1 - .../ast.json | 28 - .../02513_validate_data_types/ast.json | 1 - .../02514_analyzer_drop_join_on/ast.json | 28 - .../02514_bad_index_granularity/ast.json | 28 - .../ast.json | 1 - .../02514_null_dictionary_source/ast.json | 28 - .../02514_tsv_zero_started_number/ast.json | 67 - .../ast.json | 28 - .../02515_analyzer_null_for_empty/ast.json | 25 - .../ast.json | 88 -- .../ast.json | 88 -- parser/testdata/02515_generate_ulid/ast.json | 1 - .../02515_projections_with_totals/ast.json | 28 - .../02515_tuple_lambda_parsing/ast.json | 1 - .../02516_projections_and_context/ast.json | 28 - .../02516_projections_with_rollup/ast.json | 28 - .../ast.json | 58 - .../02517_union_columns_order/ast.json | 49 - parser/testdata/02517_uuid_parsing/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../testdata/02519_monotonicity_fuzz/ast.json | 28 - .../testdata/02520_group_array_last/ast.json | 28 - .../02521_aggregation_by_partitions/ast.json | 1 - .../ast.json | 25 - .../02521_analyzer_array_join_crash/ast.json | 25 - .../ast.json | 28 - .../ast.json | 25 - .../02521_lightweight_delete_and_ttl/ast.json | 28 - .../02521_to_custom_day_of_week/ast.json | 1 - .../ast.json | 25 - parser/testdata/02523_array_shuffle/ast.json | 46 - .../testdata/02523_range_const_start/ast.json | 1 - parser/testdata/02524_fuzz_and_fuss/ast.json | 190 --- .../testdata/02524_fuzz_and_fuss_2/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../02525_jit_logical_functions_nan/ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../02526_merge_join_int_decimal/ast.json | 28 - .../ast.json | 28 - parser/testdata/02530_ip_part_id/ast.json | 28 - .../testdata/02531_ipv4_arithmetic/ast.json | 1 - .../02531_semi_join_null_const_bug/ast.json | 25 - .../02531_storage_join_null_44940/ast.json | 1 - .../ast.json | 25 - .../ast.json | 61 - .../ast.json | 28 - .../02534_analyzer_grouping_function/ast.json | 25 - .../02534_default_granularity/ast.json | 28 - .../testdata/02534_join_prewhere_bug/ast.json | 1 - parser/testdata/02534_keyed_siphash/ast.json | 1 - .../ast.json | 1 - .../02534_s3_heap_use_after_free/ast.json | 1 - .../ast.json | 25 - .../02535_analyzer_limit_offset/ast.json | 25 - .../02535_ip_parser_not_whole/ast.json | 58 - .../ast.json | 25 - .../02536_delta_gorilla_corruption/ast.json | 1 - .../02536_distributed_detach_table/ast.json | 1 - .../ast.json | 1 - .../02536_system_sync_file_cache/ast.json | 1 - parser/testdata/02537_system_formats/ast.json | 70 -- .../02538_alter_rename_sequence/ast.json | 1 - .../ast.json | 25 - .../02538_ngram_bf_index_with_null/ast.json | 28 - .../ast.json | 28 - .../02539_generate_random_ip/ast.json | 1 - .../ast.json | 1 - .../02539_generate_random_map/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../02540_duplicate_primary_key/ast.json | 28 - .../02540_duplicate_primary_key2/ast.json | 28 - .../ast.json | 25 - .../02541_empty_function_support_ip/ast.json | 49 - .../ast.json | 1 - .../ast.json | 37 - .../02541_tuple_element_with_null/ast.json | 28 - parser/testdata/02542_case_no_else/ast.json | 52 - .../02542_table_function_format/ast.json | 1 - parser/testdata/02542_transform_new/ast.json | 58 - parser/testdata/02542_transform_old/ast.json | 85 -- .../02551_ipv4_implicit_uint64/ast.json | 46 - .../ast.json | 25 - .../ast.json | 28 - .../02552_client_format_settings/ast.json | 1 - .../02552_inner_join_with_where_true/ast.json | 46 - .../testdata/02552_regression_crash/ast.json | 28 - .../02552_siphash128_reference/ast.json | 1 - .../02552_sparse_columns_intersect/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../02554_invalid_create_view_syntax/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/02559_add_parts/ast.json | 1 - parser/testdata/02559_ip_types_bloom/ast.json | 28 - .../ast.json | 28 - .../ast.json | 64 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../02560_analyzer_materialized_view/ast.json | 25 - parser/testdata/02560_count_digits/ast.json | 43 - .../testdata/02560_null_as_default/ast.json | 28 - .../testdata/02560_quantile_min_max/ast.json | 28 - .../02560_regexp_denial_of_service/ast.json | 1 - .../ast.json | 1 - parser/testdata/02560_window_ntile/ast.json | 1 - .../02560_with_fill_int256_int/ast.json | 88 -- .../ast.json | 28 - .../ast.json | 40 - parser/testdata/02562_regexp_extract/ast.json | 1 - .../02562_with_fill_nullable/ast.json | 97 -- parser/testdata/02563_analyzer_merge/ast.json | 1 - .../02564_analyzer_cross_to_inner/ast.json | 25 - .../ast.json | 25 - parser/testdata/02564_date_format/ast.json | 70 -- .../02564_read_in_order_final_desc/ast.json | 25 - .../02565_analyzer_limit_settings/ast.json | 25 - .../02565_update_empty_nested/ast.json | 28 - .../ast.json | 1 - .../testdata/02567_and_consistency/ast.json | 55 - .../testdata/02568_and_consistency/ast.json | 28 - .../ast.json | 85 -- .../testdata/02568_json_array_length/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../testdata/02572_max_intersections/ast.json | 70 -- .../ast.json | 1 - .../ast.json | 1 - .../02573_quantile_fuse_msan/ast.json | 25 - .../ast.json | 28 - .../testdata/02575_map_hashing_msan/ast.json | 70 -- .../ast.json | 1 - .../ast.json | 1 - .../02575_merge_prewhere_ephemeral/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../02577_keepermap_delete_update/ast.json | 1 - parser/testdata/02578_ipv4_codec_t64/ast.json | 28 - .../ast.json | 1 - .../testdata/02579_fill_empty_chunk/ast.json | 1 - .../02579_fill_empty_chunk_analyzer/ast.json | 1 - .../02579_parameterized_replace/ast.json | 25 - .../02580_like_substring_search_bug/ast.json | 46 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/02581_width_bucket/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../testdata/02583_map_literal_cast/ast.json | 55 - parser/testdata/02584_range_ipv4/ast.json | 58 - .../02586_generate_random_structure/ast.json | 46 - .../02587_csv_big_numbers_inference/ast.json | 40 - .../02589_bson_invalid_document_size/ast.json | 25 - .../02590_bson_duplicate_column/ast.json | 61 - .../testdata/02591_bson_long_tuple/ast.json | 76 -- .../02596_build_set_and_remote/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/02661_quantile_approx/ast.json | 25 - .../testdata/02662_first_last_value/ast.json | 1 - .../02662_sparse_columns_mutations_1/ast.json | 25 - .../02662_sparse_columns_mutations_2/ast.json | 25 - .../02662_sparse_columns_mutations_3/ast.json | 25 - .../02662_sparse_columns_mutations_4/ast.json | 25 - .../02662_sparse_columns_mutations_5/ast.json | 25 - .../02668_column_block_number/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - parser/testdata/02668_parse_datetime/ast.json | 1 - .../ast.json | 1 - parser/testdata/02668_ulid_decoding/ast.json | 1 - .../02669_alter_modify_to_nullable/ast.json | 28 - .../02670_constant_skip_index/ast.json | 1 - .../testdata/02674_and_consistency/ast.json | 43 - .../ast.json | 40 - .../02674_null_default_structure/ast.json | 52 - .../02674_trivial_count_analyzer/ast.json | 28 - .../02675_is_ipv6_function_fix/ast.json | 43 - .../ast.json | 25 - .../ast.json | 28 - .../02676_analyzer_limit_offset/ast.json | 25 - .../ast.json | 28 - .../testdata/02676_kafka_murmur_hash/ast.json | 1 - .../testdata/02676_to_decimal_string/ast.json | 1 - .../testdata/02676_trailing_commas/ast.json | 37 - .../02677_analyzer_bitmap_has_any/ast.json | 1 - .../ast.json | 25 - .../02677_decode_url_component/ast.json | 1 - .../ast.json | 25 - .../02677_grace_hash_limit_race/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../02680_datetime64_monotonic_check/ast.json | 28 - parser/testdata/02680_default_star/ast.json | 1 - .../ast.json | 82 -- .../ast.json | 46 - .../02680_lc_null_as_default/ast.json | 28 - .../02680_mysql_ast_logical_err/ast.json | 64 - .../ast.json | 1 - .../ast.json | 25 - .../02681_group_array_too_large_size/ast.json | 1 - parser/testdata/02681_undrop_query/ast.json | 1 - .../02682_quantiles_too_large_size/ast.json | 1 - .../02683_native_too_large_size/ast.json | 1 - parser/testdata/02684_bson/ast.json | 1 - parser/testdata/02685_bson2/ast.json | 1 - .../02685_decimal256_various/ast.json | 1 - parser/testdata/02686_bson3/ast.json | 1 - parser/testdata/02687_native_fuzz/ast.json | 1 - .../testdata/02688_aggregate_states/ast.json | 46 - .../ast.json | 43 - .../02689_meaningless_data_types/ast.json | 46 - .../02690_subquery_identifiers/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../02692_multiple_joins_unicode/ast.json | 28 - .../testdata/02693_multiple_joins_in/ast.json | 49 - .../ast.json | 28 - .../ast.json | 61 - .../ast.json | 28 - .../ast.json | 25 - .../02697_alter_dependencies/ast.json | 58 - .../02698_marked_dropped_tables/ast.json | 1 - .../ast.json | 76 -- .../ast.json | 1 - .../ast.json | 25 - .../testdata/02700_regexp_operator/ast.json | 46 - .../ast.json | 91 -- .../02701_non_parametric_function/ast.json | 76 -- .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../02705_grouping_keys_equal_keys/ast.json | 40 - .../ast.json | 28 - .../ast.json | 1 - .../testdata/02706_array_map_tuples/ast.json | 85 -- .../02706_keeper_map_insert_strict/ast.json | 1 - .../02706_kolmogorov_smirnov_test/ast.json | 28 - parser/testdata/02706_show_columns/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02707_skip_index_with_in/ast.json | 28 - parser/testdata/02708_dotProduct/ast.json | 37 - .../ast.json | 52 - .../ast.json | 76 -- .../02709_storage_memory_compressed/ast.json | 1 - .../ast.json | 28 - .../02710_allow_suspicious_indices/ast.json | 1 - .../testdata/02710_date_diff_aliases/ast.json | 49 - .../ast.json | 1 - parser/testdata/02710_show_table/ast.json | 1 - .../02710_topk_with_empty_array/ast.json | 46 - .../testdata/02711_server_uuid_macro/ast.json | 28 - .../testdata/02711_soundex_function/ast.json | 43 - parser/testdata/02711_trim_aliases/ast.json | 49 - .../ast.json | 28 - .../testdata/02713_ip4_uint_compare/ast.json | 1 - .../ast.json | 28 - parser/testdata/02714_date_date32_in/ast.json | 58 - .../ast.json | 25 - .../02715_bit_operations_float/ast.json | 106 -- parser/testdata/02715_or_null/ast.json | 46 - .../ast.json | 55 - parser/testdata/02716_drop_if_empty/ast.json | 28 - .../testdata/02716_int256_arrayfunc/ast.json | 88 -- parser/testdata/02717_pretty_json/ast.json | 211 ---- parser/testdata/02718_array_fold/ast.json | 37 - .../02718_insert_meet_hardware_error/ast.json | 1 - .../ast.json | 28 - .../ast.json | 64 - parser/testdata/02721_url_cluster/ast.json | 1 - .../02722_log_profile_events/ast.json | 1 - .../02723_jit_aggregation_bug_48120/ast.json | 1 - .../02723_parallelize_output_setting/ast.json | 1 - parser/testdata/02723_zookeeper_name/ast.json | 1 - .../ast.json | 43 - .../02724_jit_logical_functions/ast.json | 25 - .../02724_mutliple_storage_join/ast.json | 64 - .../02724_persist_interval_type/ast.json | 28 - parser/testdata/02724_show_indexes/ast.json | 1 - .../02725_agg_projection_respect_PK/ast.json | 1 - .../ast.json | 28 - .../ast.json | 40 - .../02725_any_join_single_row/ast.json | 28 - .../testdata/02725_cnf_large_check/ast.json | 28 - .../testdata/02725_memory-for-merges/ast.json | 1 - .../02725_null_group_key_with_rollup/ast.json | 25 - parser/testdata/02725_sleep_max_time/ast.json | 61 - .../02725_url_support_virtual_column/ast.json | 1 - .../02726_async_insert_flush_queue/ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/02731_formats_s3/ast.json | 1 - .../ast.json | 58 - .../02731_nothing_deserialization/ast.json | 46 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/02732_transform_fuzz/ast.json | 61 - parser/testdata/02733_distinct/ast.json | 1 - .../ast.json | 25 - .../02733_sparse_columns_reload/ast.json | 28 - .../02734_big_int_from_float_ubsan/ast.json | 1 - .../testdata/02734_optimize_group_by/ast.json | 49 - .../02734_sparse_columns_mutation/ast.json | 28 - .../ast.json | 28 - .../02735_array_map_array_of_tuples/ast.json | 73 -- .../02735_asof_join_right_null/ast.json | 1 - .../testdata/02735_parquet_encoder/ast.json | 1 - .../02735_system_zookeeper_auxiliary/ast.json | 1 - .../ast.json | 1 - .../testdata/02736_bit_count_big_int/ast.json | 52 - .../testdata/02737_arrayJaccardIndex/ast.json | 37 - .../testdata/02737_session_timezone/ast.json | 25 - .../testdata/02737_sql_auto_is_null/ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../02751_match_constant_needle/ast.json | 46 - .../02751_multiif_to_if_crash/ast.json | 82 -- .../ast.json | 28 - .../02751_query_log_test_partitions/ast.json | 25 - .../ast.json | 64 - .../testdata/02752_forbidden_headers/ast.json | 1 - .../testdata/02752_is_null_priority/ast.json | 73 -- parser/testdata/02752_space_function/ast.json | 37 - .../ast.json | 1 - .../02763_jit_compare_functions_nan/ast.json | 25 - .../ast.json | 28 - .../02764_index_analysis_fix/ast.json | 28 - .../ast.json | 28 - .../ast.json | 52 - .../ast.json | 85 -- .../02768_cse_nested_distributed/ast.json | 91 -- .../02769_compare_functions_nan/ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../02771_if_constant_folding/ast.json | 91 -- .../ast.json | 28 - .../ast.json | 25 - .../02771_log_faminy_truncate_count/ast.json | 28 - .../02771_parallel_replicas_analyzer/ast.json | 1 - .../ast.json | 28 - .../ast.json | 64 - .../testdata/02772_jit_date_time_add/ast.json | 25 - parser/testdata/02772_s3_crash/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 70 -- .../02782_values_null_to_lc_nullable/ast.json | 58 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 43 - .../ast.json | 28 - .../ast.json | 28 - .../02785_left_anti_join_bug/ast.json | 25 - .../ast.json | 28 - .../02786_max_execution_time_leaf/ast.json | 1 - .../testdata/02786_transform_float/ast.json | 88 -- parser/testdata/02787_transform_null/ast.json | 52 - .../02788_current_schemas_function/ast.json | 43 - .../ast.json | 25 - .../02789_describe_table_settings/ast.json | 46 - .../ast.json | 28 - .../ast.json | 1 - .../02789_jit_cannot_convert_column/ast.json | 1 - .../ast.json | 28 - .../ast.json | 70 -- parser/testdata/02790_keyed_hash_bug/ast.json | 1 - .../ast.json | 1 - .../02790_sql_standard_fetch/ast.json | 1 - .../02790_url_multiple_tsv_files/ast.json | 94 -- .../ast.json | 25 - .../ast.json | 1 - .../02792_alter_table_modify_comment/ast.json | 1 - .../02792_drop_projection_lwd/ast.json | 25 - .../02794_pushdown_invalid_get/ast.json | 94 -- .../02795_full_join_assert_cast/ast.json | 127 -- .../02796_calculate_text_stack_trace/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/02797_range_nullable/ast.json | 43 - .../02797_transform_narrow_types/ast.json | 52 - .../ast.json | 25 - .../testdata/02798_generic_transform/ast.json | 94 -- .../testdata/02798_substring_index/ast.json | 1 - .../02799_transform_empty_arrays/ast.json | 70 -- .../testdata/02800_transform_alter/ast.json | 28 - .../02801_transform_nullable/ast.json | 97 -- .../02802_with_cube_with_totals/ast.json | 118 -- .../02803_remote_cannot_clone_block/ast.json | 28 - .../02804_clusterAllReplicas_insert/ast.json | 28 - .../02804_intersect_bad_cast/ast.json | 94 -- .../ast.json | 1 - .../02806_cte_block_cannot_be_empty/ast.json | 187 --- .../02807_default_date_time_nullable/ast.json | 1 - .../testdata/02807_lower_utf8_msan/ast.json | 1 - .../testdata/02807_math_unary_crash/ast.json | 28 - .../02808_aliases_inside_case/ast.json | 1 - .../testdata/02809_has_subsequence/ast.json | 37 - parser/testdata/02809_has_token/ast.json | 1 - .../testdata/02809_prewhere_and_in/ast.json | 28 - .../02809_storage_set_analysis_bug/ast.json | 28 - .../02810_convert_uuid_to_uint128/ast.json | 49 - .../ast.json | 28 - parser/testdata/02810_initcap/ast.json | 43 - .../02810_row_binary_with_defaults/ast.json | 61 - .../02810_system_jemalloc_bins/ast.json | 1 - .../02811_insert_schema_inference/ast.json | 28 - .../ast.json | 1 - .../testdata/02811_ip_dict_attribute/ast.json | 1 - .../ast.json | 28 - .../02811_primary_key_in_columns/ast.json | 28 - .../ast.json | 28 - .../ast.json | 82 -- .../02812_csv_date_time_with_comma/ast.json | 64 - .../02812_from_to_utc_timestamp/ast.json | 28 - parser/testdata/02812_large_varints/ast.json | 1 - .../02812_pointwise_array_operations/ast.json | 58 - .../02812_subquery_operators/ast.json | 49 - parser/testdata/02813_any_value/ast.json | 25 - parser/testdata/02813_array_agg/ast.json | 28 - .../testdata/02813_array_concat_agg/ast.json | 28 - .../testdata/02813_create_index_noop/ast.json | 25 - parser/testdata/02813_float_parsing/ast.json | 1 - .../02813_func_now_and_alias/ast.json | 1 - .../02813_func_today_and_alias/ast.json | 52 - .../ast.json | 25 - .../02813_seriesDecomposeSTL/ast.json | 28 - .../02813_seriesOutliersDetectTukey/ast.json | 1 - .../02813_series_period_detect/ast.json | 1 - .../02813_starting_in_text_log/ast.json | 25 - .../02813_system_licenses_base/ast.json | 97 -- .../ast.json | 1 - parser/testdata/02814_age_datediff/ast.json | 1 - .../02814_create_index_uniq_noop/ast.json | 25 - .../ast.json | 1 - .../ast.json | 58 - .../testdata/02815_alias_to_length/ast.json | 43 - .../ast.json | 25 - .../ast.json | 1 - parser/testdata/02815_first_line/ast.json | 43 - .../ast.json | 28 - .../02815_join_algorithm_setting/ast.json | 1 - .../ast.json | 55 - .../02815_range_dict_no_direct_join/ast.json | 28 - .../02816_check_projection_metadata/ast.json | 121 -- .../testdata/02816_has_token_empty/ast.json | 46 - .../testdata/02816_s2_invalid_point/ast.json | 1 - .../ast.json | 64 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../02831_ast_fuzz_asan_join/ast.json | 1 - .../02831_regexp_analyze_recursion/ast.json | 55 - parser/testdata/02831_trash/ast.json | 46 - .../ast.json | 25 - .../02832_integer_type_inference/ast.json | 37 - .../ast.json | 85 -- .../02833_array_join_columns/ast.json | 28 - .../02833_multiprewhere_extra_column/ast.json | 1 - .../ast.json | 28 - .../02833_starts_ends_with_utf8/ast.json | 1 - parser/testdata/02833_std_alias/ast.json | 28 - parser/testdata/02833_tuple_concat/ast.json | 40 - .../02833_window_func_range_offset/ast.json | 1 - .../02834_add_sub_date_functions/ast.json | 25 - .../testdata/02834_alter_exception/ast.json | 28 - .../ast.json | 25 - .../02834_apache_arrow_abort/ast.json | 1 - .../02834_array_exists_segfault/ast.json | 28 - .../ast.json | 37 - .../testdata/02834_nulls_first_sort/ast.json | 28 - .../ast.json | 28 - .../02834_timestamp_function/ast.json | 25 - .../ast.json | 28 - .../testdata/02835_join_step_explain/ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 25 - .../02841_group_array_sorted/ast.json | 67 - .../02841_join_filter_set_sparse/ast.json | 1 - .../02841_not_ready_set_constraints/ast.json | 28 - .../02841_not_ready_set_join_on/ast.json | 166 --- .../ast.json | 1 - .../02841_parquet_filter_pushdown/ast.json | 1 - .../ast.json | 1 - parser/testdata/02841_tuple_modulo/ast.json | 46 - .../02841_with_clause_resolve/ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../02842_move_pk_to_end_of_prewhere/ast.json | 25 - .../ast.json | 1 - .../testdata/02842_truncate_database/ast.json | 1 - .../ast.json | 1 - .../02843_context_has_expired/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../testdata/02845_arrayShiftRotate/ast.json | 37 - .../02845_domain_rfc_support_ipv6/ast.json | 46 - .../02845_group_by_constant_keys/ast.json | 85 -- .../02845_join_on_cond_sparse/ast.json | 28 - .../02845_prewhere_preserve_column/ast.json | 28 - .../ast.json | 25 - .../02861_filter_pushdown_const_bug/ast.json | 25 - .../02861_index_set_incorrect_args/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../02861_uuid_format_serialization/ast.json | 28 - .../02862_sorted_distinct_sparse_fix/ast.json | 25 - .../ast.json | 28 - .../02863_decode_html_component/ast.json | 43 - .../ast.json | 1 - .../ast.json | 1 - .../02863_interpolate_subquery/ast.json | 1 - .../ast.json | 28 - .../02863_non_const_timezone_check/ast.json | 28 - .../02864_filtered_url_with_globs/ast.json | 61 - .../02864_profile_event_part_lock/ast.json | 28 - .../ast.json | 1 - .../02864_statistics_bug_67742/ast.json | 25 - .../02864_statistics_bug_69589/ast.json | 1 - .../ast.json | 1 - parser/testdata/02864_statistics_ddl/ast.json | 1 - .../ast.json | 1 - .../02864_statistics_predicates/ast.json | 1 - .../testdata/02864_statistics_usage/ast.json | 1 - .../02864_test_ipv4_type_mismatch/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/02867_create_user_ssh/ast.json | 1 - parser/testdata/02867_null_lc_in_bug/ast.json | 1 - .../02867_nullable_primary_key_final/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 85 -- .../ast.json | 28 - .../ast.json | 28 - parser/testdata/02869_unicode_minus/ast.json | 37 - .../ast.json | 1 - .../02870_per_column_settings/ast.json | 1 - .../02871_join_on_system_errors/ast.json | 1 - .../ast.json | 1 - parser/testdata/02872_gcd_codec/ast.json | 1 - .../testdata/02872_prewhere_filter/ast.json | 28 - .../ast.json | 1 - .../ast.json | 46 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 40 - .../02874_toDaysSinceYearZero/ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../02875_json_array_as_string/ast.json | 25 - .../ast.json | 28 - .../02875_parallel_replicas_remote/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../02876_sort_union_of_sorted/ast.json | 28 - .../02876_yyyymmddhhmmsstodatetime/ast.json | 25 - parser/testdata/02876_yyyymmddtodate/ast.json | 1 - .../02880_indexHint__partition_id/ast.json | 28 - parser/testdata/02882_formatQuery/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 58 - .../ast.json | 28 - .../02884_async_insert_skip_settings/ast.json | 1 - .../02884_duplicate_index_name/ast.json | 28 - .../ast.json | 43 - .../02884_parallel_window_functions/ast.json | 1 - .../ast.json | 28 - .../02884_string_distance_function/ast.json | 37 - .../02884_virtual_column_order_by/ast.json | 1 - .../02885_arg_min_max_combinator/ast.json | 94 -- .../ast.json | 1 - parser/testdata/02886_binary_like/ast.json | 46 - parser/testdata/02887_byteswap/ast.json | 52 - .../ast.json | 1 - .../ast.json | 1 - .../02887_tuple_element_distributed/ast.json | 91 -- .../ast.json | 1 - .../ast.json | 76 -- .../testdata/02888_obsolete_settings/ast.json | 37 - .../02888_single_state_nullable_type/ast.json | 1 - .../ast.json | 1 - .../02889_datetime64_from_string/ast.json | 49 - .../02889_parts_columns_filenames/ast.json | 28 - .../02889_print_pretty_type_names/ast.json | 163 --- .../02889_system_drop_format_schema/ast.json | 28 - .../02890_describe_table_options/ast.json | 28 - .../02890_named_tuple_functions/ast.json | 25 - .../ast.json | 28 - .../02890_untuple_column_names/ast.json | 1 - .../ast.json | 28 - parser/testdata/02891_array_shingles/ast.json | 37 - parser/testdata/02891_empty_tuple/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../02892_SummingMergeTree_Nested/ast.json | 28 - .../02892_orc_filter_pushdown/ast.json | 1 - .../02892_rocksdb_trivial_count/ast.json | 1 - .../02893_array_enum_has_hasAny/ast.json | 28 - .../testdata/02893_bad_sample_view/ast.json | 28 - .../ast.json | 28 - .../02893_trash_optimization/ast.json | 37 - .../02893_vertical_final_bugs/ast.json | 1 - .../testdata/02895_cast_operator_bug/ast.json | 49 - .../02896_cyclic_aliases_crash/ast.json | 1 - .../testdata/02896_illegal_sampling/ast.json | 67 - .../02896_leading_zeroes_no_octal/ast.json | 28 - .../ast.json | 1 - parser/testdata/02896_multiple_OR/ast.json | 1 - .../ast.json | 82 -- .../02897_alter_partition_parameters/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 37 - .../02900_date_time_check_overflow/ast.json | 25 - .../ast.json | 106 -- parser/testdata/02900_issue_55858/ast.json | 25 - .../ast.json | 1 - .../02901_analyzer_recursive_window/ast.json | 43 - .../ast.json | 25 - .../ast.json | 73 -- .../02902_add_scalar_in_all_case/ast.json | 121 -- .../02902_diable_apply_deleted_mask/ast.json | 28 - .../02902_json_skip_null_values/ast.json | 1 - .../ast.json | 61 - .../02902_show_databases_limit/ast.json | 25 - .../ast.json | 1 - parser/testdata/02903_bug_43644/ast.json | 28 - .../ast.json | 1 - .../02905_show_setting_query/ast.json | 25 - .../02905_system_logs_hostname/ast.json | 37 - .../02906_flatten_only_true_nested/ast.json | 25 - .../ast.json | 28 - .../02906_interval_comparison/ast.json | 1 - .../02906_orc_tuple_field_prune/ast.json | 1 - .../02907_filter_pushdown_crash/ast.json | 28 - .../02907_fromDaysSinceYearZero/ast.json | 25 - .../ast.json | 1 - .../02908_alter_column_alias/ast.json | 1 - .../02908_empty_named_collection/ast.json | 1 - .../ast.json | 1 - .../02910_nullable_enum_cast/ast.json | 61 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/02910_rocksdb_optimize/ast.json | 1 - .../ast.json | 1 - .../02911_analyzer_explain_estimate/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../02911_cte_invalid_query_analysis/ast.json | 28 - .../ast.json | 28 - .../02911_row_policy_on_cluster/ast.json | 1 - .../ast.json | 1 - parser/testdata/02911_system_symbols/ast.json | 121 -- .../02912_group_array_sample/ast.json | 1 - .../02912_ingestion_mv_deduplication/ast.json | 1 - parser/testdata/02913_sum_map_state/ast.json | 106 -- .../testdata/02915_analyzer_fuzz_1/ast.json | 25 - .../testdata/02915_analyzer_fuzz_2/ast.json | 25 - .../testdata/02915_analyzer_fuzz_5/ast.json | 25 - .../testdata/02915_analyzer_fuzz_6/ast.json | 25 - .../ast.json | 1 - .../testdata/02915_sleep_large_uint/ast.json | 43 - .../testdata/02916_addcolumn_nested/ast.json | 25 - .../02916_analyzer_set_in_join/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../testdata/02916_date_text_parsing/ast.json | 61 - .../ast.json | 1 - .../testdata/02916_glogal_in_cancel/ast.json | 25 - .../ast.json | 1 - parser/testdata/02916_set_formatting/ast.json | 43 - .../ast.json | 25 - parser/testdata/02917_transform_tsan/ast.json | 1 - .../02918_alter_temporary_table/ast.json | 28 - .../02918_analyzer_to_ast_crash/ast.json | 1 - .../02918_fuzzjson_table_function/ast.json | 1 - .../testdata/02918_join_pm_lc_crash/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../02918_wrong_dictionary_source/ast.json | 28 - .../ast.json | 28 - .../testdata/02919_ddsketch_quantile/ast.json | 37 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/02919_storage_fuzzjson/ast.json | 28 - .../ast.json | 28 - .../02920_fix_json_merge_patch/ast.json | 1 - .../ast.json | 28 - .../02920_unary_operators_functions/ast.json | 58 - .../ast.json | 88 -- .../ast.json | 40 - .../02921_fuzzbits_with_array_join/ast.json | 85 -- .../ast.json | 37 - .../ast.json | 1 - .../02922_respect_nulls_Nullable/ast.json | 1 - .../02922_respect_nulls_extensive/ast.json | 1 - .../02922_respect_nulls_parser/ast.json | 1 - .../02922_respect_nulls_states/ast.json | 76 -- .../02923_cte_equality_disjunction/ast.json | 1 - .../02923_explain_expired_context/ast.json | 1 - .../02923_join_use_nulls_modulo/ast.json | 1 - .../ast.json | 28 - .../testdata/02931_max_num_to_warn/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../02932_apply_deleted_mask/ast.json | 28 - .../02932_group_by_null_fuzzer/ast.json | 1 - parser/testdata/02932_idna/ast.json | 1 - .../testdata/02932_lwd_and_mutations/ast.json | 28 - .../ast.json | 25 - .../02932_non_ready_set_stuck/ast.json | 67 - .../02932_parallel_replicas_fuzzer/ast.json | 25 - parser/testdata/02932_punycode/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/02932_set_ttl_where/ast.json | 28 - .../ast.json | 46 - parser/testdata/02933_ephemeral_mv/ast.json | 1 - parser/testdata/02933_paste_join/ast.json | 127 -- parser/testdata/02933_sqid/ast.json | 1 - .../02934_merge_tree_max_projections/ast.json | 28 - .../ast.json | 52 - .../ast.json | 1 - .../02935_ipv6_bit_operations/ast.json | 1 - .../02935_ipv6_from_uint128_equality/ast.json | 70 -- .../02935_ipv6_from_uint128_one/ast.json | 49 - .../02935_ipv6_from_uint128_two/ast.json | 49 - .../ast.json | 64 - .../02935_ipv6_to_and_from_uint128/ast.json | 55 - .../02935_parallel_replicas_settings/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/02942_variant_cast/ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - parser/testdata/02943_order_by_all/ast.json | 1 - .../02943_positional_arguments_bugs/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../testdata/02943_variant_element/ast.json | 25 - .../ast.json | 1 - parser/testdata/02945_blake3_msan/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../02947_dropped_tables_parts/ast.json | 1 - .../02947_merge_tree_index_table_1/ast.json | 1 - .../02947_merge_tree_index_table_2/ast.json | 1 - .../02947_merge_tree_index_table_4/ast.json | 1 - .../02947_parallel_replicas_remote/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../testdata/02949_ttl_group_by_bug/ast.json | 25 - .../02950_dictionary_short_circuit/ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../02950_part_offset_as_primary_key/ast.json | 25 - .../ast.json | 28 - .../02952_conjunction_optimization/ast.json | 25 - .../testdata/02953_slow_create_view/ast.json | 28 - .../02954_analyzer_fuzz_i57086/ast.json | 1 - .../ast.json | 1 - .../02955_sparkBar_alias_sparkbar/ast.json | 25 - .../ast.json | 61 - .../testdata/02956_format_constexpr/ast.json | 52 - .../testdata/02956_rocksdb_with_ttl/ast.json | 1 - parser/testdata/02958_transform_enum/ast.json | 76 -- .../02959_system_database_engines/ast.json | 70 -- .../ast.json | 28 - .../testdata/02960_partition_by_udf/ast.json | 1 - .../02960_validate_database_engines/ast.json | 1 - .../ast.json | 25 - parser/testdata/02961_drop_tables/ast.json | 1 - .../ast.json | 25 - .../02961_read_bool_as_string_json/ast.json | 25 - .../02961_sumMapFiltered_keepKey/ast.json | 1 - .../ast.json | 25 - .../02962_analyzer_constant_set/ast.json | 28 - .../ast.json | 64 - .../02962_indexHint_rpn_construction/ast.json | 28 - .../02962_join_using_bug_57894/ast.json | 28 - .../02962_max_joined_block_rows/ast.json | 28 - .../ast.json | 28 - .../02963_invalid_identifier/ast.json | 67 - .../ast.json | 1 - .../02963_single_value_destructor/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/02966_float32_promotion/ast.json | 1 - .../ast.json | 1 - parser/testdata/02967_analyzer_fuzz/ast.json | 1 - parser/testdata/02967_fuzz_bad_cast/ast.json | 28 - .../testdata/02967_index_hint_crash/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../02968_full_sorting_join_fuzz/ast.json | 25 - .../testdata/02968_projection_merge/ast.json | 37 - .../testdata/02968_sumMap_with_nan/ast.json | 64 - parser/testdata/02968_url_args/ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../02969_mysql_cast_type_aliases/ast.json | 1 - .../testdata/02970_generate_series/ast.json | 61 - .../02970_visible_width_behavior/ast.json | 43 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../02971_limit_by_distributed/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../02972_parallel_replicas_cte/ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 49 - .../ast.json | 28 - parser/testdata/02974_if_with_map/ast.json | 115 -- .../02975_intdiv_with_decimal/ast.json | 1 - .../02975_system_zookeeper_retries/ast.json | 1 - .../02976_system_zookeeper_filters/ast.json | 1 - .../02977_csv_format_support_tuple/ast.json | 1 - .../testdata/02981_nested_bad_types/ast.json | 25 - .../02981_translate_fixedstring/ast.json | 58 - .../02981_variant_type_function/ast.json | 25 - .../ast.json | 1 - parser/testdata/02982_changeDate/ast.json | 37 - .../02982_create_mv_inner_extra/ast.json | 1 - .../02982_dont_infer_exponent_floats/ast.json | 43 - .../02982_minmax_nan_null_order/ast.json | 1 - .../ast.json | 28 - .../02982_unambiguous_alter_commands/ast.json | 37 - .../02983_const_sharding_key/ast.json | 1 - parser/testdata/02983_empty_map/ast.json | 1 - .../02983_empty_map_hasToken/ast.json | 1 - .../testdata/02984_topk_empty_merge/ast.json | 1 - .../ast.json | 1 - .../02985_if_over_big_int_decimal/ast.json | 91 -- .../ast.json | 28 - .../02985_shard_query_start_time/ast.json | 28 - .../02986_leftpad_fixedstring/ast.json | 1 - .../02987_group_array_intersect/ast.json | 25 - .../ast.json | 55 - .../ast.json | 28 - .../02988_ordinary_database_warning/ast.json | 28 - parser/testdata/02989_group_by_tuple/ast.json | 88 -- .../02989_join_using_parent_scope/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../02989_variant_comparison/ast.json | 25 - .../02990_arrayFold_nullable_lc/ast.json | 25 - .../02990_format_not_precedence/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../02990_rmt_replica_path_uuid/ast.json | 1 - .../02990_variant_where_cond/ast.json | 25 - .../02991_count_rewrite_analyzer/ast.json | 1 - .../ast.json | 25 - .../02992_analyzer_group_by_const/ast.json | 25 - .../testdata/02992_settings_overflow/ast.json | 25 - .../02993_lazy_index_loading/ast.json | 28 - .../02993_values_escape_quote/ast.json | 40 - .../02994_cosineDistanceNullable/ast.json | 1 - .../02994_inconsistent_formatting/ast.json | 40 - .../02994_sanity_check_settings/ast.json | 25 - .../ast.json | 82 -- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../02996_nullable_arrayReduce/ast.json | 1 - .../ast.json | 28 - .../02997_projections_formatting/ast.json | 82 -- .../02998_analyzer_prewhere_report/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/02998_ipv6_hashing/ast.json | 1 - .../02998_operator_respect_nulls/ast.json | 46 - .../ast.json | 25 - .../02998_primary_key_skip_columns/ast.json | 1 - .../ast.json | 1 - .../02998_system_dns_cache_table/ast.json | 58 - .../testdata/02998_to_milliseconds/ast.json | 1 - .../02999_analyzer_preimage_null/ast.json | 25 - .../02999_scalar_subqueries_bug_1/ast.json | 28 - .../02999_scalar_subqueries_bug_2/ast.json | 28 - .../02999_ulid_short_circuit/ast.json | 1 - .../02999_variant_suspicious_types/ast.json | 25 - .../03000_minmax_index_first/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../03001_analyzer_nullable_nothing/ast.json | 1 - .../03001_block_offset_column_2/ast.json | 1 - .../03001_consider_lwd_when_merge/ast.json | 28 - .../03001_data_version_column/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/03002_analyzer_prewhere/ast.json | 25 - .../ast.json | 1 - .../ast.json | 58 - .../ast.json | 79 -- .../testdata/03002_modify_query_cte/ast.json | 1 - .../03002_sample_factor_where/ast.json | 28 - .../testdata/03003_analyzer_setting/ast.json | 58 - .../03003_arrayEnumerate_crash/ast.json | 73 -- .../ast.json | 1 - .../03003_count_asterisk_filter/ast.json | 64 - .../03003_enum_and_string_compatible/ast.json | 76 -- .../ast.json | 28 - .../testdata/03003_sql_json_nonsense/ast.json | 61 - .../03004_force_null_for_omitted/ast.json | 25 - .../ast.json | 25 - .../03005_input_function_in_join/ast.json | 28 - .../ast.json | 1 - .../03006_buffer_overflow_join/ast.json | 61 - .../ast.json | 28 - .../ast.json | 28 - .../03006_parallel_replicas_prewhere/ast.json | 25 - .../ast.json | 91 -- .../ast.json | 37 - .../ast.json | 28 - .../ast.json | 28 - .../03008_deduplication_wrong_mv/ast.json | 1 - .../ast.json | 49 - .../03008_groupSortedArray_field/ast.json | 1 - parser/testdata/03008_index_small/ast.json | 28 - .../03008_optimize_equal_ranges/ast.json | 28 - .../03008_uniq_exact_equal_ranges/ast.json | 28 - .../03009_consecutive_keys_nullable/ast.json | 28 - .../03009_range_dict_get_or_default/ast.json | 28 - .../ast.json | 1 - .../ast.json | 58 - .../ast.json | 1 - .../ast.json | 25 - .../testdata/03010_view_prewhere_in/ast.json | 28 - .../ast.json | 1 - .../ast.json | 64 - .../03011_definitive_guide_to_cast/ast.json | 25 - .../03012_prewhere_merge_distributed/ast.json | 1 - .../03013_addDays_with_timezone/ast.json | 61 - .../ast.json | 37 - .../ast.json | 25 - .../ast.json | 1 - .../03013_position_const_start_pos/ast.json | 46 - .../ast.json | 76 -- .../ast.json | 1 - .../ast.json | 49 - .../ast.json | 1 - .../ast.json | 40 - .../ast.json | 25 - .../03014_msan_parse_date_time/ast.json | 52 - .../ast.json | 49 - .../ast.json | 1 - parser/testdata/03015_peder1001/ast.json | 1 - .../ast.json | 121 -- .../ast.json | 1 - .../ast.json | 91 -- .../ast.json | 37 - .../03018_analyzer_greater_null/ast.json | 1 - parser/testdata/03019_numbers_pretty/ast.json | 25 - .../ast.json | 25 - .../ast.json | 28 - .../03022_highlight_digit_groups/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 37 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 61 - .../ast.json | 37 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03031_table_function_fuzzquery/ast.json | 1 - .../03031_tuple_elimination_analyzer/ast.json | 28 - .../ast.json | 64 - parser/testdata/03032_numbers_zeros/ast.json | 37 - .../testdata/03032_redundant_equals/ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../03032_scalars_create_as_select/ast.json | 115 -- .../ast.json | 1 - .../03032_string_to_variant_cast/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 52 - .../03033_create_as_copies_comment/ast.json | 28 - .../03033_cte_numbers_memory/ast.json | 1 - .../ast.json | 28 - .../ast.json | 256 ---- .../03033_dynamic_text_serialization/ast.json | 25 - .../03033_final_undefined_last_mark/ast.json | 1 - .../ast.json | 49 - .../ast.json | 1 - .../03033_lightweight_deletes_sync/ast.json | 28 - .../ast.json | 67 - .../03033_recursive_cte_basic/ast.json | 1 - .../03033_scalars_context_data_race/ast.json | 28 - parser/testdata/03033_set_index_in/ast.json | 25 - .../ast.json | 46 - .../03033_virtual_column_override/ast.json | 28 - .../03033_with_fill_interpolate/ast.json | 1 - .../ast.json | 1 - .../03034_dynamic_conversions/ast.json | 25 - .../03034_json_extract_variant/ast.json | 58 - parser/testdata/03034_normalized_ast/ast.json | 1 - .../03034_recursive_cte_tree/ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/03035_dynamic_sorting/ast.json | 25 - .../ast.json | 1 - .../03035_materialized_primary_key/ast.json | 28 - .../03035_morton_encode_no_rows/ast.json | 55 - .../03035_recursive_cte_postgres_1/ast.json | 1 - parser/testdata/03036_clamp/ast.json | 49 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../03036_prewhere_lambda_function/ast.json | 28 - .../03036_reading_s3_archives/ast.json | 1 - .../ast.json | 1 - .../03036_recursive_cte_postgres_2/ast.json | 1 - .../ast.json | 1 - parser/testdata/03036_with_numbers/ast.json | 1 - .../03037_dot_product_overflow/ast.json | 64 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03037_precent_rank/ast.json | 28 - .../03037_recursive_cte_postgres_3/ast.json | 1 - .../ast.json | 1 - parser/testdata/03037_union_view/ast.json | 1 - .../ast.json | 61 - .../testdata/03038_ambiguous_column/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03038_recursive_cte_postgres_4/ast.json | 1 - .../03039_recursive_cte_postgres_5/ast.json | 1 - .../ast.json | 1 - .../testdata/03040_alias_column_join/ast.json | 1 - .../03040_array_sum_and_join/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../03040_recursive_cte_postgres_6/ast.json | 1 - .../03041_analyzer_gigachad_join/ast.json | 25 - .../03041_recursive_cte_postgres_7/ast.json | 1 - .../03041_select_with_query_result/ast.json | 1 - .../03042_analyzer_alias_join/ast.json | 1 - .../03042_not_found_column_c1/ast.json | 1 - .../ast.json | 1 - .../03044_analyzer_alias_join/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03046_column_in_block_array_join/ast.json | 1 - .../03047_analyzer_alias_join/ast.json | 25 - .../ast.json | 1 - .../03047_on_fly_mutations_events/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../03047_on_fly_mutations_prewhere/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../03047_on_fly_update_delete/ast.json | 1 - .../ast.json | 1 - .../03049_analyzer_group_by_alias/ast.json | 1 - .../ast.json | 1 - .../03050_select_one_one_one/ast.json | 1 - parser/testdata/03051_many_ctes/ast.json | 1 - .../ast.json | 1 - .../03053_analyzer_join_alias/ast.json | 1 - .../03054_analyzer_join_alias/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03058_analyzer_ambiguous_columns/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03064_analyzer_named_subqueries/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../03068_analyzer_distributed_join/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03071_fix_short_circuit_logic/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03075_analyzer_subquery_alias/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../03080_incorrect_join_with_merge/ast.json | 1 - .../03081_analyzer_agg_func_CTE/ast.json | 1 - .../ast.json | 1 - .../03084_analyzer_join_column_alias/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03089_analyzer_alias_replacement/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03093_analyzer_column_alias/ast.json | 1 - .../03093_analyzer_miel_test/ast.json | 1 - .../ast.json | 1 - parser/testdata/03093_bug_gcd_codec/ast.json | 1 - .../ast.json | 1 - .../03093_special_column_errors/ast.json | 70 -- .../ast.json | 67 - .../ast.json | 88 -- .../03094_analyzer_fiddle_multiif/ast.json | 28 - .../03094_grouparraysorted_memory/ast.json | 28 - .../03094_named_tuple_bug24607/ast.json | 1 - .../03094_one_thousand_joins/ast.json | 1 - .../03094_transform_return_first/ast.json | 49 - .../03094_virtual_column_table_name/ast.json | 25 - .../ast.json | 76 -- .../ast.json | 28 - .../03095_merge_and_buffer_tables/ast.json | 1 - .../03095_msan_uuid_string_to_num/ast.json | 46 - .../03095_window_functions_qualify/ast.json | 25 - .../03096_largest_triangle_3b_crash/ast.json | 52 - .../03096_order_by_system_tables/ast.json | 25 - .../03096_update_non_indexed_columns/ast.json | 1 - .../03097_query_log_join_processes/ast.json | 1 - .../ast.json | 1 - .../03099_analyzer_multi_join/ast.json | 1 - .../ast.json | 1 - parser/testdata/03100_lwu_01_basics/ast.json | 1 - parser/testdata/03100_lwu_02_basics/ast.json | 1 - parser/testdata/03100_lwu_03_join/ast.json | 1 - .../testdata/03100_lwu_04_prewhere/ast.json | 28 - parser/testdata/03100_lwu_05_basics/ast.json | 28 - .../03100_lwu_06_apply_patches/ast.json | 1 - .../03100_lwu_07_merge_patches/ast.json | 28 - .../03100_lwu_08_multiple_blocks/ast.json | 28 - .../03100_lwu_09_different_structure/ast.json | 1 - .../03100_lwu_10_apply_on_merges/ast.json | 28 - .../ast.json | 1 - .../testdata/03100_lwu_18_sequence/ast.json | 28 - .../testdata/03100_lwu_19_nullable/ast.json | 28 - .../03100_lwu_20_different_structure/ast.json | 28 - .../ast.json | 1 - .../03100_lwu_23_apply_patches/ast.json | 1 - .../testdata/03100_lwu_26_subcolumns/ast.json | 28 - .../ast.json | 28 - .../testdata/03100_lwu_30_join_cache/ast.json | 1 - .../03100_lwu_31_merge_memory_usage/ast.json | 1 - .../03100_lwu_32_on_fly_filter/ast.json | 25 - .../testdata/03100_lwu_33_add_column/ast.json | 28 - .../03100_lwu_34_multistep_prewhere/ast.json | 28 - .../03100_lwu_35_lock_profile_events/ast.json | 28 - .../03100_lwu_36_json_skip_indexes/ast.json | 1 - .../03100_lwu_37_update_all_columns/ast.json | 28 - .../testdata/03100_lwu_38_replacing/ast.json | 28 - .../ast.json | 28 - .../03100_lwu_41_bytes_limits/ast.json | 28 - .../03100_lwu_43_subquery_from_rmt/ast.json | 28 - .../03100_lwu_44_missing_default/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - parser/testdata/03100_lwu_deletes_1/ast.json | 28 - parser/testdata/03100_lwu_deletes_2/ast.json | 28 - parser/testdata/03100_lwu_deletes_3/ast.json | 28 - .../03100_lwu_deletes_4_index/ast.json | 1 - .../ast.json | 28 - .../03101_analyzer_identifiers_1/ast.json | 1 - .../03101_analyzer_identifiers_2/ast.json | 1 - .../03101_analyzer_identifiers_3/ast.json | 1 - .../03101_analyzer_identifiers_4/ast.json | 1 - .../03101_analyzer_invalid_join_on/ast.json | 1 - .../ast.json | 1 - .../03103_positional_arguments/ast.json | 1 - .../testdata/03104_create_view_join/ast.json | 1 - .../03105_table_aliases_in_mv/ast.json | 1 - .../ast.json | 1 - .../03108_describe_union_all/ast.json | 1 - parser/testdata/03109_ast_too_big/ast.json | 1 - parser/testdata/03110_unicode_alias/ast.json | 1 - .../03111_inner_join_group_by/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03114_analyzer_cte_with_join/ast.json | 1 - .../03115_alias_exists_column/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03120_analyzer_dist_join/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03123_analyzer_dist_join_CTE/ast.json | 1 - .../ast.json | 1 - .../03125_analyzer_CTE_two_joins/ast.json | 1 - .../03126_column_not_under_group_by/ast.json | 25 - .../03127_argMin_combinator_state/ast.json | 70 -- .../ast.json | 28 - .../03127_window_functions_uint16/ast.json | 1 - .../ast.json | 28 - .../03128_merge_tree_index_lazy_load/ast.json | 28 - .../03128_system_unload_primary_key/ast.json | 1 - parser/testdata/03129_cte_with_final/ast.json | 28 - .../ast.json | 28 - .../03129_serial_test_zookeeper/ast.json | 1 - .../ast.json | 25 - .../03130_abs_in_key_condition_bug/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../03130_generateSnowflakeId/ast.json | 1 - .../03131_deprecated_functions/ast.json | 64 - parser/testdata/03131_hilbert_coding/ast.json | 37 - .../03131_rewrite_sum_if_nullable/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../03132_sqlancer_union_all/ast.json | 25 - .../03141_fetches_errors_stress/ast.json | 1 - .../testdata/03141_wildcard_grants/ast.json | 1 - .../ast.json | 28 - .../ast.json | 55 - parser/testdata/03142_untuple_crash/ast.json | 25 - .../03142_window_function_limit_by/ast.json | 25 - .../03143_asof_join_ddb_long/ast.json | 1 - parser/testdata/03143_cte_scope/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../03144_alter_column_and_read/ast.json | 28 - .../03144_asof_join_ddb_doubles/ast.json | 25 - .../03144_fuzz_quoted_type_name/ast.json | 1 - parser/testdata/03144_invalid_filter/ast.json | 1 - .../03145_asof_join_ddb_inequalities/ast.json | 28 - parser/testdata/03145_unicode_quotes/ast.json | 1 - parser/testdata/03146_bug47862/ast.json | 43 - .../03146_create_index_compatibility/ast.json | 28 - .../ast.json | 1 - .../testdata/03146_tpc_ds_grouping/ast.json | 1 - .../03147_asof_join_ddb_missing/ast.json | 25 - .../ast.json | 28 - .../03147_parquet_memory_tracking/ast.json | 1 - .../03147_rows_before_limit_fix/ast.json | 25 - .../03147_table_function_loop/ast.json | 1 - .../ast.json | 28 - .../03148_asof_join_ddb_subquery/ast.json | 28 - .../03148_mutations_virtual_columns/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 64 - .../03149_asof_join_ddb_timestamps/ast.json | 28 - .../03149_variant_pop_back_typo/ast.json | 94 -- .../03150_dynamic_type_mv_insert/ast.json | 25 - .../ast.json | 28 - .../03150_infer_type_variant/ast.json | 25 - .../03150_trace_log_add_build_id/ast.json | 1 - .../ast.json | 64 - .../ast.json | 28 - .../ast.json | 25 - .../03151_external_cross_join/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../03152_analyzer_columns_list/ast.json | 28 - .../03152_dynamic_type_simple/ast.json | 25 - .../ast.json | 25 - .../ast.json | 52 - .../03153_dynamic_type_empty/ast.json | 25 - .../ast.json | 52 - .../03154_recursive_cte_distributed/ast.json | 1 - .../03155_analyzer_interpolate/ast.json | 1 - .../03155_datasketches_ubsan/ast.json | 1 - .../ast.json | 25 - .../03155_in_nested_subselects/ast.json | 1 - .../ast.json | 64 - parser/testdata/03156_group_concat/ast.json | 28 - .../03156_nullable_number_tips/ast.json | 25 - .../03156_tuple_map_low_cardinality/ast.json | 28 - .../testdata/03157_dynamic_type_json/ast.json | 25 - .../ast.json | 43 - .../03158_dynamic_type_from_variant/ast.json | 25 - .../03159_dynamic_type_all_types/ast.json | 1 - .../testdata/03160_dynamic_type_agg/ast.json | 25 - parser/testdata/03161_cnf_reduction/ast.json | 28 - .../03161_create_table_as_mv/ast.json | 28 - .../03161_decimal_binary_math/ast.json | 79 -- .../03161_ipv4_ipv6_equality/ast.json | 1 - .../ast.json | 1 - .../03162_dynamic_type_nested/ast.json | 25 - .../03163_dynamic_as_supertype/ast.json | 25 - .../ast.json | 1 - .../03164_analyzer_global_in_alias/ast.json | 25 - .../ast.json | 103 -- .../ast.json | 28 - .../testdata/03164_create_as_default/ast.json | 28 - .../ast.json | 28 - .../03164_linestring_geometry/ast.json | 1 - .../03164_materialize_skip_index/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03164_orc_signedness/ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../03165_order_by_duplicate/ast.json | 28 - .../testdata/03165_parseReadableSize/ast.json | 1 - .../03165_round_scale_as_column/ast.json | 1 - .../ast.json | 1 - .../ast.json | 37 - .../ast.json | 46 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../03167_base64_url_functions/ast.json | 1 - .../03167_empty_tuple_concat/ast.json | 52 - .../03167_fancy_quotes_off_by_one/ast.json | 37 - .../03167_parametrized_view_with_cte/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03168_cld2_tsan/ast.json | 1 - .../03168_fuzz_multiIf_short_circuit/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03168_read_in_order_buffering_1/ast.json | 28 - .../03168_read_in_order_buffering_2/ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../03169_modify_column_data_loss/ast.json | 28 - .../ast.json | 43 - .../ast.json | 28 - .../03171_condition_pushdown/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 64 - .../03171_indexing_by_hilbert_curve/ast.json | 1 - .../testdata/03172_bcrypt_validation/ast.json | 1 - .../03172_format_settings_clauses/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 169 --- parser/testdata/03173_forbid_qualify/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03174_merge_join_bug/ast.json | 1 - .../ast.json | 1 - .../03174_projection_deduplicate/ast.json | 1 - .../ast.json | 1 - .../03175_sparse_and_skip_index/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../03197_fix_parse_mysql_iso_date/ast.json | 49 - .../ast.json | 28 - .../ast.json | 37 - .../ast.json | 1 - .../03198_dynamic_read_subcolumns/ast.json | 1 - .../03198_group_array_intersect/ast.json | 28 - .../03198_h3_polygon_to_cells/ast.json | 1 - .../03198_json_extract_more_types/ast.json | 25 - .../ast.json | 1 - .../03199_fix_auc_tie_handling/ast.json | 28 - .../03199_has_lc_fixed_string/ast.json | 28 - .../ast.json | 25 - .../03199_json_extract_dynamic/ast.json | 25 - .../testdata/03199_merge_filters_bug/ast.json | 25 - .../03199_queries_with_new_analyzer/ast.json | 25 - .../ast.json | 25 - .../03200_subcolumns_join_use_nulls/ast.json | 28 - .../ast.json | 76 -- .../ast.json | 25 - parser/testdata/03202_enum_json_cast/ast.json | 28 - .../03202_system_load_primary_key/ast.json | 1 - .../ast.json | 58 - .../ast.json | 28 - .../03203_fill_missed_subcolumns/ast.json | 28 - .../testdata/03203_function_printf/ast.json | 25 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 37 - .../ast.json | 25 - .../ast.json | 28 - .../testdata/03204_index_hint_fuzzer/ast.json | 58 - .../03204_storage_join_optimize/ast.json | 64 - .../testdata/03205_column_type_check/ast.json | 142 --- .../03205_hashing_empty_tuples/ast.json | 46 - .../03205_json_cast_from_string/ast.json | 1 - parser/testdata/03205_json_syntax/ast.json | 1 - parser/testdata/03205_overlay/ast.json | 37 - .../ast.json | 25 - .../ast.json | 55 - .../03205_system_sync_replica_format/ast.json | 43 - .../ast.json | 49 - .../ast.json | 28 - .../ast.json | 28 - .../03206_replication_lag_metric/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 58 - .../ast.json | 1 - .../03208_numbers_total_rows_approx/ast.json | 82 -- .../03208_uniq_with_empty_tuple/ast.json | 1 - .../ast.json | 199 --- .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../testdata/03210_dynamic_squashing/ast.json | 1 - .../03210_empty_tuple_lhs_of_in/ast.json | 58 - .../ast.json | 1 - .../03210_lag_lead_inframe_types/ast.json | 82 -- .../ast.json | 100 -- .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../03213_array_element_msan/ast.json | 85 -- parser/testdata/03213_deep_json/ast.json | 1 - .../ast.json | 1 - .../03213_distributed_analyzer/ast.json | 25 - parser/testdata/03213_rand_dos/ast.json | 43 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../03214_json_typed_dynamic_path/ast.json | 1 - .../ast.json | 25 - .../ast.json | 49 - .../03215_fix_get_index_in_tuple/ast.json | 28 - .../testdata/03215_key_condition_bug/ast.json | 49 - .../03215_multilinestring_geometry/ast.json | 1 - parser/testdata/03215_parquet_index/ast.json | 1 - .../03215_parsing_archive_name_s3/ast.json | 1 - .../03215_partition_in_tuple/ast.json | 58 - .../ast.json | 52 - parser/testdata/03215_udf_with_union/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../03215_view_with_recursive/ast.json | 25 - .../03216_arrayWithConstant_limits/ast.json | 46 - .../03217_datetime64_constant_to_ast/ast.json | 1 - .../03217_filtering_in_storage_merge/ast.json | 40 - .../03217_filtering_in_system_tables/ast.json | 1 - .../03217_fliter_pushdown_no_keys/ast.json | 1 - .../ast.json | 1 - .../03217_primary_index_memory_leak/ast.json | 1 - .../testdata/03218_materialize_msan/ast.json | 25 - .../ast.json | 1 - .../03221_incomplete_utf8_sequence/ast.json | 25 - .../testdata/03221_key_condition_bug/ast.json | 28 - .../03221_merge_profile_events/ast.json | 1 - .../ast.json | 1 - .../03221_variant_logical_error/ast.json | 25 - .../03222_create_timeseries_table/ast.json | 25 - .../03222_date_time_inference/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../03222_json_empty_as_default/ast.json | 25 - parser/testdata/03222_json_squashing/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../03222_pr_asan_index_granularity/ast.json | 28 - .../03223_analyzer_with_cube_fuzz/ast.json | 25 - .../ast.json | 37 - .../ast.json | 25 - .../ast.json | 1 - parser/testdata/03224_arrayUnion/ast.json | 28 - parser/testdata/03224_invalid_alter/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../testdata/03224_trim_empty_string/ast.json | 37 - .../03224_tuple_element_identifier/ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 25 - .../testdata/03227_implicit_select/ast.json | 25 - .../03227_json_invalid_regexp/ast.json | 25 - .../ast.json | 46 - parser/testdata/03227_test_sample_n/ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 28 - .../03228_pr_subquery_view_order_by/ast.json | 28 - .../ast.json | 43 - .../03228_variant_permutation_issue/ast.json | 25 - .../03228_virtual_column_merge_dist/ast.json | 1 - .../03229_async_insert_alter/ast.json | 1 - .../03229_empty_tuple_in_array/ast.json | 55 - .../ast.json | 25 - .../03229_json_structure_comparison/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/03230_anyHeavy_merge/ast.json | 28 - .../03230_array_zip_unaligned/ast.json | 55 - .../ast.json | 1 - .../ast.json | 28 - parser/testdata/03230_subcolumns_mv/ast.json | 28 - .../03230_system_projections/ast.json | 28 - .../ast.json | 28 - .../03231_create_with_clone_as/ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../03231_dynamic_uniq_group_by/ast.json | 25 - .../ast.json | 25 - .../03231_pr_duplicate_announcement/ast.json | 28 - .../ast.json | 28 - .../03231_pr_reverse_in_order/ast.json | 28 - .../03231_prewhere_conditions_order/ast.json | 28 - .../ast.json | 28 - .../03232_json_uniq_group_by/ast.json | 25 - .../testdata/03232_pr_not_ready_set/ast.json | 25 - .../03232_workload_create_and_drop/ast.json | 1 - .../03232_workloads_and_resources/ast.json | 1 - .../03233_dynamic_in_functions/ast.json | 1 - .../03234_enable_secure_identifiers/ast.json | 28 - .../03234_evaluate_constant_analyzer/ast.json | 244 ---- .../03234_get_setting_or_default/ast.json | 25 - .../ast.json | 58 - .../03236_create_query_ttl_where/ast.json | 28 - .../ast.json | 1 - .../03236_squashing_high_memory/ast.json | 1 - .../03236_test_zero_field_decimal/ast.json | 1 - .../ast.json | 28 - .../ast.json | 67 - .../ast.json | 64 - .../03238_analyzer_unknown_function/ast.json | 37 - .../03239_if_constant_folding/ast.json | 25 - parser/testdata/03239_nan_with_fill/ast.json | 46 - .../03240_array_element_or_null/ast.json | 1 - .../ast.json | 37 - .../testdata/03240_cte_in_subquery/ast.json | 25 - .../03240_insert_select_named_tuple/ast.json | 25 - .../ast.json | 28 - .../03241_orc_dictionary_encode/ast.json | 1 - .../03241_view_block_structure/ast.json | 28 - .../03242_view_block_structure/ast.json | 28 - .../testdata/03243_array_join_lambda/ast.json | 121 -- .../ast.json | 28 - .../03243_cluster_not_found_column/ast.json | 25 - .../ast.json | 25 - .../ast.json | 28 - .../testdata/03243_lower_utf8_msan/ast.json | 1 - .../ast.json | 67 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03245_ripemd160/ast.json | 1 - .../ast.json | 121 -- .../03246_alter_update_dynamic_hung/ast.json | 25 - .../testdata/03246_join_on_asterisk/ast.json | 1 - .../ast.json | 25 - .../03246_json_tuple_decompress_race/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../03247_json_extract_lc_nullable/ast.json | 49 - .../ast.json | 67 - .../03247_object_column_copy/ast.json | 25 - .../ast.json | 28 - parser/testdata/03248_invalid_where/ast.json | 91 -- .../testdata/03248_max_parts_to_move/ast.json | 28 - .../03248_with_fill_string_crash/ast.json | 64 - parser/testdata/03248_with_insert/ast.json | 28 - .../03249_dynamic_alter_consistency/ast.json | 1 - .../03250_avoid_prefetch_empty_parts/ast.json | 1 - .../testdata/03250_ephemeral_comment/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../03252_fill_missed_arrays/ast.json | 28 - .../ast.json | 1 - .../03253_getMaxTableNameLength/ast.json | 43 - .../ast.json | 256 ---- .../testdata/03254_attach_part_order/ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../03254_merge_source_parts/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../testdata/03254_pr_join_on_dups/ast.json | 28 - .../03254_prewarm_mark_cache_columns/ast.json | 1 - .../03254_prewarm_mark_cache_rmt/ast.json | 1 - .../ast.json | 1 - .../03254_system_prewarm_mark_cache/ast.json | 1 - .../03254_test_alter_user_no_changes/ast.json | 1 - .../03254_timeseries_functions/ast.json | 67 - .../ast.json | 76 -- .../03254_timeseries_group_array/ast.json | 67 - .../ast.json | 25 - .../testdata/03254_timeseries_range/ast.json | 67 - .../ast.json | 67 - .../ast.json | 67 - .../ast.json | 145 --- .../ast.json | 1 - .../ast.json | 28 - .../03256_invalid_mutation_query/ast.json | 28 - .../03257_json_escape_file_names/ast.json | 25 - .../03257_reverse_sorting_key/ast.json | 1 - .../03257_reverse_sorting_key_simple/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03257_setting_tiers/ast.json | 73 -- .../ast.json | 25 - .../03258_multiple_array_joins/ast.json | 25 - .../ast.json | 1 - .../ast.json | 94 -- .../03259_grouping_sets_aliases/ast.json | 28 - .../ast.json | 28 - .../03259_negate_key_overflow/ast.json | 49 - .../03259_orc_date_out_of_range/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../03261_delayed_streams_memory/ast.json | 1 - .../03261_json_hints_types_check/ast.json | 46 - .../ast.json | 25 - .../03261_minmax_indices_by_default/ast.json | 25 - .../ast.json | 1 - .../03261_mongodb_argumetns_crash/ast.json | 1 - .../ast.json | 1 - .../testdata/03261_pr_semi_anti_join/ast.json | 28 - .../testdata/03261_sort_cursor_crash/ast.json | 1 - .../03261_tuple_map_to_json_cast/ast.json | 1 - .../03261_variant_permutation_bug/ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../03262_filter_push_down_view/ast.json | 28 - .../ast.json | 64 - .../ast.json | 25 - .../ast.json | 52 - .../03263_parquet_write_bloom_filter/ast.json | 1 - .../ast.json | 28 - .../03266_with_fill_staleness/ast.json | 25 - .../03266_with_fill_staleness_cases/ast.json | 25 - .../03266_with_fill_staleness_errors/ast.json | 25 - parser/testdata/03267_join_swap_bug/ast.json | 28 - .../ast.json | 1 - .../03268_empty_tuple_update/ast.json | 28 - .../testdata/03268_nested_analyzer/ast.json | 25 - .../ast.json | 1 - .../03268_vertical_pretty_numbers/ast.json | 25 - parser/testdata/03269_bf16/ast.json | 1 - .../03269_partition_key_not_in_set/ast.json | 1 - .../ast.json | 52 - .../ast.json | 28 - .../ast.json | 100 -- .../ast.json | 28 - .../ast.json | 28 - .../03271_dynamic_variant_in_min_max/ast.json | 25 - .../ast.json | 70 -- .../ast.json | 1 - .../03271_sqllancer_having_issue/ast.json | 1 - parser/testdata/03272_arrayAUCPR/ast.json | 1 - .../03272_bad_aggregate_function/ast.json | 46 - .../ast.json | 1 - .../03272_json_to_json_cast_1/ast.json | 25 - .../03272_json_to_json_cast_2/ast.json | 1 - .../03272_json_to_json_cast_3/ast.json | 25 - .../03272_json_to_json_cast_4/ast.json | 25 - .../03272_json_to_json_cast_5/ast.json | 25 - .../03272_json_to_json_cast_6/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../03273_primary_index_cache/ast.json | 1 - .../ast.json | 1 - .../ast.json | 121 -- parser/testdata/03274_aliases_in_udf/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../03274_join_algorithm_default/ast.json | 25 - .../03274_json_pretty_output/ast.json | 25 - .../ast.json | 25 - parser/testdata/03274_philipzucker/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03274_with_fill_dup_sort_bug/ast.json | 1 - .../ast.json | 1 - .../03275_block_number_mutation/ast.json | 28 - .../03275_block_number_update/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../03275_matview_with_union/ast.json | 28 - parser/testdata/03275_pr_any_join/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../03276_empty_variant_type/ast.json | 25 - .../03276_functions_to_subcolumns_lc/ast.json | 28 - .../testdata/03276_index_empty_part/ast.json | 28 - .../03276_index_of_assume_sorted/ast.json | 28 - .../03276_merge_tree_index_lazy_load/ast.json | 28 - .../ast.json | 1 - .../03277_analyzer_array_join_fix/ast.json | 28 - .../ast.json | 37 - .../03277_join_adaptive_spill/ast.json | 52 - .../03277_join_adaptive_spill_oom/ast.json | 1 - .../03277_logging_elapsed_ns/ast.json | 40 - .../ast.json | 1 - .../ast.json | 85 -- .../03278_enum_in_unknown_value/ast.json | 28 - .../03278_enum_string_functions/ast.json | 1 - .../03279_array_normalized_gini/ast.json | 46 - .../ast.json | 1 - .../03279_join_choose_build_table/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03279_not_empty_json/ast.json | 25 - .../ast.json | 1 - .../testdata/03280_dynamic_if_null/ast.json | 25 - .../testdata/03281_dynamic_coalesce/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../03282_json_equal_comparison/ast.json | 25 - .../ast.json | 1 - .../03282_memory_transaction_crash/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../03283_optimize_on_insert_level/ast.json | 25 - .../ast.json | 61 - .../03285_analyzer_array_join_nested/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 64 - .../testdata/03286_backup_to_memory/ast.json | 28 - parser/testdata/03286_backup_to_null/ast.json | 28 - .../ast.json | 1 - .../03286_format_datetime_timezones/ast.json | 58 - .../ast.json | 28 - .../03286_reverse_sorting_key_final/ast.json | 28 - .../03286_reverse_sorting_key_final2/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../03289_explain_syntax_statistics/ast.json | 37 - .../03289_tuple_element_to_subcolumn/ast.json | 28 - .../ast.json | 1 - .../testdata/03290_final_collapsing/ast.json | 28 - .../testdata/03290_final_replacing/ast.json | 28 - parser/testdata/03290_final_sample/ast.json | 28 - .../03290_force_normal_projection/ast.json | 28 - .../ast.json | 1 - parser/testdata/03290_limit_by_segv/ast.json | 85 -- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../03291_collapsing_invalid_sign/ast.json | 25 - .../ast.json | 25 - .../03291_low_cardinality_uuid/ast.json | 1 - .../03292_format_tty_friendly/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - parser/testdata/03296_bfloat16_ubsan/ast.json | 25 - .../testdata/03297_cut_column_name/ast.json | 25 - .../03298_analyzer_group_by_all_fix/ast.json | 58 - .../ast.json | 1 - .../03298_triger_local_error_format/ast.json | 46 - .../testdata/03298_vertical_columns/ast.json | 25 - .../03299_deep_nested_map_creation/ast.json | 28 - .../testdata/03299_map_named_tuple/ast.json | 1 - parser/testdata/03299_pretty_squash/ast.json | 1 - .../ast.json | 55 - .../03300_nested_json_empty_keys/ast.json | 55 - .../03300_pretty_vertical_cut/ast.json | 25 - parser/testdata/03301_is_ipv4_string/ast.json | 43 - .../testdata/03301_subcolumns_in_mv/ast.json | 25 - .../ast.json | 1 - .../ast.json | 52 - .../03302_any_enum_aggregation/ast.json | 28 - .../ast.json | 25 - .../03303_alias_inverse_order/ast.json | 28 - .../03303_distributed_explain/ast.json | 1 - .../03303_dynamic_in_not_xor/ast.json | 25 - .../testdata/03303_pretty_multiline/ast.json | 25 - .../03304_compare_substrings/ast.json | 1 - .../03304_fill_virtual_columns/ast.json | 28 - .../ast.json | 43 - .../ast.json | 1 - .../ast.json | 1 - .../03305_log_unsupported_types/ast.json | 1 - .../ast.json | 1 - parser/testdata/03305_parallel_with/ast.json | 28 - .../ast.json | 28 - .../ast.json | 49 - .../ast.json | 46 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03310_index_hints_read_columns/ast.json | 1 - .../ast.json | 25 - parser/testdata/03311_constantnode/ast.json | 64 - parser/testdata/03311_issue_72265/ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 40 - .../03312_explain_syntax_analyzer/ast.json | 25 - parser/testdata/03312_issue_74299/ast.json | 28 - .../03312_json_literal_remote/ast.json | 1 - parser/testdata/03312_line_numbers/ast.json | 1 - .../03312_sparse_column_tuple/ast.json | 28 - .../ast.json | 1 - .../03312_system_errors_last_error/ast.json | 1 - .../ast.json | 25 - .../03313_h3togeo_result_order/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../03314_grace_hash_join_buckets/ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../03314_variant_rowbinary_file/ast.json | 25 - .../ast.json | 25 - .../testdata/03315_array_join_scalar/ast.json | 1 - .../ast.json | 25 - .../03315_join_temporary_table_names/ast.json | 1 - .../03315_quantile_bfloat16_ubsan/ast.json | 52 - parser/testdata/03315_trim_two_args/ast.json | 1 - .../ast.json | 25 - .../03317_index_hint_prewhere/ast.json | 1 - .../ast.json | 25 - .../ast.json | 154 --- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../03322_bugfix_of_with_insert/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 82 -- .../03323_bfloat16_least_supertype/ast.json | 58 - .../03323_union_all_constants_bug/ast.json | 1 - .../ast.json | 28 - .../testdata/03325_alter_ast_format/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../03326_toStartOfNanosecond_ubsan/ast.json | 1 - .../03327_alias_column_constant/ast.json | 1 - .../03327_hypothesis_index_sanity/ast.json | 73 -- .../ast.json | 43 - .../03328_normalized_query_hash/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03339_native_reader_exact_rows/ast.json | 1 - .../03340_projections_formatting/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../03350_json_parsing_quickly/ast.json | 1 - .../ast.json | 37 - .../03352_allow_suspicious_ttl/ast.json | 1 - .../03352_distinct_sorted_bug/ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - parser/testdata/03354_translate_crap/ast.json | 67 - .../03355_array_join_subcolumns/ast.json | 1 - parser/testdata/03355_issue_31183/ast.json | 76 -- parser/testdata/03355_issue_32743/ast.json | 58 - .../03355_join_to_in_optimization/ast.json | 25 - .../03355_mergetree_table_disk/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 52 - .../03357_analyzer_insert_view/ast.json | 1 - .../03357_arraySymmetricDifference/ast.json | 37 - .../03357_block_structure_union_step/ast.json | 94 -- .../ast.json | 25 - .../testdata/03357_jit_strikes_again/ast.json | 25 - .../testdata/03357_join_pk_sharding/ast.json | 1 - .../ast.json | 25 - .../03357_storage_join_mv_context/ast.json | 82 -- .../ast.json | 25 - .../03358_block_structure_match/ast.json | 25 - .../ast.json | 25 - .../ast.json | 28 - .../03359_point_in_polygon_index/ast.json | 28 - .../ast.json | 28 - .../03360_any_join_parallel_hash_bug/ast.json | 1 - parser/testdata/03360_bool_remote/ast.json | 61 - .../ast.json | 1 - .../03362_default_profiles_context/ast.json | 58 - .../ast.json | 73 -- .../ast.json | 1 - .../03362_join_on_filterpushdown/ast.json | 1 - .../03362_join_where_false_76670/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../03363_constant_nullable_key/ast.json | 28 - .../ast.json | 28 - .../03363_function_keccak256/ast.json | 1 - .../03363_hive_style_partition/ast.json | 1 - .../03363_qbit_create_insert_select/ast.json | 25 - .../ast.json | 25 - .../03364_gorilla_codec_parameters/ast.json | 25 - .../testdata/03364_pretty_json_bool/ast.json | 39 - parser/testdata/03364_qbit_negative/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - parser/testdata/03365_bind_host/ast.json | 1 - .../ast.json | 25 - .../03365_dynamic_column_datetime/ast.json | 25 - .../03365_finish_sorting_crash/ast.json | 1 - parser/testdata/03365_if_time_time64/ast.json | 25 - .../ast.json | 25 - .../03365_parsing_time_time64_short/ast.json | 25 - .../03365_qbit_casts_as_from_array/ast.json | 25 - .../ast.json | 25 - parser/testdata/03365_time64_casts/ast.json | 25 - .../ast.json | 25 - .../03365_time_implicit_conversion/ast.json | 25 - parser/testdata/03365_time_in_json/ast.json | 1 - .../03365_time_parsing_msan_issue/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../03365_time_time64_as_primary_key/ast.json | 25 - .../ast.json | 25 - .../03365_time_time64_cap_max_time/ast.json | 25 - .../03365_time_time64_comparison/ast.json | 25 - .../03365_time_time64_conversions/ast.json | 1 - .../03365_time_time64_extreme_values/ast.json | 25 - .../03365_time_time64_insertion_bug/ast.json | 25 - .../03365_time_time64_operations/ast.json | 25 - .../03365_time_time64_parsing/ast.json | 25 - .../03365_time_time64_supertype/ast.json | 25 - .../ast.json | 25 - .../03365_time_timezone_issue/ast.json | 25 - .../03365_time_to_time64_conv_bug/ast.json | 25 - .../03365_use_legacy_to_time/ast.json | 25 - .../03365_variant_bool_parsing/ast.json | 25 - .../testdata/03366_bfloat16_sorting/ast.json | 1 - .../03366_qbit_array_map_populate/ast.json | 25 - parser/testdata/03366_with_fill_dag/ast.json | 37 - .../03367_bfloat16_tuple_final/ast.json | 28 - .../03368_bfloat16_merge_join/ast.json | 28 - .../testdata/03368_qbit_subcolumns/ast.json | 25 - parser/testdata/03369_bfloat16_map/ast.json | 28 - .../03369_function_arrayLevenshtein/ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 46 - .../ast.json | 25 - .../testdata/03370_join_identifiers/ast.json | 28 - .../ast.json | 1 - .../ast.json | 25 - .../03371_bfloat16_special_values/ast.json | 1 - .../03371_constant_alias_columns/ast.json | 25 - .../ast.json | 28 - .../03372_get_subcolumn_null/ast.json | 28 - .../testdata/03372_qbit_mergetree_1/ast.json | 25 - .../testdata/03372_qbit_mergetree_2/ast.json | 25 - parser/testdata/03373_qbit_dynamic/ast.json | 25 - .../03374_date_trunc_with_negatives/ast.json | 25 - .../03374_indexes_with_literals/ast.json | 1 - .../03374_indexes_with_trivial_cast/ast.json | 1 - parser/testdata/03374_qbit_nullable/ast.json | 25 - .../03375_bloom_filter_array_equals/ast.json | 76 -- .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - parser/testdata/03375_bool_partition/ast.json | 28 - .../ast.json | 1 - .../ast.json | 25 - .../testdata/03376_iceberg_truncate/ast.json | 1 - .../testdata/03376_json_comparison/ast.json | 25 - .../ast.json | 1 - .../testdata/03377_json_order_by_bug/ast.json | 25 - .../testdata/03377_qbit_parameters/ast.json | 1 - .../03380_input_async_insert/ast.json | 1 - .../ast.json | 1 - .../testdata/03381_remote_constants/ast.json | 25 - .../ast.json | 25 - .../testdata/03390_non_constant_case/ast.json | 37 - .../03391_logical_error_sort_column/ast.json | 1 - .../03392_crash_group_by_use_nulls/ast.json | 1 - .../ast.json | 52 - .../03393_ASTTableIdentifier_fuzzer/ast.json | 46 - parser/testdata/03393_join_bug_77848/ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 76 -- .../ast.json | 25 - .../ast.json | 1 - .../testdata/03394_pr_insert_select/ast.json | 25 - .../ast.json | 25 - .../03394_pr_insert_select_threads/ast.json | 1 - .../03395_global_join_supported_kind/ast.json | 91 -- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../03399_divide_zero_or_null/ast.json | 37 - .../03399_lc_nullable_mapfromarrays/ast.json | 1 - .../03399_mapContains_functions/ast.json | 28 - parser/testdata/03399_sparse_grams/ast.json | 37 - .../ast.json | 25 - .../testdata/03400_distributed_final/ast.json | 28 - .../03400_explain_distributed_bug/ast.json | 25 - .../03400_get_server_setting/ast.json | 1 - .../03401_get_merge_tree_setting/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03401_remote_bool/ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../03402_concurrent_right_full_join/ast.json | 25 - .../03402_cyclic_alter_dependencies/ast.json | 1 - .../testdata/03402_join_using_alias/ast.json | 25 - .../03402_materialized_tuple_element/ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../testdata/03403_function_tokens/ast.json | 37 - .../ast.json | 25 - .../ast.json | 25 - parser/testdata/03403_toInterval/ast.json | 67 - .../03403_truncate_all_tables_like/ast.json | 1 - .../03404_bfloat16_insert_values/ast.json | 37 - .../03404_dynamic_in_interval_bug/ast.json | 61 - .../03404_geotoh3_input_order/ast.json | 1 - parser/testdata/03404_json_tables/ast.json | 28 - .../ast.json | 28 - .../ast.json | 37 - .../ast.json | 46 - .../03405_join_using_alias_constant/ast.json | 1 - .../03405_json_parsing_error_bug/ast.json | 49 - .../03405_merge_filter_into_join/ast.json | 64 - .../ast.json | 1 - .../03405_non_zero_batch_mode/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03407_csv_bad_date_time_parsing/ast.json | 64 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../03408_cte_self_reference/ast.json | 1 - .../ast.json | 1 - .../03408_hash_functions_on_null/ast.json | 1 - parser/testdata/03408_implicit_table/ast.json | 1 - .../03408_limit_by_rows_before_limit/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../03409_coalescing_merge_tree/ast.json | 37 - .../ast.json | 1 - .../ast.json | 28 - .../03410_polygons_intersects/ast.json | 115 -- .../ast.json | 25 - parser/testdata/03411_iceberg_bucket/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../03412_dynamic_in_arg_min_max/ast.json | 28 - .../ast.json | 28 - .../03412_merge_final_prewhere/ast.json | 28 - .../ast.json | 25 - parser/testdata/03413_dynamic_in_in/ast.json | 55 - .../ast.json | 1 - .../03413_group_by_all_in_subquery/ast.json | 25 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 46 - parser/testdata/03416_glue_chunks/ast.json | 25 - .../ast.json | 1 - parser/testdata/03440_no_glue_totals/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../03442_alter_delete_empty_part/ast.json | 28 - .../ast.json | 1 - parser/testdata/03442_detach_view/ast.json | 1 - .../03442_json_duplicate_path/ast.json | 46 - .../03442_lightweight_deletes_on_fly/ast.json | 28 - .../03442_string_bytes_functions/ast.json | 1 - .../03443_alias_with_asterisk/ast.json | 61 - .../03443_index_match_alternatives/ast.json | 1 - .../03443_part_starting_offset/ast.json | 1 - .../03443_pr_lazy_materialization/ast.json | 28 - .../testdata/03443_projection_sparse/ast.json | 1 - .../ast.json | 1 - .../ast.json | 55 - .../testdata/03444_explain_asterisk/ast.json | 1 - .../testdata/03444_flip_coordinates/ast.json | 1 - .../testdata/03444_lm_block_mismatch/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../03447_base32_encode_decode/ast.json | 43 - .../testdata/03447_float_nan_order/ast.json | 37 - .../03447_function_reverse_for_tuple/ast.json | 55 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 25 - .../03447_window_functions_distinct/ast.json | 37 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../testdata/03448_in_select_tuple/ast.json | 28 - parser/testdata/03448_topk_merging/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../03449_join_using_allow_alias/ast.json | 25 - .../03449_window_cannot_find_column/ast.json | 28 - .../03450_parameterized_view_forward/ast.json | 37 - .../ast.json | 34 - .../03453_group_by_all_grouping/ast.json | 25 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 28 - .../03454_parameterized_views_null/ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../03457_bitmapContains_nullable/ast.json | 1 - .../ast.json | 58 - .../ast.json | 25 - .../03457_merge_engine_subcolumns/ast.json | 28 - .../03457_move_global_in_to_prewhere/ast.json | 28 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - .../ast.json | 37 - parser/testdata/03458_wkb_function/ast.json | 49 - .../ast.json | 1 - .../03459_join_cannot_add_column/ast.json | 25 - .../ast.json | 37 - .../ast.json | 70 -- .../ast.json | 1 - .../03460_normal_projection_index/ast.json | 1 - .../ast.json | 1 - .../ast.json | 37 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03461_pk_prefix_trivial_count/ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 61 - .../testdata/03512_bech32_functions/ast.json | 1 - .../03512_cast_logical_error/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03512_settings_max_block_size/ast.json | 46 - .../03513_filter_push_down_rand_bug/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../03513_nullsafe_join_storage/ast.json | 28 - .../03513_read_in_order_nullable/ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../03515_array_join_different_sizes/ast.json | 25 - .../testdata/03516_comparison_pk_bug/ast.json | 73 -- parser/testdata/03516_int_exp2_join/ast.json | 40 - .../ast.json | 28 - .../ast.json | 1 - parser/testdata/03518_bad_sql_udf/ast.json | 46 - .../03518_left_to_cross_incorrect/ast.json | 25 - .../ast.json | 55 - .../03519_analyzer_tuple_cast/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../03519_left_to_cross_incorrect/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../03519_multiple_join_using/ast.json | 25 - .../03519_ttl_extended_data_types/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../03520_left_to_cross_incorrect/ast.json | 25 - .../03520_pr_distinct_in_order/ast.json | 28 - .../testdata/03520_pr_read_in_order/ast.json | 28 - .../ast.json | 1 - .../03521_long_partition_column_name/ast.json | 28 - .../03521_long_statistics_name/ast.json | 28 - parser/testdata/03521_system_unicode/ast.json | 1 - .../ast.json | 61 - .../ast.json | 28 - .../ast.json | 25 - .../03522_function_first_non_default/ast.json | 52 - .../ast.json | 25 - .../03522_join_using_bug_78907/ast.json | 103 -- .../03522_nullable_partition_key/ast.json | 64 - .../testdata/03522_window_table_arg/ast.json | 25 - .../testdata/03524_nullable_extremes/ast.json | 37 - parser/testdata/03524_sign_argument/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../03525_timezoneof_illegal_type/ast.json | 43 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 64 - .../ast.json | 1 - .../03531_check_count_for_parquet/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03532_divideOrNull_jit_crash/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03532_json_dynamic_updates/ast.json | 1 - .../ast.json | 1 - .../03532_redis_empty_variant_key/ast.json | 70 -- .../03532_use_database_syntax/ast.json | 1 - .../ast.json | 52 - .../ast.json | 25 - .../03533_named_tuple_supertype/ast.json | 25 - .../03533_skip_index_on_data_reading/ast.json | 1 - parser/testdata/03533_xirr/ast.json | 94 -- .../testdata/03534_npy_output_to_url/ast.json | 28 - .../03534_skip_index_bug89691/ast.json | 1 - parser/testdata/03535_system_formats/ast.json | 1 - parser/testdata/03537_kusto_ubsan/ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - parser/testdata/03538_array_except/ast.json | 28 - .../ast.json | 25 - .../ast.json | 70 -- .../ast.json | 1 - .../ast.json | 28 - .../03539_kusto_output_format_trash/ast.json | 76 -- .../03540_date_trunc_old_behaviour/ast.json | 25 - .../03541_rename_column_start/ast.json | 1 - .../ast.json | 1 - parser/testdata/03542_TTL_dict/ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../03545_array_join_index_set_bug/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 25 - .../03546_add_distinct_to_in_clause/ast.json | 1 - .../ast.json | 1 - .../03546_leftover_dependencies/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../03546_paimon_all_supported_type/ast.json | 1 - .../03546_part_granule_offset/ast.json | 1 - .../ast.json | 58 - .../ast.json | 25 - .../ast.json | 28 - .../03547_reinterpret_to_array/ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 70 -- .../ast.json | 25 - parser/testdata/03549_conv_function/ast.json | 1 - .../03549_keeper_map_column_comments/ast.json | 1 - .../03549_system_dimensional_metrics/ast.json | 61 - .../testdata/03549_window_collation/ast.json | 1 - parser/testdata/03549_wkb_function/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../03550_s3queue_no_settings/ast.json | 1 - .../ast.json | 1 - .../03550_variant_extend_union/ast.json | 37 - .../03551_cast_decimal_to_float/ast.json | 55 - .../ast.json | 28 - .../ast.json | 58 - .../ast.json | 52 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03559_explain_ast_in_subquery/ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 58 - .../testdata/03561_colorSRGBToOKLCH/ast.json | 37 - .../ast.json | 37 - .../03561_two_mvs_bad_select/ast.json | 40 - .../testdata/03562_colorOKLCHToSRGB/ast.json | 37 - parser/testdata/03562_geometry_type/ast.json | 25 - .../03562_json_date_as_integer/ast.json | 61 - .../ast.json | 28 - .../ast.json | 25 - .../03562_system_database_replicas/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../03565_iceberg_field_ids_table/ast.json | 1 - .../testdata/03565_union_all_nullptr/ast.json | 40 - .../03566_analyzer_single_with_scope/ast.json | 58 - .../ast.json | 49 - .../03566_low_cardinality_nan_unique/ast.json | 25 - .../03566_one_row_summing_merge_tree/ast.json | 28 - .../03566_system_completions_table/ast.json | 28 - .../ast.json | 58 - .../ast.json | 64 - .../ast.json | 28 - .../ast.json | 37 - parser/testdata/03567_nowInBlock64/ast.json | 25 - parser/testdata/03568_ddsketch_merge/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../03568_udf_memory_tracking/ast.json | 25 - .../ast.json | 25 - .../testdata/03570_dateTimeToUUIDv7/ast.json | 1 - .../ast.json | 25 - .../03570_insert_into_simple_alias/ast.json | 28 - parser/testdata/03570_limit_by_all/ast.json | 25 - .../03571_join_inequality_constants/ast.json | 25 - .../03571_limit_by_all_old_planner/ast.json | 25 - .../03571_lwd_and_projections/ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../03572_empty_tuple_in_nested_type/ast.json | 1 - .../ast.json | 25 - .../03572_pr_remote_in_subquery/ast.json | 25 - .../ast.json | 28 - .../ast.json | 1 - .../03573_json_keys_with_dots/ast.json | 25 - .../ast.json | 67 - .../ast.json | 76 -- .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../03576_analyzer_recursive_window/ast.json | 37 - .../ast.json | 67 - .../03577_dynamic_json_update_issue/ast.json | 25 - .../03577_hash_output_format/ast.json | 55 - .../03577_server_constant_folding/ast.json | 25 - .../03577_temporary_table_as/ast.json | 28 - .../ast.json | 55 - .../ast.json | 25 - .../03578_distributed_kv_global_in/ast.json | 1 - .../testdata/03578_kv_in_type_casts/ast.json | 1 - .../ast.json | 1 - .../03579_mergeTreeIndex_params/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../testdata/03580_heredoc_ambiguity/ast.json | 25 - .../testdata/03580_improve_prewhere/ast.json | 1 - .../03580_join_runtime_filter/ast.json | 55 - .../ast.json | 1 - .../ast.json | 55 - .../ast.json | 25 - .../03580_s3queue_settings_store/ast.json | 1 - .../03581_bool_literal_column_name/ast.json | 1 - .../03581_iceberg_struct_fields_ids/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03582_initcap_fixedstring/ast.json | 58 - .../03582_normalize_utf8_empty/ast.json | 1 - .../03582_pr_read_in_order_hits/ast.json | 1 - .../03583_rewrite_in_to_join/ast.json | 25 - .../ast.json | 1 - .../ast.json | 85 -- .../ast.json | 67 - .../03592_s3queue_large_settings/ast.json | 1 - .../ast.json | 28 - .../03593_any_join_swap_tables/ast.json | 40 - .../ast.json | 28 - .../03593_funcs_on_empty_string/ast.json | 1 - parser/testdata/03593_remote_map_in/ast.json | 25 - .../ast.json | 25 - .../ast.json | 55 - .../03594_funcs_on_empty_arguments/ast.json | 1 - parser/testdata/03594_is_valid_ascii/ast.json | 67 - .../03594_is_valid_ascii_errors/ast.json | 43 - .../ast.json | 1 - .../ast.json | 1 - .../03594_system_grants_parameters/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03595_analyzer_lateral_join/ast.json | 25 - .../ast.json | 67 - .../ast.json | 76 -- .../ast.json | 25 - .../03595_equality_deletes_simple/ast.json | 1 - .../03595_exists_as_scalar_subquery/ast.json | 25 - .../03595_extract_url_parameters/ast.json | 1 - parser/testdata/03595_funcs_on_zero/ast.json | 1 - .../ast.json | 28 - .../03595_pread_threadpool_direct_io/ast.json | 1 - .../03595_set_query_no_eq_set_to_one/ast.json | 73 -- .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 28 - .../03600_analyzer_setting_bool/ast.json | 40 - .../03600_replace_fixed_string_bug/ast.json | 64 - .../03601_histogram_quantile/ast.json | 79 -- .../03601_inconsistent_table_names/ast.json | 1 - .../ast.json | 28 - .../ast.json | 46 - .../ast.json | 1 - .../testdata/03601_temporary_views/ast.json | 52 - .../03602_alter_update_nullable_json/ast.json | 25 - .../testdata/03602_embeddedrock_path/ast.json | 1 - .../ast.json | 1 - .../03603_getSubcolumnType_msan/ast.json | 1 - .../03603_ip_binary_operators/ast.json | 1 - .../ast.json | 1 - .../ast.json | 55 - .../03604_dynamic_key_in_join/ast.json | 25 - .../ast.json | 28 - .../03604_join_reorder_pinned_bug/ast.json | 25 - .../ast.json | 82 -- .../03604_parallel_with_query_lock/ast.json | 25 - .../ast.json | 25 - .../03604_string_with_size_stream/ast.json | 1 - .../ast.json | 28 - parser/testdata/03604_to_date_casts/ast.json | 25 - .../ast.json | 25 - .../03606_nullable_json_group_by/ast.json | 52 - .../ast.json | 1 - .../ast.json | 61 - .../testdata/03611_cte_deterministic/ast.json | 25 - .../03611_null_safe_comparsion/ast.json | 25 - .../ast.json | 64 - parser/testdata/03611_pr_global_join/ast.json | 28 - parser/testdata/03611_uniqExact_bug/ast.json | 25 - .../ast.json | 1 - .../03611_window_definition_parsing/ast.json | 25 - .../03612_explain_indexes_bugs/ast.json | 1 - .../ast.json | 1 - .../ast.json | 82 -- .../ast.json | 25 - .../ast.json | 1 - .../testdata/03622_ttl_infos_where/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../testdata/03623_header_filtering/ast.json | 1 - .../ast.json | 25 - parser/testdata/03623_parquet_bool/ast.json | 1 - .../ast.json | 28 - .../ast.json | 37 - .../ast.json | 61 - .../03624_parquet_row_number/ast.json | 1 - .../03624_pr_lefl_right_joins_chain/ast.json | 28 - .../ast.json | 28 - .../testdata/03625_auto_statistics/ast.json | 28 - .../03625_auto_statistics_alter/ast.json | 1 - .../03625_auto_statistics_alter_rmt/ast.json | 1 - .../03625_auto_statistics_rmt/ast.json | 28 - .../03625_auto_statistics_validation/ast.json | 1 - .../ast.json | 37 - .../03625_prewhere-and-default-bug/ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 103 -- .../ast.json | 28 - .../ast.json | 100 -- .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03630_hash_join_max_block_size/ast.json | 28 - .../ast.json | 1 - .../testdata/03630_parquet_bool_bug/ast.json | 1 - .../03631_array_of_empty_tuples/ast.json | 70 -- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03632_insert_select_cte_bug/ast.json | 25 - .../03632_join_logical_assert_85403/ast.json | 118 -- parser/testdata/03632_lowcard_join/ast.json | 1 - .../ast.json | 52 - .../03633_keeepr_host_server_setting/ast.json | 1 - .../03633_mv_squash_parallel_inserts/ast.json | 1 - .../03633_negative_limit_offset/ast.json | 1 - .../03633_set_index_bulk_filtering/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../03636_empty_projection_block/ast.json | 1 - .../ast.json | 25 - .../03636_storage_alias_basic/ast.json | 1 - .../03636_storage_alias_syntax/ast.json | 1 - .../ast.json | 28 - .../03639_hash_of_dynamic_column/ast.json | 52 - .../03639_hash_of_json_column/ast.json | 25 - .../03640_alter_table_rewrite_parts/ast.json | 1 - .../03640_load_marks_synchronously/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../03640_skip_indexes_with_or/ast.json | 1 - .../ast.json | 28 - .../03641_analyzer_issue_85834/ast.json | 1 - .../ast.json | 52 - .../ast.json | 25 - .../testdata/03642_column_ttl_sparse/ast.json | 28 - .../03642_system_instrument_symbols/ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../03644_min_level_for_wide_part/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/03646_array_join_empty/ast.json | 25 - .../03647_morton_encode_empty_tuple/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../03652_explain_input_header/ast.json | 25 - .../ast.json | 1 - .../03652_join_using_legacy_step/ast.json | 25 - .../03653_fractional_limit_offset/ast.json | 1 - .../03653_keeper_histogram_metrics/ast.json | 1 - .../ast.json | 28 - .../03654_case_non_constant_null/ast.json | 28 - .../03654_grouping_sets_any_min_max/ast.json | 25 - .../03655_keeper_map_alter_comment/ast.json | 1 - .../ast.json | 1 - parser/testdata/03656_nan_comparison/ast.json | 28 - .../03657_gby_overflow_any_sparse/ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../testdata/03657_rollup_constant/ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - parser/testdata/03660_udf_subquery/ast.json | 1 - .../ast.json | 28 - .../03664_parameterized_view_restart/ast.json | 28 - .../03666_count_matches_complexity/ast.json | 55 - .../ast.json | 1 - .../ast.json | 49 - .../03667_insert_columns_description/ast.json | 37 - .../ast.json | 1 - .../ast.json | 28 - .../03667_text_index_validation/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03672_columns_same_as_subcolumns/ast.json | 1 - .../03672_nested_array_nested_tuple/ast.json | 28 - .../03673_columns_description_cache/ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - parser/testdata/03699_reverse_utf8/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../03701_column_ttl_fully_expired/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../testdata/03701_limit_by_in_order/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 109 -- .../ast.json | 49 - .../testdata/03702_alter_codec_index/ast.json | 28 - parser/testdata/03702_alter_codec_pk/ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../03702_encode_decode_memory_usage/ast.json | 1 - .../ast.json | 37 - .../03702_geometry_functions/ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../03702_text_index_hint_basics/ast.json | 1 - .../03702_text_index_hint_events/ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../03703_prelimit_explain_message/ast.json | 1 - .../03703_statistics_low_cardinality/ast.json | 1 - .../03704_default_empty_order_by/ast.json | 28 - .../03704_fractional_limit_with_ties/ast.json | 28 - .../ast.json | 1 - .../testdata/03705_count_if_asterisk/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 1 - .../03707_function_array_remove/ast.json | 49 - .../testdata/03707_statistics_cache/ast.json | 1 - .../ast.json | 25 - .../03708_exact_rows_before_limit_in/ast.json | 112 -- .../ast.json | 1 - .../03708_join_or_to_right_any_bug/ast.json | 37 - .../ast.json | 64 - .../ast.json | 1 - .../03709_anti_join_runtime_filters/ast.json | 25 - .../testdata/03709_coalescing_final/ast.json | 28 - .../ast.json | 28 - .../ast.json | 163 --- .../ast.json | 25 - parser/testdata/03710_argAndMinMax/ast.json | 1 - .../03710_array_join_in_map_bug/ast.json | 25 - .../ast.json | 61 - parser/testdata/03710_midpoint/ast.json | 28 - .../ast.json | 28 - .../testdata/03710_pr_join_with_mv/ast.json | 28 - .../ast.json | 1 - .../03711_json_skip_invalid_fields/ast.json | 1 - .../ast.json | 1 - .../03711_top_k_by_dynamic_filter/ast.json | 1 - .../03711_top_k_by_skip_index/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 79 -- .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../03714_base32_base58_short_string/ast.json | 1 - .../ast.json | 46 - .../03714_queries_escaping_1/ast.json | 25 - .../03714_queries_escaping_2/ast.json | 25 - .../ast.json | 49 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 40 - .../03716_join_right_side_sorting/ast.json | 37 - .../ast.json | 25 - .../03716_text_index_drop_caches/ast.json | 1 - parser/testdata/03716_topk_bad_data/ast.json | 1 - .../03717_msgpack_empty_tuple_column/ast.json | 1 - .../03717_system_unicode_enums/ast.json | 1 - .../ast.json | 73 -- .../ast.json | 37 - .../03720_const_limit_to_scalar/ast.json | 1 - .../03720_datetime64_bad_inference/ast.json | 25 - .../03720_file_engine_second_crash/ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 25 - .../ast.json | 25 - .../ast.json | 25 - .../03721_right_join_logical_step/ast.json | 28 - .../03721_statistics_alter_type_bug/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../testdata/03722_random_utf8_bug/ast.json | 88 -- .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 52 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 61 - .../ast.json | 1 - .../ast.json | 37 - .../ast.json | 1 - .../testdata/03727_ipv4_parsing_bug/ast.json | 73 -- .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 28 - .../03728_explain_column_structure/ast.json | 115 -- parser/testdata/03729_function_hmac/ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 1 - .../03732_join_on_exists_bug/ast.json | 28 - .../ast.json | 28 - .../ast.json | 28 - .../03733_anti_join_runtime_filter_3/ast.json | 25 - .../testdata/03733_base58_decode_bug/ast.json | 70 -- parser/testdata/03733_join_order_dp/ast.json | 25 - .../ast.json | 88 -- .../03735_excessive_buffer_flush/ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 58 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 1 - .../03742_array_join_empty_tuple/ast.json | 70 -- .../ast.json | 28 - .../03742_test_flattened_crash/ast.json | 28 - .../03743_fix_estimator_crash/ast.json | 1 - .../ast.json | 25 - .../ast.json | 28 - .../03747_float_parsing_subnormal/ast.json | 1 - .../ast.json | 1 - .../ast.json | 25 - .../ast.json | 1 - .../ast.json | 28 - .../ast.json | 28 - .../ast.json | 1 - .../ast.json | 1 - .../ast.json | 37 - .../ast.json | 25 - .../ast.json | 1 - parser/testdata/03752_join_part/ast.json | 28 - .../03753_merge_selector_amm/ast.json | 1 - .../03753_replacing_empty_order_by/ast.json | 28 - .../ast.json | 25 - .../03754_h3_polygon_to_cells_const/ast.json | 1 - .../03755_circular_dictionary/ast.json | 1 - .../ast.json | 1 - .../ast.json | 52 - .../03755_nested_recursive_cte/ast.json | 28 - .../testdata/03755_pr_join_with_view/ast.json | 28 - .../ast.json | 55 - .../03756_mongodb_secret_arguments/ast.json | 1 - .../03756_update_query_formatting/ast.json | 58 - .../ast.json | 28 - .../ast.json | 28 - .../03759_marks_cache_events/ast.json | 1 - 6825 files changed, 20 insertions(+), 185382 deletions(-) create mode 100644 parser/CLAUDE.md delete mode 100644 parser/testdata/00001_count_hits/ast.json delete mode 100644 parser/testdata/00001_select_1/ast.json delete mode 100644 parser/testdata/00002_count_visits/ast.json delete mode 100644 parser/testdata/00002_system_numbers/ast.json delete mode 100644 parser/testdata/00003_reinterpret_as_string/ast.json delete mode 100644 parser/testdata/00004_shard_format_ast_and_remote_table/ast.json delete mode 100644 parser/testdata/00004_top_counters/ast.json delete mode 100644 parser/testdata/00005_filtering/ast.json delete mode 100644 parser/testdata/00005_shard_format_ast_and_remote_table_lambda/ast.json delete mode 100644 parser/testdata/00006_agregates/ast.json delete mode 100644 parser/testdata/00006_extremes_and_subquery_from/ast.json delete mode 100644 parser/testdata/00007_array/ast.json delete mode 100644 parser/testdata/00007_uniq/ast.json delete mode 100644 parser/testdata/00008_array_join/ast.json delete mode 100644 parser/testdata/00008_uniq/ast.json delete mode 100644 parser/testdata/00009_array_join_subquery/ast.json delete mode 100644 parser/testdata/00009_uniq_distributed/ast.json delete mode 100644 parser/testdata/00010_big_array_join/ast.json delete mode 100644 parser/testdata/00010_quantiles_segfault/ast.json delete mode 100644 parser/testdata/00011_array_join_alias/ast.json delete mode 100644 parser/testdata/00011_sorting/ast.json delete mode 100644 parser/testdata/00012_array_join_alias_2/ast.json delete mode 100644 parser/testdata/00012_sorting_distributed/ast.json delete mode 100644 parser/testdata/00013_create_table_with_arrays/ast.json delete mode 100644 parser/testdata/00013_sorting_of_nested/ast.json delete mode 100644 parser/testdata/00014_filtering_arrays/ast.json delete mode 100644 parser/testdata/00014_select_from_table_with_nested/ast.json delete mode 100644 parser/testdata/00015_totals_and_no_aggregate_functions/ast.json delete mode 100644 parser/testdata/00015_totals_having_constants/ast.json delete mode 100644 parser/testdata/00016_any_if_distributed_cond_always_false/ast.json delete mode 100644 parser/testdata/00016_totals_having_constants/ast.json delete mode 100644 parser/testdata/00017_aggregation_uninitialized_memory/ast.json delete mode 100644 parser/testdata/00017_in_subquery_with_empty_result/ast.json delete mode 100644 parser/testdata/00018_distinct_in_subquery/ast.json delete mode 100644 parser/testdata/00019_shard_quantiles_totals_distributed/ast.json delete mode 100644 parser/testdata/00020_distinct_order_by_distributed/ast.json delete mode 100644 parser/testdata/00020_sorting_arrays/ast.json delete mode 100644 parser/testdata/00021_1_select_with_in/ast.json delete mode 100644 parser/testdata/00021_2_select_with_in/ast.json delete mode 100644 parser/testdata/00021_3_select_with_in/ast.json delete mode 100644 parser/testdata/00021_sorting_arrays/ast.json delete mode 100644 parser/testdata/00022_func_higher_order_and_constants/ast.json delete mode 100644 parser/testdata/00022_merge_prewhere/ast.json delete mode 100644 parser/testdata/00023_agg_select_agg_subquery/ast.json delete mode 100644 parser/testdata/00023_totals_limit/ast.json delete mode 100644 parser/testdata/00024_random_counters/ast.json delete mode 100644 parser/testdata/00024_unused_array_join_in_subquery/ast.json delete mode 100644 parser/testdata/00025_implicitly_used_subquery_column/ast.json delete mode 100644 parser/testdata/00026_shard_something_distributed/ast.json delete mode 100644 parser/testdata/00027_argMinMax/ast.json delete mode 100644 parser/testdata/00027_distinct_and_order_by/ast.json delete mode 100644 parser/testdata/00027_simple_argMinArray/ast.json delete mode 100644 parser/testdata/00028_shard_big_agg_aj_distributed/ast.json delete mode 100644 parser/testdata/00030_alter_table/ast.json delete mode 100644 parser/testdata/00030_array_enumerate_uniq/ast.json delete mode 100644 parser/testdata/00031_array_enumerate_uniq/ast.json delete mode 100644 parser/testdata/00031_parser_number/ast.json delete mode 100644 parser/testdata/00032_aggregate_key64/ast.json delete mode 100644 parser/testdata/00032_fixed_string_to_string/ast.json delete mode 100644 parser/testdata/00033_aggregate_key_string/ast.json delete mode 100644 parser/testdata/00033_fixed_string_to_string/ast.json delete mode 100644 parser/testdata/00034_aggregate_key_fixed_string/ast.json delete mode 100644 parser/testdata/00034_fixed_string_to_number/ast.json delete mode 100644 parser/testdata/00035_aggregate_keys128/ast.json delete mode 100644 parser/testdata/00035_function_array_return_type/ast.json delete mode 100644 parser/testdata/00036_aggregate_hashed/ast.json delete mode 100644 parser/testdata/00036_array_element/ast.json delete mode 100644 parser/testdata/00037_totals_limit/ast.json delete mode 100644 parser/testdata/00037_uniq_state_merge1/ast.json delete mode 100644 parser/testdata/00038_totals_limit/ast.json delete mode 100644 parser/testdata/00038_uniq_state_merge2/ast.json delete mode 100644 parser/testdata/00039_primary_key/ast.json delete mode 100644 parser/testdata/00040_aggregating_materialized_view/ast.json delete mode 100644 parser/testdata/00040_array_enumerate_uniq/ast.json delete mode 100644 parser/testdata/00041_aggregating_materialized_view/ast.json delete mode 100644 parser/testdata/00041_aggregation_remap/ast.json delete mode 100644 parser/testdata/00041_big_array_join/ast.json delete mode 100644 parser/testdata/00042_any_left_join/ast.json delete mode 100644 parser/testdata/00042_set/ast.json delete mode 100644 parser/testdata/00043_any_left_join/ast.json delete mode 100644 parser/testdata/00043_summing_empty_part/ast.json delete mode 100644 parser/testdata/00044_any_left_join_string/ast.json delete mode 100644 parser/testdata/00044_sorting_by_string_descending/ast.json delete mode 100644 parser/testdata/00045_sorting_by_fixed_string_descending/ast.json delete mode 100644 parser/testdata/00045_uniq_upto/ast.json delete mode 100644 parser/testdata/00046_stored_aggregates_simple/ast.json delete mode 100644 parser/testdata/00046_uniq_upto_distributed/ast.json delete mode 100644 parser/testdata/00047_bar/ast.json delete mode 100644 parser/testdata/00047_stored_aggregates_complex/ast.json delete mode 100644 parser/testdata/00048_a_stored_aggregates_merge/ast.json delete mode 100644 parser/testdata/00048_b_stored_aggregates_merge/ast.json delete mode 100644 parser/testdata/00048_min_max/ast.json delete mode 100644 parser/testdata/00049_any_left_join/ast.json delete mode 100644 parser/testdata/00049_max_string_if/ast.json delete mode 100644 parser/testdata/00050_any_left_join/ast.json delete mode 100644 parser/testdata/00050_min_max/ast.json delete mode 100644 parser/testdata/00051_any_inner_join/ast.json delete mode 100644 parser/testdata/00051_min_max_array/ast.json delete mode 100644 parser/testdata/00052_all_left_join/ast.json delete mode 100644 parser/testdata/00052_group_by_in/ast.json delete mode 100644 parser/testdata/00053_all_inner_join/ast.json delete mode 100644 parser/testdata/00053_replicate_segfault/ast.json delete mode 100644 parser/testdata/00054_join_string/ast.json delete mode 100644 parser/testdata/00054_merge_tree_partitions/ast.json delete mode 100644 parser/testdata/00055_index_and_not/ast.json delete mode 100644 parser/testdata/00055_join_two_numbers/ast.json delete mode 100644 parser/testdata/00056_join_number_string/ast.json delete mode 100644 parser/testdata/00056_view/ast.json delete mode 100644 parser/testdata/00057_join_aliases/ast.json delete mode 100644 parser/testdata/00059_merge_sorting_empty_array_joined/ast.json delete mode 100644 parser/testdata/00059_shard_global_in/ast.json delete mode 100644 parser/testdata/00059_shard_global_in_mergetree/ast.json delete mode 100644 parser/testdata/00060_date_lut/ast.json delete mode 100644 parser/testdata/00060_move_to_prewhere_and_sets/ast.json delete mode 100644 parser/testdata/00061_merge_tree_alter/ast.json delete mode 100644 parser/testdata/00061_storage_buffer/ast.json delete mode 100644 parser/testdata/00062_loyalty/ast.json delete mode 100644 parser/testdata/00062_replicated_merge_tree_alter_zookeeper_long/ast.json delete mode 100644 parser/testdata/00063_check_query/ast.json delete mode 100644 parser/testdata/00063_loyalty_joins/ast.json delete mode 100644 parser/testdata/00064_negate_bug/ast.json delete mode 100644 parser/testdata/00065_loyalty_with_storage_join/ast.json delete mode 100644 parser/testdata/00065_shard_float_literals_formatting/ast.json delete mode 100644 parser/testdata/00066_group_by_in/ast.json delete mode 100644 parser/testdata/00066_sorting_distributed_many_replicas/ast.json delete mode 100644 parser/testdata/00067_replicate_segfault/ast.json delete mode 100644 parser/testdata/00067_union_all/ast.json delete mode 100644 parser/testdata/00068_empty_tiny_log/ast.json delete mode 100644 parser/testdata/00068_subquery_in_prewhere/ast.json delete mode 100644 parser/testdata/00069_date_arithmetic/ast.json delete mode 100644 parser/testdata/00069_duplicate_aggregation_keys/ast.json delete mode 100644 parser/testdata/00071_insert_fewer_columns/ast.json delete mode 100644 parser/testdata/00071_merge_tree_optimize_aio/ast.json delete mode 100644 parser/testdata/00072_compare_date_and_string_index/ast.json delete mode 100644 parser/testdata/00072_in_types/ast.json delete mode 100644 parser/testdata/00073_merge_sorting_empty_array_joined/ast.json delete mode 100644 parser/testdata/00073_uniq_array/ast.json delete mode 100644 parser/testdata/00074_full_join/ast.json delete mode 100644 parser/testdata/00075_left_array_join/ast.json delete mode 100644 parser/testdata/00075_shard_formatting_negate_of_negative_literal/ast.json delete mode 100644 parser/testdata/00076_ip_coding_functions/ast.json delete mode 100644 parser/testdata/00076_system_columns_bytes/ast.json delete mode 100644 parser/testdata/00077_log_tinylog_stripelog/ast.json delete mode 100644 parser/testdata/00077_set_keys_fit_128_bits_many_blocks/ast.json delete mode 100644 parser/testdata/00078_group_by_arrays/ast.json delete mode 100644 parser/testdata/00078_string_concat/ast.json delete mode 100644 parser/testdata/00079_array_join_not_used_joined_column/ast.json delete mode 100644 parser/testdata/00079_defaulted_columns/ast.json delete mode 100644 parser/testdata/00080_array_join_and_union/ast.json delete mode 100644 parser/testdata/00080_show_tables_and_system_tables/ast.json delete mode 100644 parser/testdata/00081_group_by_without_key_and_totals/ast.json delete mode 100644 parser/testdata/00081_int_div_or_zero/ast.json delete mode 100644 parser/testdata/00082_append_trailing_char_if_absent/ast.json delete mode 100644 parser/testdata/00082_quantiles/ast.json delete mode 100644 parser/testdata/00083_array_filter/ast.json delete mode 100644 parser/testdata/00083_create_merge_tree_zookeeper_long/ast.json delete mode 100644 parser/testdata/00084_external_aggregation/ast.json delete mode 100644 parser/testdata/00084_summing_merge_tree/ast.json delete mode 100644 parser/testdata/00085_monotonic_evaluation_segfault/ast.json delete mode 100644 parser/testdata/00085_visible_width_of_tuple_of_dates/ast.json delete mode 100644 parser/testdata/00086_array_reduce/ast.json delete mode 100644 parser/testdata/00086_concat_nary_const_with_nonconst_segfault/ast.json delete mode 100644 parser/testdata/00087_distinct_of_empty_arrays/ast.json delete mode 100644 parser/testdata/00087_math_functions/ast.json delete mode 100644 parser/testdata/00087_where_0/ast.json delete mode 100644 parser/testdata/00088_distinct_of_arrays_of_strings/ast.json delete mode 100644 parser/testdata/00088_global_in_one_shard_and_rows_before_limit/ast.json delete mode 100644 parser/testdata/00089_group_by_arrays_of_fixed/ast.json delete mode 100644 parser/testdata/00089_position_functions_with_non_constant_arg/ast.json delete mode 100644 parser/testdata/00091_prewhere_two_conditions/ast.json delete mode 100644 parser/testdata/00093_prewhere_array_join/ast.json delete mode 100644 parser/testdata/00094_order_by_array_join_limit/ast.json delete mode 100644 parser/testdata/00095_hyperscan_profiler/ast.json delete mode 100644 parser/testdata/00096_aggregation_min_if/ast.json delete mode 100644 parser/testdata/00097_constexpr_in_index/ast.json delete mode 100644 parser/testdata/00098_1_union_all/ast.json delete mode 100644 parser/testdata/00098_2_union_all/ast.json delete mode 100644 parser/testdata/00098_3_union_all/ast.json delete mode 100644 parser/testdata/00098_4_union_all/ast.json delete mode 100644 parser/testdata/00098_5_union_all/ast.json delete mode 100644 parser/testdata/00098_6_union_all/ast.json delete mode 100644 parser/testdata/00098_7_union_all/ast.json delete mode 100644 parser/testdata/00098_8_union_all/ast.json delete mode 100644 parser/testdata/00098_9_union_all/ast.json delete mode 100644 parser/testdata/00098_a_union_all/ast.json delete mode 100644 parser/testdata/00098_b_union_all/ast.json delete mode 100644 parser/testdata/00098_c_union_all/ast.json delete mode 100644 parser/testdata/00098_d_union_all/ast.json delete mode 100644 parser/testdata/00098_e_union_all/ast.json delete mode 100644 parser/testdata/00098_f_union_all/ast.json delete mode 100644 parser/testdata/00098_g_union_all/ast.json delete mode 100644 parser/testdata/00098_h_union_all/ast.json delete mode 100644 parser/testdata/00098_j_union_all/ast.json delete mode 100644 parser/testdata/00098_k_union_all/ast.json delete mode 100644 parser/testdata/00098_l_union_all/ast.json delete mode 100644 parser/testdata/00098_primary_key_memory_allocated/ast.json delete mode 100644 parser/testdata/00098_shard_i_union_all/ast.json delete mode 100644 parser/testdata/00099_join_many_blocks_segfault/ast.json delete mode 100644 parser/testdata/00101_materialized_views_and_insert_without_explicit_database/ast.json delete mode 100644 parser/testdata/00102_insert_into_temporary_table/ast.json delete mode 100644 parser/testdata/00103_ipv4_num_to_string_class_c/ast.json delete mode 100644 parser/testdata/00104_totals_having_mode/ast.json delete mode 100644 parser/testdata/00105_shard_collations/ast.json delete mode 100644 parser/testdata/00106_totals_after_having/ast.json delete mode 100644 parser/testdata/00107_totals_after_having/ast.json delete mode 100644 parser/testdata/00108_shard_totals_after_having/ast.json delete mode 100644 parser/testdata/00109_shard_totals_after_having/ast.json delete mode 100644 parser/testdata/00110_external_sort/ast.json delete mode 100644 parser/testdata/00111_shard_external_sort_distributed/ast.json delete mode 100644 parser/testdata/00112_shard_totals_after_having/ast.json delete mode 100644 parser/testdata/00113_shard_group_array/ast.json delete mode 100644 parser/testdata/00114_float_type_result_of_division/ast.json delete mode 100644 parser/testdata/00116_storage_set/ast.json delete mode 100644 parser/testdata/00117_parsing_arrays/ast.json delete mode 100644 parser/testdata/00118_storage_join/ast.json delete mode 100644 parser/testdata/00119_storage_join/ast.json delete mode 100644 parser/testdata/00120_join_and_group_by/ast.json delete mode 100644 parser/testdata/00121_drop_column_zookeeper/ast.json delete mode 100644 parser/testdata/00122_join_with_subquery_with_subquery/ast.json delete mode 100644 parser/testdata/00123_shard_unmerged_result_when_max_distributed_connections_is_one/ast.json delete mode 100644 parser/testdata/00124_shard_distributed_with_many_replicas/ast.json delete mode 100644 parser/testdata/00125_array_element_of_array_of_tuple/ast.json delete mode 100644 parser/testdata/00126_buffer/ast.json delete mode 100644 parser/testdata/00127_group_by_concat/ast.json delete mode 100644 parser/testdata/00128_group_by_number_and_fixed_string/ast.json delete mode 100644 parser/testdata/00129_quantile_timing_weighted/ast.json delete mode 100644 parser/testdata/00131_set_hashed/ast.json delete mode 100644 parser/testdata/00132_sets/ast.json delete mode 100644 parser/testdata/00134_aggregation_by_fixed_string_of_size_1_2_4_8/ast.json delete mode 100644 parser/testdata/00135_duplicate_group_by_keys_segfault/ast.json delete mode 100644 parser/testdata/00136_duplicate_order_by_elems/ast.json delete mode 100644 parser/testdata/00137_in_constants/ast.json delete mode 100644 parser/testdata/00138_table_aliases/ast.json delete mode 100644 parser/testdata/00139_like/ast.json delete mode 100644 parser/testdata/00140_parse_unix_timestamp_as_datetime/ast.json delete mode 100644 parser/testdata/00140_prewhere_column_order/ast.json delete mode 100644 parser/testdata/00140_rename/ast.json delete mode 100644 parser/testdata/00141_parse_timestamp_as_datetime/ast.json delete mode 100644 parser/testdata/00141_transform/ast.json delete mode 100644 parser/testdata/00142_parse_timestamp_as_datetime/ast.json delete mode 100644 parser/testdata/00142_system_columns/ast.json delete mode 100644 parser/testdata/00143_number_classification_functions/ast.json delete mode 100644 parser/testdata/00143_transform_non_const_default/ast.json delete mode 100644 parser/testdata/00144_empty_regexp/ast.json delete mode 100644 parser/testdata/00144_functions_of_aggregation_states/ast.json delete mode 100644 parser/testdata/00145_aggregate_functions_statistics/ast.json delete mode 100644 parser/testdata/00145_empty_likes/ast.json delete mode 100644 parser/testdata/00146_aggregate_function_uniq/ast.json delete mode 100644 parser/testdata/00146_summing_merge_tree_nested_map/ast.json delete mode 100644 parser/testdata/00147_alter_nested_default/ast.json delete mode 100644 parser/testdata/00147_global_in_aggregate_function/ast.json delete mode 100644 parser/testdata/00148_monotonic_functions_and_index/ast.json delete mode 100644 parser/testdata/00148_summing_merge_tree_aggregate_function/ast.json delete mode 100644 parser/testdata/00148_summing_merge_tree_nested_map_multiple_values/ast.json delete mode 100644 parser/testdata/00149_function_url_hash/ast.json delete mode 100644 parser/testdata/00149_quantiles_timing_distributed/ast.json delete mode 100644 parser/testdata/00150_quantiles_timing_precision/ast.json delete mode 100644 parser/testdata/00150_with_totals_and_join/ast.json delete mode 100644 parser/testdata/00151_order_by_read_in_order/ast.json delete mode 100644 parser/testdata/00151_tuple_with_array/ast.json delete mode 100644 parser/testdata/00152_insert_different_granularity/ast.json delete mode 100644 parser/testdata/00152_totals_in_subquery/ast.json delete mode 100644 parser/testdata/00153_aggregate_arena_race/ast.json delete mode 100644 parser/testdata/00153_transform/ast.json delete mode 100644 parser/testdata/00154_avro/ast.json delete mode 100644 parser/testdata/00154_shard_distributed_with_distinct/ast.json delete mode 100644 parser/testdata/00156_array_map_to_constant/ast.json delete mode 100644 parser/testdata/00156_max_execution_speed_sample_merge/ast.json delete mode 100644 parser/testdata/00157_aliases_and_lambda_formal_parameters/ast.json delete mode 100644 parser/testdata/00157_cache_dictionary/ast.json delete mode 100644 parser/testdata/00158_buffer_and_nonexistent_table/ast.json delete mode 100644 parser/testdata/00158_cache_dictionary_has/ast.json delete mode 100644 parser/testdata/00159_whitespace_in_columns_list/ast.json delete mode 100644 parser/testdata/00160_decode_xml_component/ast.json delete mode 100644 parser/testdata/00160_merge_and_index_in_in/ast.json delete mode 100644 parser/testdata/00161_rounding_functions/ast.json delete mode 100644 parser/testdata/00162_mmap_compression_none/ast.json delete mode 100644 parser/testdata/00162_shard_global_join/ast.json delete mode 100644 parser/testdata/00163_shard_join_with_empty_table/ast.json delete mode 100644 parser/testdata/00164_not_chain/ast.json delete mode 100644 parser/testdata/00164_quantileBfloat16/ast.json delete mode 100644 parser/testdata/00165_jit_aggregate_functions/ast.json delete mode 100644 parser/testdata/00165_transform_non_const_default/ast.json delete mode 100644 parser/testdata/00166_explain_estimate/ast.json delete mode 100644 parser/testdata/00166_functions_of_aggregation_states/ast.json delete mode 100644 parser/testdata/00167_read_bytes_from_fs/ast.json delete mode 100644 parser/testdata/00167_settings_inside_query/ast.json delete mode 100644 parser/testdata/00168_buffer_defaults/ast.json delete mode 100644 parser/testdata/00169_contingency/ast.json delete mode 100644 parser/testdata/00169_join_constant_keys/ast.json delete mode 100644 parser/testdata/00170_lower_upper_utf8/ast.json delete mode 100644 parser/testdata/00170_s3_cache/ast.json delete mode 100644 parser/testdata/00171_grouping_aggregated_transform_bug/ast.json delete mode 100644 parser/testdata/00171_shard_array_of_tuple_remote/ast.json delete mode 100644 parser/testdata/00172_constexprs_in_set/ast.json delete mode 100644 parser/testdata/00172_early_constant_folding/ast.json delete mode 100644 parser/testdata/00173_compare_date_time_with_constant_string/ast.json delete mode 100644 parser/testdata/00173_group_by_use_nulls/ast.json delete mode 100644 parser/testdata/00174_compare_date_time_with_constant_string_in_in/ast.json delete mode 100644 parser/testdata/00174_distinct_in_order/ast.json delete mode 100644 parser/testdata/00175_counting_resources_in_subqueries/ast.json delete mode 100644 parser/testdata/00175_if_num_arrays/ast.json delete mode 100644 parser/testdata/00175_partition_by_ignore/ast.json delete mode 100644 parser/testdata/00176_distinct_limit_by_limit_bug_43377/ast.json delete mode 100644 parser/testdata/00176_if_string_arrays/ast.json delete mode 100644 parser/testdata/00178_function_replicate/ast.json delete mode 100644 parser/testdata/00178_quantile_ddsketch/ast.json delete mode 100644 parser/testdata/00178_query_datetime64_index/ast.json delete mode 100644 parser/testdata/00179_lambdas_with_common_expressions_and_filter/ast.json delete mode 100644 parser/testdata/00180_attach_materialized_view/ast.json delete mode 100644 parser/testdata/00181_aggregate_functions_statistics/ast.json delete mode 100644 parser/testdata/00181_aggregate_functions_statistics_stable/ast.json delete mode 100644 parser/testdata/00181_cross_join_compression/ast.json delete mode 100644 parser/testdata/00182_functions_higher_order_and_consts/ast.json delete mode 100644 parser/testdata/00182_simple_squashing_transform_bug/ast.json delete mode 100644 parser/testdata/00183_prewhere_conditions_order/ast.json delete mode 100644 parser/testdata/00183_skip_unavailable_shards/ast.json delete mode 100644 parser/testdata/00184_shard_distributed_group_by_no_merge/ast.json delete mode 100644 parser/testdata/00185_array_literals/ast.json delete mode 100644 parser/testdata/00187_like_regexp_prefix/ast.json delete mode 100644 parser/testdata/00188_constants_as_arguments_of_aggregate_functions/ast.json delete mode 100644 parser/testdata/00189_time_zones_long/ast.json delete mode 100644 parser/testdata/00190_non_constant_array_of_constant_data/ast.json delete mode 100644 parser/testdata/00191_aggregating_merge_tree_and_final/ast.json delete mode 100644 parser/testdata/00192_least_greatest/ast.json delete mode 100644 parser/testdata/00193_parallel_replicas/ast.json delete mode 100644 parser/testdata/00194_identity/ast.json delete mode 100644 parser/testdata/00195_shard_union_all_and_global_in/ast.json delete mode 100644 parser/testdata/00196_float32_formatting/ast.json delete mode 100644 parser/testdata/00197_if_fixed_string/ast.json delete mode 100644 parser/testdata/00198_group_by_empty_arrays/ast.json delete mode 100644 parser/testdata/00199_ternary_operator_type_check/ast.json delete mode 100644 parser/testdata/00200_shard_distinct_order_by_limit_distributed/ast.json delete mode 100644 parser/testdata/00201_array_uniq/ast.json delete mode 100644 parser/testdata/00202_cross_join/ast.json delete mode 100644 parser/testdata/00203_full_join/ast.json delete mode 100644 parser/testdata/00204_extract_url_parameter/ast.json delete mode 100644 parser/testdata/00205_emptyscalar_subquery_type_mismatch_bug/ast.json delete mode 100644 parser/testdata/00205_scalar_subqueries/ast.json delete mode 100644 parser/testdata/00206_empty_array_to_single/ast.json delete mode 100644 parser/testdata/00207_left_array_join/ast.json delete mode 100644 parser/testdata/00208_agg_state_merge/ast.json delete mode 100644 parser/testdata/00209_insert_select_extremes/ast.json delete mode 100644 parser/testdata/00211_shard_query_formatting_aliases/ast.json delete mode 100644 parser/testdata/00212_long_shard_aggregate_function_uniq/ast.json delete mode 100644 parser/testdata/00213_multiple_global_in/ast.json delete mode 100644 parser/testdata/00214_primary_key_order/ast.json delete mode 100644 parser/testdata/00215_primary_key_order_zookeeper_long/ast.json delete mode 100644 parser/testdata/00216_bit_test_function_family/ast.json delete mode 100644 parser/testdata/00217_shard_global_subquery_columns_with_same_name/ast.json delete mode 100644 parser/testdata/00218_like_regexp_newline/ast.json delete mode 100644 parser/testdata/00219_full_right_join_column_order/ast.json delete mode 100644 parser/testdata/00220_shard_with_totals_in_subquery_remote_and_limit/ast.json delete mode 100644 parser/testdata/00222_sequence_aggregate_function_family/ast.json delete mode 100644 parser/testdata/00223_shard_distributed_aggregation_memory_efficient/ast.json delete mode 100644 parser/testdata/00224_shard_distributed_aggregation_memory_efficient_and_overflows/ast.json delete mode 100644 parser/testdata/00225_join_duplicate_columns/ast.json delete mode 100644 parser/testdata/00226_zookeeper_deduplication_and_unexpected_parts_long/ast.json delete mode 100644 parser/testdata/00227_quantiles_timing_arbitrary_order/ast.json delete mode 100644 parser/testdata/00228_shard_quantiles_deterministic_merge_overflow/ast.json delete mode 100644 parser/testdata/00229_prewhere_column_missing/ast.json delete mode 100644 parser/testdata/00230_array_functions_has_count_equal_index_of_non_const_second_arg/ast.json delete mode 100644 parser/testdata/00231_format_vertical_raw/ast.json delete mode 100644 parser/testdata/00232_format_readable_decimal_size/ast.json delete mode 100644 parser/testdata/00232_format_readable_size/ast.json delete mode 100644 parser/testdata/00233_position_function_family/ast.json delete mode 100644 parser/testdata/00233_position_function_sql_comparibilty/ast.json delete mode 100644 parser/testdata/00234_disjunctive_equality_chains_optimization/ast.json delete mode 100644 parser/testdata/00235_create_temporary_table_as/ast.json delete mode 100644 parser/testdata/00236_replicated_drop_on_non_leader_zookeeper_long/ast.json delete mode 100644 parser/testdata/00237_group_by_arrays/ast.json delete mode 100644 parser/testdata/00238_removal_of_temporary_columns/ast.json delete mode 100644 parser/testdata/00239_type_conversion_in_in/ast.json delete mode 100644 parser/testdata/00240_replace_substring_loop/ast.json delete mode 100644 parser/testdata/00250_tuple_comparison/ast.json delete mode 100644 parser/testdata/00251_has_types/ast.json delete mode 100644 parser/testdata/00252_shard_global_in_aggregate_function/ast.json delete mode 100644 parser/testdata/00253_insert_recursive_defaults/ast.json delete mode 100644 parser/testdata/00254_tuple_extremes/ast.json delete mode 100644 parser/testdata/00255_array_concat_string/ast.json delete mode 100644 parser/testdata/00256_reverse/ast.json delete mode 100644 parser/testdata/00257_shard_no_aggregates_and_constant_keys/ast.json delete mode 100644 parser/testdata/00258_materializing_tuples/ast.json delete mode 100644 parser/testdata/00259_hashing_tuples/ast.json delete mode 100644 parser/testdata/00260_like_and_curly_braces/ast.json delete mode 100644 parser/testdata/00261_storage_aliases_and_array_join/ast.json delete mode 100644 parser/testdata/00262_alter_alias/ast.json delete mode 100644 parser/testdata/00263_merge_aggregates_and_overflow/ast.json delete mode 100644 parser/testdata/00264_uniq_many_args/ast.json delete mode 100644 parser/testdata/00266_read_overflow_mode/ast.json delete mode 100644 parser/testdata/00266_shard_global_subquery_and_aliases/ast.json delete mode 100644 parser/testdata/00267_tuple_array_access_operators_priority/ast.json delete mode 100644 parser/testdata/00268_aliases_without_as_keyword/ast.json delete mode 100644 parser/testdata/00269_database_table_whitespace/ast.json delete mode 100644 parser/testdata/00270_views_query_processing_stage/ast.json delete mode 100644 parser/testdata/00271_agg_state_and_totals/ast.json delete mode 100644 parser/testdata/00272_union_all_and_in_subquery/ast.json delete mode 100644 parser/testdata/00273_quantiles/ast.json delete mode 100644 parser/testdata/00274_shard_group_array/ast.json delete mode 100644 parser/testdata/00275_shard_quantiles_weighted/ast.json delete mode 100644 parser/testdata/00276_sample/ast.json delete mode 100644 parser/testdata/00277_array_filter/ast.json delete mode 100644 parser/testdata/00278_insert_already_sorted/ast.json delete mode 100644 parser/testdata/00279_quantiles_permuted_args/ast.json delete mode 100644 parser/testdata/00280_hex_escape_sequence/ast.json delete mode 100644 parser/testdata/00282_merging/ast.json delete mode 100644 parser/testdata/00283_column_cut/ast.json delete mode 100644 parser/testdata/00284_external_aggregation/ast.json delete mode 100644 parser/testdata/00284_external_aggregation_2/ast.json delete mode 100644 parser/testdata/00285_not_all_data_in_totals/ast.json delete mode 100644 parser/testdata/00286_format_long_negative_float/ast.json delete mode 100644 parser/testdata/00287_column_const_with_nan/ast.json delete mode 100644 parser/testdata/00288_empty_stripelog/ast.json delete mode 100644 parser/testdata/00290_shard_aggregation_memory_efficient/ast.json delete mode 100644 parser/testdata/00291_array_reduce/ast.json delete mode 100644 parser/testdata/00292_parser_tuple_element/ast.json delete mode 100644 parser/testdata/00293_shard_max_subquery_depth/ast.json delete mode 100644 parser/testdata/00294_shard_enums/ast.json delete mode 100644 parser/testdata/00295_global_in_one_shard_rows_before_limit/ast.json delete mode 100644 parser/testdata/00296_url_parameters/ast.json delete mode 100644 parser/testdata/00298_enum_width_and_cast/ast.json delete mode 100644 parser/testdata/00299_stripe_log_multiple_inserts/ast.json delete mode 100644 parser/testdata/00300_csv/ast.json delete mode 100644 parser/testdata/00306_insert_values_and_expressions/ast.json delete mode 100644 parser/testdata/00307_format_xml/ast.json delete mode 100644 parser/testdata/00308_write_buffer_valid_utf8/ast.json delete mode 100644 parser/testdata/00309_formats/ast.json delete mode 100644 parser/testdata/00311_array_primary_key/ast.json delete mode 100644 parser/testdata/00312_position_case_insensitive_utf8/ast.json delete mode 100644 parser/testdata/00314_sample_factor_virtual_column/ast.json delete mode 100644 parser/testdata/00315_quantile_off_by_one/ast.json delete mode 100644 parser/testdata/00316_rounding_functions_and_empty_block/ast.json delete mode 100644 parser/testdata/00317_in_tuples_and_out_of_range_values/ast.json delete mode 100644 parser/testdata/00318_pk_tuple_order/ast.json delete mode 100644 parser/testdata/00319_index_for_like/ast.json delete mode 100644 parser/testdata/00320_between/ast.json delete mode 100644 parser/testdata/00321_pk_set/ast.json delete mode 100644 parser/testdata/00323_quantiles_timing_bug/ast.json delete mode 100644 parser/testdata/00324_hashing_enums/ast.json delete mode 100644 parser/testdata/00326_long_function_multi_if/ast.json delete mode 100644 parser/testdata/00327_summing_composite_nested/ast.json delete mode 100644 parser/testdata/00328_long_case_construction/ast.json delete mode 100644 parser/testdata/00330_view_subqueries/ast.json delete mode 100644 parser/testdata/00331_final_and_prewhere/ast.json delete mode 100644 parser/testdata/00331_final_and_prewhere_condition_ver_column/ast.json delete mode 100644 parser/testdata/00332_quantile_timing_memory_leak/ast.json delete mode 100644 parser/testdata/00333_parser_number_bug/ast.json delete mode 100644 parser/testdata/00334_column_aggregate_function_limit/ast.json delete mode 100644 parser/testdata/00337_shard_any_heavy/ast.json delete mode 100644 parser/testdata/00338_replicate_array_of_strings/ast.json delete mode 100644 parser/testdata/00340_squashing_insert_select/ast.json delete mode 100644 parser/testdata/00341_squashing_insert_select2/ast.json delete mode 100644 parser/testdata/00342_escape_sequences/ast.json delete mode 100644 parser/testdata/00343_array_element_generic/ast.json delete mode 100644 parser/testdata/00344_row_number_in_all_blocks/ast.json delete mode 100644 parser/testdata/00345_index_accurate_comparison/ast.json delete mode 100644 parser/testdata/00346_if_tuple/ast.json delete mode 100644 parser/testdata/00347_has_tuple/ast.json delete mode 100644 parser/testdata/00348_tuples/ast.json delete mode 100644 parser/testdata/00349_visible_width/ast.json delete mode 100644 parser/testdata/00350_count_distinct/ast.json delete mode 100644 parser/testdata/00351_select_distinct_arrays_tuples/ast.json delete mode 100644 parser/testdata/00352_external_sorting_and_constants/ast.json delete mode 100644 parser/testdata/00353_join_by_tuple/ast.json delete mode 100644 parser/testdata/00355_array_of_non_const_convertible_types/ast.json delete mode 100644 parser/testdata/00356_analyze_aggregations_and_union_all/ast.json delete mode 100644 parser/testdata/00357_to_string_complex_types/ast.json delete mode 100644 parser/testdata/00358_from_string_complex_types/ast.json delete mode 100644 parser/testdata/00359_convert_or_zero_functions/ast.json delete mode 100644 parser/testdata/00360_to_date_from_string_with_datetime/ast.json delete mode 100644 parser/testdata/00361_shared_array_offsets_and_squash_blocks/ast.json delete mode 100644 parser/testdata/00362_great_circle_distance/ast.json delete mode 100644 parser/testdata/00363_defaults/ast.json delete mode 100644 parser/testdata/00364_java_style_denormals/ast.json delete mode 100644 parser/testdata/00367_visible_width_of_array_tuple_enum/ast.json delete mode 100644 parser/testdata/00369_int_div_of_float/ast.json delete mode 100644 parser/testdata/00370_duplicate_columns_in_subqueries/ast.json delete mode 100644 parser/testdata/00371_union_all/ast.json delete mode 100644 parser/testdata/00373_group_by_tuple/ast.json delete mode 100644 parser/testdata/00374_any_last_if_merge/ast.json delete mode 100644 parser/testdata/00375_shard_group_uniq_array_of_string/ast.json delete mode 100644 parser/testdata/00376_shard_group_uniq_array_of_int_array/ast.json delete mode 100644 parser/testdata/00377_shard_group_uniq_array_of_string_array/ast.json delete mode 100644 parser/testdata/00378_json_quote_64bit_integers/ast.json delete mode 100644 parser/testdata/00381_first_significant_subdomain/ast.json delete mode 100644 parser/testdata/00383_utf8_validation/ast.json delete mode 100644 parser/testdata/00384_column_aggregate_function_insert_from/ast.json delete mode 100644 parser/testdata/00386_enum_in_pk/ast.json delete mode 100644 parser/testdata/00386_has_column_in_table/ast.json delete mode 100644 parser/testdata/00388_enum_with_totals/ast.json delete mode 100644 parser/testdata/00389_concat_operator/ast.json delete mode 100644 parser/testdata/00390_array_sort/ast.json delete mode 100644 parser/testdata/00392_enum_nested_alter/ast.json delete mode 100644 parser/testdata/00393_if_with_constant_condition/ast.json delete mode 100644 parser/testdata/00394_new_nested_column_keeps_offsets/ast.json delete mode 100644 parser/testdata/00394_replaceall_vector_fixed/ast.json delete mode 100644 parser/testdata/00395_nullable/ast.json delete mode 100644 parser/testdata/00396_uuid/ast.json delete mode 100644 parser/testdata/00396_uuid_v7/ast.json delete mode 100644 parser/testdata/00397_tsv_format_synonym/ast.json delete mode 100644 parser/testdata/00399_group_uniq_array_date_datetime/ast.json delete mode 100644 parser/testdata/00401_merge_and_stripelog/ast.json delete mode 100644 parser/testdata/00402_nan_and_extremes/ast.json delete mode 100644 parser/testdata/00403_to_start_of_day/ast.json delete mode 100644 parser/testdata/00404_null_literal/ast.json delete mode 100644 parser/testdata/00405_output_format_pretty_color/ast.json delete mode 100644 parser/testdata/00405_pretty_formats/ast.json delete mode 100644 parser/testdata/00406_tuples_with_nulls/ast.json delete mode 100644 parser/testdata/00409_shard_limit_by/ast.json delete mode 100644 parser/testdata/00410_aggregation_combinators_with_arenas/ast.json delete mode 100644 parser/testdata/00411_long_accurate_number_comparison_float/ast.json delete mode 100644 parser/testdata/00411_merge_tree_where_const_in_set/ast.json delete mode 100644 parser/testdata/00412_logical_expressions_optimizer/ast.json delete mode 100644 parser/testdata/00413_distinct/ast.json delete mode 100644 parser/testdata/00413_least_greatest_new_behavior/ast.json delete mode 100644 parser/testdata/00414_time_zones_direct_conversion/ast.json delete mode 100644 parser/testdata/00420_null_in_scalar_subqueries/ast.json delete mode 100644 parser/testdata/00422_hash_function_constexpr/ast.json delete mode 100644 parser/testdata/00423_storage_log_single_thread/ast.json delete mode 100644 parser/testdata/00424_shard_aggregate_functions_of_nullable/ast.json delete mode 100644 parser/testdata/00425_count_nullable/ast.json delete mode 100644 parser/testdata/00426_nulls_sorting/ast.json delete mode 100644 parser/testdata/00429_point_in_ellipses/ast.json delete mode 100644 parser/testdata/00431_if_nulls/ast.json delete mode 100644 parser/testdata/00432_aggregate_function_scalars_and_constants/ast.json delete mode 100644 parser/testdata/00433_ifnull/ast.json delete mode 100644 parser/testdata/00434_tonullable/ast.json delete mode 100644 parser/testdata/00435_coalesce/ast.json delete mode 100644 parser/testdata/00436_convert_charset/ast.json delete mode 100644 parser/testdata/00436_fixed_string_16_comparisons/ast.json delete mode 100644 parser/testdata/00437_nulls_first_last/ast.json delete mode 100644 parser/testdata/00438_bit_rotate/ast.json delete mode 100644 parser/testdata/00439_fixed_string_filter/ast.json delete mode 100644 parser/testdata/00440_nulls_merge_tree/ast.json delete mode 100644 parser/testdata/00441_nulls_in/ast.json delete mode 100644 parser/testdata/00442_filter_by_nullable/ast.json delete mode 100644 parser/testdata/00444_join_use_nulls/ast.json delete mode 100644 parser/testdata/00445_join_nullable_keys/ast.json delete mode 100644 parser/testdata/00446_clear_column_in_partition_zookeeper_long/ast.json delete mode 100644 parser/testdata/00447_foreach_modifier/ast.json delete mode 100644 parser/testdata/00448_replicate_nullable_tuple_generic/ast.json delete mode 100644 parser/testdata/00448_to_string_cut_to_zero/ast.json delete mode 100644 parser/testdata/00449_filter_array_nullable_tuple/ast.json delete mode 100644 parser/testdata/00450_higher_order_and_nullable/ast.json delete mode 100644 parser/testdata/00451_left_array_join_and_constants/ast.json delete mode 100644 parser/testdata/00452_left_array_join_and_nullable/ast.json delete mode 100644 parser/testdata/00453_cast_enum/ast.json delete mode 100644 parser/testdata/00453_top_k/ast.json delete mode 100644 parser/testdata/00456_alter_nullable/ast.json delete mode 100644 parser/testdata/00457_log_tinylog_stripelog_nullable/ast.json delete mode 100644 parser/testdata/00458_merge_type_cast/ast.json delete mode 100644 parser/testdata/00459_group_array_insert_at/ast.json delete mode 100644 parser/testdata/00460_vertical_and_totals_extremes/ast.json delete mode 100644 parser/testdata/00461_default_value_of_argument_type/ast.json delete mode 100644 parser/testdata/00462_json_true_false_literals/ast.json delete mode 100644 parser/testdata/00464_array_element_out_of_range/ast.json delete mode 100644 parser/testdata/00464_sort_all_constant_columns/ast.json delete mode 100644 parser/testdata/00465_nullable_default/ast.json delete mode 100644 parser/testdata/00466_comments_in_keyword/ast.json delete mode 100644 parser/testdata/00467_qualified_names/ast.json delete mode 100644 parser/testdata/00468_array_join_multiple_arrays_and_use_original_column/ast.json delete mode 100644 parser/testdata/00469_comparison_of_strings_containing_null_char/ast.json delete mode 100644 parser/testdata/00470_identifiers_in_double_quotes/ast.json delete mode 100644 parser/testdata/00471_sql_style_quoting/ast.json delete mode 100644 parser/testdata/00472_compare_uuid_with_constant_string/ast.json delete mode 100644 parser/testdata/00472_create_view_if_not_exists/ast.json delete mode 100644 parser/testdata/00475_in_join_db_table/ast.json delete mode 100644 parser/testdata/00476_pretty_formats_and_widths/ast.json delete mode 100644 parser/testdata/00477_parsing_data_types/ast.json delete mode 100644 parser/testdata/00479_date_and_datetime_to_number/ast.json delete mode 100644 parser/testdata/00480_mac_addresses/ast.json delete mode 100644 parser/testdata/00481_create_view_for_null/ast.json delete mode 100644 parser/testdata/00481_reading_from_last_granula/ast.json delete mode 100644 parser/testdata/00482_subqueries_and_aliases/ast.json delete mode 100644 parser/testdata/00483_cast_syntax/ast.json delete mode 100644 parser/testdata/00483_reading_from_array_structure/ast.json delete mode 100644 parser/testdata/00484_preferred_max_column_in_block_size_bytes/ast.json delete mode 100644 parser/testdata/00486_if_fixed_string/ast.json delete mode 100644 parser/testdata/00487_if_array_fixed_string/ast.json delete mode 100644 parser/testdata/00488_column_name_primary/ast.json delete mode 100644 parser/testdata/00488_non_ascii_column_names/ast.json delete mode 100644 parser/testdata/00489_pk_subexpression/ast.json delete mode 100644 parser/testdata/00490_special_line_separators_and_characters_outside_of_bmp/ast.json delete mode 100644 parser/testdata/00490_with_select/ast.json delete mode 100644 parser/testdata/00491_shard_distributed_and_aliases_in_where_having/ast.json delete mode 100644 parser/testdata/00492_drop_temporary_table/ast.json delete mode 100644 parser/testdata/00494_shard_alias_substitution_bug/ast.json delete mode 100644 parser/testdata/00495_reading_const_zero_column/ast.json delete mode 100644 parser/testdata/00498_array_functions_concat_slice_push_pop/ast.json delete mode 100644 parser/testdata/00498_bitwise_aggregate_functions/ast.json delete mode 100644 parser/testdata/00499_json_enum_insert/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon_2d_const/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon_3d_const/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon_bug/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon_bug_2/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon_bug_3_linestring_rotation_precision/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon_empty_bound/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon_nan/ast.json delete mode 100644 parser/testdata/00500_point_in_polygon_non_const_poly/ast.json delete mode 100644 parser/testdata/00502_custom_partitioning_local/ast.json delete mode 100644 parser/testdata/00502_custom_partitioning_replicated_zookeeper_long/ast.json delete mode 100644 parser/testdata/00502_string_concat_with_array/ast.json delete mode 100644 parser/testdata/00502_sum_map/ast.json delete mode 100644 parser/testdata/00503_cast_const_nullable/ast.json delete mode 100644 parser/testdata/00504_mergetree_arrays_rw/ast.json delete mode 100644 parser/testdata/00506_shard_global_in_union/ast.json delete mode 100644 parser/testdata/00506_union_distributed/ast.json delete mode 100644 parser/testdata/00507_sumwithoverflow/ast.json delete mode 100644 parser/testdata/00508_materialized_view_to/ast.json delete mode 100644 parser/testdata/00509_extended_storage_definition_syntax_zookeeper/ast.json delete mode 100644 parser/testdata/00510_materizlized_view_and_deduplication_zookeeper/ast.json delete mode 100644 parser/testdata/00511_get_size_of_enum/ast.json delete mode 100644 parser/testdata/00513_fractional_time_zones/ast.json delete mode 100644 parser/testdata/00514_interval_operators/ast.json delete mode 100644 parser/testdata/00515_enhanced_time_zones/ast.json delete mode 100644 parser/testdata/00515_gcd_lcm/ast.json delete mode 100644 parser/testdata/00515_shard_desc_table_functions_and_subqueries/ast.json delete mode 100644 parser/testdata/00516_deduplication_after_drop_partition_zookeeper/ast.json delete mode 100644 parser/testdata/00516_is_inf_nan/ast.json delete mode 100644 parser/testdata/00516_modulo/ast.json delete mode 100644 parser/testdata/00517_date_parsing/ast.json delete mode 100644 parser/testdata/00518_extract_all_and_empty_matches/ast.json delete mode 100644 parser/testdata/00519_create_as_select_from_temporary_table/ast.json delete mode 100644 parser/testdata/00520_tuple_values_interpreter/ast.json delete mode 100644 parser/testdata/00521_multidimensional/ast.json delete mode 100644 parser/testdata/00522_multidimensional/ast.json delete mode 100644 parser/testdata/00523_aggregate_functions_in_group_array/ast.json delete mode 100644 parser/testdata/00524_time_intervals_months_underflow/ast.json delete mode 100644 parser/testdata/00525_aggregate_functions_of_nullable_that_return_non_nullable/ast.json delete mode 100644 parser/testdata/00526_array_join_with_arrays_of_nullable/ast.json delete mode 100644 parser/testdata/00527_totals_having_nullable/ast.json delete mode 100644 parser/testdata/00528_const_of_nullable/ast.json delete mode 100644 parser/testdata/00529_orantius/ast.json delete mode 100644 parser/testdata/00530_arrays_of_nothing/ast.json delete mode 100644 parser/testdata/00531_aggregate_over_nullable/ast.json delete mode 100644 parser/testdata/00532_topk_generic/ast.json delete mode 100644 parser/testdata/00533_uniq_array/ast.json delete mode 100644 parser/testdata/00534_exp10/ast.json delete mode 100644 parser/testdata/00535_parse_float_scientific/ast.json delete mode 100644 parser/testdata/00536_int_exp/ast.json delete mode 100644 parser/testdata/00536_int_exp_overflow/ast.json delete mode 100644 parser/testdata/00537_quarters/ast.json delete mode 100644 parser/testdata/00538_datediff/ast.json delete mode 100644 parser/testdata/00538_datediff_plural_units/ast.json delete mode 100644 parser/testdata/00539_functions_for_working_with_json/ast.json delete mode 100644 parser/testdata/00541_kahan_sum/ast.json delete mode 100644 parser/testdata/00541_to_start_of_fifteen_minutes/ast.json delete mode 100644 parser/testdata/00542_access_to_temporary_table_in_readonly_mode/ast.json delete mode 100644 parser/testdata/00542_materialized_view_and_time_zone_tag/ast.json delete mode 100644 parser/testdata/00543_null_and_prewhere/ast.json delete mode 100644 parser/testdata/00544_agg_foreach_of_two_arg/ast.json delete mode 100644 parser/testdata/00544_insert_with_select/ast.json delete mode 100644 parser/testdata/00545_weird_aggregate_functions/ast.json delete mode 100644 parser/testdata/00546_shard_tuple_element_formatting/ast.json delete mode 100644 parser/testdata/00547_named_tuples/ast.json delete mode 100644 parser/testdata/00548_slice_of_nested/ast.json delete mode 100644 parser/testdata/00549_join_use_nulls/ast.json delete mode 100644 parser/testdata/00551_parse_or_null/ast.json delete mode 100644 parser/testdata/00552_logical_functions_simple/ast.json delete mode 100644 parser/testdata/00552_logical_functions_ternary/ast.json delete mode 100644 parser/testdata/00552_logical_functions_uint8_as_bool/ast.json delete mode 100644 parser/testdata/00552_or_nullable/ast.json delete mode 100644 parser/testdata/00553_buff_exists_materlized_column/ast.json delete mode 100644 parser/testdata/00553_invalid_nested_name/ast.json delete mode 100644 parser/testdata/00554_nested_and_table_engines/ast.json delete mode 100644 parser/testdata/00555_hasAll_hasAny/ast.json delete mode 100644 parser/testdata/00555_hasSubstr/ast.json delete mode 100644 parser/testdata/00555_right_join_excessive_rows/ast.json delete mode 100644 parser/testdata/00556_array_intersect/ast.json delete mode 100644 parser/testdata/00556_remove_columns_from_subquery/ast.json delete mode 100644 parser/testdata/00557_alter_null_storage_tables/ast.json delete mode 100644 parser/testdata/00557_array_resize/ast.json delete mode 100644 parser/testdata/00558_aggregate_merge_totals_with_arenas/ast.json delete mode 100644 parser/testdata/00558_parse_floats/ast.json delete mode 100644 parser/testdata/00559_filter_array_generic/ast.json delete mode 100644 parser/testdata/00560_float_leading_plus_in_exponent/ast.json delete mode 100644 parser/testdata/00561_storage_join/ast.json delete mode 100644 parser/testdata/00562_in_subquery_merge_tree/ast.json delete mode 100644 parser/testdata/00562_rewrite_select_expression_with_union/ast.json delete mode 100644 parser/testdata/00563_complex_in_expression/ast.json delete mode 100644 parser/testdata/00563_insert_into_remote_and_zookeeper_long/ast.json delete mode 100644 parser/testdata/00563_shard_insert_into_remote/ast.json delete mode 100644 parser/testdata/00564_initial_column_values_with_default_expression/ast.json delete mode 100644 parser/testdata/00564_temporary_table_management/ast.json delete mode 100644 parser/testdata/00564_versioned_collapsing_merge_tree/ast.json delete mode 100644 parser/testdata/00566_enum_min_max/ast.json delete mode 100644 parser/testdata/00567_parse_datetime_as_unix_timestamp/ast.json delete mode 100644 parser/testdata/00568_empty_function_with_fixed_string/ast.json delete mode 100644 parser/testdata/00569_parse_date_time_best_effort/ast.json delete mode 100644 parser/testdata/00570_empty_array_is_const/ast.json delete mode 100644 parser/testdata/00571_alter_nullable/ast.json delete mode 100644 parser/testdata/00571_non_exist_database_when_create_materializ_view/ast.json delete mode 100644 parser/testdata/00572_aggregation_by_empty_set/ast.json delete mode 100644 parser/testdata/00573_shard_aggregation_by_empty_set/ast.json delete mode 100644 parser/testdata/00575_merge_and_index_with_function_in_in/ast.json delete mode 100644 parser/testdata/00576_nested_and_prewhere/ast.json delete mode 100644 parser/testdata/00577_full_join_segfault/ast.json delete mode 100644 parser/testdata/00577_replacing_merge_tree_vertical_merge/ast.json delete mode 100644 parser/testdata/00578_merge_table_and_table_virtual_column/ast.json delete mode 100644 parser/testdata/00578_merge_table_sampling/ast.json delete mode 100644 parser/testdata/00578_merge_table_shadow_virtual_column/ast.json delete mode 100644 parser/testdata/00578_merge_trees_without_primary_key/ast.json delete mode 100644 parser/testdata/00579_merge_tree_partition_and_primary_keys_using_same_expression/ast.json delete mode 100644 parser/testdata/00579_virtual_column_and_lazy/ast.json delete mode 100644 parser/testdata/00580_cast_nullable_to_non_nullable/ast.json delete mode 100644 parser/testdata/00580_consistent_hashing_functions/ast.json delete mode 100644 parser/testdata/00581_limit_on_result_and_subquery_and_insert/ast.json delete mode 100644 parser/testdata/00582_not_aliasing_functions/ast.json delete mode 100644 parser/testdata/00583_limit_by_expressions/ast.json delete mode 100644 parser/testdata/00584_view_union_all/ast.json delete mode 100644 parser/testdata/00585_union_all_subquery_aggregation_column_removal/ast.json delete mode 100644 parser/testdata/00586_removing_unused_columns_from_subquery/ast.json delete mode 100644 parser/testdata/00587_union_all_type_conversions/ast.json delete mode 100644 parser/testdata/00588_shard_distributed_prewhere/ast.json delete mode 100644 parser/testdata/00589_removal_unused_columns_aggregation/ast.json delete mode 100644 parser/testdata/00590_limit_by_column_removal/ast.json delete mode 100644 parser/testdata/00591_columns_removal_union_all/ast.json delete mode 100644 parser/testdata/00592_union_all_different_aliases/ast.json delete mode 100644 parser/testdata/00593_union_all_assert_columns_removed/ast.json delete mode 100644 parser/testdata/00594_alias_in_distributed/ast.json delete mode 100644 parser/testdata/00597_push_down_predicate_long/ast.json delete mode 100644 parser/testdata/00597_with_totals_on_empty_set/ast.json delete mode 100644 parser/testdata/00599_create_view_with_subquery/ast.json delete mode 100644 parser/testdata/00600_create_temporary_table_if_not_exists/ast.json delete mode 100644 parser/testdata/00603_system_parts_nonexistent_database/ast.json delete mode 100644 parser/testdata/00604_shard_remote_and_columns_with_defaults/ast.json delete mode 100644 parser/testdata/00604_show_create_database/ast.json delete mode 100644 parser/testdata/00605_intersections_aggregate_functions/ast.json delete mode 100644 parser/testdata/00606_quantiles_and_nans/ast.json delete mode 100644 parser/testdata/00607_index_in_in/ast.json delete mode 100644 parser/testdata/00608_uniq_array/ast.json delete mode 100644 parser/testdata/00609_distributed_with_case_when_then/ast.json delete mode 100644 parser/testdata/00609_mv_index_in_in/ast.json delete mode 100644 parser/testdata/00609_prewhere_and_default/ast.json delete mode 100644 parser/testdata/00610_materialized_view_forward_alter_partition_statements/ast.json delete mode 100644 parser/testdata/00612_count/ast.json delete mode 100644 parser/testdata/00612_http_max_query_size_for_distributed/ast.json delete mode 100644 parser/testdata/00612_pk_in_tuple/ast.json delete mode 100644 parser/testdata/00612_shard_count/ast.json delete mode 100644 parser/testdata/00612_union_query_with_subquery/ast.json delete mode 100644 parser/testdata/00613_shard_distributed_max_execution_time/ast.json delete mode 100644 parser/testdata/00614_array_nullable/ast.json delete mode 100644 parser/testdata/00614_shard_same_header_for_local_and_remote_node_in_distributed_query/ast.json delete mode 100644 parser/testdata/00615_nullable_alter_optimize/ast.json delete mode 100644 parser/testdata/00616_final_single_part/ast.json delete mode 100644 parser/testdata/00617_array_in/ast.json delete mode 100644 parser/testdata/00618_nullable_in/ast.json delete mode 100644 parser/testdata/00619_extract/ast.json delete mode 100644 parser/testdata/00619_union_highlite/ast.json delete mode 100644 parser/testdata/00620_optimize_on_nonleader_replica_zookeeper/ast.json delete mode 100644 parser/testdata/00621_regression_for_in_operator/ast.json delete mode 100644 parser/testdata/00622_select_in_parens/ast.json delete mode 100644 parser/testdata/00623_in_partition_key/ast.json delete mode 100644 parser/testdata/00623_replicated_truncate_table_zookeeper_long/ast.json delete mode 100644 parser/testdata/00623_truncate_all_tables/ast.json delete mode 100644 parser/testdata/00623_truncate_table/ast.json delete mode 100644 parser/testdata/00624_length_utf8/ast.json delete mode 100644 parser/testdata/00625_arrays_in_nested/ast.json delete mode 100644 parser/testdata/00625_summing_merge_tree_merge/ast.json delete mode 100644 parser/testdata/00626_in_syntax/ast.json delete mode 100644 parser/testdata/00626_replace_partition_from_table/ast.json delete mode 100644 parser/testdata/00627_recursive_alias/ast.json delete mode 100644 parser/testdata/00628_in_lambda_on_merge_table_bug/ast.json delete mode 100644 parser/testdata/00632_aggregation_window_funnel/ast.json delete mode 100644 parser/testdata/00632_get_sample_block_cache/ast.json delete mode 100644 parser/testdata/00633_func_or_in/ast.json delete mode 100644 parser/testdata/00634_rename_view/ast.json delete mode 100644 parser/testdata/00635_shard_distinct_order_by/ast.json delete mode 100644 parser/testdata/00639_startsWith/ast.json delete mode 100644 parser/testdata/00640_endsWith/ast.json delete mode 100644 parser/testdata/00642_cast/ast.json delete mode 100644 parser/testdata/00643_cast_zookeeper_long/ast.json delete mode 100644 parser/testdata/00644_different_expressions_with_same_alias/ast.json delete mode 100644 parser/testdata/00645_date_time_input_format/ast.json delete mode 100644 parser/testdata/00646_weird_mmx/ast.json delete mode 100644 parser/testdata/00647_histogram/ast.json delete mode 100644 parser/testdata/00647_histogram_negative/ast.json delete mode 100644 parser/testdata/00647_multiply_aggregation_state/ast.json delete mode 100644 parser/testdata/00647_select_numbers_with_offset/ast.json delete mode 100644 parser/testdata/00648_replacing_empty_set_from_prewhere/ast.json delete mode 100644 parser/testdata/00649_quantile_tdigest_negative/ast.json delete mode 100644 parser/testdata/00650_array_enumerate_uniq_with_tuples/ast.json delete mode 100644 parser/testdata/00653_monotonic_integer_cast/ast.json delete mode 100644 parser/testdata/00653_running_difference/ast.json delete mode 100644 parser/testdata/00660_optimize_final_without_partition/ast.json delete mode 100644 parser/testdata/00661_array_has_silviucpp/ast.json delete mode 100644 parser/testdata/00661_optimize_final_replicated_without_partition_zookeeper/ast.json delete mode 100644 parser/testdata/00662_array_has_nullable/ast.json delete mode 100644 parser/testdata/00662_has_nullable/ast.json delete mode 100644 parser/testdata/00663_tiny_log_empty_insert/ast.json delete mode 100644 parser/testdata/00664_cast_from_string_to_nullable/ast.json delete mode 100644 parser/testdata/00665_alter_nullable_string_to_nullable_uint8/ast.json delete mode 100644 parser/testdata/00666_uniq_complex_types/ast.json delete mode 100644 parser/testdata/00667_compare_arrays_of_different_types/ast.json delete mode 100644 parser/testdata/00668_compare_arrays_silviucpp/ast.json delete mode 100644 parser/testdata/00670_truncate_temporary_table/ast.json delete mode 100644 parser/testdata/00671_max_intersections/ast.json delete mode 100644 parser/testdata/00672_arrayDistinct/ast.json delete mode 100644 parser/testdata/00673_subquery_prepared_set_performance/ast.json delete mode 100644 parser/testdata/00674_has_array_enum/ast.json delete mode 100644 parser/testdata/00674_join_on_syntax/ast.json delete mode 100644 parser/testdata/00675_shard_remote_with_table_function/ast.json delete mode 100644 parser/testdata/00676_group_by_in/ast.json delete mode 100644 parser/testdata/00677_shard_any_heavy_merge/ast.json delete mode 100644 parser/testdata/00678_murmurhash/ast.json delete mode 100644 parser/testdata/00678_shard_funnel_window/ast.json delete mode 100644 parser/testdata/00679_replace_asterisk/ast.json delete mode 100644 parser/testdata/00679_uuid_in_key/ast.json delete mode 100644 parser/testdata/00680_duplicate_columns_inside_union_all/ast.json delete mode 100644 parser/testdata/00681_duplicate_columns_inside_union_all_stas_sviridov/ast.json delete mode 100644 parser/testdata/00685_output_format_json_escape_forward_slashes/ast.json delete mode 100644 parser/testdata/00687_insert_into_mv/ast.json delete mode 100644 parser/testdata/00688_aggregation_retention/ast.json delete mode 100644 parser/testdata/00688_case_without_else/ast.json delete mode 100644 parser/testdata/00688_low_cardinality_alter_add_column/ast.json delete mode 100644 parser/testdata/00688_low_cardinality_defaults/ast.json delete mode 100644 parser/testdata/00688_low_cardinality_dictionary_deserialization/ast.json delete mode 100644 parser/testdata/00688_low_cardinality_in/ast.json delete mode 100644 parser/testdata/00688_low_cardinality_nullable_cast/ast.json delete mode 100644 parser/testdata/00688_low_cardinality_prewhere/ast.json delete mode 100644 parser/testdata/00688_low_cardinality_serialization/ast.json delete mode 100644 parser/testdata/00688_low_cardinality_syntax/ast.json delete mode 100644 parser/testdata/00689_join_table_function/ast.json delete mode 100644 parser/testdata/00691_array_distinct/ast.json delete mode 100644 parser/testdata/00692_if_exception_code/ast.json delete mode 100644 parser/testdata/00693_max_block_size_system_tables_columns/ast.json delete mode 100644 parser/testdata/00695_pretty_max_column_pad_width/ast.json delete mode 100644 parser/testdata/00696_system_columns_limit/ast.json delete mode 100644 parser/testdata/00697_in_subquery_shard/ast.json delete mode 100644 parser/testdata/00698_validate_array_sizes_for_nested/ast.json delete mode 100644 parser/testdata/00698_validate_array_sizes_for_nested_kshvakov/ast.json delete mode 100644 parser/testdata/00700_decimal_aggregates/ast.json delete mode 100644 parser/testdata/00700_decimal_arithm/ast.json delete mode 100644 parser/testdata/00700_decimal_array_functions/ast.json delete mode 100644 parser/testdata/00700_decimal_bounds/ast.json delete mode 100644 parser/testdata/00700_decimal_casts/ast.json delete mode 100644 parser/testdata/00700_decimal_casts_2/ast.json delete mode 100644 parser/testdata/00700_decimal_compare/ast.json delete mode 100644 parser/testdata/00700_decimal_complex_types/ast.json delete mode 100644 parser/testdata/00700_decimal_defaults/ast.json delete mode 100644 parser/testdata/00700_decimal_empty_aggregates/ast.json delete mode 100644 parser/testdata/00700_decimal_formats/ast.json delete mode 100644 parser/testdata/00700_decimal_gathers/ast.json delete mode 100644 parser/testdata/00700_decimal_in_keys/ast.json delete mode 100644 parser/testdata/00700_decimal_math/ast.json delete mode 100644 parser/testdata/00700_decimal_null/ast.json delete mode 100644 parser/testdata/00700_decimal_round/ast.json delete mode 100644 parser/testdata/00700_decimal_with_default_precision_and_scale/ast.json delete mode 100644 parser/testdata/00700_to_decimal_or_something/ast.json delete mode 100644 parser/testdata/00701_context_use_after_free/ast.json delete mode 100644 parser/testdata/00701_join_default_strictness/ast.json delete mode 100644 parser/testdata/00701_rollup/ast.json delete mode 100644 parser/testdata/00702_join_on_dups/ast.json delete mode 100644 parser/testdata/00702_join_with_using/ast.json delete mode 100644 parser/testdata/00702_join_with_using_dups/ast.json delete mode 100644 parser/testdata/00702_where_with_quailified_names/ast.json delete mode 100644 parser/testdata/00703_join_crash/ast.json delete mode 100644 parser/testdata/00704_arrayCumSumLimited_arrayDifference/ast.json delete mode 100644 parser/testdata/00705_aggregate_states_addition/ast.json delete mode 100644 parser/testdata/00706_iso_week_and_day_of_year/ast.json delete mode 100644 parser/testdata/00707_float_csv_delimiter/ast.json delete mode 100644 parser/testdata/00709_virtual_column_partition_id/ast.json delete mode 100644 parser/testdata/00710_array_enumerate_dense/ast.json delete mode 100644 parser/testdata/00711_array_enumerate_variants/ast.json delete mode 100644 parser/testdata/00712_nan_comparison/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_alias/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_alias_and_virtual_column/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_alias_bug/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_alias_bug_2/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_final/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_missing_columns/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_missing_columns_2/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_sampling/ast.json delete mode 100644 parser/testdata/00712_prewhere_with_sampling_and_alias/ast.json delete mode 100644 parser/testdata/00713_collapsing_merge_tree/ast.json delete mode 100644 parser/testdata/00714_alter_uuid/ast.json delete mode 100644 parser/testdata/00714_create_temporary_table_with_in_clause/ast.json delete mode 100644 parser/testdata/00715_bounding_ratio/ast.json delete mode 100644 parser/testdata/00715_bounding_ratio_merge_empty/ast.json delete mode 100644 parser/testdata/00716_allow_ddl/ast.json delete mode 100644 parser/testdata/00717_default_join_type/ast.json delete mode 100644 parser/testdata/00717_low_cardinaliry_distributed_group_by/ast.json delete mode 100644 parser/testdata/00717_low_cardinaliry_group_by/ast.json delete mode 100644 parser/testdata/00717_merge_and_distributed/ast.json delete mode 100644 parser/testdata/00718_format_datetime/ast.json delete mode 100644 parser/testdata/00718_format_datetime_1/ast.json delete mode 100644 parser/testdata/00718_low_cardinaliry_alter/ast.json delete mode 100644 parser/testdata/00719_format_datetime_f_varsize_bug/ast.json delete mode 100644 parser/testdata/00719_format_datetime_rand/ast.json delete mode 100644 parser/testdata/00720_combinations_of_aggregate_combinators/ast.json delete mode 100644 parser/testdata/00720_with_cube/ast.json delete mode 100644 parser/testdata/00721_force_by_identical_result_after_merge_zookeeper_long/ast.json delete mode 100644 parser/testdata/00722_inner_join/ast.json delete mode 100644 parser/testdata/00723_remerge_sort/ast.json delete mode 100644 parser/testdata/00724_insert_values_datetime_conversion/ast.json delete mode 100644 parser/testdata/00725_comment_columns_long/ast.json delete mode 100644 parser/testdata/00725_ipv4_ipv6_domains/ast.json delete mode 100644 parser/testdata/00725_join_on_bug_1/ast.json delete mode 100644 parser/testdata/00725_join_on_bug_2/ast.json delete mode 100644 parser/testdata/00725_join_on_bug_3/ast.json delete mode 100644 parser/testdata/00725_join_on_bug_4/ast.json delete mode 100644 parser/testdata/00725_memory_tracking/ast.json delete mode 100644 parser/testdata/00725_quantiles_shard/ast.json delete mode 100644 parser/testdata/00726_length_aliases/ast.json delete mode 100644 parser/testdata/00726_materialized_view_concurrent/ast.json delete mode 100644 parser/testdata/00726_modulo_for_date/ast.json delete mode 100644 parser/testdata/00727_concat/ast.json delete mode 100644 parser/testdata/00729_prewhere_array_join/ast.json delete mode 100644 parser/testdata/00730_unicode_terminal_format/ast.json delete mode 100644 parser/testdata/00732_base64_functions/ast.json delete mode 100644 parser/testdata/00732_decimal_summing_merge_tree/ast.json delete mode 100644 parser/testdata/00732_quorum_insert_have_data_before_quorum_zookeeper_long/ast.json delete mode 100644 parser/testdata/00732_quorum_insert_lost_part_and_alive_part_zookeeper_long/ast.json delete mode 100644 parser/testdata/00732_quorum_insert_lost_part_zookeeper_long/ast.json delete mode 100644 parser/testdata/00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long/ast.json delete mode 100644 parser/testdata/00732_quorum_insert_simple_test_1_parts_zookeeper_long/ast.json delete mode 100644 parser/testdata/00732_quorum_insert_simple_test_2_parts_zookeeper_long/ast.json delete mode 100644 parser/testdata/00733_if_datetime/ast.json delete mode 100644 parser/testdata/00734_timeslot/ast.json delete mode 100644 parser/testdata/00735_long_conditional/ast.json delete mode 100644 parser/testdata/00735_or_expr_optimize_bug/ast.json delete mode 100644 parser/testdata/00736_disjunction_optimisation/ast.json delete mode 100644 parser/testdata/00737_decimal_group_by/ast.json delete mode 100644 parser/testdata/00738_nested_merge_multidimensional_array/ast.json delete mode 100644 parser/testdata/00739_array_element_nullable_string_mattrobenolt/ast.json delete mode 100644 parser/testdata/00740_database_in_nested_view/ast.json delete mode 100644 parser/testdata/00740_optimize_predicate_expression/ast.json delete mode 100644 parser/testdata/00741_client_comment_multiline/ast.json delete mode 100644 parser/testdata/00742_require_join_strictness/ast.json delete mode 100644 parser/testdata/00743_limit_by_not_found_column/ast.json delete mode 100644 parser/testdata/00744_join_not_found_column/ast.json delete mode 100644 parser/testdata/00745_compile_scalar_subquery/ast.json delete mode 100644 parser/testdata/00746_compile_non_deterministic_function/ast.json delete mode 100644 parser/testdata/00746_hashing_tuples/ast.json delete mode 100644 parser/testdata/00747_contributors/ast.json delete mode 100644 parser/testdata/00748_insert_array_with_null/ast.json delete mode 100644 parser/testdata/00749_inner_join_of_unnamed_subqueries/ast.json delete mode 100644 parser/testdata/00750_merge_tree_merge_with_o_direct/ast.json delete mode 100644 parser/testdata/00751_default_databasename_for_view/ast.json delete mode 100644 parser/testdata/00751_hashing_ints/ast.json delete mode 100644 parser/testdata/00751_low_cardinality_nullable_group_by/ast.json delete mode 100644 parser/testdata/00752_low_cardinality_array_result/ast.json delete mode 100644 parser/testdata/00752_low_cardinality_lambda_argument/ast.json delete mode 100644 parser/testdata/00752_low_cardinality_left_array_join/ast.json delete mode 100644 parser/testdata/00752_low_cardinality_mv_1/ast.json delete mode 100644 parser/testdata/00752_low_cardinality_mv_2/ast.json delete mode 100644 parser/testdata/00752_low_cardinality_permute/ast.json delete mode 100644 parser/testdata/00753_alter_attach/ast.json delete mode 100644 parser/testdata/00753_alter_destination_for_storage_buffer/ast.json delete mode 100644 parser/testdata/00753_comment_columns_zookeeper/ast.json delete mode 100644 parser/testdata/00753_distributed_system_columns_and_system_tables/ast.json delete mode 100644 parser/testdata/00753_quantile_format/ast.json delete mode 100644 parser/testdata/00753_system_columns_and_system_tables_long/ast.json delete mode 100644 parser/testdata/00753_with_with_single_alias/ast.json delete mode 100644 parser/testdata/00754_alter_modify_column_partitions/ast.json delete mode 100644 parser/testdata/00754_alter_modify_order_by/ast.json delete mode 100644 parser/testdata/00754_alter_modify_order_by_replicated_zookeeper_long/ast.json delete mode 100644 parser/testdata/00754_first_significant_subdomain_more/ast.json delete mode 100644 parser/testdata/00755_avg_value_size_hint_passing/ast.json delete mode 100644 parser/testdata/00756_power_alias/ast.json delete mode 100644 parser/testdata/00757_enum_defaults/ast.json delete mode 100644 parser/testdata/00757_enum_defaults_const/ast.json delete mode 100644 parser/testdata/00757_enum_defaults_const_analyzer/ast.json delete mode 100644 parser/testdata/00758_array_reverse/ast.json delete mode 100644 parser/testdata/00759_kodieg/ast.json delete mode 100644 parser/testdata/00760_insert_json_with_defaults/ast.json delete mode 100644 parser/testdata/00760_url_functions_overflow/ast.json delete mode 100644 parser/testdata/00761_lower_utf8_bug/ast.json delete mode 100644 parser/testdata/00762_date_comparsion/ast.json delete mode 100644 parser/testdata/00763_create_query_as_table_engine_bug/ast.json delete mode 100644 parser/testdata/00765_locate/ast.json delete mode 100644 parser/testdata/00765_sql_compatibility_aliases/ast.json delete mode 100644 parser/testdata/00779_all_right_join_max_block_size/ast.json delete mode 100644 parser/testdata/00780_unaligned_array_join/ast.json delete mode 100644 parser/testdata/00794_materialized_view_with_column_defaults/ast.json delete mode 100644 parser/testdata/00799_function_dry_run/ast.json delete mode 100644 parser/testdata/00800_function_java_hash/ast.json delete mode 100644 parser/testdata/00800_low_cardinality_array_group_by_arg/ast.json delete mode 100644 parser/testdata/00800_low_cardinality_distinct_numeric/ast.json delete mode 100644 parser/testdata/00800_low_cardinality_distributed_insert/ast.json delete mode 100644 parser/testdata/00800_low_cardinality_empty_array/ast.json delete mode 100644 parser/testdata/00800_low_cardinality_join/ast.json delete mode 100644 parser/testdata/00800_versatile_storage_join/ast.json delete mode 100644 parser/testdata/00801_daylight_saving_time_hour_underflow/ast.json delete mode 100644 parser/testdata/00802_daylight_saving_time_shift_backwards_at_midnight/ast.json delete mode 100644 parser/testdata/00802_system_parts_with_datetime_partition/ast.json delete mode 100644 parser/testdata/00803_odbc_driver_2_format/ast.json delete mode 100644 parser/testdata/00803_xxhash/ast.json delete mode 100644 parser/testdata/00804_rollup_with_having/ast.json delete mode 100644 parser/testdata/00804_test_alter_compression_codecs/ast.json delete mode 100644 parser/testdata/00804_test_custom_compression_codecs/ast.json delete mode 100644 parser/testdata/00804_test_custom_compression_codes_log_storages/ast.json delete mode 100644 parser/testdata/00804_test_deflate_qpl_codec_compression/ast.json delete mode 100644 parser/testdata/00804_test_delta_codec_compression/ast.json delete mode 100644 parser/testdata/00804_test_delta_codec_no_type_alter/ast.json delete mode 100644 parser/testdata/00804_test_zstd_qat_codec_compression/ast.json delete mode 100644 parser/testdata/00805_round_down/ast.json delete mode 100644 parser/testdata/00806_alter_update/ast.json delete mode 100644 parser/testdata/00807_regexp_quote_meta/ast.json delete mode 100644 parser/testdata/00808_array_enumerate_segfault/ast.json delete mode 100644 parser/testdata/00808_not_optimize_predicate/ast.json delete mode 100644 parser/testdata/00809_add_days_segfault/ast.json delete mode 100644 parser/testdata/00810_in_operators_segfault/ast.json delete mode 100644 parser/testdata/00811_garbage/ast.json delete mode 100644 parser/testdata/00812_prewhere_alias_array/ast.json delete mode 100644 parser/testdata/00813_parse_date_time_best_effort_more/ast.json delete mode 100644 parser/testdata/00814_parsing_ub/ast.json delete mode 100644 parser/testdata/00815_left_join_on_stepanel/ast.json delete mode 100644 parser/testdata/00816_join_column_names_sarg/ast.json delete mode 100644 parser/testdata/00817_with_simple/ast.json delete mode 100644 parser/testdata/00818_alias_bug_4110/ast.json delete mode 100644 parser/testdata/00818_inner_join_bug_3567/ast.json delete mode 100644 parser/testdata/00818_join_bug_4271/ast.json delete mode 100644 parser/testdata/00819_ast_refactoring_bugs/ast.json delete mode 100644 parser/testdata/00819_full_join_wrong_columns_in_block/ast.json delete mode 100644 parser/testdata/00820_multiple_joins/ast.json delete mode 100644 parser/testdata/00820_multiple_joins_subquery_requires_alias/ast.json delete mode 100644 parser/testdata/00821_distributed_storage_with_join_on/ast.json delete mode 100644 parser/testdata/00822_array_insert_default/ast.json delete mode 100644 parser/testdata/00823_sequence_match_dfa/ast.json delete mode 100644 parser/testdata/00824_filesystem/ast.json delete mode 100644 parser/testdata/00826_cross_to_inner_join/ast.json delete mode 100644 parser/testdata/00829_bitmap64_function/ast.json delete mode 100644 parser/testdata/00829_bitmap_function/ast.json delete mode 100644 parser/testdata/00830_join_overwrite/ast.json delete mode 100644 parser/testdata/00831_quantile_weighted_parameter_check/ast.json delete mode 100644 parser/testdata/00832_storage_file_lock/ast.json delete mode 100644 parser/testdata/00833_sleep_overflow/ast.json delete mode 100644 parser/testdata/00834_date_datetime_cmp/ast.json delete mode 100644 parser/testdata/00834_limit_with_constant_expressions/ast.json delete mode 100644 parser/testdata/00834_not_between/ast.json delete mode 100644 parser/testdata/00835_if_generic_case/ast.json delete mode 100644 parser/testdata/00836_indices_alter/ast.json delete mode 100644 parser/testdata/00836_indices_alter_replicated_zookeeper_long/ast.json delete mode 100644 parser/testdata/00836_numbers_table_function_zero/ast.json delete mode 100644 parser/testdata/00837_insert_select_and_read_prefix/ast.json delete mode 100644 parser/testdata/00837_minmax_index_replicated_zookeeper_long/ast.json delete mode 100644 parser/testdata/00839_bitmask_negative/ast.json delete mode 100644 parser/testdata/00840_top_k_weighted/ast.json delete mode 100644 parser/testdata/00841_temporary_table_database/ast.json delete mode 100644 parser/testdata/00842_array_with_constant_overflow/ast.json delete mode 100644 parser/testdata/00843_optimize_predicate_and_rename_table/ast.json delete mode 100644 parser/testdata/00844_join_lightee2/ast.json delete mode 100644 parser/testdata/00845_join_on_aliases/ast.json delete mode 100644 parser/testdata/00846_join_using_tuple_crash/ast.json delete mode 100644 parser/testdata/00847_multiple_join_same_column/ast.json delete mode 100644 parser/testdata/00848_join_use_nulls_segfault/ast.json delete mode 100644 parser/testdata/00849_multiple_comma_join_2/ast.json delete mode 100644 parser/testdata/00850_global_join_dups/ast.json delete mode 100644 parser/testdata/00852_any_join_nulls/ast.json delete mode 100644 parser/testdata/00853_join_with_nulls_crash/ast.json delete mode 100644 parser/testdata/00854_multiple_join_asterisks/ast.json delete mode 100644 parser/testdata/00855_join_with_array_join/ast.json delete mode 100644 parser/testdata/00856_no_column_issue_4242/ast.json delete mode 100644 parser/testdata/00857_global_joinsavel_table_alias/ast.json delete mode 100644 parser/testdata/00858_issue_4756/ast.json delete mode 100644 parser/testdata/00859_distinct_with_join/ast.json delete mode 100644 parser/testdata/00860_unknown_identifier_bug/ast.json delete mode 100644 parser/testdata/00861_decimal_quoted_csv/ast.json delete mode 100644 parser/testdata/00862_decimal_in/ast.json delete mode 100644 parser/testdata/00863_comma_join_in/ast.json delete mode 100644 parser/testdata/00864_union_all_supertype/ast.json delete mode 100644 parser/testdata/00870_t64_codec/ast.json delete mode 100644 parser/testdata/00871_t64_codec_signed/ast.json delete mode 100644 parser/testdata/00872_t64_bit_codec/ast.json delete mode 100644 parser/testdata/00873_t64_codec_date/ast.json delete mode 100644 parser/testdata/00874_issue_3495/ast.json delete mode 100644 parser/testdata/00875_join_right_nulls/ast.json delete mode 100644 parser/testdata/00875_join_right_nulls_ors/ast.json delete mode 100644 parser/testdata/00876_wrong_arraj_join_column/ast.json delete mode 100644 parser/testdata/00877_memory_limit_for_new_delete/ast.json delete mode 100644 parser/testdata/00878_join_unexpected_results/ast.json delete mode 100644 parser/testdata/00879_cast_to_decimal_crash/ast.json delete mode 100644 parser/testdata/00880_decimal_in_key/ast.json delete mode 100644 parser/testdata/00881_unknown_identifier_in_in/ast.json delete mode 100644 parser/testdata/00882_multiple_join_no_alias/ast.json delete mode 100644 parser/testdata/00897_flatten/ast.json delete mode 100644 parser/testdata/00898_quantile_timing_parameter_check/ast.json delete mode 100644 parser/testdata/00899_long_attach_memory_limit/ast.json delete mode 100644 parser/testdata/00900_entropy_shard/ast.json delete mode 100644 parser/testdata/00901_joint_entropy/ast.json delete mode 100644 parser/testdata/00902_entropy/ast.json delete mode 100644 parser/testdata/00903_array_with_constant_function/ast.json delete mode 100644 parser/testdata/00904_array_with_constant_2/ast.json delete mode 100644 parser/testdata/00905_compile_expressions_compare_big_dates/ast.json delete mode 100644 parser/testdata/00905_field_with_aggregate_function_state/ast.json delete mode 100644 parser/testdata/00906_low_cardinality_cache/ast.json delete mode 100644 parser/testdata/00906_low_cardinality_const_argument/ast.json delete mode 100644 parser/testdata/00906_low_cardinality_rollup/ast.json delete mode 100644 parser/testdata/00907_set_index_with_nullable_and_low_cardinality/ast.json delete mode 100644 parser/testdata/00907_set_index_with_nullable_and_low_cardinality_bug/ast.json delete mode 100644 parser/testdata/00908_analyze_query/ast.json delete mode 100644 parser/testdata/00909_arrayEnumerateUniq/ast.json delete mode 100644 parser/testdata/00909_ngram_distance/ast.json delete mode 100644 parser/testdata/00910_buffer_prewhere/ast.json delete mode 100644 parser/testdata/00910_buffer_prewhere_different_types/ast.json delete mode 100644 parser/testdata/00910_crash_when_distributed_modify_order_by/ast.json delete mode 100644 parser/testdata/00910_decimal_group_array_crash_3783/ast.json delete mode 100644 parser/testdata/00910_zookeeper_custom_compression_codecs_replicated_long/ast.json delete mode 100644 parser/testdata/00910_zookeeper_test_alter_compression_codecs_long/ast.json delete mode 100644 parser/testdata/00911_tautological_compare/ast.json delete mode 100644 parser/testdata/00912_string_comparison/ast.json delete mode 100644 parser/testdata/00913_many_threads/ast.json delete mode 100644 parser/testdata/00914_join_bgranvea/ast.json delete mode 100644 parser/testdata/00914_replicate/ast.json delete mode 100644 parser/testdata/00915_simple_aggregate_function/ast.json delete mode 100644 parser/testdata/00915_simple_aggregate_function_summing_merge_tree/ast.json delete mode 100644 parser/testdata/00915_tuple_orantius/ast.json delete mode 100644 parser/testdata/00916_add_materialized_column_after/ast.json delete mode 100644 parser/testdata/00916_create_or_replace_view/ast.json delete mode 100644 parser/testdata/00916_join_using_duplicate_columns/ast.json delete mode 100644 parser/testdata/00917_least_sqr/ast.json delete mode 100644 parser/testdata/00917_multiple_joins_denny_crane/ast.json delete mode 100644 parser/testdata/00918_has_unsufficient_type_check/ast.json delete mode 100644 parser/testdata/00918_json_functions/ast.json delete mode 100644 parser/testdata/00919_histogram_merge/ast.json delete mode 100644 parser/testdata/00919_sum_aggregate_states_constants/ast.json delete mode 100644 parser/testdata/00920_multiply_aggregate_states_constants/ast.json delete mode 100644 parser/testdata/00921_datetime64_basic/ast.json delete mode 100644 parser/testdata/00926_adaptive_index_granularity_collapsing_merge_tree/ast.json delete mode 100644 parser/testdata/00926_adaptive_index_granularity_merge_tree/ast.json delete mode 100644 parser/testdata/00926_adaptive_index_granularity_pk/ast.json delete mode 100644 parser/testdata/00926_adaptive_index_granularity_replacing_merge_tree/ast.json delete mode 100644 parser/testdata/00926_adaptive_index_granularity_versioned_collapsing_merge_tree/ast.json delete mode 100644 parser/testdata/00926_geo_to_h3/ast.json delete mode 100644 parser/testdata/00926_multimatch/ast.json delete mode 100644 parser/testdata/00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long/ast.json delete mode 100644 parser/testdata/00927_asof_join_correct_bt/ast.json delete mode 100644 parser/testdata/00927_asof_join_long/ast.json delete mode 100644 parser/testdata/00927_asof_join_noninclusive/ast.json delete mode 100644 parser/testdata/00927_asof_joins/ast.json delete mode 100644 parser/testdata/00927_disable_hyperscan/ast.json delete mode 100644 parser/testdata/00928_multi_match_constant_constant/ast.json delete mode 100644 parser/testdata/00929_multi_match_edit_distance/ast.json delete mode 100644 parser/testdata/00930_arrayIntersect/ast.json delete mode 100644 parser/testdata/00930_max_partitions_per_insert_block/ast.json delete mode 100644 parser/testdata/00931_low_cardinality_nullable_aggregate_function_type/ast.json delete mode 100644 parser/testdata/00931_low_cardinality_read_with_empty_array/ast.json delete mode 100644 parser/testdata/00931_low_cardinality_set_index_in_key_condition/ast.json delete mode 100644 parser/testdata/00932_array_intersect_bug/ast.json delete mode 100644 parser/testdata/00932_geohash_support/ast.json delete mode 100644 parser/testdata/00933_alter_ttl/ast.json delete mode 100644 parser/testdata/00933_reserved_word/ast.json delete mode 100644 parser/testdata/00933_ttl_formatting/ast.json delete mode 100644 parser/testdata/00933_ttl_simple/ast.json delete mode 100644 parser/testdata/00933_ttl_with_default/ast.json delete mode 100644 parser/testdata/00934_is_valid_utf8/ast.json delete mode 100644 parser/testdata/00935_to_iso_week_first_year/ast.json delete mode 100644 parser/testdata/00936_crc_functions/ast.json delete mode 100644 parser/testdata/00936_function_result_with_operator_in/ast.json delete mode 100644 parser/testdata/00936_substring_utf8_non_const/ast.json delete mode 100644 parser/testdata/00937_ipv4_cidr_range/ast.json delete mode 100644 parser/testdata/00938_basename/ast.json delete mode 100644 parser/testdata/00938_dataset_test/ast.json delete mode 100644 parser/testdata/00938_ipv6_cidr_range/ast.json delete mode 100644 parser/testdata/00938_test_retention_function/ast.json delete mode 100644 parser/testdata/00939_limit_by_offset/ast.json delete mode 100644 parser/testdata/00939_test_null_in/ast.json delete mode 100644 parser/testdata/00940_max_parts_in_total/ast.json delete mode 100644 parser/testdata/00940_order_by_read_in_order/ast.json delete mode 100644 parser/testdata/00940_order_by_read_in_order_query_plan/ast.json delete mode 100644 parser/testdata/00941_to_custom_week/ast.json delete mode 100644 parser/testdata/00942_mv_rename_table/ast.json delete mode 100644 parser/testdata/00943_mv_rename_without_inner_table/ast.json delete mode 100644 parser/testdata/00944_minmax_nan/ast.json delete mode 100644 parser/testdata/00944_minmax_null/ast.json delete mode 100644 parser/testdata/00944_ml_test/ast.json delete mode 100644 parser/testdata/00945_bloom_filter_index/ast.json delete mode 100644 parser/testdata/00945_ml_test/ast.json delete mode 100644 parser/testdata/00946_ml_test/ast.json delete mode 100644 parser/testdata/00947_ml_test/ast.json delete mode 100644 parser/testdata/00948_to_valid_utf8/ast.json delete mode 100644 parser/testdata/00948_values_interpreter_template/ast.json delete mode 100644 parser/testdata/00949_format/ast.json delete mode 100644 parser/testdata/00950_bad_alloc_when_truncate_join_storage/ast.json delete mode 100644 parser/testdata/00950_default_prewhere/ast.json delete mode 100644 parser/testdata/00950_dict_get/ast.json delete mode 100644 parser/testdata/00950_test_double_delta_codec/ast.json delete mode 100644 parser/testdata/00950_test_double_delta_codec_types/ast.json delete mode 100644 parser/testdata/00950_test_gorilla_codec/ast.json delete mode 100644 parser/testdata/00951_ngram_search/ast.json delete mode 100644 parser/testdata/00952_insert_into_distributed_with_materialized_column/ast.json delete mode 100644 parser/testdata/00952_part_frozen_info/ast.json delete mode 100644 parser/testdata/00953_moving_functions/ast.json delete mode 100644 parser/testdata/00954_resample_combinator/ast.json delete mode 100644 parser/testdata/00955_test_final_mark/ast.json delete mode 100644 parser/testdata/00956_join_use_nulls_with_array_column/ast.json delete mode 100644 parser/testdata/00957_coalesce_const_nullable_crash/ast.json delete mode 100644 parser/testdata/00957_delta_diff_bug/ast.json delete mode 100644 parser/testdata/00957_neighbor/ast.json delete mode 100644 parser/testdata/00960_eval_ml_method_const/ast.json delete mode 100644 parser/testdata/00961_check_table/ast.json delete mode 100644 parser/testdata/00961_checksums_in_system_parts_columns_table/ast.json delete mode 100644 parser/testdata/00961_visit_param_buffer_underflow/ast.json delete mode 100644 parser/testdata/00962_enumNotExect/ast.json delete mode 100644 parser/testdata/00962_visit_param_various/ast.json delete mode 100644 parser/testdata/00963_achimbab/ast.json delete mode 100644 parser/testdata/00963_startsWith_force_primary_key/ast.json delete mode 100644 parser/testdata/00964_os_thread_priority/ast.json delete mode 100644 parser/testdata/00965_shard_unresolvable_addresses/ast.json delete mode 100644 parser/testdata/00966_invalid_json_must_not_parse/ast.json delete mode 100644 parser/testdata/00967_insert_into_distributed_different_types/ast.json delete mode 100644 parser/testdata/00968_file_engine_in_subquery/ast.json delete mode 100644 parser/testdata/00968_roundAge/ast.json delete mode 100644 parser/testdata/00969_columns_clause/ast.json delete mode 100644 parser/testdata/00969_roundDuration/ast.json delete mode 100644 parser/testdata/00971_merge_tree_uniform_read_distribution_and_max_rows_to_read/ast.json delete mode 100644 parser/testdata/00972_desc_table_virtual_columns/ast.json delete mode 100644 parser/testdata/00972_geohashesInBox/ast.json delete mode 100644 parser/testdata/00973_create_table_as_table_function/ast.json delete mode 100644 parser/testdata/00973_uniq_non_associativity/ast.json delete mode 100644 parser/testdata/00974_adaptive_granularity_secondary_index/ast.json delete mode 100644 parser/testdata/00974_bitmapContains_with_primary_key/ast.json delete mode 100644 parser/testdata/00974_distributed_join_on/ast.json delete mode 100644 parser/testdata/00974_final_predicate_push_down/ast.json delete mode 100644 parser/testdata/00974_fix_join_on/ast.json delete mode 100644 parser/testdata/00974_full_outer_join/ast.json delete mode 100644 parser/testdata/00974_low_cardinality_cast/ast.json delete mode 100644 parser/testdata/00974_query_profiler/ast.json delete mode 100644 parser/testdata/00975_json_hang/ast.json delete mode 100644 parser/testdata/00975_move_partition_merge_tree/ast.json delete mode 100644 parser/testdata/00975_recursive_materialized_view/ast.json delete mode 100644 parser/testdata/00975_sample_prewhere_distributed/ast.json delete mode 100644 parser/testdata/00975_values_list/ast.json delete mode 100644 parser/testdata/00976_max_execution_speed/ast.json delete mode 100644 parser/testdata/00976_shard_low_cardinality_achimbab/ast.json delete mode 100644 parser/testdata/00976_system_stop_ttl_merges/ast.json delete mode 100644 parser/testdata/00976_ttl_with_old_parts/ast.json delete mode 100644 parser/testdata/00977_int_div/ast.json delete mode 100644 parser/testdata/00977_join_use_nulls_denny_crane/ast.json delete mode 100644 parser/testdata/00978_ml_math/ast.json delete mode 100644 parser/testdata/00978_sum_map_bugfix/ast.json delete mode 100644 parser/testdata/00978_table_function_values_alias/ast.json delete mode 100644 parser/testdata/00979_quantileExcatExclusive_and_Inclusive/ast.json delete mode 100644 parser/testdata/00979_set_index_not/ast.json delete mode 100644 parser/testdata/00979_toFloat_monotonicity/ast.json delete mode 100644 parser/testdata/00979_yandex_consistent_hash_fpe/ast.json delete mode 100644 parser/testdata/00980_crash_nullable_decimal/ast.json delete mode 100644 parser/testdata/00980_full_join_crash_fancyqlx/ast.json delete mode 100644 parser/testdata/00980_merge_alter_settings/ast.json delete mode 100644 parser/testdata/00980_shard_aggregation_state_deserialization/ast.json delete mode 100644 parser/testdata/00980_skip_unused_shards_without_sharding_key/ast.json delete mode 100644 parser/testdata/00980_zookeeper_merge_tree_alter_settings/ast.json delete mode 100644 parser/testdata/00981_no_virtual_columns/ast.json delete mode 100644 parser/testdata/00981_topK_topKWeighted_long/ast.json delete mode 100644 parser/testdata/00982_array_enumerate_uniq_ranked/ast.json delete mode 100644 parser/testdata/00982_low_cardinality_setting_in_mv/ast.json delete mode 100644 parser/testdata/00983_summing_merge_tree_not_an_identifier/ast.json delete mode 100644 parser/testdata/00984_materialized_view_to_columns/ast.json delete mode 100644 parser/testdata/00985_merge_stack_overflow/ast.json delete mode 100644 parser/testdata/00986_materialized_view_stack_overflow/ast.json delete mode 100644 parser/testdata/00987_distributed_stack_overflow/ast.json delete mode 100644 parser/testdata/00988_constraints_replication_zookeeper_long/ast.json delete mode 100644 parser/testdata/00988_expansion_aliases_limit/ast.json delete mode 100644 parser/testdata/00988_parallel_parts_removal/ast.json delete mode 100644 parser/testdata/00989_parallel_parts_loading/ast.json delete mode 100644 parser/testdata/00990_function_current_user/ast.json delete mode 100644 parser/testdata/00990_hasToken_and_tokenbf/ast.json delete mode 100644 parser/testdata/00990_metric_log_table_not_empty/ast.json delete mode 100644 parser/testdata/00990_request_splitting/ast.json delete mode 100644 parser/testdata/00994_table_function_numbers_mt/ast.json delete mode 100644 parser/testdata/00995_optimize_read_in_order_with_aggregation/ast.json delete mode 100644 parser/testdata/00995_order_by_with_fill/ast.json delete mode 100644 parser/testdata/00996_limit_with_ties/ast.json delete mode 100644 parser/testdata/00996_neighbor/ast.json delete mode 100644 parser/testdata/00997_extract_all_crash_6627/ast.json delete mode 100644 parser/testdata/00997_set_index_array/ast.json delete mode 100644 parser/testdata/00997_trim/ast.json delete mode 100644 parser/testdata/00998_constraints_all_tables/ast.json delete mode 100644 parser/testdata/00999_full_join_dup_keys_crash/ast.json delete mode 100644 parser/testdata/00999_join_not_nullable_types/ast.json delete mode 100644 parser/testdata/00999_join_on_expression/ast.json delete mode 100644 parser/testdata/00999_nullable_nested_types_4877/ast.json delete mode 100644 parser/testdata/00999_settings_no_extra_quotes/ast.json delete mode 100644 parser/testdata/00999_test_skip_indices_with_alter_and_merge/ast.json delete mode 100644 parser/testdata/01000_bad_size_of_marks_skip_idx/ast.json delete mode 100644 parser/testdata/01000_subquery_requires_alias/ast.json delete mode 100644 parser/testdata/01001_enums_in_in_section/ast.json delete mode 100644 parser/testdata/01006_ttl_with_default_2/ast.json delete mode 100644 parser/testdata/01008_materialized_view_henyihanwobushi/ast.json delete mode 100644 parser/testdata/01009_global_array_join_names/ast.json delete mode 100644 parser/testdata/01009_insert_select_data_loss/ast.json delete mode 100644 parser/testdata/01009_insert_select_nicelulu/ast.json delete mode 100644 parser/testdata/01010_partial_merge_join/ast.json delete mode 100644 parser/testdata/01010_partial_merge_join_const_and_lc/ast.json delete mode 100644 parser/testdata/01010_partial_merge_join_negative/ast.json delete mode 100644 parser/testdata/01010_pm_join_all_join_bug/ast.json delete mode 100644 parser/testdata/01010_pmj_on_disk/ast.json delete mode 100644 parser/testdata/01010_pmj_one_row_blocks/ast.json delete mode 100644 parser/testdata/01010_pmj_right_table_memory_limits/ast.json delete mode 100644 parser/testdata/01010_pmj_skip_blocks/ast.json delete mode 100644 parser/testdata/01011_group_uniq_array_memsan/ast.json delete mode 100644 parser/testdata/01011_test_create_as_skip_indices/ast.json delete mode 100644 parser/testdata/01012_reset_running_accumulate/ast.json delete mode 100644 parser/testdata/01012_select_limit_x_0/ast.json delete mode 100644 parser/testdata/01012_serialize_array_memory_usage/ast.json delete mode 100644 parser/testdata/01012_show_tables_limit/ast.json delete mode 100644 parser/testdata/01013_hex_decimal/ast.json delete mode 100644 parser/testdata/01013_hex_float/ast.json delete mode 100644 parser/testdata/01013_repeat_function/ast.json delete mode 100644 parser/testdata/01013_totals_without_aggregation/ast.json delete mode 100644 parser/testdata/01014_count_of_merges_metrics/ast.json delete mode 100644 parser/testdata/01014_function_repeat_corner_cases/ast.json delete mode 100644 parser/testdata/01015_array_split/ast.json delete mode 100644 parser/testdata/01015_attach_part/ast.json delete mode 100644 parser/testdata/01015_random_constant/ast.json delete mode 100644 parser/testdata/01016_index_tuple_field_type/ast.json delete mode 100644 parser/testdata/01016_macros/ast.json delete mode 100644 parser/testdata/01016_null_part_minmax/ast.json delete mode 100644 parser/testdata/01016_simhash_minhash/ast.json delete mode 100644 parser/testdata/01016_simhash_minhash_ppc/ast.json delete mode 100644 parser/testdata/01016_uniqCombined64/ast.json delete mode 100644 parser/testdata/01017_bithamming_distance/ast.json delete mode 100644 parser/testdata/01017_in_unconvertible_complex_type/ast.json delete mode 100644 parser/testdata/01017_tuplehamming_distance/ast.json delete mode 100644 parser/testdata/01017_uniqCombined_memory_usage/ast.json delete mode 100644 parser/testdata/01018_Distributed__shard_num/ast.json delete mode 100644 parser/testdata/01018_ambiguous_column/ast.json delete mode 100644 parser/testdata/01018_ddl_dictionaries_create/ast.json delete mode 100644 parser/testdata/01018_ddl_dictionaries_select/ast.json delete mode 100644 parser/testdata/01018_ddl_dictionaries_special/ast.json delete mode 100644 parser/testdata/01018_dictionaries_from_dictionaries/ast.json delete mode 100644 parser/testdata/01018_empty_aggregation_filling/ast.json delete mode 100644 parser/testdata/01018_ip_dictionary_long/ast.json delete mode 100644 parser/testdata/01018_optimize_read_in_order_with_in_subquery/ast.json delete mode 100644 parser/testdata/01019_Buffer_and_max_memory_usage/ast.json delete mode 100644 parser/testdata/01019_alter_materialized_view_query/ast.json delete mode 100644 parser/testdata/01019_array_fill/ast.json delete mode 100644 parser/testdata/01019_materialized_view_select_extra_columns/ast.json delete mode 100644 parser/testdata/01020_function_array_compact/ast.json delete mode 100644 parser/testdata/01020_function_char/ast.json delete mode 100644 parser/testdata/01020_having_without_group_by/ast.json delete mode 100644 parser/testdata/01021_create_as_select/ast.json delete mode 100644 parser/testdata/01021_only_tuple_columns/ast.json delete mode 100644 parser/testdata/01021_tuple_parser/ast.json delete mode 100644 parser/testdata/01023_materialized_view_query_context/ast.json delete mode 100644 parser/testdata/01024__getScalar/ast.json delete mode 100644 parser/testdata/01025_array_compact_generic/ast.json delete mode 100644 parser/testdata/01026_char_utf8/ast.json delete mode 100644 parser/testdata/01029_early_constant_folding/ast.json delete mode 100644 parser/testdata/01030_concatenate_equal_fixed_strings/ast.json delete mode 100644 parser/testdata/01030_final_mark_empty_primary_key/ast.json delete mode 100644 parser/testdata/01030_incorrect_count_summing_merge_tree/ast.json delete mode 100644 parser/testdata/01030_storage_set_supports_read/ast.json delete mode 100644 parser/testdata/01030_storage_url_syntax/ast.json delete mode 100644 parser/testdata/01031_pmj_new_any_semi_join/ast.json delete mode 100644 parser/testdata/01031_semi_anti_join/ast.json delete mode 100644 parser/testdata/01032_cityHash64_for_UUID/ast.json delete mode 100644 parser/testdata/01032_cityHash64_for_decimal/ast.json delete mode 100644 parser/testdata/01032_duplicate_column_insert_query/ast.json delete mode 100644 parser/testdata/01033_dictionaries_lifetime/ast.json delete mode 100644 parser/testdata/01033_function_substring/ast.json delete mode 100644 parser/testdata/01033_quota_dcl/ast.json delete mode 100644 parser/testdata/01033_storage_odbc_parsing_exception_check/ast.json delete mode 100644 parser/testdata/01034_JSONCompactEachRow/ast.json delete mode 100644 parser/testdata/01034_order_by_pk_prefix/ast.json delete mode 100644 parser/testdata/01034_prewhere_max_parallel_replicas_distributed/ast.json delete mode 100644 parser/testdata/01034_sample_final_distributed/ast.json delete mode 100644 parser/testdata/01034_unknown_qualified_column_in_join/ast.json delete mode 100644 parser/testdata/01034_with_fill_and_push_down_predicate/ast.json delete mode 100644 parser/testdata/01035_avg/ast.json delete mode 100644 parser/testdata/01035_prewhere_with_alias/ast.json delete mode 100644 parser/testdata/01036_no_superfluous_dict_reload_on_create_database/ast.json delete mode 100644 parser/testdata/01036_no_superfluous_dict_reload_on_create_database_2/ast.json delete mode 100644 parser/testdata/01036_union_different_columns/ast.json delete mode 100644 parser/testdata/01037_zookeeper_check_table_empty_pk/ast.json delete mode 100644 parser/testdata/01038_array_of_unnamed_tuples/ast.json delete mode 100644 parser/testdata/01039_mergetree_exec_time/ast.json delete mode 100644 parser/testdata/01039_test_setting_parse/ast.json delete mode 100644 parser/testdata/01040_distributed_background_insert_batch_inserts/ast.json delete mode 100644 parser/testdata/01040_h3_get_resolution/ast.json delete mode 100644 parser/testdata/01041_create_dictionary_if_not_exists/ast.json delete mode 100644 parser/testdata/01041_h3_is_valid/ast.json delete mode 100644 parser/testdata/01042_check_query_and_last_granule_size/ast.json delete mode 100644 parser/testdata/01042_h3_k_ring/ast.json delete mode 100644 parser/testdata/01043_categorical_iv/ast.json delete mode 100644 parser/testdata/01043_dictionary_attribute_properties_values/ast.json delete mode 100644 parser/testdata/01043_geo_distance/ast.json delete mode 100644 parser/testdata/01043_h3_edge_length_m/ast.json delete mode 100644 parser/testdata/01044_great_circle_angle/ast.json delete mode 100644 parser/testdata/01044_h3_edge_angle/ast.json delete mode 100644 parser/testdata/01045_array_zip/ast.json delete mode 100644 parser/testdata/01045_bloom_filter_null_array/ast.json delete mode 100644 parser/testdata/01045_dictionaries_restrictions/ast.json delete mode 100644 parser/testdata/01046_materialized_view_with_join_over_distributed/ast.json delete mode 100644 parser/testdata/01046_trivial_count_query_distributed/ast.json delete mode 100644 parser/testdata/01047_no_alias_columns_with_table_aliases/ast.json delete mode 100644 parser/testdata/01047_nullable_rand/ast.json delete mode 100644 parser/testdata/01047_simple_aggregate_sizes_of_columns_bug/ast.json delete mode 100644 parser/testdata/01048_exists_query/ast.json delete mode 100644 parser/testdata/01049_join_low_card_crash/ast.json delete mode 100644 parser/testdata/01049_window_view_window_functions/ast.json delete mode 100644 parser/testdata/01049_zookeeper_synchronous_mutations_long/ast.json delete mode 100644 parser/testdata/01050_clickhouse_dict_source_with_subquery/ast.json delete mode 100644 parser/testdata/01050_engine_join_crash/ast.json delete mode 100644 parser/testdata/01050_engine_join_view_crash/ast.json delete mode 100644 parser/testdata/01050_group_array_sample/ast.json delete mode 100644 parser/testdata/01051_aggregate_function_crash/ast.json delete mode 100644 parser/testdata/01051_all_join_engine/ast.json delete mode 100644 parser/testdata/01051_new_any_join_engine/ast.json delete mode 100644 parser/testdata/01051_random_printable_ascii/ast.json delete mode 100644 parser/testdata/01051_same_name_alias_with_joins/ast.json delete mode 100644 parser/testdata/01051_scalar_optimization/ast.json delete mode 100644 parser/testdata/01052_array_reduce_exception/ast.json delete mode 100644 parser/testdata/01053_drop_database_mat_view/ast.json delete mode 100644 parser/testdata/01053_if_chain_check/ast.json delete mode 100644 parser/testdata/01054_cache_dictionary_overflow_cell/ast.json delete mode 100644 parser/testdata/01055_compact_parts/ast.json delete mode 100644 parser/testdata/01055_compact_parts_1/ast.json delete mode 100644 parser/testdata/01055_prewhere_bugs/ast.json delete mode 100644 parser/testdata/01056_create_table_as/ast.json delete mode 100644 parser/testdata/01056_create_table_as_with_sorting_clauses/ast.json delete mode 100644 parser/testdata/01056_negative_with_bloom_filter/ast.json delete mode 100644 parser/testdata/01056_predicate_optimizer_bugs/ast.json delete mode 100644 parser/testdata/01060_defaults_all_columns/ast.json delete mode 100644 parser/testdata/01060_shutdown_table_after_detach/ast.json delete mode 100644 parser/testdata/01061_alter_codec_with_type/ast.json delete mode 100644 parser/testdata/01062_alter_on_mutataion_zookeeper_long/ast.json delete mode 100644 parser/testdata/01062_pm_all_join_with_block_continuation/ast.json delete mode 100644 parser/testdata/01062_pm_multiple_all_join_same_value/ast.json delete mode 100644 parser/testdata/01063_create_column_set/ast.json delete mode 100644 parser/testdata/01064_arrayROCAUC/ast.json delete mode 100644 parser/testdata/01064_incremental_streaming_from_2_src_with_feedback/ast.json delete mode 100644 parser/testdata/01064_pm_all_join_const_and_nullable/ast.json delete mode 100644 parser/testdata/01065_array_zip_mixed_const/ast.json delete mode 100644 parser/testdata/01065_if_not_finite/ast.json delete mode 100644 parser/testdata/01066_bit_count/ast.json delete mode 100644 parser/testdata/01067_join_null/ast.json delete mode 100644 parser/testdata/01068_parens/ast.json delete mode 100644 parser/testdata/01069_database_memory/ast.json delete mode 100644 parser/testdata/01069_insert_float_as_nullable_unit8/ast.json delete mode 100644 parser/testdata/01069_materialized_view_alter_target_table/ast.json delete mode 100644 parser/testdata/01069_materialized_view_alter_target_table_with_default_expression/ast.json delete mode 100644 parser/testdata/01069_set_in_group_by/ast.json delete mode 100644 parser/testdata/01070_alter_with_ttl/ast.json delete mode 100644 parser/testdata/01070_exception_code_in_query_log_table/ast.json delete mode 100644 parser/testdata/01070_h3_get_base_cell/ast.json delete mode 100644 parser/testdata/01070_h3_hex_area_m2/ast.json delete mode 100644 parser/testdata/01070_h3_indexes_are_neighbors/ast.json delete mode 100644 parser/testdata/01070_h3_to_children/ast.json delete mode 100644 parser/testdata/01070_h3_to_parent/ast.json delete mode 100644 parser/testdata/01070_h3_to_string/ast.json delete mode 100644 parser/testdata/01070_materialize_ttl/ast.json delete mode 100644 parser/testdata/01070_modify_ttl/ast.json delete mode 100644 parser/testdata/01070_modify_ttl_recalc_only/ast.json delete mode 100644 parser/testdata/01070_mutations_with_dependencies/ast.json delete mode 100644 parser/testdata/01070_string_to_h3/ast.json delete mode 100644 parser/testdata/01070_template_empty_file/ast.json delete mode 100644 parser/testdata/01070_to_decimal_or_null_exception/ast.json delete mode 100644 parser/testdata/01071_force_optimize_skip_unused_shards/ast.json delete mode 100644 parser/testdata/01071_in_array/ast.json delete mode 100644 parser/testdata/01071_prohibition_secondary_index_with_old_format_merge_tree/ast.json delete mode 100644 parser/testdata/01072_drop_temporary_table_with_same_name/ast.json delete mode 100644 parser/testdata/01072_json_each_row_data_in_square_brackets/ast.json delete mode 100644 parser/testdata/01072_nullable_jit/ast.json delete mode 100644 parser/testdata/01072_optimize_skip_unused_shards_const_expr_eval/ast.json delete mode 100644 parser/testdata/01072_select_constant_limit/ast.json delete mode 100644 parser/testdata/01073_attach_if_not_exists/ast.json delete mode 100644 parser/testdata/01073_bad_alter_partition/ast.json delete mode 100644 parser/testdata/01073_blockSerializedSize/ast.json delete mode 100644 parser/testdata/01073_crlf_end_of_line/ast.json delete mode 100644 parser/testdata/01073_grant_and_revoke/ast.json delete mode 100644 parser/testdata/01073_show_tables_not_like/ast.json delete mode 100644 parser/testdata/01074_h3_range_check/ast.json delete mode 100644 parser/testdata/01074_partial_revokes/ast.json delete mode 100644 parser/testdata/01075_allowed_client_hosts/ast.json delete mode 100644 parser/testdata/01075_in_arrays_enmk/ast.json delete mode 100644 parser/testdata/01076_array_join_prewhere_const_folding/ast.json delete mode 100644 parser/testdata/01076_predicate_optimizer_with_view/ast.json delete mode 100644 parser/testdata/01076_range_reader_segfault/ast.json delete mode 100644 parser/testdata/01077_yet_another_prewhere_test/ast.json delete mode 100644 parser/testdata/01078_bloom_filter_operator_not_has/ast.json delete mode 100644 parser/testdata/01078_merge_tree_read_one_thread/ast.json delete mode 100644 parser/testdata/01079_alter_default_zookeeper_long/ast.json delete mode 100644 parser/testdata/01079_bit_operations_using_bitset/ast.json delete mode 100644 parser/testdata/01079_new_range_reader_segfault/ast.json delete mode 100644 parser/testdata/01079_order_by_pk/ast.json delete mode 100644 parser/testdata/01079_reinterpret_as_fixed_string/ast.json delete mode 100644 parser/testdata/01080_check_for_error_incorrect_size_of_nested_column/ast.json delete mode 100644 parser/testdata/01080_engine_merge_prewhere_tupleelement_error/ast.json delete mode 100644 parser/testdata/01080_join_get_null/ast.json delete mode 100644 parser/testdata/01081_PartialSortingTransform_full_column/ast.json delete mode 100644 parser/testdata/01081_demangle/ast.json delete mode 100644 parser/testdata/01081_keywords_formatting/ast.json delete mode 100644 parser/testdata/01082_bit_test_out_of_bound/ast.json delete mode 100644 parser/testdata/01083_aggregation_memory_efficient_bug/ast.json delete mode 100644 parser/testdata/01083_cross_to_inner_with_in_bug/ast.json delete mode 100644 parser/testdata/01083_cross_to_inner_with_like/ast.json delete mode 100644 parser/testdata/01083_expressions_in_engine_arguments/ast.json delete mode 100644 parser/testdata/01083_functional_index_in_mergetree/ast.json delete mode 100644 parser/testdata/01083_log_first_column_alias/ast.json delete mode 100644 parser/testdata/01083_match_zero_byte/ast.json delete mode 100644 parser/testdata/01084_defaults_on_aliases/ast.json delete mode 100644 parser/testdata/01084_regexp_empty/ast.json delete mode 100644 parser/testdata/01085_datetime_arithmetic_preserve_timezone/ast.json delete mode 100644 parser/testdata/01085_extract_all_empty/ast.json delete mode 100644 parser/testdata/01085_simdjson_uint64/ast.json delete mode 100644 parser/testdata/01086_modulo_or_zero/ast.json delete mode 100644 parser/testdata/01087_index_set_ubsan/ast.json delete mode 100644 parser/testdata/01087_storage_generate/ast.json delete mode 100644 parser/testdata/01087_table_function_generate/ast.json delete mode 100644 parser/testdata/01088_array_slice_of_aggregate_functions/ast.json delete mode 100644 parser/testdata/01089_alter_settings_old_format/ast.json delete mode 100644 parser/testdata/01090_fixed_string_bit_ops/ast.json delete mode 100644 parser/testdata/01090_zookeeper_mutations_and_insert_quorum_long/ast.json delete mode 100644 parser/testdata/01091_insert_with_default_json/ast.json delete mode 100644 parser/testdata/01091_num_threads/ast.json delete mode 100644 parser/testdata/01091_query_profiler_does_not_hang/ast.json delete mode 100644 parser/testdata/01092_memory_profiler/ast.json delete mode 100644 parser/testdata/01093_cyclic_defaults_filimonov/ast.json delete mode 100644 parser/testdata/01095_tpch_like_smoke/ast.json delete mode 100644 parser/testdata/01096_array_reduce_in_ranges/ast.json delete mode 100644 parser/testdata/01096_block_serialized_state/ast.json delete mode 100644 parser/testdata/01096_zeros/ast.json delete mode 100644 parser/testdata/01097_cyclic_defaults/ast.json delete mode 100644 parser/testdata/01097_one_more_range_reader_test/ast.json delete mode 100644 parser/testdata/01097_one_more_range_reader_test_wide_part/ast.json delete mode 100644 parser/testdata/01097_pre_limit/ast.json delete mode 100644 parser/testdata/01098_sum/ast.json delete mode 100644 parser/testdata/01099_operators_date_and_timestamp/ast.json delete mode 100644 parser/testdata/01099_parallel_distributed_insert_select/ast.json delete mode 100644 parser/testdata/01100_split_by_string/ast.json delete mode 100644 parser/testdata/01101_literal_column_clash/ast.json delete mode 100644 parser/testdata/01101_prewhere_after_alter/ast.json delete mode 100644 parser/testdata/01102_distributed_local_in_bug/ast.json delete mode 100644 parser/testdata/01103_distributed_product_mode_local_column_renames/ast.json delete mode 100644 parser/testdata/01104_distributed_numbers_test/ast.json delete mode 100644 parser/testdata/01104_distributed_one_test/ast.json delete mode 100644 parser/testdata/01104_fixed_string_like/ast.json delete mode 100644 parser/testdata/01105_string_like/ast.json delete mode 100644 parser/testdata/01106_const_fixed_string_like/ast.json delete mode 100644 parser/testdata/01107_join_right_table_totals/ast.json delete mode 100644 parser/testdata/01109_exchange_tables/ast.json delete mode 100644 parser/testdata/01109_inflating_cross_join/ast.json delete mode 100644 parser/testdata/01109_sc0rp10_string_hash_map_zero_bytes/ast.json delete mode 100644 parser/testdata/01110_dictionary_layout_without_arguments/ast.json delete mode 100644 parser/testdata/01112_check_table_with_index/ast.json delete mode 100644 parser/testdata/01113_local_dictionary_type_conversion/ast.json delete mode 100644 parser/testdata/01114_alter_modify_compact_parts/ast.json delete mode 100644 parser/testdata/01114_clear_column_compact_parts/ast.json delete mode 100644 parser/testdata/01114_materialize_clear_index_compact_parts/ast.json delete mode 100644 parser/testdata/01114_mysql_database_engine_segfault/ast.json delete mode 100644 parser/testdata/01115_join_with_dictionary/ast.json delete mode 100644 parser/testdata/01115_prewhere_array_join/ast.json delete mode 100644 parser/testdata/01116_asof_join_dolbyzerr/ast.json delete mode 100644 parser/testdata/01116_cross_count_asterisks/ast.json delete mode 100644 parser/testdata/01117_chain_finalize_bug/ast.json delete mode 100644 parser/testdata/01117_comma_and_others_join_mix/ast.json delete mode 100644 parser/testdata/01117_greatest_least_case/ast.json delete mode 100644 parser/testdata/01118_is_constant/ast.json delete mode 100644 parser/testdata/01119_optimize_trivial_insert_select/ast.json delete mode 100644 parser/testdata/01119_weird_user_names/ast.json delete mode 100644 parser/testdata/01120_join_constants/ast.json delete mode 100644 parser/testdata/01121_remote_scalar_subquery/ast.json delete mode 100644 parser/testdata/01122_totals_rollup_having_block_header/ast.json delete mode 100644 parser/testdata/01123_parse_date_time_best_effort_even_more/ast.json delete mode 100644 parser/testdata/01124_view_bad_types/ast.json delete mode 100644 parser/testdata/01125_dict_ddl_cannot_add_column/ast.json delete mode 100644 parser/testdata/01125_generate_random_qoega/ast.json delete mode 100644 parser/testdata/01126_month_partitioning_consistent_code/ast.json delete mode 100644 parser/testdata/01127_month_partitioning_consistency_select/ast.json delete mode 100644 parser/testdata/01128_generate_random_nested/ast.json delete mode 100644 parser/testdata/01129_dict_get_join_lose_constness/ast.json delete mode 100644 parser/testdata/01131_max_rows_to_sort/ast.json delete mode 100644 parser/testdata/01132_max_rows_to_read/ast.json delete mode 100644 parser/testdata/01134_max_rows_to_group_by/ast.json delete mode 100644 parser/testdata/01134_set_overflow_mode/ast.json delete mode 100644 parser/testdata/01135_default_and_alter_zookeeper/ast.json delete mode 100644 parser/testdata/01136_multiple_sets/ast.json delete mode 100644 parser/testdata/01137_order_by_func/ast.json delete mode 100644 parser/testdata/01137_order_by_func_final/ast.json delete mode 100644 parser/testdata/01137_sample_final/ast.json delete mode 100644 parser/testdata/01138_join_on_distributed_and_tmp/ast.json delete mode 100644 parser/testdata/01139_asof_join_types/ast.json delete mode 100644 parser/testdata/01140_select_from_storage_join_fix/ast.json delete mode 100644 parser/testdata/01141_join_get_negative/ast.json delete mode 100644 parser/testdata/01142_join_lc_and_nullable_in_key/ast.json delete mode 100644 parser/testdata/01142_merge_join_lc_and_nullable_in_key/ast.json delete mode 100644 parser/testdata/01142_with_ties_and_aliases/ast.json delete mode 100644 parser/testdata/01143_trivial_count_with_join/ast.json delete mode 100644 parser/testdata/01144_join_rewrite_with_ambiguous_column_and_view/ast.json delete mode 100644 parser/testdata/01144_multiple_joins_rewriter_v2_and_lambdas/ast.json delete mode 100644 parser/testdata/01144_multiword_data_types/ast.json delete mode 100644 parser/testdata/01145_with_fill_const/ast.json delete mode 100644 parser/testdata/01147_partial_merge_full_join/ast.json delete mode 100644 parser/testdata/01148_zookeeper_path_macros_unfolding/ast.json delete mode 100644 parser/testdata/01149_zookeeper_mutation_stuck_after_replace_partition/ast.json delete mode 100644 parser/testdata/01151_storage_merge_filter_tables_by_virtual_column/ast.json delete mode 100644 parser/testdata/01152_cross_replication/ast.json delete mode 100644 parser/testdata/01153_attach_mv_uuid/ast.json delete mode 100644 parser/testdata/01155_rename_move_materialized_view/ast.json delete mode 100644 parser/testdata/01157_replace_table/ast.json delete mode 100644 parser/testdata/01158_zookeeper_log_long/ast.json delete mode 100644 parser/testdata/01159_combinators_with_parameters/ast.json delete mode 100644 parser/testdata/01161_information_schema/ast.json delete mode 100644 parser/testdata/01163_search_case_insensetive_utf8/ast.json delete mode 100644 parser/testdata/01164_alter_memory_database/ast.json delete mode 100644 parser/testdata/01165_lost_part_empty_partition/ast.json delete mode 100644 parser/testdata/01166_truncate_multiple_partitions/ast.json delete mode 100644 parser/testdata/01172_transaction_counters/ast.json delete mode 100644 parser/testdata/01173_transaction_control_queries/ast.json delete mode 100644 parser/testdata/01177_group_array_moving/ast.json delete mode 100644 parser/testdata/01178_int_field_to_decimal/ast.json delete mode 100644 parser/testdata/01181_db_atomic_drop_on_cluster/ast.json delete mode 100644 parser/testdata/01182_materialized_view_different_structure/ast.json delete mode 100644 parser/testdata/01185_create_or_replace_table/ast.json delete mode 100644 parser/testdata/01186_conversion_to_nullable/ast.json delete mode 100644 parser/testdata/01188_attach_table_from_path/ast.json delete mode 100644 parser/testdata/01189_create_as_table_as_table_function/ast.json delete mode 100644 parser/testdata/01191_rename_dictionary/ast.json delete mode 100644 parser/testdata/01197_summing_enum/ast.json delete mode 100644 parser/testdata/01198_plus_inf/ast.json delete mode 100644 parser/testdata/01199_url_functions_path_without_schema_yiurule/ast.json delete mode 100644 parser/testdata/01200_mutations_memory_consumption/ast.json delete mode 100644 parser/testdata/01201_drop_column_compact_part_replicated_zookeeper_long/ast.json delete mode 100644 parser/testdata/01201_read_single_thread_in_order/ast.json delete mode 100644 parser/testdata/01202_arrayROCAUC_special/ast.json delete mode 100644 parser/testdata/01210_drop_view/ast.json delete mode 100644 parser/testdata/01211_optimize_skip_unused_shards_type_mismatch/ast.json delete mode 100644 parser/testdata/01212_empty_join_and_totals/ast.json delete mode 100644 parser/testdata/01213_alter_rename_column/ast.json delete mode 100644 parser/testdata/01213_alter_rename_compact_part/ast.json delete mode 100644 parser/testdata/01213_alter_rename_nested/ast.json delete mode 100644 parser/testdata/01213_alter_rename_primary_key_zookeeper_long/ast.json delete mode 100644 parser/testdata/01213_alter_rename_with_default_zookeeper_long/ast.json delete mode 100644 parser/testdata/01213_alter_table_rename_nested/ast.json delete mode 100644 parser/testdata/01213_optimize_skip_unused_shards_DISTINCT/ast.json delete mode 100644 parser/testdata/01213_point_in_Myanmar/ast.json delete mode 100644 parser/testdata/01214_point_in_Mecca/ast.json delete mode 100644 parser/testdata/01214_test_storage_merge_aliases_with_where/ast.json delete mode 100644 parser/testdata/01220_scalar_optimization_in_alter/ast.json delete mode 100644 parser/testdata/01221_system_settings/ast.json delete mode 100644 parser/testdata/01222_system_codecs/ast.json delete mode 100644 parser/testdata/01223_dist_on_dist/ast.json delete mode 100644 parser/testdata/01224_no_superfluous_dict_reload/ast.json delete mode 100644 parser/testdata/01225_drop_dictionary_as_table/ast.json delete mode 100644 parser/testdata/01225_show_create_table_from_dictionary/ast.json delete mode 100644 parser/testdata/01226_dist_on_dist_global_in/ast.json delete mode 100644 parser/testdata/01227_distributed_global_in_issue_2610/ast.json delete mode 100644 parser/testdata/01227_distributed_merge_global_in_primary_key/ast.json delete mode 100644 parser/testdata/01230_join_get_truncate/ast.json delete mode 100644 parser/testdata/01231_distributed_aggregation_memory_efficient_mix_levels/ast.json delete mode 100644 parser/testdata/01231_log_queries_min_type/ast.json delete mode 100644 parser/testdata/01231_markdown_format/ast.json delete mode 100644 parser/testdata/01231_operator_null_in/ast.json delete mode 100644 parser/testdata/01232_extremes/ast.json delete mode 100644 parser/testdata/01232_untuple/ast.json delete mode 100644 parser/testdata/01234_to_string_monotonic/ast.json delete mode 100644 parser/testdata/01236_graphite_mt/ast.json delete mode 100644 parser/testdata/01240_join_get_or_null/ast.json delete mode 100644 parser/testdata/01244_optimize_distributed_group_by_sharding_key/ast.json delete mode 100644 parser/testdata/01245_distributed_group_by_no_merge_with-extremes_and_totals/ast.json delete mode 100644 parser/testdata/01245_limit_infinite_sources/ast.json delete mode 100644 parser/testdata/01246_extractAllGroupsHorizontal/ast.json delete mode 100644 parser/testdata/01246_extractAllGroupsVertical/ast.json delete mode 100644 parser/testdata/01246_finalize_aggregation_race/ast.json delete mode 100644 parser/testdata/01246_least_greatest_generic/ast.json delete mode 100644 parser/testdata/01247_least_greatest_filimonov/ast.json delete mode 100644 parser/testdata/01247_optimize_distributed_group_by_sharding_key_dist_on_dist/ast.json delete mode 100644 parser/testdata/01247_some_msan_crashs_from_22517/ast.json delete mode 100644 parser/testdata/01248_least_greatest_mixed_const/ast.json delete mode 100644 parser/testdata/01249_bad_arguments_for_bloom_filter/ast.json delete mode 100644 parser/testdata/01250_fixed_string_comparison/ast.json delete mode 100644 parser/testdata/01251_dict_is_in_infinite_loop/ast.json delete mode 100644 parser/testdata/01251_string_comparison/ast.json delete mode 100644 parser/testdata/01252_weird_time_zone/ast.json delete mode 100644 parser/testdata/01253_subquery_in_aggregate_function_JustStranger/ast.json delete mode 100644 parser/testdata/01254_array_of_unnamed_tuples/ast.json delete mode 100644 parser/testdata/01254_dict_create_without_db/ast.json delete mode 100644 parser/testdata/01254_dict_load_after_detach_attach/ast.json delete mode 100644 parser/testdata/01255_geo_types_livace/ast.json delete mode 100644 parser/testdata/01256_misspell_layout_name_podshumok/ast.json delete mode 100644 parser/testdata/01256_negative_generate_random/ast.json delete mode 100644 parser/testdata/01257_dictionary_mismatch_types/ast.json delete mode 100644 parser/testdata/01258_wrong_cast_filimonov/ast.json delete mode 100644 parser/testdata/01259_combinator_distinct/ast.json delete mode 100644 parser/testdata/01259_combinator_distinct_distributed/ast.json delete mode 100644 parser/testdata/01259_datetime64_ubsan/ast.json delete mode 100644 parser/testdata/01259_dictionary_custom_settings_ddl/ast.json delete mode 100644 parser/testdata/01260_ubsan_decimal_parse/ast.json delete mode 100644 parser/testdata/01262_fractional_timezone_near_start_of_epoch/ast.json delete mode 100644 parser/testdata/01262_low_cardinality_remove/ast.json delete mode 100644 parser/testdata/01263_type_conversion_nvartolomei/ast.json delete mode 100644 parser/testdata/01264_nested_baloo_bear/ast.json delete mode 100644 parser/testdata/01265_datetime_string_comparison_felix_mueller/ast.json delete mode 100644 parser/testdata/01266_default_prewhere_reqq/ast.json delete mode 100644 parser/testdata/01267_alter_default_key_columns_zookeeper_long/ast.json delete mode 100644 parser/testdata/01268_DateTime64_in_WHERE/ast.json delete mode 100644 parser/testdata/01268_data_numeric_parameters/ast.json delete mode 100644 parser/testdata/01268_dictionary_direct_layout/ast.json delete mode 100644 parser/testdata/01268_mergine_sorted_limit/ast.json delete mode 100644 parser/testdata/01268_mv_scalars/ast.json delete mode 100644 parser/testdata/01268_shard_avgweighted/ast.json delete mode 100644 parser/testdata/01269_alias_type_differs/ast.json delete mode 100644 parser/testdata/01269_create_with_null/ast.json delete mode 100644 parser/testdata/01269_toStartOfSecond/ast.json delete mode 100644 parser/testdata/01270_optimize_skip_unused_shards_low_cardinality/ast.json delete mode 100644 parser/testdata/01271_optimize_arithmetic_operations_in_aggr_func_long/ast.json delete mode 100644 parser/testdata/01271_optimize_arithmetic_operations_in_aggr_func_with_alias/ast.json delete mode 100644 parser/testdata/01271_show_privileges/ast.json delete mode 100644 parser/testdata/01272_offset_without_limit/ast.json delete mode 100644 parser/testdata/01272_suspicious_codecs/ast.json delete mode 100644 parser/testdata/01272_totals_and_filter_bug/ast.json delete mode 100644 parser/testdata/01273_extractGroups/ast.json delete mode 100644 parser/testdata/01273_h3EdgeAngle_range_check/ast.json delete mode 100644 parser/testdata/01273_lc_fixed_string_field/ast.json delete mode 100644 parser/testdata/01274_alter_rename_column_distributed/ast.json delete mode 100644 parser/testdata/01275_alter_rename_column_default_expr/ast.json delete mode 100644 parser/testdata/01275_extract_groups_check/ast.json delete mode 100644 parser/testdata/01276_alter_rename_column_materialized_expr/ast.json delete mode 100644 parser/testdata/01276_random_string/ast.json delete mode 100644 parser/testdata/01276_system_licenses/ast.json delete mode 100644 parser/testdata/01277_alter_rename_column_constraint/ast.json delete mode 100644 parser/testdata/01277_alter_rename_column_constraint_zookeeper_long/ast.json delete mode 100644 parser/testdata/01277_buffer_column_order/ast.json delete mode 100644 parser/testdata/01277_convert_field_to_type_logical_error/ast.json delete mode 100644 parser/testdata/01277_fromUnixTimestamp64/ast.json delete mode 100644 parser/testdata/01277_large_tuples/ast.json delete mode 100644 parser/testdata/01277_random_fixed_string/ast.json delete mode 100644 parser/testdata/01277_toUnixTimestamp64/ast.json delete mode 100644 parser/testdata/01277_unixTimestamp64_compatibility/ast.json delete mode 100644 parser/testdata/01278_alter_rename_combination/ast.json delete mode 100644 parser/testdata/01278_random_string_utf8/ast.json delete mode 100644 parser/testdata/01278_variance_nonnegative/ast.json delete mode 100644 parser/testdata/01279_dist_group_by/ast.json delete mode 100644 parser/testdata/01280_min_map_max_map/ast.json delete mode 100644 parser/testdata/01280_null_in/ast.json delete mode 100644 parser/testdata/01280_opencl_bitonic_order_by/ast.json delete mode 100644 parser/testdata/01280_ttl_where_group_by_negative/ast.json delete mode 100644 parser/testdata/01280_unicode_whitespaces_lexer/ast.json delete mode 100644 parser/testdata/01281_alter_rename_and_other_renames/ast.json delete mode 100644 parser/testdata/01281_join_with_prewhere_fix/ast.json delete mode 100644 parser/testdata/01281_parseDateTime64BestEffort/ast.json delete mode 100644 parser/testdata/01281_sum_nullable/ast.json delete mode 100644 parser/testdata/01281_unsucceeded_insert_select_queries_counter/ast.json delete mode 100644 parser/testdata/01282_system_parts_ttl_info/ast.json delete mode 100644 parser/testdata/01283_max_threads_simple_query_optimization/ast.json delete mode 100644 parser/testdata/01283_strict_resize_bug/ast.json delete mode 100644 parser/testdata/01284_escape_sequences_php_mysql_style/ast.json delete mode 100644 parser/testdata/01284_fuzz_bits/ast.json delete mode 100644 parser/testdata/01284_view_and_extremes_bug/ast.json delete mode 100644 parser/testdata/01285_data_skip_index_over_aggregation/ast.json delete mode 100644 parser/testdata/01285_date_datetime_key_condition/ast.json delete mode 100644 parser/testdata/01286_constraints_on_default/ast.json delete mode 100644 parser/testdata/01287_max_execution_speed/ast.json delete mode 100644 parser/testdata/01288_shard_max_network_bandwidth/ast.json delete mode 100644 parser/testdata/01289_min_execution_speed_not_too_early/ast.json delete mode 100644 parser/testdata/01290_empty_array_index_analysis/ast.json delete mode 100644 parser/testdata/01290_max_execution_speed_distributed/ast.json delete mode 100644 parser/testdata/01291_aggregation_in_order/ast.json delete mode 100644 parser/testdata/01291_distributed_low_cardinality_memory_efficient/ast.json delete mode 100644 parser/testdata/01291_geo_types/ast.json delete mode 100644 parser/testdata/01291_unsupported_conversion_from_decimal/ast.json delete mode 100644 parser/testdata/01292_create_user/ast.json delete mode 100644 parser/testdata/01292_optimize_data_skip_idx_order_by_expr/ast.json delete mode 100644 parser/testdata/01292_quantile_array_bug/ast.json delete mode 100644 parser/testdata/01293_create_role/ast.json delete mode 100644 parser/testdata/01293_external_sorting_limit_bug/ast.json delete mode 100644 parser/testdata/01293_pretty_max_value_width/ast.json delete mode 100644 parser/testdata/01293_show_settings/ast.json delete mode 100644 parser/testdata/01293_system_distribution_queue/ast.json delete mode 100644 parser/testdata/01294_create_settings_profile/ast.json delete mode 100644 parser/testdata/01294_system_distributed_on_cluster/ast.json delete mode 100644 parser/testdata/01295_aggregation_bug_11413/ast.json delete mode 100644 parser/testdata/01295_create_row_policy/ast.json delete mode 100644 parser/testdata/01296_codecs_bad_arguments/ast.json delete mode 100644 parser/testdata/01296_create_row_policy_in_current_database/ast.json delete mode 100644 parser/testdata/01296_pipeline_stuck/ast.json delete mode 100644 parser/testdata/01297_alter_distributed/ast.json delete mode 100644 parser/testdata/01297_create_quota/ast.json delete mode 100644 parser/testdata/01298_alter_merge/ast.json delete mode 100644 parser/testdata/01299_alter_merge_tree/ast.json delete mode 100644 parser/testdata/01300_group_by_other_keys/ast.json delete mode 100644 parser/testdata/01300_group_by_other_keys_having/ast.json delete mode 100644 parser/testdata/01300_polygon_convex_hull/ast.json delete mode 100644 parser/testdata/01300_read_wkt/ast.json delete mode 100644 parser/testdata/01300_svg/ast.json delete mode 100644 parser/testdata/01300_wkt/ast.json delete mode 100644 parser/testdata/01301_polygons_within/ast.json delete mode 100644 parser/testdata/01302_polygons_distance/ast.json delete mode 100644 parser/testdata/01303_polygons_equals/ast.json delete mode 100644 parser/testdata/01304_polygons_sym_difference/ast.json delete mode 100644 parser/testdata/01305_array_join_prewhere_in_subquery/ast.json delete mode 100644 parser/testdata/01305_buffer_final_bug/ast.json delete mode 100644 parser/testdata/01305_nullable-prewhere_bug/ast.json delete mode 100644 parser/testdata/01305_polygons_union/ast.json delete mode 100644 parser/testdata/01306_polygons_intersection/ast.json delete mode 100644 parser/testdata/01307_bloom_filter_index_string_multi_granulas/ast.json delete mode 100644 parser/testdata/01307_polygon_perimeter/ast.json delete mode 100644 parser/testdata/01308_polygon_area/ast.json delete mode 100644 parser/testdata/01308_row_policy_and_trivial_count_query/ast.json delete mode 100644 parser/testdata/01310_enum_comparison/ast.json delete mode 100644 parser/testdata/01311_comparison_with_constant_string/ast.json delete mode 100644 parser/testdata/01312_case_insensitive_regexp/ast.json delete mode 100644 parser/testdata/01312_comparison_with_constant_string_in_index_analysis/ast.json delete mode 100644 parser/testdata/01313_parse_date_time_best_effort_null_zero/ast.json delete mode 100644 parser/testdata/01314_position_in_system_columns/ast.json delete mode 100644 parser/testdata/01315_count_distinct_return_not_nullable/ast.json delete mode 100644 parser/testdata/01318_alter_add_column_exists/ast.json delete mode 100644 parser/testdata/01318_decrypt/ast.json delete mode 100644 parser/testdata/01318_encrypt/ast.json delete mode 100644 parser/testdata/01318_map_add_map_subtract/ast.json delete mode 100644 parser/testdata/01318_map_add_map_subtract_on_map_type/ast.json delete mode 100644 parser/testdata/01318_map_populate_series/ast.json delete mode 100644 parser/testdata/01318_parallel_final_stuck/ast.json delete mode 100644 parser/testdata/01319_manual_write_to_replicas_long/ast.json delete mode 100644 parser/testdata/01319_mv_constants_bug/ast.json delete mode 100644 parser/testdata/01319_optimize_skip_unused_shards_nesting/ast.json delete mode 100644 parser/testdata/01319_query_formatting_in_server_log/ast.json delete mode 100644 parser/testdata/01320_optimize_skip_unused_shards_no_non_deterministic/ast.json delete mode 100644 parser/testdata/01321_aggregate_functions_of_group_by_keys/ast.json delete mode 100644 parser/testdata/01321_monotonous_functions_in_order_by_bug/ast.json delete mode 100644 parser/testdata/01322_cast_keep_nullable/ast.json delete mode 100644 parser/testdata/01323_add_scalars_in_time/ast.json delete mode 100644 parser/testdata/01323_bad_arg_in_arithmetic_operations/ast.json delete mode 100644 parser/testdata/01323_if_with_nulls/ast.json delete mode 100644 parser/testdata/01323_redundant_functions_in_order_by/ast.json delete mode 100644 parser/testdata/01323_too_many_threads_bug/ast.json delete mode 100644 parser/testdata/01324_if_transform_strings_to_enum/ast.json delete mode 100644 parser/testdata/01324_insert_tsv_raw/ast.json delete mode 100644 parser/testdata/01324_settings_documentation/ast.json delete mode 100644 parser/testdata/01325_freeze_mutation_stuck/ast.json delete mode 100644 parser/testdata/01326_build_id/ast.json delete mode 100644 parser/testdata/01326_fixed_string_comparison_denny_crane/ast.json delete mode 100644 parser/testdata/01326_hostname_alias/ast.json delete mode 100644 parser/testdata/01327_decimal_cut_extra_digits_after_point/ast.json delete mode 100644 parser/testdata/01328_bad_peephole_optimization/ast.json delete mode 100644 parser/testdata/01329_compare_tuple_string_constant/ast.json delete mode 100644 parser/testdata/01330_array_join_in_higher_order_function/ast.json delete mode 100644 parser/testdata/01332_join_type_syntax_position/ast.json delete mode 100644 parser/testdata/01333_select_abc_asterisk/ast.json delete mode 100644 parser/testdata/01337_mysql_global_variables/ast.json delete mode 100644 parser/testdata/01338_sha256_fixedstring/ast.json delete mode 100644 parser/testdata/01338_uuid_without_separator/ast.json delete mode 100644 parser/testdata/01340_datetime64_fpe/ast.json delete mode 100644 parser/testdata/01341_datetime64_wrong_supertype/ast.json delete mode 100644 parser/testdata/01343_min_bytes_to_use_mmap_io/ast.json delete mode 100644 parser/testdata/01344_alter_enum_partition_key/ast.json delete mode 100644 parser/testdata/01344_min_bytes_to_use_mmap_io_index/ast.json delete mode 100644 parser/testdata/01345_array_join_LittleMaverick/ast.json delete mode 100644 parser/testdata/01345_index_date_vs_datetime/ast.json delete mode 100644 parser/testdata/01346_alter_enum_partition_key_replicated_zookeeper_long/ast.json delete mode 100644 parser/testdata/01346_array_join_mrxotey/ast.json delete mode 100644 parser/testdata/01347_partition_date_vs_datetime/ast.json delete mode 100644 parser/testdata/01349_mutation_datetime_key/ast.json delete mode 100644 parser/testdata/01350_intdiv_nontrivial_fpe/ast.json delete mode 100644 parser/testdata/01351_geohash_assert/ast.json delete mode 100644 parser/testdata/01351_parse_date_time_best_effort_us/ast.json delete mode 100644 parser/testdata/01352_add_datetime_bad_get/ast.json delete mode 100644 parser/testdata/01352_generate_random_overflow/ast.json delete mode 100644 parser/testdata/01353_low_cardinality_join_types/ast.json delete mode 100644 parser/testdata/01353_neighbor_overflow/ast.json delete mode 100644 parser/testdata/01353_nullable_tuple/ast.json delete mode 100644 parser/testdata/01353_topk_enum/ast.json delete mode 100644 parser/testdata/01354_order_by_tuple_collate_const/ast.json delete mode 100644 parser/testdata/01354_tuple_low_cardinality_array_mapped_bug/ast.json delete mode 100644 parser/testdata/01355_alter_column_with_order/ast.json delete mode 100644 parser/testdata/01355_defaultValueOfArgumentType_bug/ast.json delete mode 100644 parser/testdata/01355_if_fixed_string/ast.json delete mode 100644 parser/testdata/01355_ilike/ast.json delete mode 100644 parser/testdata/01356_initialize_aggregation/ast.json delete mode 100644 parser/testdata/01356_state_resample/ast.json delete mode 100644 parser/testdata/01356_view_threads/ast.json delete mode 100644 parser/testdata/01356_wrong_filter-type_bug/ast.json delete mode 100644 parser/testdata/01357_result_rows/ast.json delete mode 100644 parser/testdata/01357_version_collapsing_attach_detach_zookeeper/ast.json delete mode 100644 parser/testdata/01358_constexpr_constraint/ast.json delete mode 100644 parser/testdata/01358_mutation_delete_null_rows/ast.json delete mode 100644 parser/testdata/01358_union_threads_bug/ast.json delete mode 100644 parser/testdata/01359_codeql/ast.json delete mode 100644 parser/testdata/01359_geodistance_loop/ast.json delete mode 100644 parser/testdata/01360_division_overflow/ast.json delete mode 100644 parser/testdata/01360_materialized_view_with_join_on_query_log/ast.json delete mode 100644 parser/testdata/01361_buffer_table_flush_with_materialized_view/ast.json delete mode 100644 parser/testdata/01362_year_of_ISO8601_week_modificators_for_formatDateTime/ast.json delete mode 100644 parser/testdata/01372_remote_table_function_empty_table/ast.json delete mode 100644 parser/testdata/01372_wrong_order_by_removal/ast.json delete mode 100644 parser/testdata/01373_is_zero_or_null/ast.json delete mode 100644 parser/testdata/01373_summing_merge_tree_exclude_partition_key/ast.json delete mode 100644 parser/testdata/01373_summing_merge_tree_explicit_columns_definition/ast.json delete mode 100644 parser/testdata/01374_if_nullable_filimonov/ast.json delete mode 100644 parser/testdata/01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS/ast.json delete mode 100644 parser/testdata/01375_compact_parts_codecs/ast.json delete mode 100644 parser/testdata/01375_null_issue_3767/ast.json delete mode 100644 parser/testdata/01375_storage_file_write_prefix_csv_with_names/ast.json delete mode 100644 parser/testdata/01375_storage_file_write_prefix_tsv_with_names/ast.json delete mode 100644 parser/testdata/01376_GROUP_BY_injective_elimination_dictGet/ast.json delete mode 100644 parser/testdata/01376_array_fill_empty/ast.json delete mode 100644 parser/testdata/01376_null_logical/ast.json delete mode 100644 parser/testdata/01377_supertype_low_cardinality/ast.json delete mode 100644 parser/testdata/01378_alter_rename_with_ttl_zookeeper/ast.json delete mode 100644 parser/testdata/01379_with_fill_several_columns/ast.json delete mode 100644 parser/testdata/01380_coded_delta_exception_code/ast.json delete mode 100644 parser/testdata/01380_nullable_state/ast.json delete mode 100644 parser/testdata/01381_for_each_with_states/ast.json delete mode 100644 parser/testdata/01383_remote_ambiguous_column_shard/ast.json delete mode 100644 parser/testdata/01384_bloom_filter_bad_arguments/ast.json delete mode 100644 parser/testdata/01385_not_function/ast.json delete mode 100644 parser/testdata/01386_negative_float_constant_key_condition/ast.json delete mode 100644 parser/testdata/01387_clear_column_default_depends/ast.json delete mode 100644 parser/testdata/01388_clear_all_columns/ast.json delete mode 100644 parser/testdata/01388_multi_if_optimization/ast.json delete mode 100644 parser/testdata/01389_filter_by_virtual_columns/ast.json delete mode 100644 parser/testdata/01390_check_table_codec/ast.json delete mode 100644 parser/testdata/01390_remove_injective_in_uniq/ast.json delete mode 100644 parser/testdata/01391_join_on_dict_crash/ast.json delete mode 100644 parser/testdata/01391_limit_overflow/ast.json delete mode 100644 parser/testdata/01392_column_resolve/ast.json delete mode 100644 parser/testdata/01396_low_cardinality_fixed_string_default/ast.json delete mode 100644 parser/testdata/01396_negative_datetime_saturate_to_zero/ast.json delete mode 100644 parser/testdata/01397_in_bad_arguments/ast.json delete mode 100644 parser/testdata/01398_in_tuple_func/ast.json delete mode 100644 parser/testdata/01400_join_get_with_multi_keys/ast.json delete mode 100644 parser/testdata/01402_cast_nullable_string_to_enum/ast.json delete mode 100644 parser/testdata/01403_datetime64_constant_arg/ast.json delete mode 100644 parser/testdata/01404_roundUpToPowerOfTwoOrZero_safety/ast.json delete mode 100644 parser/testdata/01407_lambda_arrayJoin/ast.json delete mode 100644 parser/testdata/01408_range_overflow/ast.json delete mode 100644 parser/testdata/01409_topK_merge/ast.json delete mode 100644 parser/testdata/01410_full_join_and_null_predicates/ast.json delete mode 100644 parser/testdata/01410_nullable_key_and_index/ast.json delete mode 100644 parser/testdata/01410_nullable_key_and_index_negate_cond/ast.json delete mode 100644 parser/testdata/01411_from_unixtime/ast.json delete mode 100644 parser/testdata/01411_xor_itai_shirav/ast.json delete mode 100644 parser/testdata/01412_group_array_moving_shard/ast.json delete mode 100644 parser/testdata/01412_mod_float/ast.json delete mode 100644 parser/testdata/01412_optimize_deduplicate_bug/ast.json delete mode 100644 parser/testdata/01412_row_from_totals/ast.json delete mode 100644 parser/testdata/01413_allow_non_metadata_alters/ast.json delete mode 100644 parser/testdata/01413_alter_update_supertype/ast.json delete mode 100644 parser/testdata/01413_if_array_uuid/ast.json delete mode 100644 parser/testdata/01413_rows_events/ast.json delete mode 100644 parser/testdata/01413_truncate_without_table_keyword/ast.json delete mode 100644 parser/testdata/01414_bloom_filter_index_with_const_column/ast.json delete mode 100644 parser/testdata/01414_freeze_does_not_prevent_alters/ast.json delete mode 100644 parser/testdata/01414_low_cardinality_nullable/ast.json delete mode 100644 parser/testdata/01414_mutations_and_errors/ast.json delete mode 100644 parser/testdata/01414_push_predicate_when_contains_with_clause/ast.json delete mode 100644 parser/testdata/01415_inconsistent_merge_tree_settings/ast.json delete mode 100644 parser/testdata/01415_overlimiting_threads_for_repica_bug/ast.json delete mode 100644 parser/testdata/01415_table_function_view/ast.json delete mode 100644 parser/testdata/01416_clear_column_pk/ast.json delete mode 100644 parser/testdata/01416_join_totals_header_bug/ast.json delete mode 100644 parser/testdata/01417_update_permutation_crash/ast.json delete mode 100644 parser/testdata/01418_custom_settings/ast.json delete mode 100644 parser/testdata/01418_index_analysis_bug/ast.json delete mode 100644 parser/testdata/01418_query_scope_constants_and_remote/ast.json delete mode 100644 parser/testdata/01419_materialize_null/ast.json delete mode 100644 parser/testdata/01419_merge_tree_settings_sanity_check/ast.json delete mode 100644 parser/testdata/01419_skip_index_compact_parts/ast.json delete mode 100644 parser/testdata/01420_logical_functions_materialized_null/ast.json delete mode 100644 parser/testdata/01421_array_nullable_element_nullable_index/ast.json delete mode 100644 parser/testdata/01421_assert_in_in/ast.json delete mode 100644 parser/testdata/01422_array_nullable_element_nullable_index/ast.json delete mode 100644 parser/testdata/01422_map_skip_null/ast.json delete mode 100644 parser/testdata/01423_if_nullable_cond/ast.json delete mode 100644 parser/testdata/01424_parse_date_time_bad_date/ast.json delete mode 100644 parser/testdata/01425_decimal_parse_big_negative_exponent/ast.json delete mode 100644 parser/testdata/01425_default_value_of_type_name/ast.json delete mode 100644 parser/testdata/01426_geohash_constants/ast.json delete mode 100644 parser/testdata/01427_pk_and_expression_with_different_type/ast.json delete mode 100644 parser/testdata/01428_h3_range_check/ast.json delete mode 100644 parser/testdata/01428_hash_set_nan_key/ast.json delete mode 100644 parser/testdata/01428_nullable_asof_join/ast.json delete mode 100644 parser/testdata/01429_join_on_error_messages/ast.json delete mode 100644 parser/testdata/01430_fix_any_rewrite_aliases/ast.json delete mode 100644 parser/testdata/01430_modify_sample_by_zookeeper_long/ast.json delete mode 100644 parser/testdata/01430_moving_sum_empty_state/ast.json delete mode 100644 parser/testdata/01431_finish_sorting_with_consts/ast.json delete mode 100644 parser/testdata/01431_utf8_ubsan/ast.json delete mode 100644 parser/testdata/01432_parse_date_time_best_effort_timestamp/ast.json delete mode 100644 parser/testdata/01433_hex_float/ast.json delete mode 100644 parser/testdata/01434_netloc_fuzz/ast.json delete mode 100644 parser/testdata/01435_lcm_overflow/ast.json delete mode 100644 parser/testdata/01436_storage_merge_with_join_push_down/ast.json delete mode 100644 parser/testdata/01440_big_int_arithm/ast.json delete mode 100644 parser/testdata/01440_big_int_exotic_casts/ast.json delete mode 100644 parser/testdata/01440_big_int_least_greatest/ast.json delete mode 100644 parser/testdata/01440_big_int_shift/ast.json delete mode 100644 parser/testdata/01440_to_date_monotonicity/ast.json delete mode 100644 parser/testdata/01441_array_combinator/ast.json delete mode 100644 parser/testdata/01441_low_cardinality_array_index/ast.json delete mode 100644 parser/testdata/01442_date_time_with_params/ast.json delete mode 100644 parser/testdata/01442_h3kring_range_check/ast.json delete mode 100644 parser/testdata/01447_json_strings/ast.json delete mode 100644 parser/testdata/01448_json_compact_strings_each_row/ast.json delete mode 100644 parser/testdata/01449_json_compact_strings/ast.json delete mode 100644 parser/testdata/01450_set_null_const/ast.json delete mode 100644 parser/testdata/01451_detach_drop_part/ast.json delete mode 100644 parser/testdata/01451_normalize_query/ast.json delete mode 100644 parser/testdata/01451_replicated_detach_drop_and_quorum_long/ast.json delete mode 100644 parser/testdata/01451_replicated_detach_drop_part_long/ast.json delete mode 100644 parser/testdata/01452_normalized_query_hash/ast.json delete mode 100644 parser/testdata/01453_fixsed_string_sort/ast.json delete mode 100644 parser/testdata/01453_normalize_query_alias_uuid/ast.json delete mode 100644 parser/testdata/01455_default_compression/ast.json delete mode 100644 parser/testdata/01455_nullable_type_with_if_agg_combinator/ast.json delete mode 100644 parser/testdata/01455_optimize_trivial_insert_select/ast.json delete mode 100644 parser/testdata/01455_rank_correlation_spearman/ast.json delete mode 100644 parser/testdata/01455_shard_leaf_max_rows_bytes_to_read/ast.json delete mode 100644 parser/testdata/01455_time_zones/ast.json delete mode 100644 parser/testdata/01456_ast_optimizations_over_distributed/ast.json delete mode 100644 parser/testdata/01456_low_cardinality_sorting_bugfix/ast.json delete mode 100644 parser/testdata/01456_min_negative_decimal_formatting/ast.json delete mode 100644 parser/testdata/01456_modify_column_type_via_add_drop_update/ast.json delete mode 100644 parser/testdata/01457_compile_expressions_fuzzer/ast.json delete mode 100644 parser/testdata/01457_create_as_table_function_structure/ast.json delete mode 100644 parser/testdata/01457_int256_hashing/ast.json delete mode 100644 parser/testdata/01457_min_index_granularity_bytes_setting/ast.json delete mode 100644 parser/testdata/01457_order_by_limit/ast.json delete mode 100644 parser/testdata/01457_order_by_nulls_first/ast.json delete mode 100644 parser/testdata/01458_count_digits/ast.json delete mode 100644 parser/testdata/01458_is_decimal_overflow/ast.json delete mode 100644 parser/testdata/01458_named_tuple_millin/ast.json delete mode 100644 parser/testdata/01459_decimal_casts/ast.json delete mode 100644 parser/testdata/01459_default_value_of_argument_type_nullptr_dereference/ast.json delete mode 100644 parser/testdata/01460_allow_dollar_and_number_in_identifier/ast.json delete mode 100644 parser/testdata/01460_mark_inclusion_search_crash/ast.json delete mode 100644 parser/testdata/01461_alter_table_function/ast.json delete mode 100644 parser/testdata/01461_query_start_time_microseconds/ast.json delete mode 100644 parser/testdata/01462_test_codec_on_alias/ast.json delete mode 100644 parser/testdata/01463_resample_overflow/ast.json delete mode 100644 parser/testdata/01465_ttl_recompression/ast.json delete mode 100644 parser/testdata/01470_columns_transformers/ast.json delete mode 100644 parser/testdata/01470_columns_transformers2/ast.json delete mode 100644 parser/testdata/01470_explain/ast.json delete mode 100644 parser/testdata/01470_show_databases_like/ast.json delete mode 100644 parser/testdata/01470_test_insert_select_asterisk/ast.json delete mode 100644 parser/testdata/01471_calculate_ttl_during_merge/ast.json delete mode 100644 parser/testdata/01471_limit_by_format/ast.json delete mode 100644 parser/testdata/01471_top_k_range_check/ast.json delete mode 100644 parser/testdata/01471_with_format/ast.json delete mode 100644 parser/testdata/01472_many_rows_in_totals/ast.json delete mode 100644 parser/testdata/01472_toBoundsOfInterval_disallow_empty_tz_field/ast.json delete mode 100644 parser/testdata/01473_event_time_microseconds/ast.json delete mode 100644 parser/testdata/01473_system_events_zeroes/ast.json delete mode 100644 parser/testdata/01474_bad_global_join/ast.json delete mode 100644 parser/testdata/01474_decimal_scale_bug/ast.json delete mode 100644 parser/testdata/01474_executable_dictionary/ast.json delete mode 100644 parser/testdata/01475_fix_bigint_shift/ast.json delete mode 100644 parser/testdata/01475_mutation_with_if/ast.json delete mode 100644 parser/testdata/01475_read_subcolumns/ast.json delete mode 100644 parser/testdata/01475_read_subcolumns_2/ast.json delete mode 100644 parser/testdata/01475_read_subcolumns_3/ast.json delete mode 100644 parser/testdata/01476_right_full_join_switch/ast.json delete mode 100644 parser/testdata/01478_not_equi-join_on/ast.json delete mode 100644 parser/testdata/01479_cross_join_9855/ast.json delete mode 100644 parser/testdata/01480_binary_operator_monotonicity/ast.json delete mode 100644 parser/testdata/01481_join_with_materialized/ast.json delete mode 100644 parser/testdata/01482_move_to_prewhere_and_cast/ast.json delete mode 100644 parser/testdata/01483_merge_table_join_and_group_by/ast.json delete mode 100644 parser/testdata/01485_256_bit_multiply/ast.json delete mode 100644 parser/testdata/01486_json_array_output/ast.json delete mode 100644 parser/testdata/01490_nullable_string_to_enum/ast.json delete mode 100644 parser/testdata/01491_nested_multiline_comments/ast.json delete mode 100644 parser/testdata/01492_array_join_crash_13829/ast.json delete mode 100644 parser/testdata/01492_format_readable_quantity/ast.json delete mode 100644 parser/testdata/01493_alter_remove_no_property_zookeeper_long/ast.json delete mode 100644 parser/testdata/01493_alter_remove_properties/ast.json delete mode 100644 parser/testdata/01493_alter_remove_properties_zookeeper/ast.json delete mode 100644 parser/testdata/01493_alter_remove_wrong_default/ast.json delete mode 100644 parser/testdata/01493_storage_set_persistency/ast.json delete mode 100644 parser/testdata/01493_table_function_null/ast.json delete mode 100644 parser/testdata/01494_storage_join_persistency/ast.json delete mode 100644 parser/testdata/01495_subqueries_in_with_statement/ast.json delete mode 100644 parser/testdata/01495_subqueries_in_with_statement_2/ast.json delete mode 100644 parser/testdata/01495_subqueries_in_with_statement_3/ast.json delete mode 100644 parser/testdata/01495_subqueries_in_with_statement_4/ast.json delete mode 100644 parser/testdata/01496_signedness_conversion_monotonicity/ast.json delete mode 100644 parser/testdata/01497_alias_on_default_array/ast.json delete mode 100644 parser/testdata/01497_extract_all_groups_empty_match/ast.json delete mode 100644 parser/testdata/01497_mutation_support_for_storage_memory/ast.json delete mode 100644 parser/testdata/01497_now_support_timezone/ast.json delete mode 100644 parser/testdata/01498_alter_column_storage_memory/ast.json delete mode 100644 parser/testdata/01499_json_named_tuples/ast.json delete mode 100644 parser/testdata/01499_log_deadlock/ast.json delete mode 100644 parser/testdata/01501_cache_dictionary_all_fields/ast.json delete mode 100644 parser/testdata/01502_bar_overflow/ast.json delete mode 100644 parser/testdata/01503_fixed_string_primary_key/ast.json delete mode 100644 parser/testdata/01503_if_const_optimization/ast.json delete mode 100644 parser/testdata/01504_compression_multiple_streams/ast.json delete mode 100644 parser/testdata/01504_rocksdb/ast.json delete mode 100644 parser/testdata/01504_view_type_conversion/ast.json delete mode 100644 parser/testdata/01505_distributed_local_type_conversion_enum/ast.json delete mode 100644 parser/testdata/01505_log_distributed_deadlock/ast.json delete mode 100644 parser/testdata/01505_trivial_count_with_partition_predicate/ast.json delete mode 100644 parser/testdata/01506_buffer_table_alter_block_structure/ast.json delete mode 100644 parser/testdata/01506_buffer_table_alter_block_structure_2/ast.json delete mode 100644 parser/testdata/01506_ttl_same_with_order_by/ast.json delete mode 100644 parser/testdata/01507_multiversion_storage_for_storagememory/ast.json delete mode 100644 parser/testdata/01507_transform_null_in/ast.json delete mode 100644 parser/testdata/01508_explain_header/ast.json delete mode 100644 parser/testdata/01509_output_format_pretty_row_numbers/ast.json delete mode 100644 parser/testdata/01509_parallel_quorum_insert_no_replicas_long/ast.json delete mode 100644 parser/testdata/01511_alter_version_versioned_collapsing_merge_tree/ast.json delete mode 100644 parser/testdata/01511_alter_version_versioned_collapsing_merge_tree_zookeeper/ast.json delete mode 100644 parser/testdata/01511_different_expression_with_same_alias/ast.json delete mode 100644 parser/testdata/01511_format_readable_timedelta/ast.json delete mode 100644 parser/testdata/01511_prewhere_with_virtuals/ast.json delete mode 100644 parser/testdata/01512_create_replicate_merge_tree_one_arg/ast.json delete mode 100644 parser/testdata/01513_count_without_select_sequence_consistency_zookeeper_long/ast.json delete mode 100644 parser/testdata/01513_defaults_on_defaults_no_column/ast.json delete mode 100644 parser/testdata/01513_ilike_like_cache/ast.json delete mode 100644 parser/testdata/01513_optimize_aggregation_in_order_memory_long/ast.json delete mode 100644 parser/testdata/01514_empty_buffer_different_types/ast.json delete mode 100644 parser/testdata/01514_input_format_csv_enum_as_number_setting/ast.json delete mode 100644 parser/testdata/01514_input_format_json_enum_as_number/ast.json delete mode 100644 parser/testdata/01514_input_format_tsv_enum_as_number_setting/ast.json delete mode 100644 parser/testdata/01514_parallel_formatting/ast.json delete mode 100644 parser/testdata/01514_tid_function/ast.json delete mode 100644 parser/testdata/01515_force_data_skipping_indices/ast.json delete mode 100644 parser/testdata/01515_mv_and_array_join_optimisation_bag/ast.json delete mode 100644 parser/testdata/01515_with_global_and_with_propagation/ast.json delete mode 100644 parser/testdata/01516_create_table_primary_key/ast.json delete mode 100644 parser/testdata/01516_date_time_output_format/ast.json delete mode 100644 parser/testdata/01517_drop_mv_with_inner_table/ast.json delete mode 100644 parser/testdata/01517_select_final_distributed/ast.json delete mode 100644 parser/testdata/01518_cast_nullable_virtual_system_column/ast.json delete mode 100644 parser/testdata/01518_filtering_aliased_materialized_column/ast.json delete mode 100644 parser/testdata/01518_nullable_aggregate_states1/ast.json delete mode 100644 parser/testdata/01518_nullable_aggregate_states2/ast.json delete mode 100644 parser/testdata/01518_select_in_null/ast.json delete mode 100644 parser/testdata/01519_topK_distributed_parametrized/ast.json delete mode 100644 parser/testdata/01521_alter_enum_and_reverse_read/ast.json delete mode 100644 parser/testdata/01521_distributed_query_hang/ast.json delete mode 100644 parser/testdata/01521_format_readable_time_delta2/ast.json delete mode 100644 parser/testdata/01521_global_in_prewhere_15792/ast.json delete mode 100644 parser/testdata/01521_max_length_alias/ast.json delete mode 100644 parser/testdata/01522_validate_alter_default/ast.json delete mode 100644 parser/testdata/01523_date_time_compare_with_date_literal/ast.json delete mode 100644 parser/testdata/01523_interval_operator_support_string_literal/ast.json delete mode 100644 parser/testdata/01524_do_not_merge_across_partitions_select_final/ast.json delete mode 100644 parser/testdata/01525_select_with_offset_fetch_clause/ast.json delete mode 100644 parser/testdata/01526_alter_add_and_modify_order_zookeeper/ast.json delete mode 100644 parser/testdata/01526_complex_key_dict_direct_layout/ast.json delete mode 100644 parser/testdata/01527_bad_aggregation_in_lambda/ast.json delete mode 100644 parser/testdata/01527_dist_sharding_key_dictGet_reload/ast.json delete mode 100644 parser/testdata/01527_materialized_view_stack_overflow/ast.json delete mode 100644 parser/testdata/01528_allow_nondeterministic_optimize_skip_unused_shards/ast.json delete mode 100644 parser/testdata/01528_setting_aggregate_functions_null_for_empty/ast.json delete mode 100644 parser/testdata/01528_to_uuid_or_null_or_zero/ast.json delete mode 100644 parser/testdata/01529_union_distinct_and_setting_union_default_mode/ast.json delete mode 100644 parser/testdata/01530_drop_database_atomic_sync/ast.json delete mode 100644 parser/testdata/01531_query_log_query_comment/ast.json delete mode 100644 parser/testdata/01532_collate_in_low_cardinality/ast.json delete mode 100644 parser/testdata/01532_execute_merges_on_single_replica_long/ast.json delete mode 100644 parser/testdata/01532_having_with_totals/ast.json delete mode 100644 parser/testdata/01532_min_max_with_modifiers/ast.json delete mode 100644 parser/testdata/01532_primary_key_without_order_by_zookeeper/ast.json delete mode 100644 parser/testdata/01532_tuple_with_name_type/ast.json delete mode 100644 parser/testdata/01533_collate_in_nullable/ast.json delete mode 100644 parser/testdata/01533_distinct_depends_on_max_threads/ast.json delete mode 100644 parser/testdata/01533_distinct_nullable_uuid/ast.json delete mode 100644 parser/testdata/01533_multiple_nested/ast.json delete mode 100644 parser/testdata/01533_optimize_skip_merged_partitions/ast.json delete mode 100644 parser/testdata/01533_quantile_deterministic_assert/ast.json delete mode 100644 parser/testdata/01533_sum_if_nullable_bug/ast.json delete mode 100644 parser/testdata/01534_lambda_array_join/ast.json delete mode 100644 parser/testdata/01535_decimal_round_scale_overflow_check/ast.json delete mode 100644 parser/testdata/01536_fuzz_cast/ast.json delete mode 100644 parser/testdata/01537_fuzz_count_equal/ast.json delete mode 100644 parser/testdata/01538_fuzz_aggregate/ast.json delete mode 100644 parser/testdata/01540_verbatim_partition_pruning/ast.json delete mode 100644 parser/testdata/01542_collate_in_array/ast.json delete mode 100644 parser/testdata/01543_collate_in_tuple/ast.json delete mode 100644 parser/testdata/01543_parse_datetime_besteffort_or_null_empty_string/ast.json delete mode 100644 parser/testdata/01543_toModifiedJulianDay/ast.json delete mode 100644 parser/testdata/01544_errorCodeToName/ast.json delete mode 100644 parser/testdata/01544_fromModifiedJulianDay/ast.json delete mode 100644 parser/testdata/01545_url_file_format_settings/ast.json delete mode 100644 parser/testdata/01546_log_queries_min_query_duration_ms/ast.json delete mode 100644 parser/testdata/01547_query_log_current_database/ast.json delete mode 100644 parser/testdata/01548_lzy305/ast.json delete mode 100644 parser/testdata/01548_uncomparable_columns_in_keys/ast.json delete mode 100644 parser/testdata/01548_with_totals_having/ast.json delete mode 100644 parser/testdata/01549_low_cardinality_materialized_view/ast.json delete mode 100644 parser/testdata/01549_low_cardinality_mv_fuzz/ast.json delete mode 100644 parser/testdata/01550_create_map_type/ast.json delete mode 100644 parser/testdata/01550_mutation_subquery/ast.json delete mode 100644 parser/testdata/01550_type_map_formats/ast.json delete mode 100644 parser/testdata/01551_context_uaf/ast.json delete mode 100644 parser/testdata/01551_mergetree_read_in_order_spread/ast.json delete mode 100644 parser/testdata/01552_alter_name_collision/ast.json delete mode 100644 parser/testdata/01552_dict_fixedstring/ast.json delete mode 100644 parser/testdata/01552_impl_aggfunc_cloneresize/ast.json delete mode 100644 parser/testdata/01553_datetime64_comparison/ast.json delete mode 100644 parser/testdata/01553_settings_early_apply/ast.json delete mode 100644 parser/testdata/01554_bloom_filter_index_big_integer_uuid/ast.json delete mode 100644 parser/testdata/01554_interpreter_integer_float/ast.json delete mode 100644 parser/testdata/01555_or_fill/ast.json delete mode 100644 parser/testdata/01555_system_distribution_queue_mask/ast.json delete mode 100644 parser/testdata/01556_accurate_cast_or_null/ast.json delete mode 100644 parser/testdata/01556_explain_select_with_union_query/ast.json delete mode 100644 parser/testdata/01556_if_null/ast.json delete mode 100644 parser/testdata/01557_max_parallel_replicas_no_sample/ast.json delete mode 100644 parser/testdata/01558_enum_as_num_in_tsv_csv_input/ast.json delete mode 100644 parser/testdata/01558_transform_null_in/ast.json delete mode 100644 parser/testdata/01558_ttest/ast.json delete mode 100644 parser/testdata/01559_aggregate_null_for_empty_fix/ast.json delete mode 100644 parser/testdata/01559_misplaced_codec_diagnostics/ast.json delete mode 100644 parser/testdata/01560_DateTime_and_DateTime64_comparision/ast.json delete mode 100644 parser/testdata/01560_cancel_agg_func_combinator_native_name_constraint/ast.json delete mode 100644 parser/testdata/01560_crash_in_agg_empty_arglist/ast.json delete mode 100644 parser/testdata/01560_mann_whitney/ast.json delete mode 100644 parser/testdata/01560_merge_distributed_join/ast.json delete mode 100644 parser/testdata/01560_monotonicity_check_multiple_args_bug/ast.json delete mode 100644 parser/testdata/01560_optimize_on_insert_long/ast.json delete mode 100644 parser/testdata/01560_optimize_on_insert_zookeeper/ast.json delete mode 100644 parser/testdata/01561_Date_and_DateTime64_comparision/ast.json delete mode 100644 parser/testdata/01561_aggregate_functions_of_key_with_join/ast.json delete mode 100644 parser/testdata/01562_agg_null_for_empty_ahead/ast.json delete mode 100644 parser/testdata/01564_test_hint_woes/ast.json delete mode 100644 parser/testdata/01566_negate_formatting/ast.json delete mode 100644 parser/testdata/01567_system_processes_current_database/ast.json delete mode 100644 parser/testdata/01568_window_functions_distributed/ast.json delete mode 100644 parser/testdata/01570_aggregator_combinator_simple_state/ast.json delete mode 100644 parser/testdata/01571_window_functions/ast.json delete mode 100644 parser/testdata/01575_disable_detach_table_of_dictionary/ast.json delete mode 100644 parser/testdata/01576_alias_column_rewrite/ast.json delete mode 100644 parser/testdata/01576_if_null_external_aggregation/ast.json delete mode 100644 parser/testdata/01579_date_datetime_index_comparison/ast.json delete mode 100644 parser/testdata/01580_column_const_comparision/ast.json delete mode 100644 parser/testdata/01581_deduplicate_by_columns_local/ast.json delete mode 100644 parser/testdata/01581_deduplicate_by_columns_replicated_long/ast.json delete mode 100644 parser/testdata/01581_to_int_inf_nan/ast.json delete mode 100644 parser/testdata/01582_any_join_supertype/ast.json delete mode 100644 parser/testdata/01582_deterministic_function_with_predicate/ast.json delete mode 100644 parser/testdata/01582_distinct_subquery_groupby/ast.json delete mode 100644 parser/testdata/01582_move_to_prewhere_compact_parts/ast.json delete mode 100644 parser/testdata/01583_const_column_in_set_index/ast.json delete mode 100644 parser/testdata/01584_distributed_buffer_cannot_find_column/ast.json delete mode 100644 parser/testdata/01585_fuzz_bits_with_bugfix/ast.json delete mode 100644 parser/testdata/01585_use_index_for_global_in/ast.json delete mode 100644 parser/testdata/01585_use_index_for_global_in_with_null/ast.json delete mode 100644 parser/testdata/01586_columns_pruning/ast.json delete mode 100644 parser/testdata/01586_replicated_mutations_empty_partition/ast.json delete mode 100644 parser/testdata/01586_storage_join_low_cardinality_key/ast.json delete mode 100644 parser/testdata/01590_countSubstrings/ast.json delete mode 100644 parser/testdata/01591_window_functions/ast.json delete mode 100644 parser/testdata/01592_length_map/ast.json delete mode 100644 parser/testdata/01592_long_window_functions1/ast.json delete mode 100644 parser/testdata/01592_toUnixTimestamp_Date/ast.json delete mode 100644 parser/testdata/01592_window_functions/ast.json delete mode 100644 parser/testdata/01593_functions_in_order_by/ast.json delete mode 100644 parser/testdata/01593_insert_settings/ast.json delete mode 100644 parser/testdata/01594_storage_join_uuid/ast.json delete mode 100644 parser/testdata/01595_countMatches/ast.json delete mode 100644 parser/testdata/01596_full_join_chertus/ast.json delete mode 100644 parser/testdata/01596_null_as_default_nullable/ast.json delete mode 100644 parser/testdata/01596_setting_limit_offset/ast.json delete mode 100644 parser/testdata/01598_memory_limit_zeros/ast.json delete mode 100644 parser/testdata/01600_encode_XML/ast.json delete mode 100644 parser/testdata/01600_min_max_compress_block_size/ast.json delete mode 100644 parser/testdata/01600_multiple_left_join_with_aliases/ast.json delete mode 100644 parser/testdata/01600_remerge_sort_lowered_memory_bytes_ratio/ast.json delete mode 100644 parser/testdata/01600_select_in_different_types/ast.json delete mode 100644 parser/testdata/01601_accurate_cast/ast.json delete mode 100644 parser/testdata/01601_detach_permanently/ast.json delete mode 100644 parser/testdata/01602_array_aggregation/ast.json delete mode 100644 parser/testdata/01602_insert_into_table_function_cluster/ast.json delete mode 100644 parser/testdata/01602_modified_julian_day_msan/ast.json delete mode 100644 parser/testdata/01602_runningConcurrency/ast.json delete mode 100644 parser/testdata/01602_show_create_view/ast.json delete mode 100644 parser/testdata/01602_temporary_table_in_system_tables/ast.json delete mode 100644 parser/testdata/01603_decimal_mult_float/ast.json delete mode 100644 parser/testdata/01603_insert_select_too_many_parts/ast.json delete mode 100644 parser/testdata/01603_read_with_backoff_bug/ast.json delete mode 100644 parser/testdata/01603_remove_column_ttl/ast.json delete mode 100644 parser/testdata/01603_rename_overwrite_bug/ast.json delete mode 100644 parser/testdata/01604_explain_ast_of_nonselect_query/ast.json delete mode 100644 parser/testdata/01605_adaptive_granularity_block_borders/ast.json delete mode 100644 parser/testdata/01605_dictinct_two_level/ast.json delete mode 100644 parser/testdata/01605_drop_settings_profile_while_assigned/ast.json delete mode 100644 parser/testdata/01605_key_condition_enum_int/ast.json delete mode 100644 parser/testdata/01605_skip_idx_compact_parts/ast.json delete mode 100644 parser/testdata/01606_merge_from_wide_to_compact/ast.json delete mode 100644 parser/testdata/01611_constant_folding_subqueries/ast.json delete mode 100644 parser/testdata/01611_string_to_low_cardinality_key_alter/ast.json delete mode 100644 parser/testdata/01614_with_fill_with_limit/ast.json delete mode 100644 parser/testdata/01615_random_one_shard_insertion/ast.json delete mode 100644 parser/testdata/01615_two_args_function_index_fix/ast.json delete mode 100644 parser/testdata/01616_untuple_access_field/ast.json delete mode 100644 parser/testdata/01620_fix_simple_state_arg_type/ast.json delete mode 100644 parser/testdata/01621_bar_nan_arguments/ast.json delete mode 100644 parser/testdata/01621_decode_XML/ast.json delete mode 100644 parser/testdata/01621_sort_after_join_pipeline_stuck/ast.json delete mode 100644 parser/testdata/01621_summap_check_types/ast.json delete mode 100644 parser/testdata/01622_byte_size/ast.json delete mode 100644 parser/testdata/01622_codec_zstd_long/ast.json delete mode 100644 parser/testdata/01622_constraints_simple_optimization/ast.json delete mode 100644 parser/testdata/01622_constraints_where_optimization/ast.json delete mode 100644 parser/testdata/01622_defaults_for_file_engine/ast.json delete mode 100644 parser/testdata/01622_multiple_ttls/ast.json delete mode 100644 parser/testdata/01623_byte_size_const/ast.json delete mode 100644 parser/testdata/01623_constraints_column_swap/ast.json delete mode 100644 parser/testdata/01625_constraints_index_append/ast.json delete mode 100644 parser/testdata/01626_cnf_test/ast.json delete mode 100644 parser/testdata/01630_disallow_floating_point_as_partition_key/ast.json delete mode 100644 parser/testdata/01630_simple_aggregate_all_functions_in_aggregating_merge_tree/ast.json delete mode 100644 parser/testdata/01630_simple_aggregate_all_functions_in_summing_merge_tree/ast.json delete mode 100644 parser/testdata/01630_simple_aggregate_function_in_summing_merge_tree/ast.json delete mode 100644 parser/testdata/01631_date_overflow_as_partition_key/ast.json delete mode 100644 parser/testdata/01632_group_array_msan/ast.json delete mode 100644 parser/testdata/01632_max_partitions_to_read/ast.json delete mode 100644 parser/testdata/01632_nullable_string_type_convert_to_decimal_type/ast.json delete mode 100644 parser/testdata/01632_select_all_syntax/ast.json delete mode 100644 parser/testdata/01633_limit_fuzz/ast.json delete mode 100644 parser/testdata/01634_sum_map_nulls/ast.json delete mode 100644 parser/testdata/01634_summap_nullable/ast.json delete mode 100644 parser/testdata/01634_uuid_fuzz/ast.json delete mode 100644 parser/testdata/01635_nullable_fuzz/ast.json delete mode 100644 parser/testdata/01635_sum_map_fuzz/ast.json delete mode 100644 parser/testdata/01636_nullable_fuzz2/ast.json delete mode 100644 parser/testdata/01637_nullable_fuzz3/ast.json delete mode 100644 parser/testdata/01638_div_mod_ambiguities/ast.json delete mode 100644 parser/testdata/01639_distributed_sync_insert_zero_rows/ast.json delete mode 100644 parser/testdata/01640_distributed_async_insert_compression/ast.json delete mode 100644 parser/testdata/01640_marks_corruption_regression/ast.json delete mode 100644 parser/testdata/01641_memory_tracking_insert_optimize/ast.json delete mode 100644 parser/testdata/01642_if_nullable_regression/ast.json delete mode 100644 parser/testdata/01643_merge_tree_fsync_smoke/ast.json delete mode 100644 parser/testdata/01643_replicated_merge_tree_fsync_smoke/ast.json delete mode 100644 parser/testdata/01644_distributed_async_insert_fsync_smoke/ast.json delete mode 100644 parser/testdata/01645_system_table_engines/ast.json delete mode 100644 parser/testdata/01646_fix_window_funnel_inconistency/ast.json delete mode 100644 parser/testdata/01646_rewrite_sum_if/ast.json delete mode 100644 parser/testdata/01646_rewrite_sum_if_bug/ast.json delete mode 100644 parser/testdata/01646_system_restart_replicas_smoke/ast.json delete mode 100644 parser/testdata/01648_mutations_and_escaping/ast.json delete mode 100644 parser/testdata/01648_normalize_query_keep_names/ast.json delete mode 100644 parser/testdata/01649_with_alias_key_condition/ast.json delete mode 100644 parser/testdata/01650_drop_part_and_deduplication_zookeeper_long/ast.json delete mode 100644 parser/testdata/01650_expressions_merge_bug/ast.json delete mode 100644 parser/testdata/01650_fetch_patition_with_macro_in_zk_path_long/ast.json delete mode 100644 parser/testdata/01651_bugs_from_15889/ast.json delete mode 100644 parser/testdata/01651_group_uniq_array_enum/ast.json delete mode 100644 parser/testdata/01651_lc_insert_tiny_log_1/ast.json delete mode 100644 parser/testdata/01651_lc_insert_tiny_log_2/ast.json delete mode 100644 parser/testdata/01651_lc_insert_tiny_log_3/ast.json delete mode 100644 parser/testdata/01651_map_functions/ast.json delete mode 100644 parser/testdata/01652_ignore_and_low_cardinality/ast.json delete mode 100644 parser/testdata/01652_ttl_old_syntax/ast.json delete mode 100644 parser/testdata/01653_tuple_hamming_distance_2/ast.json delete mode 100644 parser/testdata/01654_bar_nan/ast.json delete mode 100644 parser/testdata/01655_agg_if_nullable/ast.json delete mode 100644 parser/testdata/01655_plan_optimizations_merge_filters/ast.json delete mode 100644 parser/testdata/01655_quarter_modificator_for_formatDateTime/ast.json delete mode 100644 parser/testdata/01655_sleep_infinite_float/ast.json delete mode 100644 parser/testdata/01655_test_isnull_mysql_dialect/ast.json delete mode 100644 parser/testdata/01655_window_functions_bug/ast.json delete mode 100644 parser/testdata/01655_window_functions_cume_dist/ast.json delete mode 100644 parser/testdata/01655_window_functions_null/ast.json delete mode 100644 parser/testdata/01656_ipv4_bad_formatting/ast.json delete mode 100644 parser/testdata/01656_join_defaul_enum/ast.json delete mode 100644 parser/testdata/01656_sequence_next_node_distinct/ast.json delete mode 100644 parser/testdata/01656_sequence_next_node_long/ast.json delete mode 100644 parser/testdata/01656_test_hex_mysql_dialect/ast.json delete mode 100644 parser/testdata/01656_test_query_log_factories_info/ast.json delete mode 100644 parser/testdata/01657_array_element_ubsan/ast.json delete mode 100644 parser/testdata/01657_test_toHour_mysql_compatibility/ast.json delete mode 100644 parser/testdata/01658_test_base64Encode_mysql_compatibility/ast.json delete mode 100644 parser/testdata/01658_values_ubsan/ast.json delete mode 100644 parser/testdata/01659_array_aggregation_ubsan/ast.json delete mode 100644 parser/testdata/01659_h3_buffer_overflow/ast.json delete mode 100644 parser/testdata/01659_test_base64Decode_mysql_compatibility/ast.json delete mode 100644 parser/testdata/01660_join_or_all/ast.json delete mode 100644 parser/testdata/01660_join_or_any/ast.json delete mode 100644 parser/testdata/01660_join_or_inner/ast.json delete mode 100644 parser/testdata/01660_join_or_subqueries/ast.json delete mode 100644 parser/testdata/01660_second_extremes_bug/ast.json delete mode 100644 parser/testdata/01660_sum_ubsan/ast.json delete mode 100644 parser/testdata/01660_system_parts_smoke/ast.json delete mode 100644 parser/testdata/01660_test_toDayOfYear_mysql_compatibility/ast.json delete mode 100644 parser/testdata/01661_arraySlice_ubsan/ast.json delete mode 100644 parser/testdata/01661_extract_all_groups_throw_fast/ast.json delete mode 100644 parser/testdata/01661_join_complex/ast.json delete mode 100644 parser/testdata/01661_test_toDayOfWeek_mysql_compatibility/ast.json delete mode 100644 parser/testdata/01661_week_functions_string_args/ast.json delete mode 100644 parser/testdata/01662_date_ubsan/ast.json delete mode 100644 parser/testdata/01662_join_mixed/ast.json delete mode 100644 parser/testdata/01662_test_toDayOfMonth_mysql_compatibility/ast.json delete mode 100644 parser/testdata/01663_aes_msan/ast.json delete mode 100644 parser/testdata/01663_quantile_weighted_overflow/ast.json delete mode 100644 parser/testdata/01663_test_toDate_mysql_compatibility/ast.json delete mode 100644 parser/testdata/01664_array_slice_ubsan/ast.json delete mode 100644 parser/testdata/01664_decimal_ubsan/ast.json delete mode 100644 parser/testdata/01664_ntoa_aton_mysql_compatibility/ast.json delete mode 100644 parser/testdata/01665_merge_tree_min_for_concurrent_read/ast.json delete mode 100644 parser/testdata/01665_running_difference_ubsan/ast.json delete mode 100644 parser/testdata/01665_substring_ubsan/ast.json delete mode 100644 parser/testdata/01666_blns_long/ast.json delete mode 100644 parser/testdata/01666_date_lut_buffer_overflow/ast.json delete mode 100644 parser/testdata/01666_gcd_ubsan/ast.json delete mode 100644 parser/testdata/01666_great_circle_distance_ubsan/ast.json delete mode 100644 parser/testdata/01666_lcm_ubsan/ast.json delete mode 100644 parser/testdata/01667_aes_args_check/ast.json delete mode 100644 parser/testdata/01668_avg_weighted_ubsan/ast.json delete mode 100644 parser/testdata/01668_test_toMonth_mysql_dialect/ast.json delete mode 100644 parser/testdata/01669_columns_declaration_serde_long/ast.json delete mode 100644 parser/testdata/01669_join_or_duplicates/ast.json delete mode 100644 parser/testdata/01669_test_toYear_mysql_dialect/ast.json delete mode 100644 parser/testdata/01670_dictionary_create_key_expression/ast.json delete mode 100644 parser/testdata/01670_distributed_bytes_to_throw_insert/ast.json delete mode 100644 parser/testdata/01670_log_comment/ast.json delete mode 100644 parser/testdata/01670_neighbor_lc_bug/ast.json delete mode 100644 parser/testdata/01670_sign_function/ast.json delete mode 100644 parser/testdata/01670_test_repeat_mysql_dialect/ast.json delete mode 100644 parser/testdata/01671_aggregate_function_group_bitmap_data/ast.json delete mode 100644 parser/testdata/01671_merge_join_and_constants/ast.json delete mode 100644 parser/testdata/01671_test_toQuarter_mysql_dialect/ast.json delete mode 100644 parser/testdata/01672_actions_dag_merge_crash/ast.json delete mode 100644 parser/testdata/01672_test_toSecond_mysql_dialect/ast.json delete mode 100644 parser/testdata/01673_test_toMinute_mysql_dialect/ast.json delete mode 100644 parser/testdata/01674_executable_dictionary_implicit_key/ast.json delete mode 100644 parser/testdata/01674_filter_by_uint8/ast.json delete mode 100644 parser/testdata/01674_htm_xml_coarse_parse/ast.json delete mode 100644 parser/testdata/01674_unicode_asan/ast.json delete mode 100644 parser/testdata/01674_where_prewhere_array_crash/ast.json delete mode 100644 parser/testdata/01676_dictget_in_default_expression/ast.json delete mode 100644 parser/testdata/01676_range_hashed_dictionary/ast.json delete mode 100644 parser/testdata/01676_reinterpret_as/ast.json delete mode 100644 parser/testdata/01676_round_int_ubsan/ast.json delete mode 100644 parser/testdata/01677_array_enumerate_bug/ast.json delete mode 100644 parser/testdata/01677_bit_float/ast.json delete mode 100644 parser/testdata/01678_great_circle_angle/ast.json delete mode 100644 parser/testdata/01679_format_readable_time_delta_inf/ast.json delete mode 100644 parser/testdata/01680_date_time_add_ubsan/ast.json delete mode 100644 parser/testdata/01680_predicate_pushdown_union_distinct_subquery/ast.json delete mode 100644 parser/testdata/01681_arg_min_max_if_fix/ast.json delete mode 100644 parser/testdata/01681_bloom_filter_nullable_column/ast.json delete mode 100644 parser/testdata/01681_cache_dictionary_simple_key/ast.json delete mode 100644 parser/testdata/01682_cache_dictionary_complex_key/ast.json delete mode 100644 parser/testdata/01682_gather_utils_ubsan/ast.json delete mode 100644 parser/testdata/01683_codec_encrypted/ast.json delete mode 100644 parser/testdata/01683_dist_INSERT_block_structure_mismatch/ast.json delete mode 100644 parser/testdata/01683_flat_dictionary/ast.json delete mode 100644 parser/testdata/01683_intdiv_ubsan/ast.json delete mode 100644 parser/testdata/01684_geohash_ubsan/ast.json delete mode 100644 parser/testdata/01684_insert_specify_shard_id/ast.json delete mode 100644 parser/testdata/01685_json_extract_double_as_float/ast.json delete mode 100644 parser/testdata/01686_rocksdb/ast.json delete mode 100644 parser/testdata/01690_quantilesTiming_ubsan/ast.json delete mode 100644 parser/testdata/01691_DateTime64_clamp/ast.json delete mode 100644 parser/testdata/01692_DateTime64_from_DateTime/ast.json delete mode 100644 parser/testdata/01698_fix_toMinute/ast.json delete mode 100644 parser/testdata/01698_map_populate_overflow/ast.json delete mode 100644 parser/testdata/01699_timezoneOffset/ast.json delete mode 100644 parser/testdata/01700_deltasum/ast.json delete mode 100644 parser/testdata/01700_mod_negative_type_promotion/ast.json delete mode 100644 parser/testdata/01700_point_in_polygon_ubsan/ast.json delete mode 100644 parser/testdata/01700_system_zookeeper_path_in/ast.json delete mode 100644 parser/testdata/01701_clear_projection_and_part_remove/ast.json delete mode 100644 parser/testdata/01701_if_tuple_segfault/ast.json delete mode 100644 parser/testdata/01702_bitmap_native_integers/ast.json delete mode 100644 parser/testdata/01702_rewrite_avg_for_algebraic_optimization/ast.json delete mode 100644 parser/testdata/01702_system_numbers_scientific_notation/ast.json delete mode 100644 parser/testdata/01702_system_query_log/ast.json delete mode 100644 parser/testdata/01702_toDateTime_from_string_clamping/ast.json delete mode 100644 parser/testdata/01703_rewrite_aggregate_function_case_insensitive/ast.json delete mode 100644 parser/testdata/01704_transform_with_float_key/ast.json delete mode 100644 parser/testdata/01705_normalize_case_insensitive_function_names/ast.json delete mode 100644 parser/testdata/01705_normalize_create_alter_function_names/ast.json delete mode 100644 parser/testdata/01706_optimize_normalize_count_variants/ast.json delete mode 100644 parser/testdata/01707_join_use_nulls/ast.json delete mode 100644 parser/testdata/01709_inactive_parts_to_throw_insert/ast.json delete mode 100644 parser/testdata/01710_aggregate_projection_with_grouping_set/ast.json delete mode 100644 parser/testdata/01710_aggregate_projection_with_hashing/ast.json delete mode 100644 parser/testdata/01710_aggregate_projection_with_monotonic_key_expr/ast.json delete mode 100644 parser/testdata/01710_aggregate_projection_with_normalized_states/ast.json delete mode 100644 parser/testdata/01710_force_use_projection/ast.json delete mode 100644 parser/testdata/01710_minmax_count_projection/ast.json delete mode 100644 parser/testdata/01710_minmax_count_projection_constant_query/ast.json delete mode 100644 parser/testdata/01710_minmax_count_projection_count_nullable/ast.json delete mode 100644 parser/testdata/01710_minmax_count_projection_distributed_query/ast.json delete mode 100644 parser/testdata/01710_minmax_count_projection_modify_partition_key/ast.json delete mode 100644 parser/testdata/01710_normal_projection_fix1/ast.json delete mode 100644 parser/testdata/01710_normal_projection_format/ast.json delete mode 100644 parser/testdata/01710_normal_projection_join_plan_fix/ast.json delete mode 100644 parser/testdata/01710_normal_projection_with_query_plan_optimization/ast.json delete mode 100644 parser/testdata/01710_order_by_projections_complete/ast.json delete mode 100644 parser/testdata/01710_order_by_projections_incomplete/ast.json delete mode 100644 parser/testdata/01710_projection_additional_filters/ast.json delete mode 100644 parser/testdata/01710_projection_aggregate_functions_null_for_empty/ast.json delete mode 100644 parser/testdata/01710_projection_aggregation_in_order/ast.json delete mode 100644 parser/testdata/01710_projection_array_join/ast.json delete mode 100644 parser/testdata/01710_projection_detach_part/ast.json delete mode 100644 parser/testdata/01710_projection_drop_if_exists/ast.json delete mode 100644 parser/testdata/01710_projection_external_aggregate/ast.json delete mode 100644 parser/testdata/01710_projection_fetch_long/ast.json delete mode 100644 parser/testdata/01710_projection_group_by_order_by/ast.json delete mode 100644 parser/testdata/01710_projection_in_index/ast.json delete mode 100644 parser/testdata/01710_projection_in_set/ast.json delete mode 100644 parser/testdata/01710_projection_materialize_with_missing_columns/ast.json delete mode 100644 parser/testdata/01710_projection_mutation/ast.json delete mode 100644 parser/testdata/01710_projection_optimize_aggregators_of_group_by_keys/ast.json delete mode 100644 parser/testdata/01710_projection_optimize_group_by_function_keys/ast.json delete mode 100644 parser/testdata/01710_projection_optimize_materialize/ast.json delete mode 100644 parser/testdata/01710_projection_part_check/ast.json delete mode 100644 parser/testdata/01710_projection_pk_trivial_count/ast.json delete mode 100644 parser/testdata/01710_projection_query_plan_optimization_misc/ast.json delete mode 100644 parser/testdata/01710_projection_row_policy/ast.json delete mode 100644 parser/testdata/01710_projection_vertical_merges/ast.json delete mode 100644 parser/testdata/01710_projection_with_alter_conversions/ast.json delete mode 100644 parser/testdata/01710_projection_with_ast_rewrite_settings/ast.json delete mode 100644 parser/testdata/01710_projection_with_column_transformers/ast.json delete mode 100644 parser/testdata/01710_projection_with_joins/ast.json delete mode 100644 parser/testdata/01710_projection_with_mixed_pipeline/ast.json delete mode 100644 parser/testdata/01710_projection_with_nullable_keys/ast.json delete mode 100644 parser/testdata/01710_projections/ast.json delete mode 100644 parser/testdata/01710_projections_and_duplicate_columms/ast.json delete mode 100644 parser/testdata/01710_projections_group_by_no_key/ast.json delete mode 100644 parser/testdata/01710_projections_in_distributed_query/ast.json delete mode 100644 parser/testdata/01710_projections_order_by_complete/ast.json delete mode 100644 parser/testdata/01710_projections_order_by_incomplete/ast.json delete mode 100644 parser/testdata/01710_query_log_with_projection_info/ast.json delete mode 100644 parser/testdata/01711_cte_subquery_fix/ast.json delete mode 100644 parser/testdata/01711_decimal_multiplication/ast.json delete mode 100644 parser/testdata/01712_no_adaptive_granularity_vertical_merge/ast.json delete mode 100644 parser/testdata/01713_table_ttl_old_syntax_zookeeper/ast.json delete mode 100644 parser/testdata/01714_alter_drop_version/ast.json delete mode 100644 parser/testdata/01715_background_checker_blather_zookeeper_long/ast.json delete mode 100644 parser/testdata/01715_table_function_view_fix/ast.json delete mode 100644 parser/testdata/01715_tuple_insert_null_as_default/ast.json delete mode 100644 parser/testdata/01716_array_difference_overflow/ast.json delete mode 100644 parser/testdata/01716_decimal_comparison_ubsan/ast.json delete mode 100644 parser/testdata/01716_drop_rename_sign_column/ast.json delete mode 100644 parser/testdata/01717_global_with_subquery_fix/ast.json delete mode 100644 parser/testdata/01717_int_div_float_too_large_ubsan/ast.json delete mode 100644 parser/testdata/01718_subtract_seconds_date/ast.json delete mode 100644 parser/testdata/01719_join_timezone/ast.json delete mode 100644 parser/testdata/01720_constraints_complex_types/ast.json delete mode 100644 parser/testdata/01720_dictionary_create_source_with_functions/ast.json delete mode 100644 parser/testdata/01720_engine_file_empty_if_not_exists/ast.json delete mode 100644 parser/testdata/01720_type_map_and_casts/ast.json delete mode 100644 parser/testdata/01720_union_distinct_with_limit/ast.json delete mode 100644 parser/testdata/01721_constraints_constant_expressions/ast.json delete mode 100644 parser/testdata/01721_dictionary_decimal_p_s/ast.json delete mode 100644 parser/testdata/01721_engine_file_truncate_on_insert/ast.json delete mode 100644 parser/testdata/01730_distributed_group_by_no_merge_order_by_long/ast.json delete mode 100644 parser/testdata/01732_alters_bad_conversions/ast.json delete mode 100644 parser/testdata/01732_bigint_ubsan/ast.json delete mode 100644 parser/testdata/01732_explain_syntax_union_query/ast.json delete mode 100644 parser/testdata/01732_more_consistent_datetime64_parsing/ast.json delete mode 100644 parser/testdata/01732_union_and_union_all/ast.json delete mode 100644 parser/testdata/01733_transform_ubsan/ast.json delete mode 100644 parser/testdata/01734_datetime64_from_float/ast.json delete mode 100644 parser/testdata/01735_join_get_low_card_fix/ast.json delete mode 100644 parser/testdata/01735_to_datetime64/ast.json delete mode 100644 parser/testdata/01736_null_as_default/ast.json delete mode 100644 parser/testdata/01737_move_order_key_to_prewhere_select_final/ast.json delete mode 100644 parser/testdata/01739_index_hint/ast.json delete mode 100644 parser/testdata/01744_tuple_cast_to_map_bugfix/ast.json delete mode 100644 parser/testdata/01745_alter_delete_view/ast.json delete mode 100644 parser/testdata/01746_convert_type_with_default/ast.json delete mode 100644 parser/testdata/01746_executable_pool_dictionary/ast.json delete mode 100644 parser/testdata/01746_extract_text_from_html/ast.json delete mode 100644 parser/testdata/01746_forbid_drop_column_referenced_by_mv/ast.json delete mode 100644 parser/testdata/01746_lc_values_format_bug/ast.json delete mode 100644 parser/testdata/01746_test_for_tupleElement_must_be_constant_issue/ast.json delete mode 100644 parser/testdata/01747_alter_partition_key_enum_zookeeper_long/ast.json delete mode 100644 parser/testdata/01747_executable_pool_dictionary_implicit_key/ast.json delete mode 100644 parser/testdata/01747_join_view_filter_dictionary/ast.json delete mode 100644 parser/testdata/01747_transform_empty_arrays/ast.json delete mode 100644 parser/testdata/01748_dictionary_table_dot/ast.json delete mode 100644 parser/testdata/01748_partition_id_pruning/ast.json delete mode 100644 parser/testdata/01752_distributed_query_sigsegv/ast.json delete mode 100644 parser/testdata/01753_direct_dictionary_simple_key/ast.json delete mode 100644 parser/testdata/01753_mutate_table_predicated_with_table/ast.json delete mode 100644 parser/testdata/01754_cluster_all_replicas_shard_num/ast.json delete mode 100644 parser/testdata/01754_direct_dictionary_complex_key/ast.json delete mode 100644 parser/testdata/01755_shard_pruning_with_literal/ast.json delete mode 100644 parser/testdata/01756_optimize_skip_unused_shards_rewrite_in/ast.json delete mode 100644 parser/testdata/01757_optimize_skip_unused_shards_limit/ast.json delete mode 100644 parser/testdata/01759_dictionary_unique_attribute_names/ast.json delete mode 100644 parser/testdata/01759_optimize_skip_unused_shards_zero_shards/ast.json delete mode 100644 parser/testdata/01760_ddl_dictionary_use_current_database_name/ast.json delete mode 100644 parser/testdata/01760_modulo_negative/ast.json delete mode 100644 parser/testdata/01760_polygon_dictionaries/ast.json delete mode 100644 parser/testdata/01760_system_dictionaries/ast.json delete mode 100644 parser/testdata/01761_alter_decimal_zookeeper_long/ast.json delete mode 100644 parser/testdata/01761_cast_to_enum_nullable/ast.json delete mode 100644 parser/testdata/01761_round_year_bounds/ast.json delete mode 100644 parser/testdata/01762_datetime64_extended_parsing/ast.json delete mode 100644 parser/testdata/01762_deltasumtimestamp/ast.json delete mode 100644 parser/testdata/01763_filter_push_down_bugs/ast.json delete mode 100644 parser/testdata/01763_long_ttl_group_by/ast.json delete mode 100644 parser/testdata/01763_max_distributed_depth/ast.json delete mode 100644 parser/testdata/01763_support_map_lowcardinality_type/ast.json delete mode 100644 parser/testdata/01764_collapsing_merge_adaptive_granularity/ast.json delete mode 100644 parser/testdata/01764_prefer_column_name_to_alias/ast.json delete mode 100644 parser/testdata/01764_table_function_dictionary/ast.json delete mode 100644 parser/testdata/01765_hashed_dictionary_simple_key/ast.json delete mode 100644 parser/testdata/01765_move_to_table_overlapping_block_number/ast.json delete mode 100644 parser/testdata/01765_tehran_dst/ast.json delete mode 100644 parser/testdata/01766_hashed_dictionary_complex_key/ast.json delete mode 100644 parser/testdata/01766_todatetime64_no_timezone_arg/ast.json delete mode 100644 parser/testdata/01768_array_product/ast.json delete mode 100644 parser/testdata/01768_extended_range/ast.json delete mode 100644 parser/testdata/01769_extended_range_2/ast.json delete mode 100644 parser/testdata/01770_add_months_ubsan/ast.json delete mode 100644 parser/testdata/01770_extended_range_3/ast.json delete mode 100644 parser/testdata/01771_bloom_filter_not_has/ast.json delete mode 100644 parser/testdata/01771_datetime64_no_time_part/ast.json delete mode 100644 parser/testdata/01772_intdiv_minus_one_ubsan/ast.json delete mode 100644 parser/testdata/01772_to_start_of_hour_align/ast.json delete mode 100644 parser/testdata/01773_case_sensitive_revision/ast.json delete mode 100644 parser/testdata/01773_case_sensitive_version/ast.json delete mode 100644 parser/testdata/01773_datetime64_add_ubsan/ast.json delete mode 100644 parser/testdata/01773_min_max_time_system_parts_datetime64/ast.json delete mode 100644 parser/testdata/01774_bar_with_illegal_value/ast.json delete mode 100644 parser/testdata/01774_case_sensitive_connection_id/ast.json delete mode 100644 parser/testdata/01774_ip_address_in_range/ast.json delete mode 100644 parser/testdata/01774_ip_address_in_range_2/ast.json delete mode 100644 parser/testdata/01774_tuple_null_in/ast.json delete mode 100644 parser/testdata/01776_decrypt_aead_size_check/ast.json delete mode 100644 parser/testdata/01777_map_populate_series_ubsan/ast.json delete mode 100644 parser/testdata/01778_hierarchical_dictionaries/ast.json delete mode 100644 parser/testdata/01778_mmap_cache_infra/ast.json delete mode 100644 parser/testdata/01778_test_LowCardinality_FixedString_pk/ast.json delete mode 100644 parser/testdata/01778_where_with_column_name/ast.json delete mode 100644 parser/testdata/01779_quantile_deterministic_msan/ast.json delete mode 100644 parser/testdata/01780_clickhouse_dictionary_source_loop/ast.json delete mode 100644 parser/testdata/01780_column_sparse/ast.json delete mode 100644 parser/testdata/01780_column_sparse_alter/ast.json delete mode 100644 parser/testdata/01780_column_sparse_distinct/ast.json delete mode 100644 parser/testdata/01780_column_sparse_filter/ast.json delete mode 100644 parser/testdata/01780_column_sparse_full/ast.json delete mode 100644 parser/testdata/01780_column_sparse_materialize/ast.json delete mode 100644 parser/testdata/01780_column_sparse_pk/ast.json delete mode 100644 parser/testdata/01780_column_sparse_tuple/ast.json delete mode 100644 parser/testdata/01780_dict_get_or_null/ast.json delete mode 100644 parser/testdata/01780_range_msan/ast.json delete mode 100644 parser/testdata/01781_map_op_ubsan/ast.json delete mode 100644 parser/testdata/01781_merge_tree_deduplication/ast.json delete mode 100644 parser/testdata/01781_token_extractor_buffer_overflow/ast.json delete mode 100644 parser/testdata/01782_field_oom/ast.json delete mode 100644 parser/testdata/01783_merge_engine_join_key_condition/ast.json delete mode 100644 parser/testdata/01784_parallel_formatting_memory/ast.json delete mode 100644 parser/testdata/01785_dictionary_element_count/ast.json delete mode 100644 parser/testdata/01785_pmj_lc_bug/ast.json delete mode 100644 parser/testdata/01786_group_by_pk_many_streams/ast.json delete mode 100644 parser/testdata/01787_arena_assert_column_nothing/ast.json delete mode 100644 parser/testdata/01787_map_remote/ast.json delete mode 100644 parser/testdata/01788_update_nested_type_subcolumn_check/ast.json delete mode 100644 parser/testdata/01790_dist_INSERT_block_structure_mismatch_types_and_names/ast.json delete mode 100644 parser/testdata/01795_TinyLog_rwlock_ub/ast.json delete mode 100644 parser/testdata/01796_Log_rwlock_ub/ast.json delete mode 100644 parser/testdata/01797_StripeLog_rwlock_ub/ast.json delete mode 100644 parser/testdata/01798_having_push_down/ast.json delete mode 100644 parser/testdata/01798_uniq_theta_sketch/ast.json delete mode 100644 parser/testdata/01798_uniq_theta_union_intersect_not/ast.json delete mode 100644 parser/testdata/01799_long_uniq_theta_sketch/ast.json delete mode 100644 parser/testdata/01800_log_nested/ast.json delete mode 100644 parser/testdata/01801_approx_total_rows_mergetree_reverse/ast.json delete mode 100644 parser/testdata/01801_dateDiff_DateTime64/ast.json delete mode 100644 parser/testdata/01801_distinct_group_by_shard/ast.json delete mode 100644 parser/testdata/01801_s3_cluster/ast.json delete mode 100644 parser/testdata/01801_s3_cluster_count/ast.json delete mode 100644 parser/testdata/01802_formatDateTime_DateTime64_century/ast.json delete mode 100644 parser/testdata/01802_rank_corr_mann_whitney_over_window/ast.json delete mode 100644 parser/testdata/01802_toDateTime64_large_values/ast.json delete mode 100644 parser/testdata/01803_const_nullable_map/ast.json delete mode 100644 parser/testdata/01803_untuple_subquery/ast.json delete mode 100644 parser/testdata/01804_dictionary_decimal256_type/ast.json delete mode 100644 parser/testdata/01804_uniq_up_to_ubsan/ast.json delete mode 100644 parser/testdata/01809_inactive_parts_to_delay_throw_insert/ast.json delete mode 100644 parser/testdata/01811_datename/ast.json delete mode 100644 parser/testdata/01811_filter_by_null/ast.json delete mode 100644 parser/testdata/01812_has_generic/ast.json delete mode 100644 parser/testdata/01812_optimize_skip_unused_shards_single_node/ast.json delete mode 100644 parser/testdata/01813_distributed_scalar_subqueries_alias/ast.json delete mode 100644 parser/testdata/01813_quantileBfloat16_nans/ast.json delete mode 100644 parser/testdata/01817_storage_buffer_parameters/ast.json delete mode 100644 parser/testdata/01818_case_float_value_fangyc/ast.json delete mode 100644 parser/testdata/01818_move_partition_simple/ast.json delete mode 100644 parser/testdata/01820_unhex_case_insensitive/ast.json delete mode 100644 parser/testdata/01821_dictionary_primary_key_wrong_order/ast.json delete mode 100644 parser/testdata/01821_join_table_mutation/ast.json delete mode 100644 parser/testdata/01821_table_comment/ast.json delete mode 100644 parser/testdata/01821_to_date_time_ubsan/ast.json delete mode 100644 parser/testdata/01822_short_circuit/ast.json delete mode 100644 parser/testdata/01822_union_and_constans_error/ast.json delete mode 100644 parser/testdata/01823_array_low_cardinality_KuliginStepan/ast.json delete mode 100644 parser/testdata/01824_move_to_prewhere_many_columns/ast.json delete mode 100644 parser/testdata/01824_prefer_global_in_and_join/ast.json delete mode 100644 parser/testdata/01825_new_type_json_10/ast.json delete mode 100644 parser/testdata/01825_new_type_json_18/ast.json delete mode 100644 parser/testdata/01825_new_type_json_2/ast.json delete mode 100644 parser/testdata/01825_new_type_json_9/ast.json delete mode 100644 parser/testdata/01825_new_type_json_bools/ast.json delete mode 100644 parser/testdata/01825_new_type_json_distributed/ast.json delete mode 100644 parser/testdata/01825_new_type_json_ephemeral/ast.json delete mode 100644 parser/testdata/01825_new_type_json_in_array/ast.json delete mode 100644 parser/testdata/01825_new_type_json_insert_select/ast.json delete mode 100644 parser/testdata/01825_new_type_json_missed_values/ast.json delete mode 100644 parser/testdata/01825_new_type_json_mutations/ast.json delete mode 100644 parser/testdata/01825_new_type_json_order_by/ast.json delete mode 100644 parser/testdata/01825_new_type_json_parallel_insert/ast.json delete mode 100644 parser/testdata/01825_new_type_json_partitions/ast.json delete mode 100644 parser/testdata/01825_replacing_vertical_merge/ast.json delete mode 100644 parser/testdata/01831_max_streams/ast.json delete mode 100644 parser/testdata/01832_memory_write_suffix/ast.json delete mode 100644 parser/testdata/01833_test_collation_alvarotuso/ast.json delete mode 100644 parser/testdata/01835_alias_to_primary_key_cyfdecyf/ast.json delete mode 100644 parser/testdata/01836_date_time_keep_default_timezone_on_operations_den_crane/ast.json delete mode 100644 parser/testdata/01837_cast_to_array_from_empty_array/ast.json delete mode 100644 parser/testdata/01837_database_memory_ddl_dictionaries/ast.json delete mode 100644 parser/testdata/01838_system_dictionaries_virtual_key_column/ast.json delete mode 100644 parser/testdata/01839_join_to_subqueries_rewriter_columns_matcher/ast.json delete mode 100644 parser/testdata/01840_tupleElement_formatting_fuzzer/ast.json delete mode 100644 parser/testdata/01845_add_testcase_for_arrayElement/ast.json delete mode 100644 parser/testdata/01846_alter_column_without_type_bugfix/ast.json delete mode 100644 parser/testdata/01846_null_as_default_for_insert_select/ast.json delete mode 100644 parser/testdata/01847_bad_like/ast.json delete mode 100644 parser/testdata/01848_partition_value_column/ast.json delete mode 100644 parser/testdata/01849_geoToS2/ast.json delete mode 100644 parser/testdata/01850_dist_INSERT_preserve_error/ast.json delete mode 100644 parser/testdata/01851_array_difference_decimal_overflow_ubsan/ast.json delete mode 100644 parser/testdata/01851_clear_column_referenced_by_mv/ast.json delete mode 100644 parser/testdata/01851_fix_row_policy_empty_result/ast.json delete mode 100644 parser/testdata/01851_hedged_connections_external_tables/ast.json delete mode 100644 parser/testdata/01851_s2_to_geo/ast.json delete mode 100644 parser/testdata/01852_cast_operator/ast.json delete mode 100644 parser/testdata/01852_cast_operator_2/ast.json delete mode 100644 parser/testdata/01852_cast_operator_3/ast.json delete mode 100644 parser/testdata/01852_cast_operator_4/ast.json delete mode 100644 parser/testdata/01852_dictionary_query_count_long/ast.json delete mode 100644 parser/testdata/01852_jit_if/ast.json delete mode 100644 parser/testdata/01852_map_combinator/ast.json delete mode 100644 parser/testdata/01852_multiple_joins_with_union_join/ast.json delete mode 100644 parser/testdata/01852_s2_get_neighbours/ast.json delete mode 100644 parser/testdata/01853_s2_cells_intersect/ast.json delete mode 100644 parser/testdata/01854_dictionary_range_hashed_min_max_attr/ast.json delete mode 100644 parser/testdata/01854_s2_cap_contains/ast.json delete mode 100644 parser/testdata/01854_s2_cap_union/ast.json delete mode 100644 parser/testdata/01855_jit_comparison_constant_result/ast.json delete mode 100644 parser/testdata/01856_create_function/ast.json delete mode 100644 parser/testdata/01860_Distributed__shard_num_GROUP_BY/ast.json delete mode 100644 parser/testdata/01861_explain_pipeline/ast.json delete mode 100644 parser/testdata/01865_aggregator_overflow_row/ast.json delete mode 100644 parser/testdata/01866_aggregate_function_interval_length_sum/ast.json delete mode 100644 parser/testdata/01866_bit_positions_to_array/ast.json delete mode 100644 parser/testdata/01866_datetime64_cmp_with_constant/ast.json delete mode 100644 parser/testdata/01866_split_by_regexp/ast.json delete mode 100644 parser/testdata/01866_view_persist_settings/ast.json delete mode 100644 parser/testdata/01867_fix_storage_memory_mutation/ast.json delete mode 100644 parser/testdata/01867_support_datetime64_version_column/ast.json delete mode 100644 parser/testdata/01868_order_by_fill_with_datetime64/ast.json delete mode 100644 parser/testdata/01869_function_modulo_legacy/ast.json delete mode 100644 parser/testdata/01869_reinterpret_as_fixed_string_uuid/ast.json delete mode 100644 parser/testdata/01870_buffer_flush/ast.json delete mode 100644 parser/testdata/01870_modulo_partition_key/ast.json delete mode 100644 parser/testdata/01871_merge_tree_compile_expressions/ast.json delete mode 100644 parser/testdata/01872_functions_to_subcolumns_analyzer/ast.json delete mode 100644 parser/testdata/01880_materialized_view_to_table_type_check/ast.json delete mode 100644 parser/testdata/01880_remote_ipv6/ast.json delete mode 100644 parser/testdata/01881_aggregate_functions_versioning/ast.json delete mode 100644 parser/testdata/01881_create_as_tuple/ast.json delete mode 100644 parser/testdata/01881_negate_formatting/ast.json delete mode 100644 parser/testdata/01881_to_week_monotonic_fix/ast.json delete mode 100644 parser/testdata/01881_total_bytes_storage_buffer/ast.json delete mode 100644 parser/testdata/01881_union_header_mismatch_bug/ast.json delete mode 100644 parser/testdata/01882_check_max_parts_to_merge_at_once/ast.json delete mode 100644 parser/testdata/01882_scalar_subquery_exception/ast.json delete mode 100644 parser/testdata/01883_grouping_sets_crash/ast.json delete mode 100644 parser/testdata/01883_subcolumns_distributed/ast.json delete mode 100644 parser/testdata/01883_with_grouping_sets/ast.json delete mode 100644 parser/testdata/01888_bloom_filter_hasAny/ast.json delete mode 100644 parser/testdata/01888_read_int_safe/ast.json delete mode 100644 parser/testdata/01889_key_condition_function_chains/ast.json delete mode 100644 parser/testdata/01889_sql_json_functions/ast.json delete mode 100644 parser/testdata/01889_tokenize/ast.json delete mode 100644 parser/testdata/01890_cross_join_explain_crash/ast.json delete mode 100644 parser/testdata/01890_jit_aggregation_function_sum_long/ast.json delete mode 100644 parser/testdata/01890_state_of_state/ast.json delete mode 100644 parser/testdata/01890_stem/ast.json delete mode 100644 parser/testdata/01891_echo/ast.json delete mode 100644 parser/testdata/01891_jit_aggregation_function_any_long/ast.json delete mode 100644 parser/testdata/01891_not_in_partition_prune/ast.json delete mode 100644 parser/testdata/01891_not_like_partition_prune/ast.json delete mode 100644 parser/testdata/01891_partition_by_uuid/ast.json delete mode 100644 parser/testdata/01891_partition_hash/ast.json delete mode 100644 parser/testdata/01891_partition_hash_no_long_int/ast.json delete mode 100644 parser/testdata/01892_jit_aggregation_function_any_last_long/ast.json delete mode 100644 parser/testdata/01892_setting_limit_offset_distributed/ast.json delete mode 100644 parser/testdata/01893_jit_aggregation_function_min_long/ast.json delete mode 100644 parser/testdata/01894_jit_aggregation_function_max_long/ast.json delete mode 100644 parser/testdata/01895_jit_aggregation_function_avg_long/ast.json delete mode 100644 parser/testdata/01896_jit_aggregation_function_if_long/ast.json delete mode 100644 parser/testdata/01897_jit_aggregation_function_avg_weighted_long/ast.json delete mode 100644 parser/testdata/01901_in_literal_shard_prune/ast.json delete mode 100644 parser/testdata/01901_test_attach_partition_from/ast.json delete mode 100644 parser/testdata/01902_dictionary_array_type/ast.json delete mode 100644 parser/testdata/01902_self_aliases_in_columns/ast.json delete mode 100644 parser/testdata/01902_table_function_merge_db_params/ast.json delete mode 100644 parser/testdata/01902_table_function_merge_db_repr/ast.json delete mode 100644 parser/testdata/01904_dictionary_default_nullable_type/ast.json delete mode 100644 parser/testdata/01905_to_json_string/ast.json delete mode 100644 parser/testdata/01906_bigint_accurate_cast_ubsan/ast.json delete mode 100644 parser/testdata/01906_h3_to_geo/ast.json delete mode 100644 parser/testdata/01906_lc_in_bug/ast.json delete mode 100644 parser/testdata/01906_partition_by_multiply_by_zero/ast.json delete mode 100644 parser/testdata/01907_multiple_aliases/ast.json delete mode 100644 parser/testdata/01908_with_unknown_column/ast.json delete mode 100644 parser/testdata/01909_mbtolou/ast.json delete mode 100644 parser/testdata/01910_memory_tracking_topk/ast.json delete mode 100644 parser/testdata/01910_view_dictionary/ast.json delete mode 100644 parser/testdata/01910_view_dictionary_check_refresh/ast.json delete mode 100644 parser/testdata/01911_logical_error_minus/ast.json delete mode 100644 parser/testdata/01912_bad_cast_join_fuzz/ast.json delete mode 100644 parser/testdata/01913_exact_rows_before_limit/ast.json delete mode 100644 parser/testdata/01913_exact_rows_before_limit_full/ast.json delete mode 100644 parser/testdata/01913_fix_column_transformer_replace_format/ast.json delete mode 100644 parser/testdata/01913_if_int_decimal/ast.json delete mode 100644 parser/testdata/01913_join_push_down_bug/ast.json delete mode 100644 parser/testdata/01913_names_of_tuple_literal/ast.json delete mode 100644 parser/testdata/01913_replace_dictionary/ast.json delete mode 100644 parser/testdata/01913_summing_mt_and_simple_agg_function_with_lc/ast.json delete mode 100644 parser/testdata/01914_exchange_dictionaries/ast.json delete mode 100644 parser/testdata/01914_index_bgranvea/ast.json delete mode 100644 parser/testdata/01914_ubsan_quantile_timing/ast.json delete mode 100644 parser/testdata/01915_create_or_replace_dictionary/ast.json delete mode 100644 parser/testdata/01915_for_each_crakjie/ast.json delete mode 100644 parser/testdata/01915_json_extract_raw_string/ast.json delete mode 100644 parser/testdata/01915_merge_prewhere_virtual_column_rand_chao_wang/ast.json delete mode 100644 parser/testdata/01916_low_cardinality_interval/ast.json delete mode 100644 parser/testdata/01916_lowcard_dict_type/ast.json delete mode 100644 parser/testdata/01916_multiple_join_view_optimize_predicate_chertus/ast.json delete mode 100644 parser/testdata/01917_distinct_on/ast.json delete mode 100644 parser/testdata/01917_prewhere_column_type/ast.json delete mode 100644 parser/testdata/01917_system_data_skipping_indices/ast.json delete mode 100644 parser/testdata/01920_not_chain_format/ast.json delete mode 100644 parser/testdata/01921_datatype_date32/ast.json delete mode 100644 parser/testdata/01921_not_chain/ast.json delete mode 100644 parser/testdata/01921_with_fill_with_totals/ast.json delete mode 100644 parser/testdata/01922_array_join_with_index/ast.json delete mode 100644 parser/testdata/01922_sum_null_for_remote/ast.json delete mode 100644 parser/testdata/01923_different_expression_name_alias/ast.json delete mode 100644 parser/testdata/01923_ttl_with_modify_column/ast.json delete mode 100644 parser/testdata/01924_argmax_bitmap_state/ast.json delete mode 100644 parser/testdata/01925_broken_partition_id_zookeeper/ast.json delete mode 100644 parser/testdata/01925_date_date_time_comparison/ast.json delete mode 100644 parser/testdata/01925_jit_aggregation_function_count_long/ast.json delete mode 100644 parser/testdata/01925_join_materialized_columns/ast.json delete mode 100644 parser/testdata/01925_json_as_string_data_in_square_brackets/ast.json delete mode 100644 parser/testdata/01925_map_populate_series_on_map/ast.json delete mode 100644 parser/testdata/01925_merge_prewhere_table/ast.json delete mode 100644 parser/testdata/01925_test_group_by_const_consistency/ast.json delete mode 100644 parser/testdata/01925_test_storage_merge_aliases/ast.json delete mode 100644 parser/testdata/01925_test_storage_merge_aliases_analyzer/ast.json delete mode 100644 parser/testdata/01926_bin_unbin/ast.json delete mode 100644 parser/testdata/01926_date_date_time_supertype/ast.json delete mode 100644 parser/testdata/01926_order_by_desc_limit/ast.json delete mode 100644 parser/testdata/01926_union_all_schmak/ast.json delete mode 100644 parser/testdata/01927_query_views_log_current_database/ast.json delete mode 100644 parser/testdata/01930_optimize_skip_unused_shards_rewrite_in/ast.json delete mode 100644 parser/testdata/01931_storage_merge_no_columns/ast.json delete mode 100644 parser/testdata/01932_alter_index_with_order/ast.json delete mode 100644 parser/testdata/01932_global_in_function/ast.json delete mode 100644 parser/testdata/01932_null_valid_identifier/ast.json delete mode 100644 parser/testdata/01932_remote_sharding_key_column/ast.json delete mode 100644 parser/testdata/01933_invalid_date/ast.json delete mode 100644 parser/testdata/01934_constexpr_aggregate_function_parameters/ast.json delete mode 100644 parser/testdata/01936_empty_function_support_uuid/ast.json delete mode 100644 parser/testdata/01936_quantiles_cannot_return_null/ast.json delete mode 100644 parser/testdata/01936_three_parts_identifiers_in_wrong_places/ast.json delete mode 100644 parser/testdata/01937_nested_chinese/ast.json delete mode 100644 parser/testdata/01938_joins_identifiers/ast.json delete mode 100644 parser/testdata/01939_type_map_json/ast.json delete mode 100644 parser/testdata/01940_custom_tld_sharding_key/ast.json delete mode 100644 parser/testdata/01940_pad_string/ast.json delete mode 100644 parser/testdata/01940_point_in_polygon_ubsan/ast.json delete mode 100644 parser/testdata/01940_totimezone_operator_monotonicity/ast.json delete mode 100644 parser/testdata/01941_dict_get_has_complex_single_key/ast.json delete mode 100644 parser/testdata/01942_create_table_with_sample/ast.json delete mode 100644 parser/testdata/01942_dateTimeToSnowflake/ast.json delete mode 100644 parser/testdata/01942_dateTimeToSnowflakeID/ast.json delete mode 100644 parser/testdata/01942_snowflakeIDToDateTime/ast.json delete mode 100644 parser/testdata/01942_snowflakeToDateTime/ast.json delete mode 100644 parser/testdata/01942_untuple_transformers_msan/ast.json delete mode 100644 parser/testdata/01943_log_column_sizes/ast.json delete mode 100644 parser/testdata/01943_non_deterministic_order_key/ast.json delete mode 100644 parser/testdata/01943_query_id_check/ast.json delete mode 100644 parser/testdata/01944_insert_partition_by/ast.json delete mode 100644 parser/testdata/01944_range_max_elements/ast.json delete mode 100644 parser/testdata/01946_profile_sleep/ast.json delete mode 100644 parser/testdata/01947_mv_subquery/ast.json delete mode 100644 parser/testdata/01948_dictionary_quoted_database_name/ast.json delete mode 100644 parser/testdata/01948_group_bitmap_and_or_xor_fix/ast.json delete mode 100644 parser/testdata/01948_heredoc/ast.json delete mode 100644 parser/testdata/01950_aliases_bad_cast/ast.json delete mode 100644 parser/testdata/01951_distributed_push_down_limit/ast.json delete mode 100644 parser/testdata/01952_optimize_distributed_group_by_sharding_key/ast.json delete mode 100644 parser/testdata/01957_heredoc_more/ast.json delete mode 100644 parser/testdata/01958_partial_hour_timezone/ast.json delete mode 100644 parser/testdata/01960_lambda_precedence/ast.json delete mode 100644 parser/testdata/01961_roaring_memory_tracking/ast.json delete mode 100644 parser/testdata/01999_grant_with_replace/ast.json delete mode 100644 parser/testdata/02000_default_from_default_empty_column/ast.json delete mode 100644 parser/testdata/02000_join_on_const/ast.json delete mode 100644 parser/testdata/02000_map_full_text_bloom_filter_index/ast.json delete mode 100644 parser/testdata/02000_table_function_cluster_macros/ast.json delete mode 100644 parser/testdata/02001_add_default_database_to_system_users/ast.json delete mode 100644 parser/testdata/02001_dist_on_dist_WithMergeableStateAfterAggregation/ast.json delete mode 100644 parser/testdata/02001_hostname_test/ast.json delete mode 100644 parser/testdata/02001_join_on_const/ast.json delete mode 100644 parser/testdata/02001_select_with_filter/ast.json delete mode 100644 parser/testdata/02001_shard_num_shard_count/ast.json delete mode 100644 parser/testdata/02002_global_subqueries_subquery_or_table_name/ast.json delete mode 100644 parser/testdata/02002_parse_map_int_key/ast.json delete mode 100644 parser/testdata/02002_sampling_and_unknown_column_bug/ast.json delete mode 100644 parser/testdata/02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET/ast.json delete mode 100644 parser/testdata/02003_bug_from_23515/ast.json delete mode 100644 parser/testdata/02004_intersect_except_const_column/ast.json delete mode 100644 parser/testdata/02004_intersect_except_distinct_operators/ast.json delete mode 100644 parser/testdata/02004_intersect_except_operators/ast.json delete mode 100644 parser/testdata/02004_invalid_partition_mutation_stuck/ast.json delete mode 100644 parser/testdata/02004_max_hyperscan_regex_length/ast.json delete mode 100644 parser/testdata/02005_log_formatted_queries/ast.json delete mode 100644 parser/testdata/02006_client_test_hint_error_name/ast.json delete mode 100644 parser/testdata/02006_h3_to_geo_boundary/ast.json delete mode 100644 parser/testdata/02006_test_positional_arguments/ast.json delete mode 100644 parser/testdata/02006_test_positional_arguments_on_cluster/ast.json delete mode 100644 parser/testdata/02006_todatetime64_from_string/ast.json delete mode 100644 parser/testdata/02006_use_constants_in_with_and_select/ast.json delete mode 100644 parser/testdata/02007_ipv4_and_ipv6_to_and_from_string/ast.json delete mode 100644 parser/testdata/02007_join_use_nulls/ast.json delete mode 100644 parser/testdata/02007_test_any_all_operators/ast.json delete mode 100644 parser/testdata/02008_aliased_column_distributed_bug/ast.json delete mode 100644 parser/testdata/02008_complex_key_range_hashed_dictionary/ast.json delete mode 100644 parser/testdata/02008_materialize_column/ast.json delete mode 100644 parser/testdata/02008_test_union_distinct_in_subquery/ast.json delete mode 100644 parser/testdata/02008_tuple_to_name_value_pairs/ast.json delete mode 100644 parser/testdata/02009_array_join_partition/ast.json delete mode 100644 parser/testdata/02009_decimal_no_trailing_zeros/ast.json delete mode 100644 parser/testdata/02010_array_index_bad_cast/ast.json delete mode 100644 parser/testdata/02011_dictionary_empty_attribute_list/ast.json delete mode 100644 parser/testdata/02011_normalize_utf8/ast.json delete mode 100644 parser/testdata/02011_tuple_vector_functions/ast.json delete mode 100644 parser/testdata/02012_changed_enum_type_non_replicated/ast.json delete mode 100644 parser/testdata/02012_get_server_port/ast.json delete mode 100644 parser/testdata/02012_low_cardinality_uuid_with_extremes/ast.json delete mode 100644 parser/testdata/02012_settings_clause_for_s3/ast.json delete mode 100644 parser/testdata/02012_sha512_fixedstring/ast.json delete mode 100644 parser/testdata/02012_zookeeper_changed_enum_type/ast.json delete mode 100644 parser/testdata/02012_zookeeper_changed_enum_type_incompatible/ast.json delete mode 100644 parser/testdata/02013_bloom_filter_hasAll/ast.json delete mode 100644 parser/testdata/02013_emptystring_cast/ast.json delete mode 100644 parser/testdata/02013_json_function_null_column/ast.json delete mode 100644 parser/testdata/02013_lc_nullable_and_infinity/ast.json delete mode 100644 parser/testdata/02014_dict_get_nullable_key/ast.json delete mode 100644 parser/testdata/02014_map_different_keys/ast.json delete mode 100644 parser/testdata/02014_storage_merge_order_by/ast.json delete mode 100644 parser/testdata/02015_column_default_dict_get_identifier/ast.json delete mode 100644 parser/testdata/02015_division_by_nullable/ast.json delete mode 100644 parser/testdata/02015_executable_user_defined_functions/ast.json delete mode 100644 parser/testdata/02015_order_by_with_fill_misoptimization/ast.json delete mode 100644 parser/testdata/02016_agg_empty_result_bug_28880/ast.json delete mode 100644 parser/testdata/02016_aggregation_spark_bar/ast.json delete mode 100644 parser/testdata/02016_bit_shift_right_for_string_integer/ast.json delete mode 100644 parser/testdata/02016_order_by_with_fill_monotonic_functions_removal/ast.json delete mode 100644 parser/testdata/02016_summing_mt_aggregating_column/ast.json delete mode 100644 parser/testdata/02017_bit_shift_left_for_string_integer/ast.json delete mode 100644 parser/testdata/02017_columns_with_dot/ast.json delete mode 100644 parser/testdata/02017_columns_with_dot_2/ast.json delete mode 100644 parser/testdata/02017_create_distributed_table_coredump/ast.json delete mode 100644 parser/testdata/02017_order_by_with_fill_redundant_functions/ast.json delete mode 100644 parser/testdata/02018_multiple_with_fill_for_the_same_column/ast.json delete mode 100644 parser/testdata/02019_multiple_weird_with_fill/ast.json delete mode 100644 parser/testdata/02020_cast_integer_overflow/ast.json delete mode 100644 parser/testdata/02020_exponential_smoothing/ast.json delete mode 100644 parser/testdata/02020_exponential_smoothing_cross_block/ast.json delete mode 100644 parser/testdata/02021_exponential_sum/ast.json delete mode 100644 parser/testdata/02021_exponential_sum_shard/ast.json delete mode 100644 parser/testdata/02021_h3_get_faces/ast.json delete mode 100644 parser/testdata/02021_h3_is_pentagon/ast.json delete mode 100644 parser/testdata/02021_h3_is_res_classIII/ast.json delete mode 100644 parser/testdata/02021_map_bloom_filter_index/ast.json delete mode 100644 parser/testdata/02021_map_has/ast.json delete mode 100644 parser/testdata/02021_prewhere_always_true_where/ast.json delete mode 100644 parser/testdata/02021_prewhere_column_optimization/ast.json delete mode 100644 parser/testdata/02022_array_full_text_bloom_filter_index/ast.json delete mode 100644 parser/testdata/02023_nullable_int_uint_where/ast.json delete mode 100644 parser/testdata/02023_parser_number_binary_literal/ast.json delete mode 100644 parser/testdata/02023_transform_or_to_in/ast.json delete mode 100644 parser/testdata/02024_compile_expressions_with_short_circuit_evaluation/ast.json delete mode 100644 parser/testdata/02024_create_dictionary_with_comment/ast.json delete mode 100644 parser/testdata/02024_merge_regexp_assert/ast.json delete mode 100644 parser/testdata/02025_dictionary_array_nested_map/ast.json delete mode 100644 parser/testdata/02025_dictionary_view_different_db/ast.json delete mode 100644 parser/testdata/02025_having_filter_column/ast.json delete mode 100644 parser/testdata/02025_nested_func_for_if_combinator/ast.json delete mode 100644 parser/testdata/02025_subcolumns_compact_parts/ast.json delete mode 100644 parser/testdata/02026_accurate_cast_or_default/ast.json delete mode 100644 parser/testdata/02026_arrayDifference_const/ast.json delete mode 100644 parser/testdata/02026_describe_include_subcolumns/ast.json delete mode 100644 parser/testdata/02027_arrayCumSumNonNegative_const/ast.json delete mode 100644 parser/testdata/02027_ngrams/ast.json delete mode 100644 parser/testdata/02028_add_default_database_for_alterquery_on_cluster/ast.json delete mode 100644 parser/testdata/02028_create_select_settings/ast.json delete mode 100644 parser/testdata/02028_system_data_skipping_indices_size/ast.json delete mode 100644 parser/testdata/02028_tokens/ast.json delete mode 100644 parser/testdata/02029_output_csv_null_representation/ast.json delete mode 100644 parser/testdata/02029_quantile_sanitizer/ast.json delete mode 100644 parser/testdata/02030_function_mapContainsKeyLike/ast.json delete mode 100644 parser/testdata/02030_quantiles_underflow/ast.json delete mode 100644 parser/testdata/02030_tuple_filter/ast.json delete mode 100644 parser/testdata/02032_short_circuit_least_greatest_bug/ast.json delete mode 100644 parser/testdata/02035_isNull_isNotNull_format/ast.json delete mode 100644 parser/testdata/02036_jit_short_circuit/ast.json delete mode 100644 parser/testdata/02039_group_by_with_totals_having/ast.json delete mode 100644 parser/testdata/02041_conversion_between_date32_and_datetime64/ast.json delete mode 100644 parser/testdata/02041_openssl_hash_functions_test/ast.json delete mode 100644 parser/testdata/02041_test_fuzzy_alter/ast.json delete mode 100644 parser/testdata/02042_map_get_non_const_key/ast.json delete mode 100644 parser/testdata/02043_user_defined_executable_function_implicit_cast/ast.json delete mode 100644 parser/testdata/02044_exists_operator/ast.json delete mode 100644 parser/testdata/02045_like_function/ast.json delete mode 100644 parser/testdata/02046_remote_table_function_named_collections/ast.json delete mode 100644 parser/testdata/02047_alias_for_table_and_database_name/ast.json delete mode 100644 parser/testdata/02049_lowcardinality_shortcircuit_crash/ast.json delete mode 100644 parser/testdata/02053_INSERT_SELECT_MATERIALIZED/ast.json delete mode 100644 parser/testdata/02067_lost_part_s3/ast.json delete mode 100644 parser/testdata/02070_join_on_disk/ast.json delete mode 100644 parser/testdata/02071_lower_upper_utf8_row_overlaps/ast.json delete mode 100644 parser/testdata/02072_rdb_recovery_escaped_name/ast.json delete mode 100644 parser/testdata/02095_function_get_os_kernel_version/ast.json delete mode 100644 parser/testdata/02096_date_time_1970_saturation/ast.json delete mode 100644 parser/testdata/02096_date_time_1970_saturation2/ast.json delete mode 100644 parser/testdata/02096_join_unusual_identifier_begin/ast.json delete mode 100644 parser/testdata/02096_rename_atomic_hang/ast.json delete mode 100644 parser/testdata/02096_sample_by_tuple/ast.json delete mode 100644 parser/testdata/02096_sql_user_defined_function_alias/ast.json delete mode 100644 parser/testdata/02096_totals_global_in_bug/ast.json delete mode 100644 parser/testdata/02097_default_dict_get_add_database/ast.json delete mode 100644 parser/testdata/02097_initializeAggregationNullable/ast.json delete mode 100644 parser/testdata/02097_polygon_dictionary_store_key/ast.json delete mode 100644 parser/testdata/02097_remove_sample_by/ast.json delete mode 100644 parser/testdata/02098_date32_comparison/ast.json delete mode 100644 parser/testdata/02098_sql_user_defined_functions_aliases/ast.json delete mode 100644 parser/testdata/02099_sql_user_defined_functions_lambda/ast.json delete mode 100644 parser/testdata/02100_alter_scalar_circular_deadlock/ast.json delete mode 100644 parser/testdata/02100_limit_push_down_bug/ast.json delete mode 100644 parser/testdata/02100_now64_types_bug/ast.json delete mode 100644 parser/testdata/02100_replaceRegexpAll_bug/ast.json delete mode 100644 parser/testdata/02101_sql_user_defined_functions_create_or_replace/ast.json delete mode 100644 parser/testdata/02101_sql_user_defined_functions_drop_if_exists/ast.json delete mode 100644 parser/testdata/02102_sql_user_defined_functions_create_if_not_exists/ast.json delete mode 100644 parser/testdata/02103_sql_user_defined_functions_composition/ast.json delete mode 100644 parser/testdata/02111_function_mapExtractKeyLike/ast.json delete mode 100644 parser/testdata/02111_global_context_temporary_tables/ast.json delete mode 100644 parser/testdata/02111_json_column_name_encoding/ast.json delete mode 100644 parser/testdata/02111_modify_table_comment/ast.json delete mode 100644 parser/testdata/02111_with_fill_no_rows/ast.json delete mode 100644 parser/testdata/02112_skip_index_set_and_or/ast.json delete mode 100644 parser/testdata/02112_with_fill_interval/ast.json delete mode 100644 parser/testdata/02113_base64encode_trailing_bytes/ast.json delete mode 100644 parser/testdata/02113_base64encode_trailing_bytes_1/ast.json delete mode 100644 parser/testdata/02113_format_row/ast.json delete mode 100644 parser/testdata/02113_format_row_bug/ast.json delete mode 100644 parser/testdata/02113_untuple_func_alias/ast.json delete mode 100644 parser/testdata/02114_bool_type/ast.json delete mode 100644 parser/testdata/02115_map_contains_analyzer/ast.json delete mode 100644 parser/testdata/02115_rewrite_local_join_right_distribute_table/ast.json delete mode 100644 parser/testdata/02116_tuple_element_analyzer/ast.json delete mode 100644 parser/testdata/02117_show_create_table_system/ast.json delete mode 100644 parser/testdata/02118_show_create_table_rocksdb/ast.json delete mode 100644 parser/testdata/02119_sumcount/ast.json delete mode 100644 parser/testdata/02123_MySQLWire_regression/ast.json delete mode 100644 parser/testdata/02124_clickhouse_dictionary_with_predefined_configuration/ast.json delete mode 100644 parser/testdata/02124_comparison_betwwen_decimal_and_float/ast.json delete mode 100644 parser/testdata/02124_empty_uuid/ast.json delete mode 100644 parser/testdata/02124_encrypt_decrypt_nullable/ast.json delete mode 100644 parser/testdata/02124_insert_deduplication_token/ast.json delete mode 100644 parser/testdata/02124_insert_deduplication_token_materialized_views/ast.json delete mode 100644 parser/testdata/02124_insert_deduplication_token_replica/ast.json delete mode 100644 parser/testdata/02124_uncompressed_cache/ast.json delete mode 100644 parser/testdata/02125_constant_if_condition_and_not_existing_column/ast.json delete mode 100644 parser/testdata/02125_dict_get_type_nullable_fix/ast.json delete mode 100644 parser/testdata/02125_fix_storage_filelog/ast.json delete mode 100644 parser/testdata/02125_low_cardinality_int256/ast.json delete mode 100644 parser/testdata/02125_query_views_log/ast.json delete mode 100644 parser/testdata/02125_recursive_sql_user_defined_functions/ast.json delete mode 100644 parser/testdata/02125_transform_decimal_bug/ast.json delete mode 100644 parser/testdata/02126_alter_table_alter_column/ast.json delete mode 100644 parser/testdata/02126_identity_user_defined_function/ast.json delete mode 100644 parser/testdata/02126_lc_window_functions/ast.json delete mode 100644 parser/testdata/02127_storage_join_settings_with_persistency/ast.json delete mode 100644 parser/testdata/02128_apply_lambda_parsing/ast.json delete mode 100644 parser/testdata/02128_cast_nullable/ast.json delete mode 100644 parser/testdata/02128_hex_bin_on_uuid/ast.json delete mode 100644 parser/testdata/02129_add_column_add_ttl/ast.json delete mode 100644 parser/testdata/02129_window_functions_disable_optimizations/ast.json delete mode 100644 parser/testdata/02131_materialize_column_cast/ast.json delete mode 100644 parser/testdata/02131_mv_many_chunks_bug/ast.json delete mode 100644 parser/testdata/02131_remove_columns_in_subquery/ast.json delete mode 100644 parser/testdata/02131_row_policies_combination/ast.json delete mode 100644 parser/testdata/02131_skip_index_not_materialized/ast.json delete mode 100644 parser/testdata/02131_used_row_policies_in_query_log/ast.json delete mode 100644 parser/testdata/02132_empty_mutation_livelock/ast.json delete mode 100644 parser/testdata/02133_classification/ast.json delete mode 100644 parser/testdata/02133_distributed_queries_formatting/ast.json delete mode 100644 parser/testdata/02133_final_prewhere_where_lowcardinality_replacing/ast.json delete mode 100644 parser/testdata/02133_issue_32458/ast.json delete mode 100644 parser/testdata/02136_scalar_subquery_metrics/ast.json delete mode 100644 parser/testdata/02137_mv_into_join/ast.json delete mode 100644 parser/testdata/02139_MV_with_scalar_subquery/ast.json delete mode 100644 parser/testdata/02144_avg_ubsan/ast.json delete mode 100644 parser/testdata/02146_mv_non_phys/ast.json delete mode 100644 parser/testdata/02148_cast_type_parsing/ast.json delete mode 100644 parser/testdata/02148_issue_32737/ast.json delete mode 100644 parser/testdata/02148_sql_user_defined_function_subquery/ast.json delete mode 100644 parser/testdata/02149_issue_32487/ast.json delete mode 100644 parser/testdata/02149_read_in_order_fixed_prefix/ast.json delete mode 100644 parser/testdata/02150_replace_regexp_all_empty_match/ast.json delete mode 100644 parser/testdata/02151_lc_prefetch/ast.json delete mode 100644 parser/testdata/02151_replace_regexp_all_empty_match_alternative/ast.json delete mode 100644 parser/testdata/02152_bool_type/ast.json delete mode 100644 parser/testdata/02152_count_distinct_optimization/ast.json delete mode 100644 parser/testdata/02152_csv_tuple/ast.json delete mode 100644 parser/testdata/02152_dictionary_date32_type/ast.json delete mode 100644 parser/testdata/02152_short_circuit_throw_if/ast.json delete mode 100644 parser/testdata/02154_bit_slice_for_fixedstring/ast.json delete mode 100644 parser/testdata/02154_bit_slice_for_string/ast.json delete mode 100644 parser/testdata/02154_bitmap_contains/ast.json delete mode 100644 parser/testdata/02154_default_keyword_insert/ast.json delete mode 100644 parser/testdata/02155_binary_op_between_float_and_decimal/ast.json delete mode 100644 parser/testdata/02155_create_table_w_timezone/ast.json delete mode 100644 parser/testdata/02155_dictionary_comment/ast.json delete mode 100644 parser/testdata/02155_h3_to_center_child/ast.json delete mode 100644 parser/testdata/02155_multiple_inserts_for_formats_with_suffix/ast.json delete mode 100644 parser/testdata/02155_nested_lc_defalut_bug/ast.json delete mode 100644 parser/testdata/02155_parse_date_lowcard_default_throw/ast.json delete mode 100644 parser/testdata/02155_read_in_order_max_rows_to_read/ast.json delete mode 100644 parser/testdata/02156_minus_op_with_datatime64/ast.json delete mode 100644 parser/testdata/02156_storage_merge_prewhere/ast.json delete mode 100644 parser/testdata/02156_storage_merge_prewhere_2/ast.json delete mode 100644 parser/testdata/02156_storage_merge_prewhere_not_ready_set_bug/ast.json delete mode 100644 parser/testdata/02157_line_as_string_output_format/ast.json delete mode 100644 parser/testdata/02158_contingency/ast.json delete mode 100644 parser/testdata/02158_interval_length_sum/ast.json delete mode 100644 parser/testdata/02158_proportions_ztest/ast.json delete mode 100644 parser/testdata/02158_ztest/ast.json delete mode 100644 parser/testdata/02159_left_right/ast.json delete mode 100644 parser/testdata/02160_h3_cell_area_m2/ast.json delete mode 100644 parser/testdata/02160_h3_cell_area_rads2/ast.json delete mode 100644 parser/testdata/02160_h3_hex_area_Km2/ast.json delete mode 100644 parser/testdata/02160_monthname/ast.json delete mode 100644 parser/testdata/02160_special_functions/ast.json delete mode 100644 parser/testdata/02161_addressToLineWithInlines/ast.json delete mode 100644 parser/testdata/02161_array_first_last/ast.json delete mode 100644 parser/testdata/02162_array_first_last_index/ast.json delete mode 100644 parser/testdata/02162_range_hashed_dictionary_ddl_expression/ast.json delete mode 100644 parser/testdata/02163_operators/ast.json delete mode 100644 parser/testdata/02163_shard_num/ast.json delete mode 100644 parser/testdata/02164_materialized_view_support_virtual_column/ast.json delete mode 100644 parser/testdata/02165_h3_edge_length_km/ast.json delete mode 100644 parser/testdata/02165_h3_exact_edge_length_Km/ast.json delete mode 100644 parser/testdata/02165_h3_exact_edge_length_m/ast.json delete mode 100644 parser/testdata/02165_h3_exact_edge_length_rads/ast.json delete mode 100644 parser/testdata/02165_h3_num_hexagons/ast.json delete mode 100644 parser/testdata/02165_insert_from_infile/ast.json delete mode 100644 parser/testdata/02165_replicated_grouping_sets/ast.json delete mode 100644 parser/testdata/02167_columns_with_dots_default_values/ast.json delete mode 100644 parser/testdata/02168_avro_bug/ast.json delete mode 100644 parser/testdata/02169_fix_view_offset_limit_setting/ast.json delete mode 100644 parser/testdata/02169_map_functions/ast.json delete mode 100644 parser/testdata/02174_cte_scalar_cache/ast.json delete mode 100644 parser/testdata/02174_cte_scalar_cache_mv/ast.json delete mode 100644 parser/testdata/02175_distributed_join_current_database/ast.json delete mode 100644 parser/testdata/02176_dict_get_has_implicit_key_cast/ast.json delete mode 100644 parser/testdata/02176_optimize_aggregation_in_order_empty/ast.json delete mode 100644 parser/testdata/02176_toStartOfWeek_overflow_pruning/ast.json delete mode 100644 parser/testdata/02177_issue_31009/ast.json delete mode 100644 parser/testdata/02177_merge_optimize_aggregation_in_order/ast.json delete mode 100644 parser/testdata/02177_sum_if_not_found/ast.json delete mode 100644 parser/testdata/02178_column_function_insert_from/ast.json delete mode 100644 parser/testdata/02179_bool_type/ast.json delete mode 100644 parser/testdata/02179_degrees_radians/ast.json delete mode 100644 parser/testdata/02179_dict_reload_on_cluster/ast.json delete mode 100644 parser/testdata/02179_key_condition_no_common_type/ast.json delete mode 100644 parser/testdata/02179_map_cast_to_array/ast.json delete mode 100644 parser/testdata/02179_range_hashed_dictionary_invalid_interval/ast.json delete mode 100644 parser/testdata/02179_sparse_columns_detach/ast.json delete mode 100644 parser/testdata/02180_group_by_lowcardinality/ast.json delete mode 100644 parser/testdata/02180_insert_into_values_settings/ast.json delete mode 100644 parser/testdata/02181_dictionary_attach_detach/ast.json delete mode 100644 parser/testdata/02181_sql_user_defined_functions_invalid_lambda/ast.json delete mode 100644 parser/testdata/02183_array_tuple_literals_remote/ast.json delete mode 100644 parser/testdata/02183_combinator_if/ast.json delete mode 100644 parser/testdata/02183_dictionary_date_types/ast.json delete mode 100644 parser/testdata/02183_dictionary_no_attributes/ast.json delete mode 100644 parser/testdata/02184_default_table_engine/ast.json delete mode 100644 parser/testdata/02184_hash_functions_and_ip_types/ast.json delete mode 100644 parser/testdata/02184_ipv6_cast_test/ast.json delete mode 100644 parser/testdata/02184_ipv6_select_parsing/ast.json delete mode 100644 parser/testdata/02184_nested_tuple/ast.json delete mode 100644 parser/testdata/02184_range_hashed_dictionary_outside_range_values/ast.json delete mode 100644 parser/testdata/02184_storage_add_support_ttl/ast.json delete mode 100644 parser/testdata/02185_arraySlice_negative_offset_size/ast.json delete mode 100644 parser/testdata/02185_range_hashed_dictionary_open_ranges/ast.json delete mode 100644 parser/testdata/02185_split_by_char/ast.json delete mode 100644 parser/testdata/02186_range_hashed_dictionary_intersecting_intervals/ast.json delete mode 100644 parser/testdata/02187_insert_values_with_mv/ast.json delete mode 100644 parser/testdata/02187_test_final_and_limit_modifier/ast.json delete mode 100644 parser/testdata/02188_parser_dictionary_primary_key/ast.json delete mode 100644 parser/testdata/02188_table_function_format/ast.json delete mode 100644 parser/testdata/02189_join_type_conversion/ast.json delete mode 100644 parser/testdata/02190_current_metrics_query/ast.json delete mode 100644 parser/testdata/02191_nested_with_dots/ast.json delete mode 100644 parser/testdata/02191_parse_date_time_best_effort_more_cases/ast.json delete mode 100644 parser/testdata/02192_comment/ast.json delete mode 100644 parser/testdata/02193_async_insert_tcp_client_1/ast.json delete mode 100644 parser/testdata/02200_use_skip_indexes/ast.json delete mode 100644 parser/testdata/02201_use_skip_indexes_if_final/ast.json delete mode 100644 parser/testdata/02202_use_skip_indexes_if_final/ast.json delete mode 100644 parser/testdata/02205_ephemeral_1/ast.json delete mode 100644 parser/testdata/02205_map_populate_series_non_const/ast.json delete mode 100644 parser/testdata/02205_postgresql_functions/ast.json delete mode 100644 parser/testdata/02206_array_starts_ends_with/ast.json delete mode 100644 parser/testdata/02206_information_schema_show_database/ast.json delete mode 100644 parser/testdata/02206_minimum_sample_size/ast.json delete mode 100644 parser/testdata/02207_key_condition_floats/ast.json delete mode 100644 parser/testdata/02207_subseconds_intervals/ast.json delete mode 100644 parser/testdata/02207_ttl_move_if_exists/ast.json delete mode 100644 parser/testdata/02209_short_circuit_node_without_parents/ast.json delete mode 100644 parser/testdata/02210_append_to_dev_dull/ast.json delete mode 100644 parser/testdata/02210_processors_profile_log/ast.json delete mode 100644 parser/testdata/02210_toColumnTypeName_toLowCardinality_const/ast.json delete mode 100644 parser/testdata/02211_jsonl_format_extension/ast.json delete mode 100644 parser/testdata/02212_cte_and_table_alias/ast.json delete mode 100644 parser/testdata/02212_h3_get_pentagon_indexes/ast.json delete mode 100644 parser/testdata/02212_h3_get_res0_indexes/ast.json delete mode 100644 parser/testdata/02212_h3_point_dist/ast.json delete mode 100644 parser/testdata/02220_array_join_format/ast.json delete mode 100644 parser/testdata/02222_allow_experimental_projection_optimization__enable_global_with_statement/ast.json delete mode 100644 parser/testdata/02223_h3_test_const_columns/ast.json delete mode 100644 parser/testdata/02223_insert_select_schema_inference/ast.json delete mode 100644 parser/testdata/02224_parallel_distributed_insert_select_cluster/ast.json delete mode 100644 parser/testdata/02224_s2_test_const_columns/ast.json delete mode 100644 parser/testdata/02226_analyzer_or_like_combine/ast.json delete mode 100644 parser/testdata/02226_async_insert_table_function/ast.json delete mode 100644 parser/testdata/02226_in_untuple_issue_34810/ast.json delete mode 100644 parser/testdata/02226_low_cardinality_text_bloom_filter_index/ast.json delete mode 100644 parser/testdata/02227_union_match_by_name/ast.json delete mode 100644 parser/testdata/02228_merge_tree_insert_memory_usage/ast.json delete mode 100644 parser/testdata/02230_create_table_as_ignore_ttl/ast.json delete mode 100644 parser/testdata/02231_bloom_filter_sizing/ast.json delete mode 100644 parser/testdata/02231_buffer_aggregate_states_leak/ast.json delete mode 100644 parser/testdata/02231_hierarchical_dictionaries_constant/ast.json delete mode 100644 parser/testdata/02232_functions_to_subcolumns_alias/ast.json delete mode 100644 parser/testdata/02232_partition_pruner_mixed_constant_type/ast.json delete mode 100644 parser/testdata/02232_partition_pruner_single_point/ast.json delete mode 100644 parser/testdata/02233_interpolate_1/ast.json delete mode 100644 parser/testdata/02233_optimize_aggregation_in_order_prefix/ast.json delete mode 100644 parser/testdata/02233_optimize_aggregation_in_order_prefix_with_merge/ast.json delete mode 100644 parser/testdata/02233_set_enable_with_statement_cte_perf/ast.json delete mode 100644 parser/testdata/02233_with_total_empty_chunk/ast.json delete mode 100644 parser/testdata/02234_cast_to_ip_address/ast.json delete mode 100644 parser/testdata/02234_column_function_short_circuit/ast.json delete mode 100644 parser/testdata/02234_position_case_insensitive_utf8/ast.json delete mode 100644 parser/testdata/02235_add_part_offset_virtual_column/ast.json delete mode 100644 parser/testdata/02235_check_table_sparse_serialization/ast.json delete mode 100644 parser/testdata/02236_explain_pipeline_join/ast.json delete mode 100644 parser/testdata/02236_json_each_row_empty_map_schema_inference/ast.json delete mode 100644 parser/testdata/02240_asof_join_biginteger/ast.json delete mode 100644 parser/testdata/02240_filesystem_cache_bypass_cache_threshold/ast.json delete mode 100644 parser/testdata/02240_filesystem_query_cache/ast.json delete mode 100644 parser/testdata/02240_get_type_serialization_streams/ast.json delete mode 100644 parser/testdata/02241_array_first_last_or_null/ast.json delete mode 100644 parser/testdata/02241_short_circuit_short_column/ast.json delete mode 100644 parser/testdata/02242_if_then_else_null_bug/ast.json delete mode 100644 parser/testdata/02242_join_rocksdb/ast.json delete mode 100644 parser/testdata/02242_make_date/ast.json delete mode 100644 parser/testdata/02242_make_date_mysql/ast.json delete mode 100644 parser/testdata/02242_negative_datetime64/ast.json delete mode 100644 parser/testdata/02242_optimize_to_subcolumns_no_storage/ast.json delete mode 100644 parser/testdata/02242_subcolumns_sizes/ast.json delete mode 100644 parser/testdata/02242_throw_if_constant_argument/ast.json delete mode 100644 parser/testdata/02243_in_ip_address/ast.json delete mode 100644 parser/testdata/02243_ipv6_long_parsing/ast.json delete mode 100644 parser/testdata/02243_make_date32/ast.json delete mode 100644 parser/testdata/02243_make_date32_mysql/ast.json delete mode 100644 parser/testdata/02244_casewithexpression_return_type/ast.json delete mode 100644 parser/testdata/02244_column_names_in_shcmea_inference/ast.json delete mode 100644 parser/testdata/02244_ip_address_invalid_insert/ast.json delete mode 100644 parser/testdata/02244_lowcardinality_hash_join/ast.json delete mode 100644 parser/testdata/02244_make_datetime/ast.json delete mode 100644 parser/testdata/02244_url_engine_headers_test/ast.json delete mode 100644 parser/testdata/02245_format_string_stack_overflow/ast.json delete mode 100644 parser/testdata/02245_join_with_nullable_lowcardinality_crash/ast.json delete mode 100644 parser/testdata/02245_make_datetime64/ast.json delete mode 100644 parser/testdata/02245_s3_schema_desc/ast.json delete mode 100644 parser/testdata/02245_s3_support_read_nested_column/ast.json delete mode 100644 parser/testdata/02245_s3_virtual_columns/ast.json delete mode 100644 parser/testdata/02245_weird_partitions_pruning/ast.json delete mode 100644 parser/testdata/02246_flatten_tuple/ast.json delete mode 100644 parser/testdata/02247_fix_extract_parser/ast.json delete mode 100644 parser/testdata/02248_nullable_custom_types_to_string/ast.json delete mode 100644 parser/testdata/02249_insert_select_from_input_schema_inference/ast.json delete mode 100644 parser/testdata/02249_parse_date_time_basic/ast.json delete mode 100644 parser/testdata/02250_insert_select_from_file_schema_inference/ast.json delete mode 100644 parser/testdata/02251_alter_enum_nested_struct/ast.json delete mode 100644 parser/testdata/02251_last_day_of_month/ast.json delete mode 100644 parser/testdata/02252_executable_user_defined_function_short_circuit/ast.json delete mode 100644 parser/testdata/02252_jit_profile_events/ast.json delete mode 100644 parser/testdata/02252_reset_non_existing_setting/ast.json delete mode 100644 parser/testdata/02264_format_insert_compression/ast.json delete mode 100644 parser/testdata/02264_format_insert_infile/ast.json delete mode 100644 parser/testdata/02265_column_ttl/ast.json delete mode 100644 parser/testdata/02265_cross_join_empty_list/ast.json delete mode 100644 parser/testdata/02265_limit_push_down_over_window_functions_bug/ast.json delete mode 100644 parser/testdata/02265_per_table_ttl_mutation_on_change/ast.json delete mode 100644 parser/testdata/02265_rename_join_ordinary_to_atomic/ast.json delete mode 100644 parser/testdata/02266_auto_add_nullable/ast.json delete mode 100644 parser/testdata/02267_empty_arrays_read_reverse/ast.json delete mode 100644 parser/testdata/02267_insert_empty_data/ast.json delete mode 100644 parser/testdata/02267_join_dup_columns_issue36199/ast.json delete mode 100644 parser/testdata/02267_jsonlines_ndjson_format/ast.json delete mode 100644 parser/testdata/02267_output_format_prometheus/ast.json delete mode 100644 parser/testdata/02267_special_operator_parse_alias_check/ast.json delete mode 100644 parser/testdata/02267_type_inference_for_insert_into_function_null/ast.json delete mode 100644 parser/testdata/02268_json_wrong_root_type_in_schema_inference/ast.json delete mode 100644 parser/testdata/02269_create_table_with_collation/ast.json delete mode 100644 parser/testdata/02269_insert_select_with_format_without_schema_inference/ast.json delete mode 100644 parser/testdata/02269_to_start_of_interval_overflow/ast.json delete mode 100644 parser/testdata/02270_client_name/ast.json delete mode 100644 parser/testdata/02271_fix_column_matcher_and_column_transformer/ast.json delete mode 100644 parser/testdata/02271_int_sql_compatibility/ast.json delete mode 100644 parser/testdata/02271_replace_partition_many_tables/ast.json delete mode 100644 parser/testdata/02271_temporary_table_show_rows_bytes/ast.json delete mode 100644 parser/testdata/02276_full_sort_join_unsupported/ast.json delete mode 100644 parser/testdata/02277_full_sort_join_misc/ast.json delete mode 100644 parser/testdata/02280_add_query_level_settings/ast.json delete mode 100644 parser/testdata/02281_limit_by_distributed/ast.json delete mode 100644 parser/testdata/02282_array_distance/ast.json delete mode 100644 parser/testdata/02283_array_norm/ast.json delete mode 100644 parser/testdata/02285_executable_user_defined_function_group_by/ast.json delete mode 100644 parser/testdata/02285_hex_bin_support_more_types/ast.json delete mode 100644 parser/testdata/02286_convert_decimal_type/ast.json delete mode 100644 parser/testdata/02286_function_wyhash/ast.json delete mode 100644 parser/testdata/02286_quantile_tdigest_infinity/ast.json delete mode 100644 parser/testdata/02286_tuple_numeric_identifier/ast.json delete mode 100644 parser/testdata/02286_vertical_merges_missed_column/ast.json delete mode 100644 parser/testdata/02287_ephemeral_format_crash/ast.json delete mode 100644 parser/testdata/02287_legacy_column_name_of_tuple_literal_over_distributed/ast.json delete mode 100644 parser/testdata/02291_dictionary_scalar_subquery_reload/ast.json delete mode 100644 parser/testdata/02291_join_const_literal_36279/ast.json delete mode 100644 parser/testdata/02292_create_function_validate/ast.json delete mode 100644 parser/testdata/02292_h3_unidirectional_funcs/ast.json delete mode 100644 parser/testdata/02292_hash_array_tuples/ast.json delete mode 100644 parser/testdata/02292_nested_not_flattened_detach/ast.json delete mode 100644 parser/testdata/02293_arrow_dictionary_indexes/ast.json delete mode 100644 parser/testdata/02293_compatibility_ignore_auto_increment_in_create_table/ast.json delete mode 100644 parser/testdata/02293_grouping_function/ast.json delete mode 100644 parser/testdata/02293_grouping_function_group_by/ast.json delete mode 100644 parser/testdata/02293_h3_distance/ast.json delete mode 100644 parser/testdata/02293_h3_hex_ring/ast.json delete mode 100644 parser/testdata/02293_h3_line/ast.json delete mode 100644 parser/testdata/02293_ilike_on_fixed_strings/ast.json delete mode 100644 parser/testdata/02293_optimize_aggregation_in_order_Array_functions/ast.json delete mode 100644 parser/testdata/02293_ttest_large_samples/ast.json delete mode 100644 parser/testdata/02294_decimal_second_errors/ast.json delete mode 100644 parser/testdata/02294_dictionaries_hierarchical_index/ast.json delete mode 100644 parser/testdata/02294_fp_seconds_profile/ast.json delete mode 100644 parser/testdata/02294_nothing_arguments_in_functions/ast.json delete mode 100644 parser/testdata/02294_optimize_aggregation_in_order_prefix_Array_functions/ast.json delete mode 100644 parser/testdata/02294_stringsearch_with_nonconst_needle/ast.json delete mode 100644 parser/testdata/02294_system_certificates/ast.json delete mode 100644 parser/testdata/02295_GROUP_BY_AggregateFunction/ast.json delete mode 100644 parser/testdata/02295_global_with_in_subquery/ast.json delete mode 100644 parser/testdata/02296_nullable_arguments_in_array_filter/ast.json delete mode 100644 parser/testdata/02296_ttl_non_deterministic/ast.json delete mode 100644 parser/testdata/02302_clash_const_aggegate_join/ast.json delete mode 100644 parser/testdata/02302_column_decl_null_before_defaul_value/ast.json delete mode 100644 parser/testdata/02302_defaults_in_columnar_formats/ast.json delete mode 100644 parser/testdata/02302_join_auto_lc_nullable_bug/ast.json delete mode 100644 parser/testdata/02302_lc_nullable_string_insert_as_number/ast.json delete mode 100644 parser/testdata/02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order/ast.json delete mode 100644 parser/testdata/02302_s3_file_pruning/ast.json delete mode 100644 parser/testdata/02303_cast_nullable_to_custom_types/ast.json delete mode 100644 parser/testdata/02304_grouping_set_order_by/ast.json delete mode 100644 parser/testdata/02304_grouping_sets_with_rollup_cube/ast.json delete mode 100644 parser/testdata/02304_orc_arrow_parquet_string_as_string/ast.json delete mode 100644 parser/testdata/02306_part_types_profile_events/ast.json delete mode 100644 parser/testdata/02306_window_move_row_number_fix/ast.json delete mode 100644 parser/testdata/02307_join_get_array_null/ast.json delete mode 100644 parser/testdata/02310_generate_multi_columns_with_uuid/ast.json delete mode 100644 parser/testdata/02310_uuid_v7/ast.json delete mode 100644 parser/testdata/02311_create_table_with_unknown_format/ast.json delete mode 100644 parser/testdata/02311_normalize_utf8_constant/ast.json delete mode 100644 parser/testdata/02311_range_hashed_dictionary_range_cast/ast.json delete mode 100644 parser/testdata/02311_system_zookeeper_insert/ast.json delete mode 100644 parser/testdata/02312_is_not_null_prewhere/ast.json delete mode 100644 parser/testdata/02312_parquet_orc_arrow_names_tuples/ast.json delete mode 100644 parser/testdata/02313_avro_records_and_maps/ast.json delete mode 100644 parser/testdata/02313_cross_join_dup_col_names/ast.json delete mode 100644 parser/testdata/02313_displayname/ast.json delete mode 100644 parser/testdata/02313_dump_column_structure_low_cardinality/ast.json delete mode 100644 parser/testdata/02313_group_by_modifiers_with_non_default_types/ast.json delete mode 100644 parser/testdata/02313_multiple_limits/ast.json delete mode 100644 parser/testdata/02313_negative_datetime64/ast.json delete mode 100644 parser/testdata/02313_test_fpc_codec/ast.json delete mode 100644 parser/testdata/02314_csv_tsv_skip_first_lines/ast.json delete mode 100644 parser/testdata/02315_grouping_constant_folding/ast.json delete mode 100644 parser/testdata/02315_pmj_union_ubsan_35857/ast.json delete mode 100644 parser/testdata/02315_replace_multiif_to_if/ast.json delete mode 100644 parser/testdata/02316_cast_to_ip_address_default_column/ast.json delete mode 100644 parser/testdata/02316_const_string_intersact/ast.json delete mode 100644 parser/testdata/02316_expressions_with_window_functions/ast.json delete mode 100644 parser/testdata/02316_literal_no_octal/ast.json delete mode 100644 parser/testdata/02316_values_table_func_bug/ast.json delete mode 100644 parser/testdata/02317_distinct_in_order_optimization/ast.json delete mode 100644 parser/testdata/02317_functions_with_nothing/ast.json delete mode 100644 parser/testdata/02317_like_with_trailing_escape/ast.json delete mode 100644 parser/testdata/02318_template_schema_inference_bug/ast.json delete mode 100644 parser/testdata/02319_dict_get_check_arguments_size/ast.json delete mode 100644 parser/testdata/02319_lightweight_delete_on_merge_tree/ast.json delete mode 100644 parser/testdata/02319_lightweight_delete_on_merge_tree_compact_parts/ast.json delete mode 100644 parser/testdata/02319_no_columns_in_row_level_filter/ast.json delete mode 100644 parser/testdata/02319_quantile_interpolated_weighted/ast.json delete mode 100644 parser/testdata/02319_sql_standard_create_drop_index/ast.json delete mode 100644 parser/testdata/02319_timeslots_dt64/ast.json delete mode 100644 parser/testdata/02320_alter_columns_with_dots/ast.json delete mode 100644 parser/testdata/02320_mapped_array_witn_const_nullable/ast.json delete mode 100644 parser/testdata/02321_nested_short_circuit_functions/ast.json delete mode 100644 parser/testdata/02322_sql_insert_format/ast.json delete mode 100644 parser/testdata/02323_null_modifier_in_table_function/ast.json delete mode 100644 parser/testdata/02324_map_combinator_bug/ast.json delete mode 100644 parser/testdata/02325_compatibility_setting_2/ast.json delete mode 100644 parser/testdata/02325_dates_schema_inference/ast.json delete mode 100644 parser/testdata/02326_numbers_from_json_strings_schema_inference/ast.json delete mode 100644 parser/testdata/02326_settings_changes_system_table/ast.json delete mode 100644 parser/testdata/02327_try_infer_integers_schema_inference/ast.json delete mode 100644 parser/testdata/02336_sort_optimization_with_fill/ast.json delete mode 100644 parser/testdata/02336_sparse_columns_s3/ast.json delete mode 100644 parser/testdata/02337_analyzer_columns_basic/ast.json delete mode 100644 parser/testdata/02337_base58/ast.json delete mode 100644 parser/testdata/02337_check_translate_qualified_names_matcher/ast.json delete mode 100644 parser/testdata/02337_join_analyze_stuck/ast.json delete mode 100644 parser/testdata/02337_multiple_joins_original_names/ast.json delete mode 100644 parser/testdata/02338_analyzer_constants_basic/ast.json delete mode 100644 parser/testdata/02339_analyzer_matcher_basic/ast.json delete mode 100644 parser/testdata/02340_analyzer_functions/ast.json delete mode 100644 parser/testdata/02340_union_header/ast.json delete mode 100644 parser/testdata/02341_analyzer_aliases_basics/ast.json delete mode 100644 parser/testdata/02341_global_join_cte/ast.json delete mode 100644 parser/testdata/02342_analyzer_compound_types/ast.json delete mode 100644 parser/testdata/02343_aggregation_pipeline/ast.json delete mode 100644 parser/testdata/02343_analyzer_column_transformers_strict/ast.json delete mode 100644 parser/testdata/02343_analyzer_lambdas/ast.json delete mode 100644 parser/testdata/02343_analyzer_lambdas_issue_28083/ast.json delete mode 100644 parser/testdata/02343_analyzer_lambdas_issue_36677/ast.json delete mode 100644 parser/testdata/02343_create_empty_as_select/ast.json delete mode 100644 parser/testdata/02343_group_by_use_nulls/ast.json delete mode 100644 parser/testdata/02343_group_by_use_nulls_distributed/ast.json delete mode 100644 parser/testdata/02343_read_from_s3_compressed_blocks/ast.json delete mode 100644 parser/testdata/02344_analyzer_multiple_aliases_for_expression/ast.json delete mode 100644 parser/testdata/02344_distinct_limit_distiributed/ast.json delete mode 100644 parser/testdata/02344_insert_profile_events_stress/ast.json delete mode 100644 parser/testdata/02345_analyzer_subqueries/ast.json delete mode 100644 parser/testdata/02345_create_table_allow_trailing_comma/ast.json delete mode 100644 parser/testdata/02345_implicit_transaction/ast.json delete mode 100644 parser/testdata/02345_partial_sort_transform_optimization/ast.json delete mode 100644 parser/testdata/02346_additional_filters/ast.json delete mode 100644 parser/testdata/02346_additional_filters_distr/ast.json delete mode 100644 parser/testdata/02346_additional_filters_index/ast.json delete mode 100644 parser/testdata/02346_exclude_materialize_skip_indexes_on_insert/ast.json delete mode 100644 parser/testdata/02346_exclude_materialize_skip_indexes_on_merge/ast.json delete mode 100644 parser/testdata/02346_non_negative_derivative/ast.json delete mode 100644 parser/testdata/02346_position_countsubstrings_zero_byte/ast.json delete mode 100644 parser/testdata/02346_text_index_array_support/ast.json delete mode 100644 parser/testdata/02346_text_index_bug47393/ast.json delete mode 100644 parser/testdata/02346_text_index_bug54541/ast.json delete mode 100644 parser/testdata/02346_text_index_bug59039/ast.json delete mode 100644 parser/testdata/02346_text_index_bug62681/ast.json delete mode 100644 parser/testdata/02346_text_index_bug84805/ast.json delete mode 100644 parser/testdata/02346_text_index_bug87887/ast.json delete mode 100644 parser/testdata/02346_text_index_bug88080/ast.json delete mode 100644 parser/testdata/02346_text_index_bug89605/ast.json delete mode 100644 parser/testdata/02346_text_index_coalescingmergetree/ast.json delete mode 100644 parser/testdata/02346_text_index_collapsingmergetree/ast.json delete mode 100644 parser/testdata/02346_text_index_creation/ast.json delete mode 100644 parser/testdata/02346_text_index_default_granularity/ast.json delete mode 100644 parser/testdata/02346_text_index_detach_attach/ast.json delete mode 100644 parser/testdata/02346_text_index_dictionary_cache/ast.json delete mode 100644 parser/testdata/02346_text_index_dictionary_frontcoding/ast.json delete mode 100644 parser/testdata/02346_text_index_direct_read/ast.json delete mode 100644 parser/testdata/02346_text_index_direct_read_crash/ast.json delete mode 100644 parser/testdata/02346_text_index_direct_read_with_query_condition_cache/ast.json delete mode 100644 parser/testdata/02346_text_index_experimental_flag/ast.json delete mode 100644 parser/testdata/02346_text_index_function_hasAnyAllTokens/ast.json delete mode 100644 parser/testdata/02346_text_index_function_hasAnyAllTokens_partially_materialized/ast.json delete mode 100644 parser/testdata/02346_text_index_functions_with_empty_needle/ast.json delete mode 100644 parser/testdata/02346_text_index_header_cache/ast.json delete mode 100644 parser/testdata/02346_text_index_hits/ast.json delete mode 100644 parser/testdata/02346_text_index_map_support/ast.json delete mode 100644 parser/testdata/02346_text_index_match_predicate/ast.json delete mode 100644 parser/testdata/02346_text_index_on_lower_column/ast.json delete mode 100644 parser/testdata/02346_text_index_parallel_replicas/ast.json delete mode 100644 parser/testdata/02346_text_index_part_format/ast.json delete mode 100644 parser/testdata/02346_text_index_postings_cache/ast.json delete mode 100644 parser/testdata/02346_text_index_prefetch/ast.json delete mode 100644 parser/testdata/02346_text_index_preprocessor/ast.json delete mode 100644 parser/testdata/02346_text_index_queries/ast.json delete mode 100644 parser/testdata/02346_text_index_replacingmergetree/ast.json delete mode 100644 parser/testdata/02346_text_index_summingmergetree/ast.json delete mode 100644 parser/testdata/02346_to_hour_monotonicity_fix/ast.json delete mode 100644 parser/testdata/02346_to_hour_monotonicity_fix_2/ast.json delete mode 100644 parser/testdata/02347_rank_corr_nan/ast.json delete mode 100644 parser/testdata/02347_rank_corr_size_overflow/ast.json delete mode 100644 parser/testdata/02350_views_max_insert_threads/ast.json delete mode 100644 parser/testdata/02351_Map_combinator_dist/ast.json delete mode 100644 parser/testdata/02352_grouby_shadows_arg/ast.json delete mode 100644 parser/testdata/02352_lightweight_delete/ast.json delete mode 100644 parser/testdata/02352_lightweight_delete_in_partition/ast.json delete mode 100644 parser/testdata/02352_lightweight_delete_on_replicated_merge_tree/ast.json delete mode 100644 parser/testdata/02353_ascii/ast.json delete mode 100644 parser/testdata/02353_explain_ast_optimize/ast.json delete mode 100644 parser/testdata/02353_isnullable/ast.json delete mode 100644 parser/testdata/02353_partition_prune_nullable_key/ast.json delete mode 100644 parser/testdata/02353_simdjson_buffer_overflow/ast.json delete mode 100644 parser/testdata/02353_translate/ast.json delete mode 100644 parser/testdata/02354_array_lowcardinality/ast.json delete mode 100644 parser/testdata/02354_distributed_with_external_aggregation_memory_usage/ast.json delete mode 100644 parser/testdata/02354_numeric_literals_with_underscores/ast.json delete mode 100644 parser/testdata/02354_parse_timedelta/ast.json delete mode 100644 parser/testdata/02354_read_in_order_prewhere/ast.json delete mode 100644 parser/testdata/02354_tuple_element_with_default/ast.json delete mode 100644 parser/testdata/02354_tuple_lowcardinality/ast.json delete mode 100644 parser/testdata/02354_vector_search_adaptive_index_granularity/ast.json delete mode 100644 parser/testdata/02354_vector_search_and_other_skipping_indexes/ast.json delete mode 100644 parser/testdata/02354_vector_search_binary_quantization/ast.json delete mode 100644 parser/testdata/02354_vector_search_choose_correct_index/ast.json delete mode 100644 parser/testdata/02354_vector_search_default_granularity/ast.json delete mode 100644 parser/testdata/02354_vector_search_detach_attach/ast.json delete mode 100644 parser/testdata/02354_vector_search_different_array_sizes/ast.json delete mode 100644 parser/testdata/02354_vector_search_drop_table_clear_cache/ast.json delete mode 100644 parser/testdata/02354_vector_search_empty_arrays_or_default_values/ast.json delete mode 100644 parser/testdata/02354_vector_search_expansion_search/ast.json delete mode 100644 parser/testdata/02354_vector_search_index_creation_negative/ast.json delete mode 100644 parser/testdata/02354_vector_search_multiple_indexes/ast.json delete mode 100644 parser/testdata/02354_vector_search_multiple_marks/ast.json delete mode 100644 parser/testdata/02354_vector_search_part_format/ast.json delete mode 100644 parser/testdata/02354_vector_search_postfiltering_bug/ast.json delete mode 100644 parser/testdata/02354_vector_search_pre_and_post_filtering/ast.json delete mode 100644 parser/testdata/02354_vector_search_queries/ast.json delete mode 100644 parser/testdata/02354_vector_search_reference_vector_types/ast.json delete mode 100644 parser/testdata/02354_vector_search_rescoring/ast.json delete mode 100644 parser/testdata/02354_vector_search_rescoring_and_prewhere/ast.json delete mode 100644 parser/testdata/02354_vector_search_rescoring_distance_in_select_list/ast.json delete mode 100644 parser/testdata/02354_vector_search_subquery/ast.json delete mode 100644 parser/testdata/02354_vector_search_unquoted_index_parameters/ast.json delete mode 100644 parser/testdata/02354_vector_search_vector_similarity_index_cache/ast.json delete mode 100644 parser/testdata/02354_vector_search_with_huge_dimension/ast.json delete mode 100644 parser/testdata/02354_window_expression_with_aggregation_expression/ast.json delete mode 100644 parser/testdata/02354_with_statement_non_exist_column/ast.json delete mode 100644 parser/testdata/02355_column_type_name_lc/ast.json delete mode 100644 parser/testdata/02355_control_block_size_in_aggregator/ast.json delete mode 100644 parser/testdata/02355_control_block_size_in_array_join/ast.json delete mode 100644 parser/testdata/02356_insert_query_log_metrics/ast.json delete mode 100644 parser/testdata/02356_trivial_count_with_empty_set/ast.json delete mode 100644 parser/testdata/02357_file_default_value/ast.json delete mode 100644 parser/testdata/02360_small_notation_h_for_hour_interval/ast.json delete mode 100644 parser/testdata/02362_part_log_merge_algorithm/ast.json delete mode 100644 parser/testdata/02363_mapupdate_improve/ast.json delete mode 100644 parser/testdata/02364_dictionary_datetime_64_attribute_crash/ast.json delete mode 100644 parser/testdata/02364_multiSearch_function_family/ast.json delete mode 100644 parser/testdata/02364_setting_cross_to_inner_rewrite/ast.json delete mode 100644 parser/testdata/02364_window_case/ast.json delete mode 100644 parser/testdata/02365_multisearch_random_tests/ast.json delete mode 100644 parser/testdata/02366_asof_optimize_predicate_bug_37813/ast.json delete mode 100644 parser/testdata/02366_decimal_agg_state_conversion/ast.json delete mode 100644 parser/testdata/02366_direct_dictionary_dict_has/ast.json delete mode 100644 parser/testdata/02366_explain_query_tree/ast.json delete mode 100644 parser/testdata/02366_kql_create_table/ast.json delete mode 100644 parser/testdata/02366_kql_datatype/ast.json delete mode 100644 parser/testdata/02366_kql_distinct/ast.json delete mode 100644 parser/testdata/02366_kql_extend/ast.json delete mode 100644 parser/testdata/02366_kql_func_binary/ast.json delete mode 100644 parser/testdata/02366_kql_func_datetime/ast.json delete mode 100644 parser/testdata/02366_kql_func_dynamic/ast.json delete mode 100644 parser/testdata/02366_kql_func_ip/ast.json delete mode 100644 parser/testdata/02366_kql_func_math/ast.json delete mode 100644 parser/testdata/02366_kql_func_scalar/ast.json delete mode 100644 parser/testdata/02366_kql_func_string/ast.json delete mode 100644 parser/testdata/02366_kql_mvexpand/ast.json delete mode 100644 parser/testdata/02366_kql_operator_in_sql/ast.json delete mode 100644 parser/testdata/02366_kql_summarize/ast.json delete mode 100644 parser/testdata/02366_kql_tabular/ast.json delete mode 100644 parser/testdata/02366_normalize_aggregate_function_types_and_states/ast.json delete mode 100644 parser/testdata/02366_union_decimal_conversion/ast.json delete mode 100644 parser/testdata/02366_window_function_order_by/ast.json delete mode 100644 parser/testdata/02366_with_fill_date/ast.json delete mode 100644 parser/testdata/02367_analyzer_table_alias_columns/ast.json delete mode 100644 parser/testdata/02367_optimize_trivial_count_with_array_join/ast.json delete mode 100644 parser/testdata/02368_analyzer_table_functions/ast.json delete mode 100644 parser/testdata/02369_analyzer_array_join_function/ast.json delete mode 100644 parser/testdata/02370_analyzer_in_function/ast.json delete mode 100644 parser/testdata/02370_extractAll_regress/ast.json delete mode 100644 parser/testdata/02371_analyzer_join_cross/ast.json delete mode 100644 parser/testdata/02371_create_temporary_table_as_with_columns_list/ast.json delete mode 100644 parser/testdata/02371_select_projection_normal_agg/ast.json delete mode 100644 parser/testdata/02372_nowInBlock/ast.json delete mode 100644 parser/testdata/02373_analyzer_join_use_nulls/ast.json delete mode 100644 parser/testdata/02374_analyzer_array_join/ast.json delete mode 100644 parser/testdata/02374_combine_multi_if_and_count_if_opt/ast.json delete mode 100644 parser/testdata/02374_in_tuple_index/ast.json delete mode 100644 parser/testdata/02374_regexp_replace/ast.json delete mode 100644 parser/testdata/02375_analyzer_union/ast.json delete mode 100644 parser/testdata/02375_double_escaping_json/ast.json delete mode 100644 parser/testdata/02375_scalar_lc_cte/ast.json delete mode 100644 parser/testdata/02376_analyzer_in_function_subquery/ast.json delete mode 100644 parser/testdata/02376_arrow_dict_with_string/ast.json delete mode 100644 parser/testdata/02377_analyzer_in_function_set/ast.json delete mode 100644 parser/testdata/02377_executable_function_settings/ast.json delete mode 100644 parser/testdata/02377_fix_file_virtual_column/ast.json delete mode 100644 parser/testdata/02377_majority_insert_quorum_zookeeper_long/ast.json delete mode 100644 parser/testdata/02377_modify_column_from_lc/ast.json delete mode 100644 parser/testdata/02377_modify_column_from_nested/ast.json delete mode 100644 parser/testdata/02377_optimize_sorting_by_input_stream_properties/ast.json delete mode 100644 parser/testdata/02377_optimize_sorting_by_input_stream_properties_2/ast.json delete mode 100644 parser/testdata/02378_analyzer_projection_names/ast.json delete mode 100644 parser/testdata/02378_part_log_profile_events_replicated/ast.json delete mode 100644 parser/testdata/02379_analyzer_subquery_depth/ast.json delete mode 100644 parser/testdata/02380_analyzer_join_sample/ast.json delete mode 100644 parser/testdata/02381_analyzer_join_final/ast.json delete mode 100644 parser/testdata/02381_compress_marks_and_primary_key/ast.json delete mode 100644 parser/testdata/02381_parseDateTime64BestEffortUS/ast.json delete mode 100644 parser/testdata/02381_parse_array_of_tuples/ast.json delete mode 100644 parser/testdata/02381_setting_value_auto/ast.json delete mode 100644 parser/testdata/02382_analyzer_matcher_join_using/ast.json delete mode 100644 parser/testdata/02382_join_and_filtering_set/ast.json delete mode 100644 parser/testdata/02383_analyzer_merge_tree_self_join/ast.json delete mode 100644 parser/testdata/02383_array_signed_const_positive_index/ast.json delete mode 100644 parser/testdata/02383_schema_inference_hints/ast.json delete mode 100644 parser/testdata/02384_analyzer_dict_get_join_get/ast.json delete mode 100644 parser/testdata/02384_decrypt_bad_arguments/ast.json delete mode 100644 parser/testdata/02384_nullable_low_cardinality_as_dict_in_arrow/ast.json delete mode 100644 parser/testdata/02385_analyzer_aliases_compound_expression/ast.json delete mode 100644 parser/testdata/02385_profile_events_overflow/ast.json delete mode 100644 parser/testdata/02386_analyzer_in_function_nested_subqueries/ast.json delete mode 100644 parser/testdata/02386_set_columns_order/ast.json delete mode 100644 parser/testdata/02387_analyzer_cte/ast.json delete mode 100644 parser/testdata/02387_parse_date_as_datetime/ast.json delete mode 100644 parser/testdata/02388_analyzer_recursive_lambda/ast.json delete mode 100644 parser/testdata/02388_conversion_from_string_with_datetime64_to_date_and_date32/ast.json delete mode 100644 parser/testdata/02389_analyzer_nested_lambda/ast.json delete mode 100644 parser/testdata/02391_hashed_dictionary_shards/ast.json delete mode 100644 parser/testdata/02391_recursive_buffer/ast.json delete mode 100644 parser/testdata/02392_every_setting_must_have_documentation/ast.json delete mode 100644 parser/testdata/02393_every_metric_must_have_documentation/ast.json delete mode 100644 parser/testdata/02394_every_profile_event_must_have_documentation/ast.json delete mode 100644 parser/testdata/02395_every_merge_tree_setting_must_have_documentation/ast.json delete mode 100644 parser/testdata/02398_subquery_where_pushdown_and_limit_offset/ast.json delete mode 100644 parser/testdata/02399_merge_tree_mutate_in_partition/ast.json delete mode 100644 parser/testdata/02400_create_table_on_cluster_normalization/ast.json delete mode 100644 parser/testdata/02400_memory_accounting_on_error/ast.json delete mode 100644 parser/testdata/02401_merge_tree_old_tmp_dirs_cleanup/ast.json delete mode 100644 parser/testdata/02402_external_disk_metrics/ast.json delete mode 100644 parser/testdata/02402_merge_engine_with_view/ast.json delete mode 100644 parser/testdata/02403_ttl_column_multiple_times/ast.json delete mode 100644 parser/testdata/02404_lightweight_delete_vertical_merge/ast.json delete mode 100644 parser/testdata/02404_memory_bound_merging/ast.json delete mode 100644 parser/testdata/02405_avro_read_nested/ast.json delete mode 100644 parser/testdata/02405_pmj_issue_40335/ast.json delete mode 100644 parser/testdata/02406_minmax_behaviour/ast.json delete mode 100644 parser/testdata/02406_try_read_datetime64_bug/ast.json delete mode 100644 parser/testdata/02407_array_element_from_map_wrong_type/ast.json delete mode 100644 parser/testdata/02408_to_fixed_string_short_circuit/ast.json delete mode 100644 parser/testdata/02409_url_format_detection/ast.json delete mode 100644 parser/testdata/02410_csv_empty_fields_inference/ast.json delete mode 100644 parser/testdata/02410_to_decimal_or_default/ast.json delete mode 100644 parser/testdata/02411_legacy_geobase/ast.json delete mode 100644 parser/testdata/02412_nlp/ast.json delete mode 100644 parser/testdata/02414_all_new_table_functions_must_be_documented/ast.json delete mode 100644 parser/testdata/02415_all_new_functions_must_be_documented/ast.json delete mode 100644 parser/testdata/02415_all_new_functions_must_have_version_information/ast.json delete mode 100644 parser/testdata/02416_grouping_function_compatibility/ast.json delete mode 100644 parser/testdata/02416_in_set_same_ast_diff_columns/ast.json delete mode 100644 parser/testdata/02416_input_json_formats/ast.json delete mode 100644 parser/testdata/02416_json_tuple_to_array_schema_inference/ast.json delete mode 100644 parser/testdata/02416_keeper_map/ast.json delete mode 100644 parser/testdata/02416_rocksdb_delete_update/ast.json delete mode 100644 parser/testdata/02416_row_policy_always_false_index/ast.json delete mode 100644 parser/testdata/02417_from_select_syntax/ast.json delete mode 100644 parser/testdata/02417_json_object_each_row_format/ast.json delete mode 100644 parser/testdata/02417_keeper_map_create_drop/ast.json delete mode 100644 parser/testdata/02417_null_variadic_behaviour/ast.json delete mode 100644 parser/testdata/02418_aggregate_combinators/ast.json delete mode 100644 parser/testdata/02418_keeper_map_keys_limit/ast.json delete mode 100644 parser/testdata/02418_tautological_if_index/ast.json delete mode 100644 parser/testdata/02419_contingency_array_nullable/ast.json delete mode 100644 parser/testdata/02420_final_setting/ast.json delete mode 100644 parser/testdata/02420_final_setting_analyzer/ast.json delete mode 100644 parser/testdata/02420_key_condition_actions_dag_bug_40599/ast.json delete mode 100644 parser/testdata/02421_decimal_in_precision_issue_41125/ast.json delete mode 100644 parser/testdata/02421_explain_subquery/ast.json delete mode 100644 parser/testdata/02421_exponential_join_rewrite_21557/ast.json delete mode 100644 parser/testdata/02421_json_decimals_as_strings/ast.json delete mode 100644 parser/testdata/02422_insert_different_granularity/ast.json delete mode 100644 parser/testdata/02422_msgpack_uuid_wrong_column/ast.json delete mode 100644 parser/testdata/02422_read_numbers_as_strings/ast.json delete mode 100644 parser/testdata/02423_json_quote_float64/ast.json delete mode 100644 parser/testdata/02423_multidimensional_array_get_data_at/ast.json delete mode 100644 parser/testdata/02424_pod_array_overflow/ast.json delete mode 100644 parser/testdata/02425_categorical_information_value_properties/ast.json delete mode 100644 parser/testdata/02426_create_suspicious_fixed_string/ast.json delete mode 100644 parser/testdata/02426_pod_array_overflow_2/ast.json delete mode 100644 parser/testdata/02426_pod_array_overflow_3/ast.json delete mode 100644 parser/testdata/02426_to_string_nullable_fixedstring/ast.json delete mode 100644 parser/testdata/02427_column_nullable_ubsan/ast.json delete mode 100644 parser/testdata/02427_msan_group_array_resample/ast.json delete mode 100644 parser/testdata/02427_mutate_and_zero_copy_replication_zookeeper/ast.json delete mode 100644 parser/testdata/02428_batch_nullable_assert/ast.json delete mode 100644 parser/testdata/02428_combinators_with_over_statement/ast.json delete mode 100644 parser/testdata/02428_decimal_in_floating_point_literal/ast.json delete mode 100644 parser/testdata/02428_delete_with_settings/ast.json delete mode 100644 parser/testdata/02428_index_analysis_with_null_literal/ast.json delete mode 100644 parser/testdata/02428_parameterized_view_param_in_select_section/ast.json delete mode 100644 parser/testdata/02428_partial_sort_optimization_bug/ast.json delete mode 100644 parser/testdata/02429_combinators_in_array_reduce/ast.json delete mode 100644 parser/testdata/02429_groupBitmap_chain_state/ast.json delete mode 100644 parser/testdata/02429_offset_pipeline_stuck_bug/ast.json delete mode 100644 parser/testdata/02430_bitmap_transform_exception_code/ast.json delete mode 100644 parser/testdata/02430_initialize_aggregation_with_combinators/ast.json delete mode 100644 parser/testdata/02431_single_value_or_null_empty/ast.json delete mode 100644 parser/testdata/02433_default_expression_operator_in/ast.json delete mode 100644 parser/testdata/02436_system_zookeeper_context/ast.json delete mode 100644 parser/testdata/02438_sync_replica_lightweight/ast.json delete mode 100644 parser/testdata/02439_merge_selecting_partitions/ast.json delete mode 100644 parser/testdata/02440_mutations_finalization/ast.json delete mode 100644 parser/testdata/02441_alter_delete_and_drop_column/ast.json delete mode 100644 parser/testdata/02442_auxiliary_zookeeper_endpoint_id/ast.json delete mode 100644 parser/testdata/02448_clone_replica_lost_part/ast.json delete mode 100644 parser/testdata/02449_check_dependencies_and_table_shutdown/ast.json delete mode 100644 parser/testdata/02451_variadic_null_garbage_data/ast.json delete mode 100644 parser/testdata/02452_check_low_cardinality/ast.json delete mode 100644 parser/testdata/02452_json_utf8_validation/ast.json delete mode 100644 parser/testdata/02453_check_path_in_errors_logger/ast.json delete mode 100644 parser/testdata/02454_compressed_marks_in_compact_part/ast.json delete mode 100644 parser/testdata/02454_disable_mergetree_with_lightweight_delete_column/ast.json delete mode 100644 parser/testdata/02454_json_object_each_row_column_for_object_name/ast.json delete mode 100644 parser/testdata/02455_count_state_asterisk/ast.json delete mode 100644 parser/testdata/02455_duplicate_column_names_in_schema_inference/ast.json delete mode 100644 parser/testdata/02455_extract_fixed_string_from_nested_json/ast.json delete mode 100644 parser/testdata/02455_improve_feedback_when_replacing_partition_with_different_primary_key/ast.json delete mode 100644 parser/testdata/02456_BLAKE3_hash_function_test/ast.json delete mode 100644 parser/testdata/02456_aggregate_state_conversion/ast.json delete mode 100644 parser/testdata/02456_alter-nullable-column-bag-2/ast.json delete mode 100644 parser/testdata/02456_alter-nullable-column-bag/ast.json delete mode 100644 parser/testdata/02456_datetime_schema_inference/ast.json delete mode 100644 parser/testdata/02456_keeper_retries_during_insert/ast.json delete mode 100644 parser/testdata/02456_summing_mt_lc/ast.json delete mode 100644 parser/testdata/02457_datediff_via_unix_epoch/ast.json delete mode 100644 parser/testdata/02457_filesystem_function/ast.json delete mode 100644 parser/testdata/02457_key_condition_with_types_that_cannot_be_nullable/ast.json delete mode 100644 parser/testdata/02457_morton_coding/ast.json delete mode 100644 parser/testdata/02457_morton_coding_with_mask/ast.json delete mode 100644 parser/testdata/02457_parse_date_time_best_effort/ast.json delete mode 100644 parser/testdata/02457_s3_cluster_schema_inference/ast.json delete mode 100644 parser/testdata/02457_tuple_of_intervals/ast.json delete mode 100644 parser/testdata/02458_datediff_date32/ast.json delete mode 100644 parser/testdata/02458_default_setting/ast.json delete mode 100644 parser/testdata/02458_key_condition_not_like_prefix/ast.json delete mode 100644 parser/testdata/02458_relax_too_many_parts/ast.json delete mode 100644 parser/testdata/02458_use_structure_from_insertion_table/ast.json delete mode 100644 parser/testdata/02459_group_by_all/ast.json delete mode 100644 parser/testdata/02459_low_cardinality_uint128_aggregator/ast.json delete mode 100644 parser/testdata/02459_materialized_view_default_value/ast.json delete mode 100644 parser/testdata/02459_read_in_order_bufer/ast.json delete mode 100644 parser/testdata/02460_prewhere_row_level_policy/ast.json delete mode 100644 parser/testdata/02461_alter_update_respect_part_column_type_bug/ast.json delete mode 100644 parser/testdata/02461_join_lc_issue_42380/ast.json delete mode 100644 parser/testdata/02461_mullable_pk_monotonicity_bug/ast.json delete mode 100644 parser/testdata/02461_welch_t_test_fuzz/ast.json delete mode 100644 parser/testdata/02462_distributions/ast.json delete mode 100644 parser/testdata/02462_match_regexp_pk/ast.json delete mode 100644 parser/testdata/02462_number_to_datetype/ast.json delete mode 100644 parser/testdata/02463_julian_day_ubsan/ast.json delete mode 100644 parser/testdata/02464_decimal_scale_buffer_overflow/ast.json delete mode 100644 parser/testdata/02465_limit_trivial_max_rows_to_read/ast.json delete mode 100644 parser/testdata/02466_distributed_query_profiler/ast.json delete mode 100644 parser/testdata/02467_cross_join_three_table_functions/ast.json delete mode 100644 parser/testdata/02467_set_with_lowcardinality_type/ast.json delete mode 100644 parser/testdata/02468_has_any_tuple/ast.json delete mode 100644 parser/testdata/02469_fix_aliases_parser/ast.json delete mode 100644 parser/testdata/02469_interval_msan/ast.json delete mode 100644 parser/testdata/02470_suspicious_low_cardinality_msan/ast.json delete mode 100644 parser/testdata/02471_wrong_date_monotonicity/ast.json delete mode 100644 parser/testdata/02472_segfault_expression_parser/ast.json delete mode 100644 parser/testdata/02473_extract_low_cardinality_from_json/ast.json delete mode 100644 parser/testdata/02473_map_element_nullable/ast.json delete mode 100644 parser/testdata/02473_prewhere_with_bigint/ast.json delete mode 100644 parser/testdata/02474_analyzer_subqueries_table_expression_modifiers/ast.json delete mode 100644 parser/testdata/02474_create_user_query_fuzzer_bug/ast.json delete mode 100644 parser/testdata/02474_extract_fixedstring_from_json/ast.json delete mode 100644 parser/testdata/02474_fix_function_parser_bug/ast.json delete mode 100644 parser/testdata/02474_timeDiff_UTCTimestamp/ast.json delete mode 100644 parser/testdata/02474_unhex_in_fix_string/ast.json delete mode 100644 parser/testdata/02475_analysis_of_variance/ast.json delete mode 100644 parser/testdata/02475_analyzer_join_tree_subquery/ast.json delete mode 100644 parser/testdata/02475_analyzer_subquery_compound_expression/ast.json delete mode 100644 parser/testdata/02475_bad_cast_low_cardinality_to_string_bug/ast.json delete mode 100644 parser/testdata/02475_date_time_schema_inference_bug/ast.json delete mode 100644 parser/testdata/02475_join_bug_42832/ast.json delete mode 100644 parser/testdata/02475_or_function_alias_and_const_where/ast.json delete mode 100644 parser/testdata/02475_positive_modulo/ast.json delete mode 100644 parser/testdata/02475_precise_decimal_arithmetics/ast.json delete mode 100644 parser/testdata/02475_split_with_max_substrings/ast.json delete mode 100644 parser/testdata/02476_analyzer_join_with_unused_columns/ast.json delete mode 100644 parser/testdata/02476_fix_cast_parser_bug/ast.json delete mode 100644 parser/testdata/02476_fuse_sum_count/ast.json delete mode 100644 parser/testdata/02476_query_parameters_insert/ast.json delete mode 100644 parser/testdata/02476_query_parameters_without_serialisation/ast.json delete mode 100644 parser/testdata/02477_age/ast.json delete mode 100644 parser/testdata/02477_age_date32/ast.json delete mode 100644 parser/testdata/02477_age_datetime64/ast.json delete mode 100644 parser/testdata/02477_analyzer_array_join_with_join/ast.json delete mode 100644 parser/testdata/02477_analyzer_ast_key_condition_crash/ast.json delete mode 100644 parser/testdata/02477_exists_fuzz_43478/ast.json delete mode 100644 parser/testdata/02477_fuse_quantiles/ast.json delete mode 100644 parser/testdata/02477_invalid_reads/ast.json delete mode 100644 parser/testdata/02477_is_null_parser/ast.json delete mode 100644 parser/testdata/02477_logical_expressions_optimizer_issue_89803/ast.json delete mode 100644 parser/testdata/02477_logical_expressions_optimizer_low_cardinality/ast.json delete mode 100644 parser/testdata/02477_single_value_data_string_regression/ast.json delete mode 100644 parser/testdata/02478_analyzer_table_expression_aliases/ast.json delete mode 100644 parser/testdata/02478_factorial/ast.json delete mode 100644 parser/testdata/02478_projection_and_alter_low_cardinality/ast.json delete mode 100644 parser/testdata/02478_projection_with_group_by_alter/ast.json delete mode 100644 parser/testdata/02478_window_frame_type_groups/ast.json delete mode 100644 parser/testdata/02479_analyzer_aggregation_crash/ast.json delete mode 100644 parser/testdata/02479_analyzer_aggregation_totals_rollup_crash_fix/ast.json delete mode 100644 parser/testdata/02479_analyzer_join_with_constants/ast.json delete mode 100644 parser/testdata/02479_if_with_null_and_cullable_const/ast.json delete mode 100644 parser/testdata/02479_mysql_connect_to_self/ast.json delete mode 100644 parser/testdata/02479_nullable_primary_key_non_first_column/ast.json delete mode 100644 parser/testdata/02480_analyzer_alias_nullptr/ast.json delete mode 100644 parser/testdata/02480_every_asynchronous_metric_must_have_documentation/ast.json delete mode 100644 parser/testdata/02480_interval_casting_and_subquery/ast.json delete mode 100644 parser/testdata/02480_max_map_null_totals/ast.json delete mode 100644 parser/testdata/02480_parse_date_time_best_effort_math_overflow/ast.json delete mode 100644 parser/testdata/02480_s3_support_wildcard/ast.json delete mode 100644 parser/testdata/02480_suspicious_lowcard_in_key/ast.json delete mode 100644 parser/testdata/02480_tlp_nan/ast.json delete mode 100644 parser/testdata/02481_aggregation_in_order_plan/ast.json delete mode 100644 parser/testdata/02481_analyzer_join_alias_unknown_identifier_crash/ast.json delete mode 100644 parser/testdata/02481_analyzer_optimize_aggregation_arithmetics/ast.json delete mode 100644 parser/testdata/02481_analyzer_optimize_grouping_sets_keys/ast.json delete mode 100644 parser/testdata/02481_array_join_with_map/ast.json delete mode 100644 parser/testdata/02481_default_value_used_in_row_level_filter/ast.json delete mode 100644 parser/testdata/02481_fix_parameters_parsing/ast.json delete mode 100644 parser/testdata/02481_i43247_ubsan_in_minmaxany/ast.json delete mode 100644 parser/testdata/02481_inject_random_order_for_select_without_order_by/ast.json delete mode 100644 parser/testdata/02481_low_cardinality_with_short_circuit_functins/ast.json delete mode 100644 parser/testdata/02481_low_cardinality_with_short_circuit_functins_mutations/ast.json delete mode 100644 parser/testdata/02481_merge_array_join_sample_by/ast.json delete mode 100644 parser/testdata/02481_pk_analysis_with_enum_to_string/ast.json delete mode 100644 parser/testdata/02481_prewhere_filtered_rows_div_by_zero/ast.json delete mode 100644 parser/testdata/02481_s3_throw_if_mismatch_files/ast.json delete mode 100644 parser/testdata/02481_xxh3_hash_function/ast.json delete mode 100644 parser/testdata/02482_execute_functions_before_sorting_bug/ast.json delete mode 100644 parser/testdata/02482_if_with_nothing_argument/ast.json delete mode 100644 parser/testdata/02482_insert_into_dist_race/ast.json delete mode 100644 parser/testdata/02482_value_block_assert/ast.json delete mode 100644 parser/testdata/02483_add_engine_full_column_to_system_databases/ast.json delete mode 100644 parser/testdata/02483_check_virtuals_shile_using_structure_from_insertion_table/ast.json delete mode 100644 parser/testdata/02483_cuturlparameter_with_arrays/ast.json delete mode 100644 parser/testdata/02483_substitute_udf_create/ast.json delete mode 100644 parser/testdata/02484_substitute_udf_storage_args/ast.json delete mode 100644 parser/testdata/02486_truncate_and_unexpected_parts/ast.json delete mode 100644 parser/testdata/02487_create_index_normalize_functions/ast.json delete mode 100644 parser/testdata/02489_analyzer_indexes/ast.json delete mode 100644 parser/testdata/02490_replacing_merge_tree_is_deleted_column/ast.json delete mode 100644 parser/testdata/02490_replacing_merge_tree_is_deleted_column_transform_opt/ast.json delete mode 100644 parser/testdata/02491_part_log_has_table_uuid/ast.json delete mode 100644 parser/testdata/02493_analyzer_sum_if_to_count_if/ast.json delete mode 100644 parser/testdata/02493_analyzer_table_functions_untuple/ast.json delete mode 100644 parser/testdata/02493_analyzer_uniq_injective_functions_elimination/ast.json delete mode 100644 parser/testdata/02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins/ast.json delete mode 100644 parser/testdata/02493_max_streams_for_merge_tree_reading/ast.json delete mode 100644 parser/testdata/02493_numeric_literals_with_underscores/ast.json delete mode 100644 parser/testdata/02494_analyzer_compound_expression_crash_fix/ast.json delete mode 100644 parser/testdata/02494_analyzer_cte_resolution_in_subquery_fix/ast.json delete mode 100644 parser/testdata/02494_array_function_range/ast.json delete mode 100644 parser/testdata/02494_combinators_with_null_argument/ast.json delete mode 100644 parser/testdata/02494_optimize_group_by_function_keys_and_alias_columns/ast.json delete mode 100644 parser/testdata/02494_parser_string_binary_literal/ast.json delete mode 100644 parser/testdata/02494_query_cache_bugs/ast.json delete mode 100644 parser/testdata/02494_query_cache_case_agnostic_matching/ast.json delete mode 100644 parser/testdata/02494_query_cache_compression/ast.json delete mode 100644 parser/testdata/02494_query_cache_drop_cache/ast.json delete mode 100644 parser/testdata/02494_query_cache_eligible_queries/ast.json delete mode 100644 parser/testdata/02494_query_cache_empty_tuple/ast.json delete mode 100644 parser/testdata/02494_query_cache_events/ast.json delete mode 100644 parser/testdata/02494_query_cache_exception_handling/ast.json delete mode 100644 parser/testdata/02494_query_cache_explain/ast.json delete mode 100644 parser/testdata/02494_query_cache_ignore_output_settings/ast.json delete mode 100644 parser/testdata/02494_query_cache_key/ast.json delete mode 100644 parser/testdata/02494_query_cache_log_comment/ast.json delete mode 100644 parser/testdata/02494_query_cache_metrics/ast.json delete mode 100644 parser/testdata/02494_query_cache_min_query_duration/ast.json delete mode 100644 parser/testdata/02494_query_cache_min_query_runs/ast.json delete mode 100644 parser/testdata/02494_query_cache_nondeterministic_functions/ast.json delete mode 100644 parser/testdata/02494_query_cache_normalize_ast/ast.json delete mode 100644 parser/testdata/02494_query_cache_passive_usage/ast.json delete mode 100644 parser/testdata/02494_query_cache_query_log/ast.json delete mode 100644 parser/testdata/02494_query_cache_secrets/ast.json delete mode 100644 parser/testdata/02494_query_cache_sparse_columns/ast.json delete mode 100644 parser/testdata/02494_query_cache_squash_partial_results/ast.json delete mode 100644 parser/testdata/02494_query_cache_system_tables/ast.json delete mode 100644 parser/testdata/02494_query_cache_tag/ast.json delete mode 100644 parser/testdata/02494_query_cache_totals_extremes/ast.json delete mode 100644 parser/testdata/02494_query_cache_ttl_long/ast.json delete mode 100644 parser/testdata/02494_query_cache_udf_sql/ast.json delete mode 100644 parser/testdata/02494_query_cache_user_quotas/ast.json delete mode 100644 parser/testdata/02494_query_cache_user_quotas_after_drop/ast.json delete mode 100644 parser/testdata/02495_analyzer_storage_join/ast.json delete mode 100644 parser/testdata/02495_concat_with_separator/ast.json delete mode 100644 parser/testdata/02495_s3_filter_by_file/ast.json delete mode 100644 parser/testdata/02495_sum_if_to_count_if_bug/ast.json delete mode 100644 parser/testdata/02496_format_datetime_in_joda_syntax/ast.json delete mode 100644 parser/testdata/02496_from_unixtime_in_joda_syntax/ast.json delete mode 100644 parser/testdata/02496_storage_s3_profile_events/ast.json delete mode 100644 parser/testdata/02497_analyzer_sum_if_count_if_pass_crash_fix/ast.json delete mode 100644 parser/testdata/02497_having_without_actual_aggregation_bug/ast.json delete mode 100644 parser/testdata/02497_if_transform_strings_to_enum/ast.json delete mode 100644 parser/testdata/02497_remote_disk_fat_column/ast.json delete mode 100644 parser/testdata/02497_schema_inference_nulls/ast.json delete mode 100644 parser/testdata/02497_source_part_is_intact_when_mutation/ast.json delete mode 100644 parser/testdata/02497_storage_join_right_assert/ast.json delete mode 100644 parser/testdata/02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix/ast.json delete mode 100644 parser/testdata/02498_analyzer_settings_push_down/ast.json delete mode 100644 parser/testdata/02498_storage_join_key_positions/ast.json delete mode 100644 parser/testdata/02499_analyzer_aggregate_function_lambda_crash_fix/ast.json delete mode 100644 parser/testdata/02499_analyzer_set_index/ast.json delete mode 100644 parser/testdata/02499_escaped_quote_schema_inference/ast.json delete mode 100644 parser/testdata/02499_extract_key_value_pairs_multiple_input/ast.json delete mode 100644 parser/testdata/02499_quantile_nan_ubsan_msan/ast.json delete mode 100644 parser/testdata/02499_read_json_objects_as_strings/ast.json delete mode 100644 parser/testdata/02500_analyzer_storage_view_crash_fix/ast.json delete mode 100644 parser/testdata/02500_prevent_drop_nested_if_empty_part/ast.json delete mode 100644 parser/testdata/02501_analyzer_expired_context_crash_fix/ast.json delete mode 100644 parser/testdata/02501_limits_on_result_for_view/ast.json delete mode 100644 parser/testdata/02502_analyzer_insert_select_crash_fix/ast.json delete mode 100644 parser/testdata/02502_bad_values_schema_inference/ast.json delete mode 100644 parser/testdata/02502_fuzz_bad_cast_to_ast_literal/ast.json delete mode 100644 parser/testdata/02503_bad_compatibility_setting/ast.json delete mode 100644 parser/testdata/02503_in_lc_const_args_bug/ast.json delete mode 100644 parser/testdata/02503_join_switch_alias_fuzz/ast.json delete mode 100644 parser/testdata/02503_mysql_compat_utc_timestamp/ast.json delete mode 100644 parser/testdata/02504_bar_fractions/ast.json delete mode 100644 parser/testdata/02504_disallow_arrayjoin_in_mutations/ast.json delete mode 100644 parser/testdata/02504_explain_ast_insert/ast.json delete mode 100644 parser/testdata/02504_parse_datetime_best_effort_calebeaires/ast.json delete mode 100644 parser/testdata/02504_regexp_dictionary_table_source/ast.json delete mode 100644 parser/testdata/02505_forbid_paths_in_datetime_timezone/ast.json delete mode 100644 parser/testdata/02506_date_time64_floating_point_negative_value/ast.json delete mode 100644 parser/testdata/02507_to_unix_timestamp_overflow/ast.json delete mode 100644 parser/testdata/02508_bad_graphite/ast.json delete mode 100644 parser/testdata/02508_index_analysis_to_date_timezone/ast.json delete mode 100644 parser/testdata/02509_h3_arguments/ast.json delete mode 100644 parser/testdata/02510_group_by_prewhere_null/ast.json delete mode 100644 parser/testdata/02511_complex_literals_as_aggregate_function_parameters/ast.json delete mode 100644 parser/testdata/02512_array_join_name_resolution/ast.json delete mode 100644 parser/testdata/02513_analyzer_duplicate_alias_crash_fix/ast.json delete mode 100644 parser/testdata/02513_analyzer_sort_msan/ast.json delete mode 100644 parser/testdata/02513_broken_datetime64_init_on_mac/ast.json delete mode 100644 parser/testdata/02513_date_string_comparison/ast.json delete mode 100644 parser/testdata/02513_prewhere_combine_step_filters/ast.json delete mode 100644 parser/testdata/02513_validate_data_types/ast.json delete mode 100644 parser/testdata/02514_analyzer_drop_join_on/ast.json delete mode 100644 parser/testdata/02514_bad_index_granularity/ast.json delete mode 100644 parser/testdata/02514_if_with_lazy_low_cardinality/ast.json delete mode 100644 parser/testdata/02514_null_dictionary_source/ast.json delete mode 100644 parser/testdata/02514_tsv_zero_started_number/ast.json delete mode 100644 parser/testdata/02515_aggregate_functions_statistics/ast.json delete mode 100644 parser/testdata/02515_analyzer_null_for_empty/ast.json delete mode 100644 parser/testdata/02515_and_or_if_multiif_not_return_lc/ast.json delete mode 100644 parser/testdata/02515_distinct_zero_size_key_bug_44831/ast.json delete mode 100644 parser/testdata/02515_generate_ulid/ast.json delete mode 100644 parser/testdata/02515_projections_with_totals/ast.json delete mode 100644 parser/testdata/02515_tuple_lambda_parsing/ast.json delete mode 100644 parser/testdata/02516_projections_and_context/ast.json delete mode 100644 parser/testdata/02516_projections_with_rollup/ast.json delete mode 100644 parser/testdata/02517_executable_pool_bad_input_query/ast.json delete mode 100644 parser/testdata/02517_union_columns_order/ast.json delete mode 100644 parser/testdata/02517_uuid_parsing/ast.json delete mode 100644 parser/testdata/02517_wrong_total_structure_crash/ast.json delete mode 100644 parser/testdata/02518_delete_on_materialized_view/ast.json delete mode 100644 parser/testdata/02518_merge_engine_nullable_43324/ast.json delete mode 100644 parser/testdata/02518_qualified_asterisks_alias_table_name/ast.json delete mode 100644 parser/testdata/02518_rewrite_aggregate_function_with_if/ast.json delete mode 100644 parser/testdata/02519_monotonicity_fuzz/ast.json delete mode 100644 parser/testdata/02520_group_array_last/ast.json delete mode 100644 parser/testdata/02521_aggregation_by_partitions/ast.json delete mode 100644 parser/testdata/02521_analyzer_aggregation_without_column/ast.json delete mode 100644 parser/testdata/02521_analyzer_array_join_crash/ast.json delete mode 100644 parser/testdata/02521_cannot_find_column_in_projection/ast.json delete mode 100644 parser/testdata/02521_grouping_sets_plus_memory_efficient_aggr/ast.json delete mode 100644 parser/testdata/02521_lightweight_delete_and_ttl/ast.json delete mode 100644 parser/testdata/02521_to_custom_day_of_week/ast.json delete mode 100644 parser/testdata/02522_different_types_in_storage_merge/ast.json delete mode 100644 parser/testdata/02523_array_shuffle/ast.json delete mode 100644 parser/testdata/02523_range_const_start/ast.json delete mode 100644 parser/testdata/02524_fuzz_and_fuss/ast.json delete mode 100644 parser/testdata/02524_fuzz_and_fuss_2/ast.json delete mode 100644 parser/testdata/02525_analyzer_function_in_crash_fix/ast.json delete mode 100644 parser/testdata/02525_different_engines_in_temporary_tables/ast.json delete mode 100644 parser/testdata/02525_jit_logical_functions_nan/ast.json delete mode 100644 parser/testdata/02525_range_hashed_dictionary_update_field/ast.json delete mode 100644 parser/testdata/02526_kv_engine_different_filter_type/ast.json delete mode 100644 parser/testdata/02526_merge_join_int_decimal/ast.json delete mode 100644 parser/testdata/02527_storage_merge_prewhere_different_type/ast.json delete mode 100644 parser/testdata/02530_ip_part_id/ast.json delete mode 100644 parser/testdata/02531_ipv4_arithmetic/ast.json delete mode 100644 parser/testdata/02531_semi_join_null_const_bug/ast.json delete mode 100644 parser/testdata/02531_storage_join_null_44940/ast.json delete mode 100644 parser/testdata/02532_analyzer_aggregation_with_rollup/ast.json delete mode 100644 parser/testdata/02532_profileevents_server_startup_time/ast.json delete mode 100644 parser/testdata/02533_generate_random_schema_inference/ast.json delete mode 100644 parser/testdata/02534_analyzer_grouping_function/ast.json delete mode 100644 parser/testdata/02534_default_granularity/ast.json delete mode 100644 parser/testdata/02534_join_prewhere_bug/ast.json delete mode 100644 parser/testdata/02534_keyed_siphash/ast.json delete mode 100644 parser/testdata/02534_s3_cluster_insert_select_schema_inference/ast.json delete mode 100644 parser/testdata/02534_s3_heap_use_after_free/ast.json delete mode 100644 parser/testdata/02535_analyzer_group_by_use_nulls/ast.json delete mode 100644 parser/testdata/02535_analyzer_limit_offset/ast.json delete mode 100644 parser/testdata/02535_ip_parser_not_whole/ast.json delete mode 100644 parser/testdata/02536_date_from_number_inference_fix/ast.json delete mode 100644 parser/testdata/02536_delta_gorilla_corruption/ast.json delete mode 100644 parser/testdata/02536_distributed_detach_table/ast.json delete mode 100644 parser/testdata/02536_replace_with_nonconst_needle_and_replacement/ast.json delete mode 100644 parser/testdata/02536_system_sync_file_cache/ast.json delete mode 100644 parser/testdata/02537_system_formats/ast.json delete mode 100644 parser/testdata/02538_alter_rename_sequence/ast.json delete mode 100644 parser/testdata/02538_analyzer_create_table_as_select/ast.json delete mode 100644 parser/testdata/02538_ngram_bf_index_with_null/ast.json delete mode 100644 parser/testdata/02538_nullable_array_tuple_timeseries/ast.json delete mode 100644 parser/testdata/02539_generate_random_ip/ast.json delete mode 100644 parser/testdata/02539_generate_random_low_cardinality/ast.json delete mode 100644 parser/testdata/02539_generate_random_map/ast.json delete mode 100644 parser/testdata/02539_vertical_merge_compact_parts/ast.json delete mode 100644 parser/testdata/02540_analyzer_matcher_alias_materialized_columns/ast.json delete mode 100644 parser/testdata/02540_date_column_consistent_insert_behaviour/ast.json delete mode 100644 parser/testdata/02540_duplicate_primary_key/ast.json delete mode 100644 parser/testdata/02540_duplicate_primary_key2/ast.json delete mode 100644 parser/testdata/02541_analyzer_grouping_sets_crash_fix/ast.json delete mode 100644 parser/testdata/02541_empty_function_support_ip/ast.json delete mode 100644 parser/testdata/02541_lightweight_delete_on_cluster/ast.json delete mode 100644 parser/testdata/02541_multiple_ignore_with_nested_select/ast.json delete mode 100644 parser/testdata/02541_tuple_element_with_null/ast.json delete mode 100644 parser/testdata/02542_case_no_else/ast.json delete mode 100644 parser/testdata/02542_table_function_format/ast.json delete mode 100644 parser/testdata/02542_transform_new/ast.json delete mode 100644 parser/testdata/02542_transform_old/ast.json delete mode 100644 parser/testdata/02551_ipv4_implicit_uint64/ast.json delete mode 100644 parser/testdata/02552_analyzer_optimize_group_by_function_keys_crash/ast.json delete mode 100644 parser/testdata/02552_check_referential_table_dependencies/ast.json delete mode 100644 parser/testdata/02552_client_format_settings/ast.json delete mode 100644 parser/testdata/02552_inner_join_with_where_true/ast.json delete mode 100644 parser/testdata/02552_regression_crash/ast.json delete mode 100644 parser/testdata/02552_siphash128_reference/ast.json delete mode 100644 parser/testdata/02552_sparse_columns_intersect/ast.json delete mode 100644 parser/testdata/02553_new_type_json_attach_partition/ast.json delete mode 100644 parser/testdata/02554_fix_grouping_sets_predicate_push_down/ast.json delete mode 100644 parser/testdata/02554_format_json_columns_for_empty/ast.json delete mode 100644 parser/testdata/02554_invalid_create_view_syntax/ast.json delete mode 100644 parser/testdata/02554_log_faminy_support_storage_policy/ast.json delete mode 100644 parser/testdata/02554_rewrite_count_distinct_if_with_count_distinct_implementation/ast.json delete mode 100644 parser/testdata/02559_add_parts/ast.json delete mode 100644 parser/testdata/02559_ip_types_bloom/ast.json delete mode 100644 parser/testdata/02559_multiple_read_steps_in_prewhere/ast.json delete mode 100644 parser/testdata/02559_multiple_read_steps_in_prewhere_fuzz/ast.json delete mode 100644 parser/testdata/02559_multiple_read_steps_in_prewhere_missing_columns/ast.json delete mode 100644 parser/testdata/02559_multiple_read_steps_in_prewhere_missing_columns_2/ast.json delete mode 100644 parser/testdata/02559_multiple_read_steps_in_prewhere_reuse_computation/ast.json delete mode 100644 parser/testdata/02559_nested_multiple_levels_default/ast.json delete mode 100644 parser/testdata/02560_agg_state_deserialization_hash_table_crash/ast.json delete mode 100644 parser/testdata/02560_analyzer_materialized_view/ast.json delete mode 100644 parser/testdata/02560_count_digits/ast.json delete mode 100644 parser/testdata/02560_null_as_default/ast.json delete mode 100644 parser/testdata/02560_quantile_min_max/ast.json delete mode 100644 parser/testdata/02560_regexp_denial_of_service/ast.json delete mode 100644 parser/testdata/02560_vertical_merge_memory_usage/ast.json delete mode 100644 parser/testdata/02560_window_ntile/ast.json delete mode 100644 parser/testdata/02560_with_fill_int256_int/ast.json delete mode 100644 parser/testdata/02561_sorting_constants_and_distinct_crash/ast.json delete mode 100644 parser/testdata/02561_with_fill_date_datetime_incompatible/ast.json delete mode 100644 parser/testdata/02562_regexp_extract/ast.json delete mode 100644 parser/testdata/02562_with_fill_nullable/ast.json delete mode 100644 parser/testdata/02563_analyzer_merge/ast.json delete mode 100644 parser/testdata/02564_analyzer_cross_to_inner/ast.json delete mode 100644 parser/testdata/02564_analyzer_ssb_cross_to_inner/ast.json delete mode 100644 parser/testdata/02564_date_format/ast.json delete mode 100644 parser/testdata/02564_read_in_order_final_desc/ast.json delete mode 100644 parser/testdata/02565_analyzer_limit_settings/ast.json delete mode 100644 parser/testdata/02565_update_empty_nested/ast.json delete mode 100644 parser/testdata/02566_analyzer_limit_settings_distributed/ast.json delete mode 100644 parser/testdata/02567_and_consistency/ast.json delete mode 100644 parser/testdata/02568_and_consistency/ast.json delete mode 100644 parser/testdata/02568_array_map_const_low_cardinality/ast.json delete mode 100644 parser/testdata/02568_json_array_length/ast.json delete mode 100644 parser/testdata/02569_order_by_aggregation_result/ast.json delete mode 100644 parser/testdata/02572_materialized_views_ignore_errors/ast.json delete mode 100644 parser/testdata/02572_max_intersections/ast.json delete mode 100644 parser/testdata/02572_system_logs_materialized_views_ignore_errors/ast.json delete mode 100644 parser/testdata/02573_insert_null_as_default_null_as_empty_nested/ast.json delete mode 100644 parser/testdata/02573_quantile_fuse_msan/ast.json delete mode 100644 parser/testdata/02574_suspicious_low_cardinality_msan/ast.json delete mode 100644 parser/testdata/02575_map_hashing_msan/ast.json delete mode 100644 parser/testdata/02575_merge_prewhere_default_expression/ast.json delete mode 100644 parser/testdata/02575_merge_prewhere_different_default_kind/ast.json delete mode 100644 parser/testdata/02575_merge_prewhere_ephemeral/ast.json delete mode 100644 parser/testdata/02575_merge_prewhere_materialized/ast.json delete mode 100644 parser/testdata/02576_predicate_push_down_sorting_fix/ast.json delete mode 100644 parser/testdata/02576_rewrite_array_exists_to_has/ast.json delete mode 100644 parser/testdata/02577_analyzer_array_join_calc_twice/ast.json delete mode 100644 parser/testdata/02577_keepermap_delete_update/ast.json delete mode 100644 parser/testdata/02578_ipv4_codec_t64/ast.json delete mode 100644 parser/testdata/02578_parameterized_rename_queries/ast.json delete mode 100644 parser/testdata/02579_fill_empty_chunk/ast.json delete mode 100644 parser/testdata/02579_fill_empty_chunk_analyzer/ast.json delete mode 100644 parser/testdata/02579_parameterized_replace/ast.json delete mode 100644 parser/testdata/02580_like_substring_search_bug/ast.json delete mode 100644 parser/testdata/02581_share_big_sets_between_multiple_mutations_tasks_long/ast.json delete mode 100644 parser/testdata/02581_share_big_sets_between_mutation_tasks/ast.json delete mode 100644 parser/testdata/02581_share_big_sets_between_mutation_tasks_long/ast.json delete mode 100644 parser/testdata/02581_share_big_sets_between_mutation_tasks_with_storage_set/ast.json delete mode 100644 parser/testdata/02581_width_bucket/ast.json delete mode 100644 parser/testdata/02582_analyzer_join_subquery_empty_column_list/ast.json delete mode 100644 parser/testdata/02582_async_reading_with_small_limit/ast.json delete mode 100644 parser/testdata/02583_map_literal_cast/ast.json delete mode 100644 parser/testdata/02584_range_ipv4/ast.json delete mode 100644 parser/testdata/02586_generate_random_structure/ast.json delete mode 100644 parser/testdata/02587_csv_big_numbers_inference/ast.json delete mode 100644 parser/testdata/02589_bson_invalid_document_size/ast.json delete mode 100644 parser/testdata/02590_bson_duplicate_column/ast.json delete mode 100644 parser/testdata/02591_bson_long_tuple/ast.json delete mode 100644 parser/testdata/02596_build_set_and_remote/ast.json delete mode 100644 parser/testdata/02597_column_delete_and_replication/ast.json delete mode 100644 parser/testdata/02597_column_update_and_replication/ast.json delete mode 100644 parser/testdata/02597_column_update_tricky_expression_and_replication/ast.json delete mode 100644 parser/testdata/02597_projection_materialize_and_replication/ast.json delete mode 100644 parser/testdata/02661_quantile_approx/ast.json delete mode 100644 parser/testdata/02662_first_last_value/ast.json delete mode 100644 parser/testdata/02662_sparse_columns_mutations_1/ast.json delete mode 100644 parser/testdata/02662_sparse_columns_mutations_2/ast.json delete mode 100644 parser/testdata/02662_sparse_columns_mutations_3/ast.json delete mode 100644 parser/testdata/02662_sparse_columns_mutations_4/ast.json delete mode 100644 parser/testdata/02662_sparse_columns_mutations_5/ast.json delete mode 100644 parser/testdata/02668_column_block_number/ast.json delete mode 100644 parser/testdata/02668_column_block_number_vertical_merge/ast.json delete mode 100644 parser/testdata/02668_column_block_number_with_projections/ast.json delete mode 100644 parser/testdata/02668_logical_optimizer_removing_redundant_checks/ast.json delete mode 100644 parser/testdata/02668_parse_datetime/ast.json delete mode 100644 parser/testdata/02668_parse_datetime_in_joda_syntax/ast.json delete mode 100644 parser/testdata/02668_ulid_decoding/ast.json delete mode 100644 parser/testdata/02669_alter_modify_to_nullable/ast.json delete mode 100644 parser/testdata/02670_constant_skip_index/ast.json delete mode 100644 parser/testdata/02674_and_consistency/ast.json delete mode 100644 parser/testdata/02674_date_int_string_json_inference/ast.json delete mode 100644 parser/testdata/02674_null_default_structure/ast.json delete mode 100644 parser/testdata/02674_trivial_count_analyzer/ast.json delete mode 100644 parser/testdata/02675_is_ipv6_function_fix/ast.json delete mode 100644 parser/testdata/02675_predicate_push_down_filled_join_fix/ast.json delete mode 100644 parser/testdata/02675_sparse_columns_clear_column/ast.json delete mode 100644 parser/testdata/02676_analyzer_limit_offset/ast.json delete mode 100644 parser/testdata/02676_distinct_reading_in_order_analyzer/ast.json delete mode 100644 parser/testdata/02676_kafka_murmur_hash/ast.json delete mode 100644 parser/testdata/02676_to_decimal_string/ast.json delete mode 100644 parser/testdata/02676_trailing_commas/ast.json delete mode 100644 parser/testdata/02677_analyzer_bitmap_has_any/ast.json delete mode 100644 parser/testdata/02677_analyzer_compound_expressions/ast.json delete mode 100644 parser/testdata/02677_decode_url_component/ast.json delete mode 100644 parser/testdata/02677_get_subcolumn_array_of_tuples/ast.json delete mode 100644 parser/testdata/02677_grace_hash_limit_race/ast.json delete mode 100644 parser/testdata/02678_explain_pipeline_graph_with_projection/ast.json delete mode 100644 parser/testdata/02679_explain_merge_tree_prewhere_row_policy/ast.json delete mode 100644 parser/testdata/02679_query_parameters_dangling_pointer/ast.json delete mode 100644 parser/testdata/02680_datetime64_monotonic_check/ast.json delete mode 100644 parser/testdata/02680_default_star/ast.json delete mode 100644 parser/testdata/02680_illegal_type_of_filter_projection/ast.json delete mode 100644 parser/testdata/02680_instr_alias_for_position_case_insensitive/ast.json delete mode 100644 parser/testdata/02680_lc_null_as_default/ast.json delete mode 100644 parser/testdata/02680_mysql_ast_logical_err/ast.json delete mode 100644 parser/testdata/02681_aggregation_by_partitions_bug/ast.json delete mode 100644 parser/testdata/02681_comparsion_tuple_elimination_ast/ast.json delete mode 100644 parser/testdata/02681_group_array_too_large_size/ast.json delete mode 100644 parser/testdata/02681_undrop_query/ast.json delete mode 100644 parser/testdata/02682_quantiles_too_large_size/ast.json delete mode 100644 parser/testdata/02683_native_too_large_size/ast.json delete mode 100644 parser/testdata/02684_bson/ast.json delete mode 100644 parser/testdata/02685_bson2/ast.json delete mode 100644 parser/testdata/02685_decimal256_various/ast.json delete mode 100644 parser/testdata/02686_bson3/ast.json delete mode 100644 parser/testdata/02687_native_fuzz/ast.json delete mode 100644 parser/testdata/02688_aggregate_states/ast.json delete mode 100644 parser/testdata/02688_long_aggregate_function_names/ast.json delete mode 100644 parser/testdata/02689_meaningless_data_types/ast.json delete mode 100644 parser/testdata/02690_subquery_identifiers/ast.json delete mode 100644 parser/testdata/02691_drop_column_with_projections_replicated/ast.json delete mode 100644 parser/testdata/02691_multiple_joins_backtick_identifiers/ast.json delete mode 100644 parser/testdata/02692_multiple_joins_unicode/ast.json delete mode 100644 parser/testdata/02693_multiple_joins_in/ast.json delete mode 100644 parser/testdata/02694_wrong_identifier_shouldnt_be_accepted/ast.json delete mode 100644 parser/testdata/02695_logical_optimizer_alias_bug/ast.json delete mode 100644 parser/testdata/02695_storage_join_insert_select_deadlock/ast.json delete mode 100644 parser/testdata/02696_ignore_inacc_tables_mat_view_atttach/ast.json delete mode 100644 parser/testdata/02697_alter_dependencies/ast.json delete mode 100644 parser/testdata/02698_marked_dropped_tables/ast.json delete mode 100644 parser/testdata/02699_polygons_sym_difference_rollup/ast.json delete mode 100644 parser/testdata/02699_polygons_sym_difference_total/ast.json delete mode 100644 parser/testdata/02699_polygons_sym_difference_total_analyzer/ast.json delete mode 100644 parser/testdata/02700_regexp_operator/ast.json delete mode 100644 parser/testdata/02701_invalid_having_NOT_AN_AGGREGATE/ast.json delete mode 100644 parser/testdata/02701_non_parametric_function/ast.json delete mode 100644 parser/testdata/02702_logical_optimizer_with_nulls/ast.json delete mode 100644 parser/testdata/02703_explain_query_tree_is_forbidden_with_old_analyzer/ast.json delete mode 100644 parser/testdata/02704_storage_merge_explain_graph_crash/ast.json delete mode 100644 parser/testdata/02705_grouping_keys_equal_keys/ast.json delete mode 100644 parser/testdata/02705_projection_and_ast_optimizations_bug/ast.json delete mode 100644 parser/testdata/02705_settings_check_changed_flag/ast.json delete mode 100644 parser/testdata/02706_array_map_tuples/ast.json delete mode 100644 parser/testdata/02706_keeper_map_insert_strict/ast.json delete mode 100644 parser/testdata/02706_kolmogorov_smirnov_test/ast.json delete mode 100644 parser/testdata/02706_show_columns/ast.json delete mode 100644 parser/testdata/02707_analyzer_nested_lambdas_types/ast.json delete mode 100644 parser/testdata/02707_keeper_map_delete_update_strict/ast.json delete mode 100644 parser/testdata/02707_skip_index_with_in/ast.json delete mode 100644 parser/testdata/02708_dotProduct/ast.json delete mode 100644 parser/testdata/02708_parallel_replicas_not_found_column/ast.json delete mode 100644 parser/testdata/02709_generate_random_valid_decimals_and_bools/ast.json delete mode 100644 parser/testdata/02709_storage_memory_compressed/ast.json delete mode 100644 parser/testdata/02710_aggregation_nested_map_ip_uuid/ast.json delete mode 100644 parser/testdata/02710_allow_suspicious_indices/ast.json delete mode 100644 parser/testdata/02710_date_diff_aliases/ast.json delete mode 100644 parser/testdata/02710_default_replicated_parameters/ast.json delete mode 100644 parser/testdata/02710_show_table/ast.json delete mode 100644 parser/testdata/02710_topk_with_empty_array/ast.json delete mode 100644 parser/testdata/02711_server_uuid_macro/ast.json delete mode 100644 parser/testdata/02711_soundex_function/ast.json delete mode 100644 parser/testdata/02711_trim_aliases/ast.json delete mode 100644 parser/testdata/02713_array_low_cardinality_string/ast.json delete mode 100644 parser/testdata/02713_ip4_uint_compare/ast.json delete mode 100644 parser/testdata/02713_sequence_match_serialization_fix/ast.json delete mode 100644 parser/testdata/02714_date_date32_in/ast.json delete mode 100644 parser/testdata/02714_read_bytes_aggregateFunction/ast.json delete mode 100644 parser/testdata/02715_bit_operations_float/ast.json delete mode 100644 parser/testdata/02715_or_null/ast.json delete mode 100644 parser/testdata/02716_create_direct_dict_with_lifetime_throws/ast.json delete mode 100644 parser/testdata/02716_drop_if_empty/ast.json delete mode 100644 parser/testdata/02716_int256_arrayfunc/ast.json delete mode 100644 parser/testdata/02717_pretty_json/ast.json delete mode 100644 parser/testdata/02718_array_fold/ast.json delete mode 100644 parser/testdata/02718_insert_meet_hardware_error/ast.json delete mode 100644 parser/testdata/02719_aggregate_with_empty_string_key/ast.json delete mode 100644 parser/testdata/02720_row_policy_column_with_dots/ast.json delete mode 100644 parser/testdata/02721_url_cluster/ast.json delete mode 100644 parser/testdata/02722_log_profile_events/ast.json delete mode 100644 parser/testdata/02723_jit_aggregation_bug_48120/ast.json delete mode 100644 parser/testdata/02723_parallelize_output_setting/ast.json delete mode 100644 parser/testdata/02723_zookeeper_name/ast.json delete mode 100644 parser/testdata/02724_function_in_left_table_clause_asof_join/ast.json delete mode 100644 parser/testdata/02724_jit_logical_functions/ast.json delete mode 100644 parser/testdata/02724_mutliple_storage_join/ast.json delete mode 100644 parser/testdata/02724_persist_interval_type/ast.json delete mode 100644 parser/testdata/02724_show_indexes/ast.json delete mode 100644 parser/testdata/02725_agg_projection_respect_PK/ast.json delete mode 100644 parser/testdata/02725_alias_columns_should_not_allow_compression_codec/ast.json delete mode 100644 parser/testdata/02725_alias_with_restricted_keywords/ast.json delete mode 100644 parser/testdata/02725_any_join_single_row/ast.json delete mode 100644 parser/testdata/02725_cnf_large_check/ast.json delete mode 100644 parser/testdata/02725_memory-for-merges/ast.json delete mode 100644 parser/testdata/02725_null_group_key_with_rollup/ast.json delete mode 100644 parser/testdata/02725_sleep_max_time/ast.json delete mode 100644 parser/testdata/02725_url_support_virtual_column/ast.json delete mode 100644 parser/testdata/02726_async_insert_flush_queue/ast.json delete mode 100644 parser/testdata/02730_dictionary_hashed_load_factor_element_count/ast.json delete mode 100644 parser/testdata/02730_with_fill_by_sorting_prefix/ast.json delete mode 100644 parser/testdata/02731_auto_convert_dictionary_layout_to_complex_by_complex_keys/ast.json delete mode 100644 parser/testdata/02731_formats_s3/ast.json delete mode 100644 parser/testdata/02731_in_operator_with_one_size_tuple/ast.json delete mode 100644 parser/testdata/02731_nothing_deserialization/ast.json delete mode 100644 parser/testdata/02731_parallel_replicas_join_subquery/ast.json delete mode 100644 parser/testdata/02731_replace_partition_from_temporary_table/ast.json delete mode 100644 parser/testdata/02732_transform_fuzz/ast.json delete mode 100644 parser/testdata/02733_distinct/ast.json delete mode 100644 parser/testdata/02733_fix_distinct_in_order_bug_49622/ast.json delete mode 100644 parser/testdata/02733_sparse_columns_reload/ast.json delete mode 100644 parser/testdata/02734_big_int_from_float_ubsan/ast.json delete mode 100644 parser/testdata/02734_optimize_group_by/ast.json delete mode 100644 parser/testdata/02734_sparse_columns_mutation/ast.json delete mode 100644 parser/testdata/02734_sparse_columns_short_circuit/ast.json delete mode 100644 parser/testdata/02735_array_map_array_of_tuples/ast.json delete mode 100644 parser/testdata/02735_asof_join_right_null/ast.json delete mode 100644 parser/testdata/02735_parquet_encoder/ast.json delete mode 100644 parser/testdata/02735_system_zookeeper_auxiliary/ast.json delete mode 100644 parser/testdata/02735_system_zookeeper_connection/ast.json delete mode 100644 parser/testdata/02736_bit_count_big_int/ast.json delete mode 100644 parser/testdata/02737_arrayJaccardIndex/ast.json delete mode 100644 parser/testdata/02737_session_timezone/ast.json delete mode 100644 parser/testdata/02737_sql_auto_is_null/ast.json delete mode 100644 parser/testdata/02740_hashed_dictionary_load_factor_smoke/ast.json delete mode 100644 parser/testdata/02746_index_analysis_binary_operator_with_null/ast.json delete mode 100644 parser/testdata/02751_match_constant_needle/ast.json delete mode 100644 parser/testdata/02751_multiif_to_if_crash/ast.json delete mode 100644 parser/testdata/02751_parallel_replicas_bug_chunkinfo_not_set/ast.json delete mode 100644 parser/testdata/02751_query_log_test_partitions/ast.json delete mode 100644 parser/testdata/02752_custom_separated_ignore_spaces_bug/ast.json delete mode 100644 parser/testdata/02752_forbidden_headers/ast.json delete mode 100644 parser/testdata/02752_is_null_priority/ast.json delete mode 100644 parser/testdata/02752_space_function/ast.json delete mode 100644 parser/testdata/02762_replicated_database_no_args/ast.json delete mode 100644 parser/testdata/02763_jit_compare_functions_nan/ast.json delete mode 100644 parser/testdata/02763_mutate_compact_part_with_skip_indices_and_projections/ast.json delete mode 100644 parser/testdata/02764_index_analysis_fix/ast.json delete mode 100644 parser/testdata/02764_parallel_replicas_plain_merge_tree/ast.json delete mode 100644 parser/testdata/02765_parallel_replicas_final_modifier/ast.json delete mode 100644 parser/testdata/02766_bitshift_with_const_arguments/ast.json delete mode 100644 parser/testdata/02768_cse_nested_distributed/ast.json delete mode 100644 parser/testdata/02769_compare_functions_nan/ast.json delete mode 100644 parser/testdata/02769_parallel_replicas_unavailable_shards/ast.json delete mode 100644 parser/testdata/02770_jit_aggregation_nullable_key_fix/ast.json delete mode 100644 parser/testdata/02771_if_constant_folding/ast.json delete mode 100644 parser/testdata/02771_ignore_data_skipping_indices/ast.json delete mode 100644 parser/testdata/02771_jit_functions_comparison_crash/ast.json delete mode 100644 parser/testdata/02771_log_faminy_truncate_count/ast.json delete mode 100644 parser/testdata/02771_parallel_replicas_analyzer/ast.json delete mode 100644 parser/testdata/02771_resolve_compound_identifier/ast.json delete mode 100644 parser/testdata/02771_tsv_csv_custom_skip_trailing_empty_lines/ast.json delete mode 100644 parser/testdata/02772_jit_date_time_add/ast.json delete mode 100644 parser/testdata/02772_s3_crash/ast.json delete mode 100644 parser/testdata/02775_show_columns_called_from_clickhouse/ast.json delete mode 100644 parser/testdata/02780_final_streams_data_skipping_index/ast.json delete mode 100644 parser/testdata/02781_data_skipping_index_merge_tree_min_for_seek/ast.json delete mode 100644 parser/testdata/02782_inconsistent_formatting_and_constant_folding/ast.json delete mode 100644 parser/testdata/02782_values_null_to_lc_nullable/ast.json delete mode 100644 parser/testdata/02783_date_predicate_optimizations/ast.json delete mode 100644 parser/testdata/02783_max_bytes_to_read_in_schema_inference/ast.json delete mode 100644 parser/testdata/02783_parsedatetimebesteffort_syslog/ast.json delete mode 100644 parser/testdata/02784_move_all_conditions_to_prewhere_analyzer_asan/ast.json delete mode 100644 parser/testdata/02784_projections_read_in_order_bug/ast.json delete mode 100644 parser/testdata/02784_schema_inference_null_as_default/ast.json delete mode 100644 parser/testdata/02785_date_predicate_optimizations_ast_query_tree_rewrite/ast.json delete mode 100644 parser/testdata/02785_global_join_too_many_columns/ast.json delete mode 100644 parser/testdata/02785_left_anti_join_bug/ast.json delete mode 100644 parser/testdata/02785_summing_merge_tree_datetime64/ast.json delete mode 100644 parser/testdata/02786_max_execution_time_leaf/ast.json delete mode 100644 parser/testdata/02786_transform_float/ast.json delete mode 100644 parser/testdata/02787_transform_null/ast.json delete mode 100644 parser/testdata/02788_current_schemas_function/ast.json delete mode 100644 parser/testdata/02788_fix_logical_error_in_sorting/ast.json delete mode 100644 parser/testdata/02789_describe_table_settings/ast.json delete mode 100644 parser/testdata/02789_functions_after_sorting_and_columns_with_same_names_bug/ast.json delete mode 100644 parser/testdata/02789_functions_after_sorting_and_columns_with_same_names_bug_2/ast.json delete mode 100644 parser/testdata/02789_jit_cannot_convert_column/ast.json delete mode 100644 parser/testdata/02789_set_index_nullable_condition_bug/ast.json delete mode 100644 parser/testdata/02790_fix_coredump_when_compile_expression/ast.json delete mode 100644 parser/testdata/02790_keyed_hash_bug/ast.json delete mode 100644 parser/testdata/02790_optimize_skip_unused_shards_join/ast.json delete mode 100644 parser/testdata/02790_sql_standard_fetch/ast.json delete mode 100644 parser/testdata/02790_url_multiple_tsv_files/ast.json delete mode 100644 parser/testdata/02791_final_block_structure_mismatch_bug/ast.json delete mode 100644 parser/testdata/02791_predicate_pushdown_different_types/ast.json delete mode 100644 parser/testdata/02792_alter_table_modify_comment/ast.json delete mode 100644 parser/testdata/02792_drop_projection_lwd/ast.json delete mode 100644 parser/testdata/02794_pushdown_invalid_get/ast.json delete mode 100644 parser/testdata/02795_full_join_assert_cast/ast.json delete mode 100644 parser/testdata/02796_calculate_text_stack_trace/ast.json delete mode 100644 parser/testdata/02796_projection_date_filter_on_view/ast.json delete mode 100644 parser/testdata/02797_aggregator_huge_mem_usage_bug/ast.json delete mode 100644 parser/testdata/02797_range_nullable/ast.json delete mode 100644 parser/testdata/02797_transform_narrow_types/ast.json delete mode 100644 parser/testdata/02798_explain_settings_not_applied_bug/ast.json delete mode 100644 parser/testdata/02798_generic_transform/ast.json delete mode 100644 parser/testdata/02798_substring_index/ast.json delete mode 100644 parser/testdata/02799_transform_empty_arrays/ast.json delete mode 100644 parser/testdata/02800_transform_alter/ast.json delete mode 100644 parser/testdata/02801_transform_nullable/ast.json delete mode 100644 parser/testdata/02802_with_cube_with_totals/ast.json delete mode 100644 parser/testdata/02803_remote_cannot_clone_block/ast.json delete mode 100644 parser/testdata/02804_clusterAllReplicas_insert/ast.json delete mode 100644 parser/testdata/02804_intersect_bad_cast/ast.json delete mode 100644 parser/testdata/02805_distributed_queries_timeouts/ast.json delete mode 100644 parser/testdata/02806_cte_block_cannot_be_empty/ast.json delete mode 100644 parser/testdata/02807_default_date_time_nullable/ast.json delete mode 100644 parser/testdata/02807_lower_utf8_msan/ast.json delete mode 100644 parser/testdata/02807_math_unary_crash/ast.json delete mode 100644 parser/testdata/02808_aliases_inside_case/ast.json delete mode 100644 parser/testdata/02809_has_subsequence/ast.json delete mode 100644 parser/testdata/02809_has_token/ast.json delete mode 100644 parser/testdata/02809_prewhere_and_in/ast.json delete mode 100644 parser/testdata/02809_storage_set_analysis_bug/ast.json delete mode 100644 parser/testdata/02810_convert_uuid_to_uint128/ast.json delete mode 100644 parser/testdata/02810_fix_remove_dedundant_distinct_view/ast.json delete mode 100644 parser/testdata/02810_initcap/ast.json delete mode 100644 parser/testdata/02810_row_binary_with_defaults/ast.json delete mode 100644 parser/testdata/02810_system_jemalloc_bins/ast.json delete mode 100644 parser/testdata/02811_insert_schema_inference/ast.json delete mode 100644 parser/testdata/02811_invalid_embedded_rocksdb_create/ast.json delete mode 100644 parser/testdata/02811_ip_dict_attribute/ast.json delete mode 100644 parser/testdata/02811_parallel_replicas_prewhere_count/ast.json delete mode 100644 parser/testdata/02811_primary_key_in_columns/ast.json delete mode 100644 parser/testdata/02811_read_in_order_and_array_join_bug/ast.json delete mode 100644 parser/testdata/02812_bug_with_unused_join_columns/ast.json delete mode 100644 parser/testdata/02812_csv_date_time_with_comma/ast.json delete mode 100644 parser/testdata/02812_from_to_utc_timestamp/ast.json delete mode 100644 parser/testdata/02812_large_varints/ast.json delete mode 100644 parser/testdata/02812_pointwise_array_operations/ast.json delete mode 100644 parser/testdata/02812_subquery_operators/ast.json delete mode 100644 parser/testdata/02813_any_value/ast.json delete mode 100644 parser/testdata/02813_array_agg/ast.json delete mode 100644 parser/testdata/02813_array_concat_agg/ast.json delete mode 100644 parser/testdata/02813_create_index_noop/ast.json delete mode 100644 parser/testdata/02813_float_parsing/ast.json delete mode 100644 parser/testdata/02813_func_now_and_alias/ast.json delete mode 100644 parser/testdata/02813_func_today_and_alias/ast.json delete mode 100644 parser/testdata/02813_optimize_lazy_materialization/ast.json delete mode 100644 parser/testdata/02813_seriesDecomposeSTL/ast.json delete mode 100644 parser/testdata/02813_seriesOutliersDetectTukey/ast.json delete mode 100644 parser/testdata/02813_series_period_detect/ast.json delete mode 100644 parser/testdata/02813_starting_in_text_log/ast.json delete mode 100644 parser/testdata/02813_system_licenses_base/ast.json delete mode 100644 parser/testdata/02814_ReplacingMergeTree_fix_select_final_on_single_partition/ast.json delete mode 100644 parser/testdata/02814_age_datediff/ast.json delete mode 100644 parser/testdata/02814_create_index_uniq_noop/ast.json delete mode 100644 parser/testdata/02814_currentDatabase_for_table_functions/ast.json delete mode 100644 parser/testdata/02814_order_by_tuple_window_function/ast.json delete mode 100644 parser/testdata/02815_alias_to_length/ast.json delete mode 100644 parser/testdata/02815_analyzer_aggregate_functions_of_group_by_keys/ast.json delete mode 100644 parser/testdata/02815_empty_subquery_nullable_bug/ast.json delete mode 100644 parser/testdata/02815_first_line/ast.json delete mode 100644 parser/testdata/02815_fix_not_found_constants_col_in_block/ast.json delete mode 100644 parser/testdata/02815_join_algorithm_setting/ast.json delete mode 100644 parser/testdata/02815_logical_error_cannot_get_column_name_of_set/ast.json delete mode 100644 parser/testdata/02815_range_dict_no_direct_join/ast.json delete mode 100644 parser/testdata/02816_check_projection_metadata/ast.json delete mode 100644 parser/testdata/02816_has_token_empty/ast.json delete mode 100644 parser/testdata/02816_s2_invalid_point/ast.json delete mode 100644 parser/testdata/02817_group_array_moving_zero_window_size/ast.json delete mode 100644 parser/testdata/02818_parameterized_view_with_cte_multiple_usage/ast.json delete mode 100644 parser/testdata/02828_create_as_table_function_rename/ast.json delete mode 100644 parser/testdata/02830_insert_values_time_interval/ast.json delete mode 100644 parser/testdata/02831_ast_fuzz_asan_join/ast.json delete mode 100644 parser/testdata/02831_regexp_analyze_recursion/ast.json delete mode 100644 parser/testdata/02831_trash/ast.json delete mode 100644 parser/testdata/02832_alter_delete_indexes_projections/ast.json delete mode 100644 parser/testdata/02832_integer_type_inference/ast.json delete mode 100644 parser/testdata/02832_transform_fixed_string_no_default/ast.json delete mode 100644 parser/testdata/02833_array_join_columns/ast.json delete mode 100644 parser/testdata/02833_multiprewhere_extra_column/ast.json delete mode 100644 parser/testdata/02833_sparse_columns_tuple_function/ast.json delete mode 100644 parser/testdata/02833_starts_ends_with_utf8/ast.json delete mode 100644 parser/testdata/02833_std_alias/ast.json delete mode 100644 parser/testdata/02833_tuple_concat/ast.json delete mode 100644 parser/testdata/02833_window_func_range_offset/ast.json delete mode 100644 parser/testdata/02834_add_sub_date_functions/ast.json delete mode 100644 parser/testdata/02834_alter_exception/ast.json delete mode 100644 parser/testdata/02834_analyzer_with_statement_references/ast.json delete mode 100644 parser/testdata/02834_apache_arrow_abort/ast.json delete mode 100644 parser/testdata/02834_array_exists_segfault/ast.json delete mode 100644 parser/testdata/02834_formats_with_variable_number_of_columns/ast.json delete mode 100644 parser/testdata/02834_nulls_first_sort/ast.json delete mode 100644 parser/testdata/02834_sparse_columns_sort_with_limit/ast.json delete mode 100644 parser/testdata/02834_timestamp_function/ast.json delete mode 100644 parser/testdata/02835_fuzz_remove_redundant_sorting/ast.json delete mode 100644 parser/testdata/02835_join_step_explain/ast.json delete mode 100644 parser/testdata/02835_nested_array_lowcardinality/ast.json delete mode 100644 parser/testdata/02835_parallel_replicas_over_distributed/ast.json delete mode 100644 parser/testdata/02840_grace_hash_join_structure_mismatch/ast.json delete mode 100644 parser/testdata/02841_group_array_sorted/ast.json delete mode 100644 parser/testdata/02841_join_filter_set_sparse/ast.json delete mode 100644 parser/testdata/02841_not_ready_set_constraints/ast.json delete mode 100644 parser/testdata/02841_not_ready_set_join_on/ast.json delete mode 100644 parser/testdata/02841_parallel_final_wrong_columns_order/ast.json delete mode 100644 parser/testdata/02841_parquet_filter_pushdown/ast.json delete mode 100644 parser/testdata/02841_remote_parameter_parsing_error/ast.json delete mode 100644 parser/testdata/02841_tuple_modulo/ast.json delete mode 100644 parser/testdata/02841_with_clause_resolve/ast.json delete mode 100644 parser/testdata/02842_filesystem_cache_validate_path/ast.json delete mode 100644 parser/testdata/02842_largestTriangleThreeBuckets_aggregate_function/ast.json delete mode 100644 parser/testdata/02842_move_pk_to_end_of_prewhere/ast.json delete mode 100644 parser/testdata/02842_mutations_replace_non_deterministic/ast.json delete mode 100644 parser/testdata/02842_truncate_database/ast.json delete mode 100644 parser/testdata/02842_vertical_merge_after_add_drop_column/ast.json delete mode 100644 parser/testdata/02843_context_has_expired/ast.json delete mode 100644 parser/testdata/02843_date_predicate_optimizations_bugs/ast.json delete mode 100644 parser/testdata/02844_distributed_virtual_columns/ast.json delete mode 100644 parser/testdata/02844_subquery_timeout_with_break/ast.json delete mode 100644 parser/testdata/02845_arrayShiftRotate/ast.json delete mode 100644 parser/testdata/02845_domain_rfc_support_ipv6/ast.json delete mode 100644 parser/testdata/02845_group_by_constant_keys/ast.json delete mode 100644 parser/testdata/02845_join_on_cond_sparse/ast.json delete mode 100644 parser/testdata/02845_prewhere_preserve_column/ast.json delete mode 100644 parser/testdata/02860_distributed_flush_on_detach/ast.json delete mode 100644 parser/testdata/02861_filter_pushdown_const_bug/ast.json delete mode 100644 parser/testdata/02861_index_set_incorrect_args/ast.json delete mode 100644 parser/testdata/02861_interpolate_alias_precedence/ast.json delete mode 100644 parser/testdata/02861_replacing_merge_tree_with_cleanup/ast.json delete mode 100644 parser/testdata/02861_uuid_format_serialization/ast.json delete mode 100644 parser/testdata/02862_sorted_distinct_sparse_fix/ast.json delete mode 100644 parser/testdata/02862_uuid_reinterpret_as_numeric/ast.json delete mode 100644 parser/testdata/02863_decode_html_component/ast.json delete mode 100644 parser/testdata/02863_delayed_source_with_totals_and_extremes/ast.json delete mode 100644 parser/testdata/02863_ignore_foreign_keys_in_tables_definition/ast.json delete mode 100644 parser/testdata/02863_interpolate_subquery/ast.json delete mode 100644 parser/testdata/02863_mutation_where_in_set_result_cache_pipeline_stuck_bug/ast.json delete mode 100644 parser/testdata/02863_non_const_timezone_check/ast.json delete mode 100644 parser/testdata/02864_filtered_url_with_globs/ast.json delete mode 100644 parser/testdata/02864_profile_event_part_lock/ast.json delete mode 100644 parser/testdata/02864_replace_regexp_string_fallback/ast.json delete mode 100644 parser/testdata/02864_statistics_bug_67742/ast.json delete mode 100644 parser/testdata/02864_statistics_bug_69589/ast.json delete mode 100644 parser/testdata/02864_statistics_create_materialize_drop/ast.json delete mode 100644 parser/testdata/02864_statistics_ddl/ast.json delete mode 100644 parser/testdata/02864_statistics_delayed_materialization_in_merge/ast.json delete mode 100644 parser/testdata/02864_statistics_predicates/ast.json delete mode 100644 parser/testdata/02864_statistics_usage/ast.json delete mode 100644 parser/testdata/02864_test_ipv4_type_mismatch/ast.json delete mode 100644 parser/testdata/02865_array_join_with_max_block_size/ast.json delete mode 100644 parser/testdata/02866_size_of_marks_skip_idx_explain/ast.json delete mode 100644 parser/testdata/02867_create_user_ssh/ast.json delete mode 100644 parser/testdata/02867_null_lc_in_bug/ast.json delete mode 100644 parser/testdata/02867_nullable_primary_key_final/ast.json delete mode 100644 parser/testdata/02868_distinct_to_count_optimization/ast.json delete mode 100644 parser/testdata/02868_operator_is_not_distinct_from_priority/ast.json delete mode 100644 parser/testdata/02868_select_support_from_keywords/ast.json delete mode 100644 parser/testdata/02869_insert_filenames_collisions/ast.json delete mode 100644 parser/testdata/02869_parallel_replicas_read_from_several/ast.json delete mode 100644 parser/testdata/02869_unicode_minus/ast.json delete mode 100644 parser/testdata/02870_move_partition_to_volume_io_throttling/ast.json delete mode 100644 parser/testdata/02870_per_column_settings/ast.json delete mode 100644 parser/testdata/02871_join_on_system_errors/ast.json delete mode 100644 parser/testdata/02871_multiple_joins_rewriter_v2_handle_last_table_columns/ast.json delete mode 100644 parser/testdata/02872_gcd_codec/ast.json delete mode 100644 parser/testdata/02872_prewhere_filter/ast.json delete mode 100644 parser/testdata/02873_s3_presigned_url_and_url_with_special_characters/ast.json delete mode 100644 parser/testdata/02874_analysis_of_variance_overflow/ast.json delete mode 100644 parser/testdata/02874_infer_objects_as_named_tuples/ast.json delete mode 100644 parser/testdata/02874_json_merge_patch_function_test/ast.json delete mode 100644 parser/testdata/02874_parse_json_as_json_each_row_on_no_metadata/ast.json delete mode 100644 parser/testdata/02874_toDaysSinceYearZero/ast.json delete mode 100644 parser/testdata/02875_final_invalid_read_ranges_bug/ast.json delete mode 100644 parser/testdata/02875_fix_column_decimal_serialization/ast.json delete mode 100644 parser/testdata/02875_json_array_as_string/ast.json delete mode 100644 parser/testdata/02875_parallel_replicas_cluster_all_replicas/ast.json delete mode 100644 parser/testdata/02875_parallel_replicas_remote/ast.json delete mode 100644 parser/testdata/02876_json_incomplete_types_as_strings_inference/ast.json delete mode 100644 parser/testdata/02876_s3_cluster_schema_inference_names_with_spaces/ast.json delete mode 100644 parser/testdata/02876_sort_union_of_sorted/ast.json delete mode 100644 parser/testdata/02876_yyyymmddhhmmsstodatetime/ast.json delete mode 100644 parser/testdata/02876_yyyymmddtodate/ast.json delete mode 100644 parser/testdata/02880_indexHint__partition_id/ast.json delete mode 100644 parser/testdata/02882_formatQuery/ast.json delete mode 100644 parser/testdata/02882_primary_key_index_in_function_different_types/ast.json delete mode 100644 parser/testdata/02882_replicated_fetch_checksums_doesnt_match/ast.json delete mode 100644 parser/testdata/02883_array_scalar_mult_div_modulo/ast.json delete mode 100644 parser/testdata/02883_read_in_reverse_order_virtual_column/ast.json delete mode 100644 parser/testdata/02884_async_insert_skip_settings/ast.json delete mode 100644 parser/testdata/02884_duplicate_index_name/ast.json delete mode 100644 parser/testdata/02884_interval_operator_support_plural_literal/ast.json delete mode 100644 parser/testdata/02884_parallel_window_functions/ast.json delete mode 100644 parser/testdata/02884_parallel_window_functions_bug/ast.json delete mode 100644 parser/testdata/02884_string_distance_function/ast.json delete mode 100644 parser/testdata/02884_virtual_column_order_by/ast.json delete mode 100644 parser/testdata/02885_arg_min_max_combinator/ast.json delete mode 100644 parser/testdata/02885_create_distributed_table_without_as/ast.json delete mode 100644 parser/testdata/02886_binary_like/ast.json delete mode 100644 parser/testdata/02887_byteswap/ast.json delete mode 100644 parser/testdata/02887_format_readable_timedelta_subseconds/ast.json delete mode 100644 parser/testdata/02887_insert_quorum_wo_keeper_retries/ast.json delete mode 100644 parser/testdata/02887_tuple_element_distributed/ast.json delete mode 100644 parser/testdata/02888_attach_partition_from_different_tables/ast.json delete mode 100644 parser/testdata/02888_integer_type_inference_in_if_function/ast.json delete mode 100644 parser/testdata/02888_obsolete_settings/ast.json delete mode 100644 parser/testdata/02888_single_state_nullable_type/ast.json delete mode 100644 parser/testdata/02888_system_tables_with_inaccessible_table_function/ast.json delete mode 100644 parser/testdata/02889_datetime64_from_string/ast.json delete mode 100644 parser/testdata/02889_parts_columns_filenames/ast.json delete mode 100644 parser/testdata/02889_print_pretty_type_names/ast.json delete mode 100644 parser/testdata/02889_system_drop_format_schema/ast.json delete mode 100644 parser/testdata/02890_describe_table_options/ast.json delete mode 100644 parser/testdata/02890_named_tuple_functions/ast.json delete mode 100644 parser/testdata/02890_partition_prune_in_extra_columns/ast.json delete mode 100644 parser/testdata/02890_untuple_column_names/ast.json delete mode 100644 parser/testdata/02891_alter_update_adaptive_granularity/ast.json delete mode 100644 parser/testdata/02891_array_shingles/ast.json delete mode 100644 parser/testdata/02891_empty_tuple/ast.json delete mode 100644 parser/testdata/02891_functions_over_sparse_columns/ast.json delete mode 100644 parser/testdata/02891_rename_table_without_keyword/ast.json delete mode 100644 parser/testdata/02892_SummingMergeTree_Nested/ast.json delete mode 100644 parser/testdata/02892_orc_filter_pushdown/ast.json delete mode 100644 parser/testdata/02892_rocksdb_trivial_count/ast.json delete mode 100644 parser/testdata/02893_array_enum_has_hasAny/ast.json delete mode 100644 parser/testdata/02893_bad_sample_view/ast.json delete mode 100644 parser/testdata/02893_system_drop_schema_cache_format/ast.json delete mode 100644 parser/testdata/02893_trash_optimization/ast.json delete mode 100644 parser/testdata/02893_vertical_final_bugs/ast.json delete mode 100644 parser/testdata/02895_cast_operator_bug/ast.json delete mode 100644 parser/testdata/02896_cyclic_aliases_crash/ast.json delete mode 100644 parser/testdata/02896_illegal_sampling/ast.json delete mode 100644 parser/testdata/02896_leading_zeroes_no_octal/ast.json delete mode 100644 parser/testdata/02896_max_execution_time_with_break_overflow_mode/ast.json delete mode 100644 parser/testdata/02896_multiple_OR/ast.json delete mode 100644 parser/testdata/02896_optimize_array_exists_to_has_with_date/ast.json delete mode 100644 parser/testdata/02897_alter_partition_parameters/ast.json delete mode 100644 parser/testdata/02898_parallel_replicas_custom_key_final/ast.json delete mode 100644 parser/testdata/02898_parallel_replicas_progress_bar/ast.json delete mode 100644 parser/testdata/02899_indexing_by_space_filling_curves/ast.json delete mode 100644 parser/testdata/02900_add_subtract_interval_with_string_date/ast.json delete mode 100644 parser/testdata/02900_date_time_check_overflow/ast.json delete mode 100644 parser/testdata/02900_decimal_sort_with_multiple_columns/ast.json delete mode 100644 parser/testdata/02900_issue_55858/ast.json delete mode 100644 parser/testdata/02900_window_function_with_sparse_column/ast.json delete mode 100644 parser/testdata/02901_analyzer_recursive_window/ast.json delete mode 100644 parser/testdata/02901_predicate_pushdown_cte_stateful/ast.json delete mode 100644 parser/testdata/02901_remove_nullable_crash_analyzer/ast.json delete mode 100644 parser/testdata/02902_add_scalar_in_all_case/ast.json delete mode 100644 parser/testdata/02902_diable_apply_deleted_mask/ast.json delete mode 100644 parser/testdata/02902_json_skip_null_values/ast.json delete mode 100644 parser/testdata/02902_select_subcolumns_from_engine_null/ast.json delete mode 100644 parser/testdata/02902_show_databases_limit/ast.json delete mode 100644 parser/testdata/02902_topKGeneric_deserialization_memory/ast.json delete mode 100644 parser/testdata/02903_bug_43644/ast.json delete mode 100644 parser/testdata/02903_parameterized_view_explain_ast/ast.json delete mode 100644 parser/testdata/02905_show_setting_query/ast.json delete mode 100644 parser/testdata/02905_system_logs_hostname/ast.json delete mode 100644 parser/testdata/02906_flatten_only_true_nested/ast.json delete mode 100644 parser/testdata/02906_force_optimize_projection_name/ast.json delete mode 100644 parser/testdata/02906_interval_comparison/ast.json delete mode 100644 parser/testdata/02906_orc_tuple_field_prune/ast.json delete mode 100644 parser/testdata/02907_filter_pushdown_crash/ast.json delete mode 100644 parser/testdata/02907_fromDaysSinceYearZero/ast.json delete mode 100644 parser/testdata/02907_read_buffer_content_is_cached_multiple_blobs/ast.json delete mode 100644 parser/testdata/02908_alter_column_alias/ast.json delete mode 100644 parser/testdata/02908_empty_named_collection/ast.json delete mode 100644 parser/testdata/02908_filesystem_cache_as_collection/ast.json delete mode 100644 parser/testdata/02910_nullable_enum_cast/ast.json delete mode 100644 parser/testdata/02910_prefetch_unexpceted_exception/ast.json delete mode 100644 parser/testdata/02910_replicated_merge_parameters_must_consistent/ast.json delete mode 100644 parser/testdata/02910_rocksdb_optimize/ast.json delete mode 100644 parser/testdata/02911_add_index_and_materialize_index/ast.json delete mode 100644 parser/testdata/02911_analyzer_explain_estimate/ast.json delete mode 100644 parser/testdata/02911_analyzer_order_by_read_in_order_query_plan/ast.json delete mode 100644 parser/testdata/02911_analyzer_remove_unused_projection_columns/ast.json delete mode 100644 parser/testdata/02911_cte_invalid_query_analysis/ast.json delete mode 100644 parser/testdata/02911_join_on_nullsafe_optimization/ast.json delete mode 100644 parser/testdata/02911_row_policy_on_cluster/ast.json delete mode 100644 parser/testdata/02911_support_alias_column_in_indices/ast.json delete mode 100644 parser/testdata/02911_system_symbols/ast.json delete mode 100644 parser/testdata/02912_group_array_sample/ast.json delete mode 100644 parser/testdata/02912_ingestion_mv_deduplication/ast.json delete mode 100644 parser/testdata/02913_sum_map_state/ast.json delete mode 100644 parser/testdata/02915_analyzer_fuzz_1/ast.json delete mode 100644 parser/testdata/02915_analyzer_fuzz_2/ast.json delete mode 100644 parser/testdata/02915_analyzer_fuzz_5/ast.json delete mode 100644 parser/testdata/02915_analyzer_fuzz_6/ast.json delete mode 100644 parser/testdata/02915_move_partition_inactive_replica/ast.json delete mode 100644 parser/testdata/02915_sleep_large_uint/ast.json delete mode 100644 parser/testdata/02916_addcolumn_nested/ast.json delete mode 100644 parser/testdata/02916_analyzer_set_in_join/ast.json delete mode 100644 parser/testdata/02916_another_move_partition_inactive_replica/ast.json delete mode 100644 parser/testdata/02916_csv_infer_numbers_from_strings/ast.json delete mode 100644 parser/testdata/02916_date_text_parsing/ast.json delete mode 100644 parser/testdata/02916_distributed_skip_unavailable_shards/ast.json delete mode 100644 parser/testdata/02916_glogal_in_cancel/ast.json delete mode 100644 parser/testdata/02916_replication_protocol_wait_for_part/ast.json delete mode 100644 parser/testdata/02916_set_formatting/ast.json delete mode 100644 parser/testdata/02916_to_start_of_interval_with_origin/ast.json delete mode 100644 parser/testdata/02917_transform_tsan/ast.json delete mode 100644 parser/testdata/02918_alter_temporary_table/ast.json delete mode 100644 parser/testdata/02918_analyzer_to_ast_crash/ast.json delete mode 100644 parser/testdata/02918_fuzzjson_table_function/ast.json delete mode 100644 parser/testdata/02918_join_pm_lc_crash/ast.json delete mode 100644 parser/testdata/02918_optimize_count_for_merge_tables/ast.json delete mode 100644 parser/testdata/02918_parallel_replicas_custom_key_unavailable_replica/ast.json delete mode 100644 parser/testdata/02918_wrong_dictionary_source/ast.json delete mode 100644 parser/testdata/02919_alter_temporary_table_with_nondefault_engine/ast.json delete mode 100644 parser/testdata/02919_ddsketch_quantile/ast.json delete mode 100644 parser/testdata/02919_insert_meet_eternal_hardware_error/ast.json delete mode 100644 parser/testdata/02919_segfault_nullable_materialized_update/ast.json delete mode 100644 parser/testdata/02919_storage_fuzzjson/ast.json delete mode 100644 parser/testdata/02920_alter_column_of_projections/ast.json delete mode 100644 parser/testdata/02920_fix_json_merge_patch/ast.json delete mode 100644 parser/testdata/02920_rename_column_of_skip_indices/ast.json delete mode 100644 parser/testdata/02920_unary_operators_functions/ast.json delete mode 100644 parser/testdata/02921_bit_hamming_distance_big_int/ast.json delete mode 100644 parser/testdata/02921_database_filesystem_path_check/ast.json delete mode 100644 parser/testdata/02921_fuzzbits_with_array_join/ast.json delete mode 100644 parser/testdata/02921_parameterized_view_except_queries/ast.json delete mode 100644 parser/testdata/02922_analyzer_aggregate_nothing_type/ast.json delete mode 100644 parser/testdata/02922_respect_nulls_Nullable/ast.json delete mode 100644 parser/testdata/02922_respect_nulls_extensive/ast.json delete mode 100644 parser/testdata/02922_respect_nulls_parser/ast.json delete mode 100644 parser/testdata/02922_respect_nulls_states/ast.json delete mode 100644 parser/testdata/02923_cte_equality_disjunction/ast.json delete mode 100644 parser/testdata/02923_explain_expired_context/ast.json delete mode 100644 parser/testdata/02923_join_use_nulls_modulo/ast.json delete mode 100644 parser/testdata/02931_alter_materialized_view_query_inconsistent/ast.json delete mode 100644 parser/testdata/02931_max_num_to_warn/ast.json delete mode 100644 parser/testdata/02931_rewrite_sum_column_and_constant/ast.json delete mode 100644 parser/testdata/02931_ubsan_error_arena_aligned_alloc/ast.json delete mode 100644 parser/testdata/02932_analyzer_rewrite_sum_column_and_constant/ast.json delete mode 100644 parser/testdata/02932_apply_deleted_mask/ast.json delete mode 100644 parser/testdata/02932_group_by_null_fuzzer/ast.json delete mode 100644 parser/testdata/02932_idna/ast.json delete mode 100644 parser/testdata/02932_lwd_and_mutations/ast.json delete mode 100644 parser/testdata/02932_materialized_view_with_dropped_target_table_no_exception/ast.json delete mode 100644 parser/testdata/02932_non_ready_set_stuck/ast.json delete mode 100644 parser/testdata/02932_parallel_replicas_fuzzer/ast.json delete mode 100644 parser/testdata/02932_punycode/ast.json delete mode 100644 parser/testdata/02932_query_settings_max_size_drop/ast.json delete mode 100644 parser/testdata/02932_query_settings_max_size_drop_rmt/ast.json delete mode 100644 parser/testdata/02932_set_ttl_where/ast.json delete mode 100644 parser/testdata/02933_compare_with_bool_as_string/ast.json delete mode 100644 parser/testdata/02933_ephemeral_mv/ast.json delete mode 100644 parser/testdata/02933_paste_join/ast.json delete mode 100644 parser/testdata/02933_sqid/ast.json delete mode 100644 parser/testdata/02934_merge_tree_max_projections/ast.json delete mode 100644 parser/testdata/02935_date_trunc_case_unsensitiveness/ast.json delete mode 100644 parser/testdata/02935_format_with_arbitrary_types/ast.json delete mode 100644 parser/testdata/02935_ipv6_bit_operations/ast.json delete mode 100644 parser/testdata/02935_ipv6_from_uint128_equality/ast.json delete mode 100644 parser/testdata/02935_ipv6_from_uint128_one/ast.json delete mode 100644 parser/testdata/02935_ipv6_from_uint128_two/ast.json delete mode 100644 parser/testdata/02935_ipv6_from_uint128_with_bit_and/ast.json delete mode 100644 parser/testdata/02935_ipv6_to_and_from_uint128/ast.json delete mode 100644 parser/testdata/02935_parallel_replicas_settings/ast.json delete mode 100644 parser/testdata/02940_json_array_of_unnamed_tuples_inference/ast.json delete mode 100644 parser/testdata/02940_variant_text_deserialization/ast.json delete mode 100644 parser/testdata/02941_any_RESPECT_NULL_sparse_column/ast.json delete mode 100644 parser/testdata/02941_projections_external_aggregation/ast.json delete mode 100644 parser/testdata/02942_variant_cast/ast.json delete mode 100644 parser/testdata/02943_create_query_interpreter_sample_block_fix/ast.json delete mode 100644 parser/testdata/02943_exprs_order_in_group_by_with_rollup/ast.json delete mode 100644 parser/testdata/02943_order_by_all/ast.json delete mode 100644 parser/testdata/02943_positional_arguments_bugs/ast.json delete mode 100644 parser/testdata/02943_tokenbf_and_ngrambf_indexes_support_match_function/ast.json delete mode 100644 parser/testdata/02943_use_full_text_skip_index_with_has_any/ast.json delete mode 100644 parser/testdata/02943_variant_element/ast.json delete mode 100644 parser/testdata/02944_variant_as_common_type_analyzer/ast.json delete mode 100644 parser/testdata/02945_blake3_msan/ast.json delete mode 100644 parser/testdata/02946_literal_alias_misclassification/ast.json delete mode 100644 parser/testdata/02946_materialize_column_must_not_override_past_values/ast.json delete mode 100644 parser/testdata/02946_merge_tree_final_split_ranges_by_primary_key/ast.json delete mode 100644 parser/testdata/02946_parallel_replicas_distributed/ast.json delete mode 100644 parser/testdata/02946_parallel_replicas_force_primary_key/ast.json delete mode 100644 parser/testdata/02947_dropped_tables_parts/ast.json delete mode 100644 parser/testdata/02947_merge_tree_index_table_1/ast.json delete mode 100644 parser/testdata/02947_merge_tree_index_table_2/ast.json delete mode 100644 parser/testdata/02947_merge_tree_index_table_4/ast.json delete mode 100644 parser/testdata/02947_parallel_replicas_remote/ast.json delete mode 100644 parser/testdata/02949_parallel_replicas_in_subquery/ast.json delete mode 100644 parser/testdata/02949_parallel_replicas_scalar_subquery_big_integer/ast.json delete mode 100644 parser/testdata/02949_ttl_group_by_bug/ast.json delete mode 100644 parser/testdata/02950_dictionary_short_circuit/ast.json delete mode 100644 parser/testdata/02950_parallel_replicas_used_count/ast.json delete mode 100644 parser/testdata/02950_part_log_bytes_uncompressed/ast.json delete mode 100644 parser/testdata/02950_part_offset_as_primary_key/ast.json delete mode 100644 parser/testdata/02950_reading_array_tuple_subcolumns/ast.json delete mode 100644 parser/testdata/02952_conjunction_optimization/ast.json delete mode 100644 parser/testdata/02953_slow_create_view/ast.json delete mode 100644 parser/testdata/02954_analyzer_fuzz_i57086/ast.json delete mode 100644 parser/testdata/02955_avro_format_zstd_encode_support/ast.json delete mode 100644 parser/testdata/02955_sparkBar_alias_sparkbar/ast.json delete mode 100644 parser/testdata/02956_fix_to_start_of_milli_microsecond/ast.json delete mode 100644 parser/testdata/02956_format_constexpr/ast.json delete mode 100644 parser/testdata/02956_rocksdb_with_ttl/ast.json delete mode 100644 parser/testdata/02958_transform_enum/ast.json delete mode 100644 parser/testdata/02959_system_database_engines/ast.json delete mode 100644 parser/testdata/02960_alter_table_part_query_parameter/ast.json delete mode 100644 parser/testdata/02960_partition_by_udf/ast.json delete mode 100644 parser/testdata/02960_validate_database_engines/ast.json delete mode 100644 parser/testdata/02961_analyzer_low_cardinality_fuzzer/ast.json delete mode 100644 parser/testdata/02961_drop_tables/ast.json delete mode 100644 parser/testdata/02961_higher_order_constant_expressions/ast.json delete mode 100644 parser/testdata/02961_read_bool_as_string_json/ast.json delete mode 100644 parser/testdata/02961_sumMapFiltered_keepKey/ast.json delete mode 100644 parser/testdata/02962_analyzer_const_in_count_distinct/ast.json delete mode 100644 parser/testdata/02962_analyzer_constant_set/ast.json delete mode 100644 parser/testdata/02962_analyzer_resolve_group_by_on_shards/ast.json delete mode 100644 parser/testdata/02962_indexHint_rpn_construction/ast.json delete mode 100644 parser/testdata/02962_join_using_bug_57894/ast.json delete mode 100644 parser/testdata/02962_max_joined_block_rows/ast.json delete mode 100644 parser/testdata/02962_parallel_window_functions_different_partitioning/ast.json delete mode 100644 parser/testdata/02963_invalid_identifier/ast.json delete mode 100644 parser/testdata/02963_msan_agg_addBatchLookupTable8/ast.json delete mode 100644 parser/testdata/02963_single_value_destructor/ast.json delete mode 100644 parser/testdata/02963_test_flexible_disk_configuration/ast.json delete mode 100644 parser/testdata/02965_projection_with_partition_pruning/ast.json delete mode 100644 parser/testdata/02966_float32_promotion/ast.json delete mode 100644 parser/testdata/02966_topk_counts_approx_count_sum/ast.json delete mode 100644 parser/testdata/02967_analyzer_fuzz/ast.json delete mode 100644 parser/testdata/02967_fuzz_bad_cast/ast.json delete mode 100644 parser/testdata/02967_index_hint_crash/ast.json delete mode 100644 parser/testdata/02968_adaptive_async_insert_timeout/ast.json delete mode 100644 parser/testdata/02968_analyzer_join_column_not_found/ast.json delete mode 100644 parser/testdata/02968_full_sorting_join_fuzz/ast.json delete mode 100644 parser/testdata/02968_projection_merge/ast.json delete mode 100644 parser/testdata/02968_sumMap_with_nan/ast.json delete mode 100644 parser/testdata/02968_url_args/ast.json delete mode 100644 parser/testdata/02969_analyzer_eliminate_injective_functions/ast.json delete mode 100644 parser/testdata/02969_functions_to_subcolumns_if_null/ast.json delete mode 100644 parser/testdata/02969_mysql_cast_type_aliases/ast.json delete mode 100644 parser/testdata/02970_generate_series/ast.json delete mode 100644 parser/testdata/02970_visible_width_behavior/ast.json delete mode 100644 parser/testdata/02971_functions_to_subcolumns_column_names/ast.json delete mode 100644 parser/testdata/02971_functions_to_subcolumns_map/ast.json delete mode 100644 parser/testdata/02971_functions_to_subcolumns_variant/ast.json delete mode 100644 parser/testdata/02971_limit_by_distributed/ast.json delete mode 100644 parser/testdata/02972_insert_deduplication_token_hierarchical_inserts/ast.json delete mode 100644 parser/testdata/02972_insert_deduplication_token_hierarchical_inserts_views/ast.json delete mode 100644 parser/testdata/02972_parallel_replicas_cte/ast.json delete mode 100644 parser/testdata/02972_to_string_nullable_timezone/ast.json delete mode 100644 parser/testdata/02973_analyzer_join_use_nulls_column_not_found/ast.json delete mode 100644 parser/testdata/02973_block_number_sparse_serialization_and_mutation/ast.json delete mode 100644 parser/testdata/02973_dictionary_table_exception_fix/ast.json delete mode 100644 parser/testdata/02974_analyzer_array_join_subcolumn/ast.json delete mode 100644 parser/testdata/02974_if_with_map/ast.json delete mode 100644 parser/testdata/02975_intdiv_with_decimal/ast.json delete mode 100644 parser/testdata/02975_system_zookeeper_retries/ast.json delete mode 100644 parser/testdata/02976_system_zookeeper_filters/ast.json delete mode 100644 parser/testdata/02977_csv_format_support_tuple/ast.json delete mode 100644 parser/testdata/02981_nested_bad_types/ast.json delete mode 100644 parser/testdata/02981_translate_fixedstring/ast.json delete mode 100644 parser/testdata/02981_variant_type_function/ast.json delete mode 100644 parser/testdata/02981_vertical_merges_memory_usage/ast.json delete mode 100644 parser/testdata/02982_changeDate/ast.json delete mode 100644 parser/testdata/02982_create_mv_inner_extra/ast.json delete mode 100644 parser/testdata/02982_dont_infer_exponent_floats/ast.json delete mode 100644 parser/testdata/02982_minmax_nan_null_order/ast.json delete mode 100644 parser/testdata/02982_parallel_replicas_unexpected_cluster/ast.json delete mode 100644 parser/testdata/02982_unambiguous_alter_commands/ast.json delete mode 100644 parser/testdata/02983_const_sharding_key/ast.json delete mode 100644 parser/testdata/02983_empty_map/ast.json delete mode 100644 parser/testdata/02983_empty_map_hasToken/ast.json delete mode 100644 parser/testdata/02984_topk_empty_merge/ast.json delete mode 100644 parser/testdata/02985_dialects_with_distributed_tables/ast.json delete mode 100644 parser/testdata/02985_if_over_big_int_decimal/ast.json delete mode 100644 parser/testdata/02985_minmax_index_aggregate_function/ast.json delete mode 100644 parser/testdata/02985_shard_query_start_time/ast.json delete mode 100644 parser/testdata/02986_leftpad_fixedstring/ast.json delete mode 100644 parser/testdata/02987_group_array_intersect/ast.json delete mode 100644 parser/testdata/02987_logical_optimizer_pass_lowcardinality/ast.json delete mode 100644 parser/testdata/02988_join_using_prewhere_pushdown/ast.json delete mode 100644 parser/testdata/02988_ordinary_database_warning/ast.json delete mode 100644 parser/testdata/02989_group_by_tuple/ast.json delete mode 100644 parser/testdata/02989_join_using_parent_scope/ast.json delete mode 100644 parser/testdata/02989_replicated_merge_tree_invalid_metadata_version/ast.json delete mode 100644 parser/testdata/02989_system_tables_metadata_version/ast.json delete mode 100644 parser/testdata/02989_variant_comparison/ast.json delete mode 100644 parser/testdata/02990_arrayFold_nullable_lc/ast.json delete mode 100644 parser/testdata/02990_format_not_precedence/ast.json delete mode 100644 parser/testdata/02990_optimize_uniq_to_count_alias/ast.json delete mode 100644 parser/testdata/02990_parts_splitter_invalid_ranges/ast.json delete mode 100644 parser/testdata/02990_rmt_replica_path_uuid/ast.json delete mode 100644 parser/testdata/02990_variant_where_cond/ast.json delete mode 100644 parser/testdata/02991_count_rewrite_analyzer/ast.json delete mode 100644 parser/testdata/02992_all_columns_should_have_comment/ast.json delete mode 100644 parser/testdata/02992_analyzer_group_by_const/ast.json delete mode 100644 parser/testdata/02992_settings_overflow/ast.json delete mode 100644 parser/testdata/02993_lazy_index_loading/ast.json delete mode 100644 parser/testdata/02993_values_escape_quote/ast.json delete mode 100644 parser/testdata/02994_cosineDistanceNullable/ast.json delete mode 100644 parser/testdata/02994_inconsistent_formatting/ast.json delete mode 100644 parser/testdata/02994_sanity_check_settings/ast.json delete mode 100644 parser/testdata/02995_bad_formatting_union_intersect/ast.json delete mode 100644 parser/testdata/02995_preliminary_filters_duplicated_columns/ast.json delete mode 100644 parser/testdata/02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction/ast.json delete mode 100644 parser/testdata/02996_analyzer_prewhere_projection/ast.json delete mode 100644 parser/testdata/02996_index_compaction_counterexample/ast.json delete mode 100644 parser/testdata/02996_nullable_arrayReduce/ast.json delete mode 100644 parser/testdata/02997_fix_datetime64_scale_conversion/ast.json delete mode 100644 parser/testdata/02997_projections_formatting/ast.json delete mode 100644 parser/testdata/02998_analyzer_prewhere_report/ast.json delete mode 100644 parser/testdata/02998_analyzer_secret_args_tree_node/ast.json delete mode 100644 parser/testdata/02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column/ast.json delete mode 100644 parser/testdata/02998_ipv6_hashing/ast.json delete mode 100644 parser/testdata/02998_operator_respect_nulls/ast.json delete mode 100644 parser/testdata/02998_pretty_format_print_readable_number_on_single_value/ast.json delete mode 100644 parser/testdata/02998_primary_key_skip_columns/ast.json delete mode 100644 parser/testdata/02998_projection_after_attach_partition/ast.json delete mode 100644 parser/testdata/02998_system_dns_cache_table/ast.json delete mode 100644 parser/testdata/02998_to_milliseconds/ast.json delete mode 100644 parser/testdata/02999_analyzer_preimage_null/ast.json delete mode 100644 parser/testdata/02999_scalar_subqueries_bug_1/ast.json delete mode 100644 parser/testdata/02999_scalar_subqueries_bug_2/ast.json delete mode 100644 parser/testdata/02999_ulid_short_circuit/ast.json delete mode 100644 parser/testdata/02999_variant_suspicious_types/ast.json delete mode 100644 parser/testdata/03000_minmax_index_first/ast.json delete mode 100644 parser/testdata/03000_too_big_max_execution_time_setting/ast.json delete mode 100644 parser/testdata/03000_traverse_shadow_system_data_paths/ast.json delete mode 100644 parser/testdata/03000_virtual_columns_in_prewhere/ast.json delete mode 100644 parser/testdata/03001_analyzer_nullable_nothing/ast.json delete mode 100644 parser/testdata/03001_block_offset_column_2/ast.json delete mode 100644 parser/testdata/03001_consider_lwd_when_merge/ast.json delete mode 100644 parser/testdata/03001_data_version_column/ast.json delete mode 100644 parser/testdata/03001_insert_threads_deduplication/ast.json delete mode 100644 parser/testdata/03001_max_parallel_replicas_zero_value/ast.json delete mode 100644 parser/testdata/03002_analyzer_prewhere/ast.json delete mode 100644 parser/testdata/03002_filter_skip_virtual_columns_with_non_deterministic_functions/ast.json delete mode 100644 parser/testdata/03002_int_div_decimal_with_date_bug/ast.json delete mode 100644 parser/testdata/03002_map_array_functions_with_low_cardinality/ast.json delete mode 100644 parser/testdata/03002_modify_query_cte/ast.json delete mode 100644 parser/testdata/03002_sample_factor_where/ast.json delete mode 100644 parser/testdata/03003_analyzer_setting/ast.json delete mode 100644 parser/testdata/03003_arrayEnumerate_crash/ast.json delete mode 100644 parser/testdata/03003_compatibility_setting_bad_value/ast.json delete mode 100644 parser/testdata/03003_count_asterisk_filter/ast.json delete mode 100644 parser/testdata/03003_enum_and_string_compatible/ast.json delete mode 100644 parser/testdata/03003_functions_to_subcolumns_final/ast.json delete mode 100644 parser/testdata/03003_sql_json_nonsense/ast.json delete mode 100644 parser/testdata/03004_force_null_for_omitted/ast.json delete mode 100644 parser/testdata/03004_json_named_tuples_inference_ambiguous_paths_as_string/ast.json delete mode 100644 parser/testdata/03005_input_function_in_join/ast.json delete mode 100644 parser/testdata/03006_analyzer_executable_table_function/ast.json delete mode 100644 parser/testdata/03006_buffer_overflow_join/ast.json delete mode 100644 parser/testdata/03006_mv_deduplication_throw_if_async_insert/ast.json delete mode 100644 parser/testdata/03006_parallel_replicas_cte_explain_syntax_crash/ast.json delete mode 100644 parser/testdata/03006_parallel_replicas_prewhere/ast.json delete mode 100644 parser/testdata/03007_column_nullable_uninitialzed_value/ast.json delete mode 100644 parser/testdata/03008_deduplication_cases_from_docs/ast.json delete mode 100644 parser/testdata/03008_deduplication_insert_into_partitioned_table/ast.json delete mode 100644 parser/testdata/03008_deduplication_remote_insert_select/ast.json delete mode 100644 parser/testdata/03008_deduplication_wrong_mv/ast.json delete mode 100644 parser/testdata/03008_filter_projections_non_deterministoc_functions/ast.json delete mode 100644 parser/testdata/03008_groupSortedArray_field/ast.json delete mode 100644 parser/testdata/03008_index_small/ast.json delete mode 100644 parser/testdata/03008_optimize_equal_ranges/ast.json delete mode 100644 parser/testdata/03008_uniq_exact_equal_ranges/ast.json delete mode 100644 parser/testdata/03009_consecutive_keys_nullable/ast.json delete mode 100644 parser/testdata/03009_range_dict_get_or_default/ast.json delete mode 100644 parser/testdata/03009_storage_memory_circ_buffer_usage/ast.json delete mode 100644 parser/testdata/03010_file_log_large_poll_batch_size/ast.json delete mode 100644 parser/testdata/03010_read_system_parts_table_test/ast.json delete mode 100644 parser/testdata/03010_sum_to_to_count_if_nullable/ast.json delete mode 100644 parser/testdata/03010_view_prewhere_in/ast.json delete mode 100644 parser/testdata/03010_virtual_memory_mappings_asynchronous_metrics/ast.json delete mode 100644 parser/testdata/03011_adaptative_timeout_compatibility/ast.json delete mode 100644 parser/testdata/03011_definitive_guide_to_cast/ast.json delete mode 100644 parser/testdata/03012_prewhere_merge_distributed/ast.json delete mode 100644 parser/testdata/03013_addDays_with_timezone/ast.json delete mode 100644 parser/testdata/03013_fuzz_arrayPartialReverseSort/ast.json delete mode 100644 parser/testdata/03013_group_by_use_nulls_with_materialize_and_analyzer/ast.json delete mode 100644 parser/testdata/03013_ignore_drop_queries_probability/ast.json delete mode 100644 parser/testdata/03013_position_const_start_pos/ast.json delete mode 100644 parser/testdata/03013_repeat_with_nonnative_integers/ast.json delete mode 100644 parser/testdata/03013_test_part_level_is_reset_attach_from_disk_mt/ast.json delete mode 100644 parser/testdata/03014_analyzer_group_by_use_nulls/ast.json delete mode 100644 parser/testdata/03014_analyzer_groupby_fuzz_60317/ast.json delete mode 100644 parser/testdata/03014_async_with_dedup_part_log_rmt/ast.json delete mode 100644 parser/testdata/03014_group_by_use_nulls_injective_functions_and_analyzer/ast.json delete mode 100644 parser/testdata/03014_msan_parse_date_time/ast.json delete mode 100644 parser/testdata/03015_aggregator_empty_data_multiple_blocks/ast.json delete mode 100644 parser/testdata/03015_analyzer_groupby_fuzz_60772/ast.json delete mode 100644 parser/testdata/03015_peder1001/ast.json delete mode 100644 parser/testdata/03015_with_fill_invalid_expression/ast.json delete mode 100644 parser/testdata/03016_analyzer_groupby_fuzz_59796/ast.json delete mode 100644 parser/testdata/03017_analyzer_groupby_fuzz_61600/ast.json delete mode 100644 parser/testdata/03018_analyzer_distributed_query_with_positional_arguments/ast.json delete mode 100644 parser/testdata/03018_analyzer_greater_null/ast.json delete mode 100644 parser/testdata/03019_numbers_pretty/ast.json delete mode 100644 parser/testdata/03020_order_by_SimpleAggregateFunction/ast.json delete mode 100644 parser/testdata/03022_alter_materialized_view_query_has_inner_table/ast.json delete mode 100644 parser/testdata/03022_highlight_digit_groups/ast.json delete mode 100644 parser/testdata/03023_analyzer_optimize_group_by_function_keys_with_nulls/ast.json delete mode 100644 parser/testdata/03023_group_by_use_nulls_analyzer_crashes/ast.json delete mode 100644 parser/testdata/03023_remove_unused_column_distinct/ast.json delete mode 100644 parser/testdata/03024_total_rows_approx_is_set_for_system_zeros_and_generate_random/ast.json delete mode 100644 parser/testdata/03030_system_flush_distributed_settings/ast.json delete mode 100644 parser/testdata/03031_distinguish_bool_and_int_in_settings/ast.json delete mode 100644 parser/testdata/03031_filter_float64_logical_error/ast.json delete mode 100644 parser/testdata/03031_input_format_allow_errors_num_bad_escape_sequence/ast.json delete mode 100644 parser/testdata/03031_low_cardinality_logical_error/ast.json delete mode 100644 parser/testdata/03031_read_in_order_optimization_with_virtual_row/ast.json delete mode 100644 parser/testdata/03031_read_in_order_optimization_with_virtual_row_explain/ast.json delete mode 100644 parser/testdata/03031_read_in_order_optimization_with_virtual_row_special/ast.json delete mode 100644 parser/testdata/03031_table_function_fuzzquery/ast.json delete mode 100644 parser/testdata/03031_tuple_elimination_analyzer/ast.json delete mode 100644 parser/testdata/03032_multi_search_const_low_cardinality/ast.json delete mode 100644 parser/testdata/03032_numbers_zeros/ast.json delete mode 100644 parser/testdata/03032_redundant_equals/ast.json delete mode 100644 parser/testdata/03032_rmt_create_columns_from_replica/ast.json delete mode 100644 parser/testdata/03032_save_bad_json_escape_sequences/ast.json delete mode 100644 parser/testdata/03032_scalars_create_as_select/ast.json delete mode 100644 parser/testdata/03032_storage_memory_modify_settings/ast.json delete mode 100644 parser/testdata/03032_string_to_variant_cast/ast.json delete mode 100644 parser/testdata/03032_variant_bool_number_not_suspicious/ast.json delete mode 100644 parser/testdata/03033_analyzer_merge_engine_filter_push_down/ast.json delete mode 100644 parser/testdata/03033_analyzer_parametrized_view_alias/ast.json delete mode 100644 parser/testdata/03033_analyzer_resolve_from_parent_scope/ast.json delete mode 100644 parser/testdata/03033_create_as_copies_comment/ast.json delete mode 100644 parser/testdata/03033_cte_numbers_memory/ast.json delete mode 100644 parser/testdata/03033_dist_settings.optimize_skip_unused_shards_rewrite_in_composite_sharding_key/ast.json delete mode 100644 parser/testdata/03033_distinct_transform_const_columns/ast.json delete mode 100644 parser/testdata/03033_dynamic_text_serialization/ast.json delete mode 100644 parser/testdata/03033_final_undefined_last_mark/ast.json delete mode 100644 parser/testdata/03033_from_unixtimestamp_joda_by_int64/ast.json delete mode 100644 parser/testdata/03033_index_definition_sql_udf_bug/ast.json delete mode 100644 parser/testdata/03033_lightweight_deletes_sync/ast.json delete mode 100644 parser/testdata/03033_parts_splitter_bug_and_index_loading/ast.json delete mode 100644 parser/testdata/03033_recursive_cte_basic/ast.json delete mode 100644 parser/testdata/03033_scalars_context_data_race/ast.json delete mode 100644 parser/testdata/03033_set_index_in/ast.json delete mode 100644 parser/testdata/03033_tupleIntXYZ_and_tupleModulo/ast.json delete mode 100644 parser/testdata/03033_virtual_column_override/ast.json delete mode 100644 parser/testdata/03033_with_fill_interpolate/ast.json delete mode 100644 parser/testdata/03034_ddls_and_merges_with_unusual_maps/ast.json delete mode 100644 parser/testdata/03034_dynamic_conversions/ast.json delete mode 100644 parser/testdata/03034_json_extract_variant/ast.json delete mode 100644 parser/testdata/03034_normalized_ast/ast.json delete mode 100644 parser/testdata/03034_recursive_cte_tree/ast.json delete mode 100644 parser/testdata/03034_recursive_cte_tree_fuzz_crash_fix/ast.json delete mode 100644 parser/testdata/03034_recursive_cte_tree_merge_tree/ast.json delete mode 100644 parser/testdata/03035_alias_column_bug_distributed/ast.json delete mode 100644 parser/testdata/03035_argMinMax_numeric_non_extreme_bug/ast.json delete mode 100644 parser/testdata/03035_dynamic_sorting/ast.json delete mode 100644 parser/testdata/03035_internal_functions_direct_call/ast.json delete mode 100644 parser/testdata/03035_materialized_primary_key/ast.json delete mode 100644 parser/testdata/03035_morton_encode_no_rows/ast.json delete mode 100644 parser/testdata/03035_recursive_cte_postgres_1/ast.json delete mode 100644 parser/testdata/03036_clamp/ast.json delete mode 100644 parser/testdata/03036_dynamic_read_shared_subcolumns_compact_merge_tree/ast.json delete mode 100644 parser/testdata/03036_dynamic_read_shared_subcolumns_memory/ast.json delete mode 100644 parser/testdata/03036_dynamic_read_shared_subcolumns_wide_merge_tree/ast.json delete mode 100644 parser/testdata/03036_dynamic_read_subcolumns_compact_merge_tree/ast.json delete mode 100644 parser/testdata/03036_dynamic_read_subcolumns_memory/ast.json delete mode 100644 parser/testdata/03036_dynamic_read_subcolumns_wide_merge_tree/ast.json delete mode 100644 parser/testdata/03036_join_filter_push_down_equivalent_sets/ast.json delete mode 100644 parser/testdata/03036_prewhere_lambda_function/ast.json delete mode 100644 parser/testdata/03036_reading_s3_archives/ast.json delete mode 100644 parser/testdata/03036_reading_s3_cluster_archives/ast.json delete mode 100644 parser/testdata/03036_recursive_cte_postgres_2/ast.json delete mode 100644 parser/testdata/03036_schema_inference_cache_s3_archives/ast.json delete mode 100644 parser/testdata/03036_with_numbers/ast.json delete mode 100644 parser/testdata/03037_dot_product_overflow/ast.json delete mode 100644 parser/testdata/03037_dynamic_merges_1_horizontal_compact_merge_tree/ast.json delete mode 100644 parser/testdata/03037_dynamic_merges_1_horizontal_compact_wide_tree/ast.json delete mode 100644 parser/testdata/03037_dynamic_merges_1_vertical_compact_merge_tree/ast.json delete mode 100644 parser/testdata/03037_dynamic_merges_1_vertical_wide_merge_tree/ast.json delete mode 100644 parser/testdata/03037_dynamic_merges_2_horizontal_compact_merge_tree/ast.json delete mode 100644 parser/testdata/03037_dynamic_merges_2_horizontal_wide_merge_tree/ast.json delete mode 100644 parser/testdata/03037_dynamic_merges_2_vertical_compact_merge_tree/ast.json delete mode 100644 parser/testdata/03037_dynamic_merges_2_vertical_wide_merge_tree/ast.json delete mode 100644 parser/testdata/03037_precent_rank/ast.json delete mode 100644 parser/testdata/03037_recursive_cte_postgres_3/ast.json delete mode 100644 parser/testdata/03037_s3_write_to_globbed_partitioned_path/ast.json delete mode 100644 parser/testdata/03037_union_view/ast.json delete mode 100644 parser/testdata/03037_zero_step_in_numbers_table_function/ast.json delete mode 100644 parser/testdata/03038_ambiguous_column/ast.json delete mode 100644 parser/testdata/03038_move_partition_to_oneself_deadlock/ast.json delete mode 100644 parser/testdata/03038_nested_dynamic_merges_compact_horizontal/ast.json delete mode 100644 parser/testdata/03038_nested_dynamic_merges_compact_vertical/ast.json delete mode 100644 parser/testdata/03038_nested_dynamic_merges_wide_horizontal/ast.json delete mode 100644 parser/testdata/03038_nested_dynamic_merges_wide_vertical/ast.json delete mode 100644 parser/testdata/03038_recursive_cte_postgres_4/ast.json delete mode 100644 parser/testdata/03039_recursive_cte_postgres_5/ast.json delete mode 100644 parser/testdata/03039_unknown_identifier_window_function/ast.json delete mode 100644 parser/testdata/03040_alias_column_join/ast.json delete mode 100644 parser/testdata/03040_array_sum_and_join/ast.json delete mode 100644 parser/testdata/03040_dynamic_type_alters_1_compact_merge_tree/ast.json delete mode 100644 parser/testdata/03040_dynamic_type_alters_1_memory/ast.json delete mode 100644 parser/testdata/03040_dynamic_type_alters_1_wide_merge_tree/ast.json delete mode 100644 parser/testdata/03040_dynamic_type_alters_2_compact_merge_tree/ast.json delete mode 100644 parser/testdata/03040_dynamic_type_alters_2_wide_merge_tree/ast.json delete mode 100644 parser/testdata/03040_recursive_cte_postgres_6/ast.json delete mode 100644 parser/testdata/03041_analyzer_gigachad_join/ast.json delete mode 100644 parser/testdata/03041_recursive_cte_postgres_7/ast.json delete mode 100644 parser/testdata/03041_select_with_query_result/ast.json delete mode 100644 parser/testdata/03042_analyzer_alias_join/ast.json delete mode 100644 parser/testdata/03042_not_found_column_c1/ast.json delete mode 100644 parser/testdata/03043_group_array_result_is_expected/ast.json delete mode 100644 parser/testdata/03044_analyzer_alias_join/ast.json delete mode 100644 parser/testdata/03044_array_join_columns_in_nested_table/ast.json delete mode 100644 parser/testdata/03045_analyzer_alias_join_with_if/ast.json delete mode 100644 parser/testdata/03045_unknown_identifier_alias_substitution/ast.json delete mode 100644 parser/testdata/03046_column_in_block_array_join/ast.json delete mode 100644 parser/testdata/03047_analyzer_alias_join/ast.json delete mode 100644 parser/testdata/03047_group_by_field_identified_aggregation/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_events/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_materialized/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_multiple_updates/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_multiple_updates_rmt/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_non_deterministic/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_non_deterministic_replace/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_prewhere/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_projections/ast.json delete mode 100644 parser/testdata/03047_on_fly_mutations_skip_index/ast.json delete mode 100644 parser/testdata/03047_on_fly_update_delete/ast.json delete mode 100644 parser/testdata/03048_not_found_column_xxx_in_block/ast.json delete mode 100644 parser/testdata/03049_analyzer_group_by_alias/ast.json delete mode 100644 parser/testdata/03049_unknown_identifier_materialized_column/ast.json delete mode 100644 parser/testdata/03050_select_one_one_one/ast.json delete mode 100644 parser/testdata/03051_many_ctes/ast.json delete mode 100644 parser/testdata/03052_query_hash_includes_aliases/ast.json delete mode 100644 parser/testdata/03053_analyzer_join_alias/ast.json delete mode 100644 parser/testdata/03054_analyzer_join_alias/ast.json delete mode 100644 parser/testdata/03055_analyzer_subquery_group_array/ast.json delete mode 100644 parser/testdata/03057_analyzer_subquery_alias_join/ast.json delete mode 100644 parser/testdata/03058_analyzer_ambiguous_columns/ast.json delete mode 100644 parser/testdata/03059_analyzer_join_engine_missing_column/ast.json delete mode 100644 parser/testdata/03060_analyzer_regular_view_alias/ast.json delete mode 100644 parser/testdata/03061_analyzer_alias_as_right_key_in_join/ast.json delete mode 100644 parser/testdata/03062_analyzer_join_engine_missing_column/ast.json delete mode 100644 parser/testdata/03063_analyzer_multi_join_wrong_table_specifier/ast.json delete mode 100644 parser/testdata/03064_analyzer_named_subqueries/ast.json delete mode 100644 parser/testdata/03065_analyzer_cross_join_and_array_join/ast.json delete mode 100644 parser/testdata/03066_analyzer_global_with_statement/ast.json delete mode 100644 parser/testdata/03067_analyzer_complex_alias_join/ast.json delete mode 100644 parser/testdata/03068_analyzer_distributed_join/ast.json delete mode 100644 parser/testdata/03069_analyzer_with_alias_in_array_join/ast.json delete mode 100644 parser/testdata/03070_analyzer_CTE_scalar_as_numbers/ast.json delete mode 100644 parser/testdata/03071_analyzer_array_join_forbid_non_existing_columns/ast.json delete mode 100644 parser/testdata/03071_fix_short_circuit_logic/ast.json delete mode 100644 parser/testdata/03072_analyzer_missing_columns_from_subquery/ast.json delete mode 100644 parser/testdata/03073_analyzer_alias_as_column_name/ast.json delete mode 100644 parser/testdata/03074_analyzer_alias_column_in_view/ast.json delete mode 100644 parser/testdata/03075_analyzer_subquery_alias/ast.json delete mode 100644 parser/testdata/03076_analyzer_multiple_joins_alias/ast.json delete mode 100644 parser/testdata/03077_analyzer_multi_scalar_subquery_aliases/ast.json delete mode 100644 parser/testdata/03078_analyzer_multi_scalar_subquery_aliases/ast.json delete mode 100644 parser/testdata/03079_analyzer_numeric_literals_as_column_names/ast.json delete mode 100644 parser/testdata/03080_analyzer_prefer_column_name_to_alias__virtual_columns/ast.json delete mode 100644 parser/testdata/03080_incorrect_join_with_merge/ast.json delete mode 100644 parser/testdata/03081_analyzer_agg_func_CTE/ast.json delete mode 100644 parser/testdata/03082_analyzer_left_join_correct_column/ast.json delete mode 100644 parser/testdata/03084_analyzer_join_column_alias/ast.json delete mode 100644 parser/testdata/03085_analyzer_alias_column_group_by/ast.json delete mode 100644 parser/testdata/03086_analyzer_window_func_part_of_group_by/ast.json delete mode 100644 parser/testdata/03087_analyzer_subquery_with_alias/ast.json delete mode 100644 parser/testdata/03088_analyzer_ambiguous_column_multi_call/ast.json delete mode 100644 parser/testdata/03089_analyzer_alias_replacement/ast.json delete mode 100644 parser/testdata/03090_analyzer_multiple_using_statements/ast.json delete mode 100644 parser/testdata/03091_analyzer_same_table_name_in_different_databases/ast.json delete mode 100644 parser/testdata/03092_analyzer_same_table_name_in_different_databases/ast.json delete mode 100644 parser/testdata/03093_analyzer_column_alias/ast.json delete mode 100644 parser/testdata/03093_analyzer_miel_test/ast.json delete mode 100644 parser/testdata/03093_bug37909_query_does_not_finish/ast.json delete mode 100644 parser/testdata/03093_bug_gcd_codec/ast.json delete mode 100644 parser/testdata/03093_reading_bug_with_parallel_replicas/ast.json delete mode 100644 parser/testdata/03093_special_column_errors/ast.json delete mode 100644 parser/testdata/03093_virtual_column_override_group_by/ast.json delete mode 100644 parser/testdata/03093_with_fill_support_constant_expression/ast.json delete mode 100644 parser/testdata/03094_analyzer_fiddle_multiif/ast.json delete mode 100644 parser/testdata/03094_grouparraysorted_memory/ast.json delete mode 100644 parser/testdata/03094_named_tuple_bug24607/ast.json delete mode 100644 parser/testdata/03094_one_thousand_joins/ast.json delete mode 100644 parser/testdata/03094_transform_return_first/ast.json delete mode 100644 parser/testdata/03094_virtual_column_table_name/ast.json delete mode 100644 parser/testdata/03095_group_by_server_constants_bug/ast.json delete mode 100644 parser/testdata/03095_join_filter_push_down_right_stream_filled/ast.json delete mode 100644 parser/testdata/03095_merge_and_buffer_tables/ast.json delete mode 100644 parser/testdata/03095_msan_uuid_string_to_num/ast.json delete mode 100644 parser/testdata/03095_window_functions_qualify/ast.json delete mode 100644 parser/testdata/03096_largest_triangle_3b_crash/ast.json delete mode 100644 parser/testdata/03096_order_by_system_tables/ast.json delete mode 100644 parser/testdata/03096_update_non_indexed_columns/ast.json delete mode 100644 parser/testdata/03097_query_log_join_processes/ast.json delete mode 100644 parser/testdata/03098_prefer_column_to_alias_subquery/ast.json delete mode 100644 parser/testdata/03099_analyzer_multi_join/ast.json delete mode 100644 parser/testdata/03100_analyzer_constants_in_multiif/ast.json delete mode 100644 parser/testdata/03100_lwu_01_basics/ast.json delete mode 100644 parser/testdata/03100_lwu_02_basics/ast.json delete mode 100644 parser/testdata/03100_lwu_03_join/ast.json delete mode 100644 parser/testdata/03100_lwu_04_prewhere/ast.json delete mode 100644 parser/testdata/03100_lwu_05_basics/ast.json delete mode 100644 parser/testdata/03100_lwu_06_apply_patches/ast.json delete mode 100644 parser/testdata/03100_lwu_07_merge_patches/ast.json delete mode 100644 parser/testdata/03100_lwu_08_multiple_blocks/ast.json delete mode 100644 parser/testdata/03100_lwu_09_different_structure/ast.json delete mode 100644 parser/testdata/03100_lwu_10_apply_on_merges/ast.json delete mode 100644 parser/testdata/03100_lwu_12_sequential_consistency/ast.json delete mode 100644 parser/testdata/03100_lwu_18_sequence/ast.json delete mode 100644 parser/testdata/03100_lwu_19_nullable/ast.json delete mode 100644 parser/testdata/03100_lwu_20_different_structure/ast.json delete mode 100644 parser/testdata/03100_lwu_22_detach_attach_patches/ast.json delete mode 100644 parser/testdata/03100_lwu_23_apply_patches/ast.json delete mode 100644 parser/testdata/03100_lwu_26_subcolumns/ast.json delete mode 100644 parser/testdata/03100_lwu_27_update_after_on_fly_mutations/ast.json delete mode 100644 parser/testdata/03100_lwu_30_join_cache/ast.json delete mode 100644 parser/testdata/03100_lwu_31_merge_memory_usage/ast.json delete mode 100644 parser/testdata/03100_lwu_32_on_fly_filter/ast.json delete mode 100644 parser/testdata/03100_lwu_33_add_column/ast.json delete mode 100644 parser/testdata/03100_lwu_34_multistep_prewhere/ast.json delete mode 100644 parser/testdata/03100_lwu_35_lock_profile_events/ast.json delete mode 100644 parser/testdata/03100_lwu_36_json_skip_indexes/ast.json delete mode 100644 parser/testdata/03100_lwu_37_update_all_columns/ast.json delete mode 100644 parser/testdata/03100_lwu_38_replacing/ast.json delete mode 100644 parser/testdata/03100_lwu_39_after_replace_partition/ast.json delete mode 100644 parser/testdata/03100_lwu_41_bytes_limits/ast.json delete mode 100644 parser/testdata/03100_lwu_43_subquery_from_rmt/ast.json delete mode 100644 parser/testdata/03100_lwu_44_missing_default/ast.json delete mode 100644 parser/testdata/03100_lwu_45_query_condition_cache/ast.json delete mode 100644 parser/testdata/03100_lwu_46_deletes_skip_indexes/ast.json delete mode 100644 parser/testdata/03100_lwu_deletes_1/ast.json delete mode 100644 parser/testdata/03100_lwu_deletes_2/ast.json delete mode 100644 parser/testdata/03100_lwu_deletes_3/ast.json delete mode 100644 parser/testdata/03100_lwu_deletes_4_index/ast.json delete mode 100644 parser/testdata/03100_lwu_deletes_5_vertical_merge/ast.json delete mode 100644 parser/testdata/03101_analyzer_identifiers_1/ast.json delete mode 100644 parser/testdata/03101_analyzer_identifiers_2/ast.json delete mode 100644 parser/testdata/03101_analyzer_identifiers_3/ast.json delete mode 100644 parser/testdata/03101_analyzer_identifiers_4/ast.json delete mode 100644 parser/testdata/03101_analyzer_invalid_join_on/ast.json delete mode 100644 parser/testdata/03102_prefer_column_name_to_alias/ast.json delete mode 100644 parser/testdata/03103_positional_arguments/ast.json delete mode 100644 parser/testdata/03104_create_view_join/ast.json delete mode 100644 parser/testdata/03105_table_aliases_in_mv/ast.json delete mode 100644 parser/testdata/03107_ill_formed_select_in_materialized_view/ast.json delete mode 100644 parser/testdata/03108_describe_union_all/ast.json delete mode 100644 parser/testdata/03109_ast_too_big/ast.json delete mode 100644 parser/testdata/03110_unicode_alias/ast.json delete mode 100644 parser/testdata/03111_inner_join_group_by/ast.json delete mode 100644 parser/testdata/03112_analyzer_not_found_column_in_block/ast.json delete mode 100644 parser/testdata/03113_analyzer_not_found_column_in_block_2/ast.json delete mode 100644 parser/testdata/03114_analyzer_cte_with_join/ast.json delete mode 100644 parser/testdata/03115_alias_exists_column/ast.json delete mode 100644 parser/testdata/03116_analyzer_explicit_alias_as_column_name/ast.json delete mode 100644 parser/testdata/03117_analyzer_same_column_name_as_func/ast.json delete mode 100644 parser/testdata/03118_analyzer_multi_join_prewhere/ast.json delete mode 100644 parser/testdata/03119_analyzer_window_function_in_CTE_alias/ast.json delete mode 100644 parser/testdata/03120_analyzer_dist_join/ast.json delete mode 100644 parser/testdata/03120_analyzer_param_in_CTE_alias/ast.json delete mode 100644 parser/testdata/03121_analyzer_filed_redefenition_in_subquery/ast.json delete mode 100644 parser/testdata/03122_analyzer_collate_in_window_function/ast.json delete mode 100644 parser/testdata/03123_analyzer_dist_join_CTE/ast.json delete mode 100644 parser/testdata/03124_analyzer_nested_CTE_dist_in/ast.json delete mode 100644 parser/testdata/03125_analyzer_CTE_two_joins/ast.json delete mode 100644 parser/testdata/03126_column_not_under_group_by/ast.json delete mode 100644 parser/testdata/03127_argMin_combinator_state/ast.json delete mode 100644 parser/testdata/03127_system_unload_primary_key_table/ast.json delete mode 100644 parser/testdata/03127_window_functions_uint16/ast.json delete mode 100644 parser/testdata/03128_argMin_combinator_projection/ast.json delete mode 100644 parser/testdata/03128_merge_tree_index_lazy_load/ast.json delete mode 100644 parser/testdata/03128_system_unload_primary_key/ast.json delete mode 100644 parser/testdata/03129_cte_with_final/ast.json delete mode 100644 parser/testdata/03129_low_cardinality_nullable_non_first_primary_key/ast.json delete mode 100644 parser/testdata/03129_serial_test_zookeeper/ast.json delete mode 100644 parser/testdata/03129_update_nested_materialized_column_check/ast.json delete mode 100644 parser/testdata/03130_abs_in_key_condition_bug/ast.json delete mode 100644 parser/testdata/03130_analyzer_array_join_prefer_column/ast.json delete mode 100644 parser/testdata/03130_analyzer_self_join_group_by/ast.json delete mode 100644 parser/testdata/03130_convert_outer_join_to_inner_join/ast.json delete mode 100644 parser/testdata/03130_generateSnowflakeId/ast.json delete mode 100644 parser/testdata/03131_deprecated_functions/ast.json delete mode 100644 parser/testdata/03131_hilbert_coding/ast.json delete mode 100644 parser/testdata/03131_rewrite_sum_if_nullable/ast.json delete mode 100644 parser/testdata/03132_jit_sort_description_crash_fix/ast.json delete mode 100644 parser/testdata/03132_rewrite_aggregate_function_with_if_implicit_cast/ast.json delete mode 100644 parser/testdata/03132_sqlancer_union_all/ast.json delete mode 100644 parser/testdata/03141_fetches_errors_stress/ast.json delete mode 100644 parser/testdata/03141_wildcard_grants/ast.json delete mode 100644 parser/testdata/03142_alter_comment_parameterized_view/ast.json delete mode 100644 parser/testdata/03142_skip_ANSI_in_UTF8_compute_width/ast.json delete mode 100644 parser/testdata/03142_untuple_crash/ast.json delete mode 100644 parser/testdata/03142_window_function_limit_by/ast.json delete mode 100644 parser/testdata/03143_asof_join_ddb_long/ast.json delete mode 100644 parser/testdata/03143_cte_scope/ast.json delete mode 100644 parser/testdata/03143_group_by_constant_secondary/ast.json delete mode 100644 parser/testdata/03143_join_filter_push_down_filled_join_fix/ast.json delete mode 100644 parser/testdata/03143_parallel_replicas_mat_view_bug/ast.json delete mode 100644 parser/testdata/03143_ttl_in_system_parts_columns_table/ast.json delete mode 100644 parser/testdata/03143_window_functions_qualify_validation/ast.json delete mode 100644 parser/testdata/03144_aggregate_states_with_different_types/ast.json delete mode 100644 parser/testdata/03144_alter_column_and_read/ast.json delete mode 100644 parser/testdata/03144_asof_join_ddb_doubles/ast.json delete mode 100644 parser/testdata/03144_fuzz_quoted_type_name/ast.json delete mode 100644 parser/testdata/03144_invalid_filter/ast.json delete mode 100644 parser/testdata/03145_asof_join_ddb_inequalities/ast.json delete mode 100644 parser/testdata/03145_unicode_quotes/ast.json delete mode 100644 parser/testdata/03146_bug47862/ast.json delete mode 100644 parser/testdata/03146_create_index_compatibility/ast.json delete mode 100644 parser/testdata/03146_parameterized_view_with_date/ast.json delete mode 100644 parser/testdata/03146_tpc_ds_grouping/ast.json delete mode 100644 parser/testdata/03147_asof_join_ddb_missing/ast.json delete mode 100644 parser/testdata/03147_datetime64_constant_index_analysis/ast.json delete mode 100644 parser/testdata/03147_parquet_memory_tracking/ast.json delete mode 100644 parser/testdata/03147_rows_before_limit_fix/ast.json delete mode 100644 parser/testdata/03147_table_function_loop/ast.json delete mode 100644 parser/testdata/03147_table_function_loop_remote_storage/ast.json delete mode 100644 parser/testdata/03148_asof_join_ddb_subquery/ast.json delete mode 100644 parser/testdata/03148_mutations_virtual_columns/ast.json delete mode 100644 parser/testdata/03148_query_log_used_dictionaries/ast.json delete mode 100644 parser/testdata/03148_setting_max_streams_to_max_threads_ratio_overflow/ast.json delete mode 100644 parser/testdata/03149_analyzer_join_projection_name/ast.json delete mode 100644 parser/testdata/03149_analyzer_join_projection_name_2/ast.json delete mode 100644 parser/testdata/03149_analyzer_window_redefinition/ast.json delete mode 100644 parser/testdata/03149_asof_join_ddb_timestamps/ast.json delete mode 100644 parser/testdata/03149_variant_pop_back_typo/ast.json delete mode 100644 parser/testdata/03150_dynamic_type_mv_insert/ast.json delete mode 100644 parser/testdata/03150_grouping_sets_use_nulls_pushdown/ast.json delete mode 100644 parser/testdata/03150_infer_type_variant/ast.json delete mode 100644 parser/testdata/03150_trace_log_add_build_id/ast.json delete mode 100644 parser/testdata/03150_url_hash_non_constant_level/ast.json delete mode 100644 parser/testdata/03151_analyzer_view_read_only_necessary_columns/ast.json delete mode 100644 parser/testdata/03151_dynamic_type_scale_max_types/ast.json delete mode 100644 parser/testdata/03151_external_cross_join/ast.json delete mode 100644 parser/testdata/03151_pmj_join_non_procssed_clash/ast.json delete mode 100644 parser/testdata/03151_redundant_distinct_with_window/ast.json delete mode 100644 parser/testdata/03152_analyzer_columns_list/ast.json delete mode 100644 parser/testdata/03152_dynamic_type_simple/ast.json delete mode 100644 parser/testdata/03152_join_filter_push_down_equivalent_columns/ast.json delete mode 100644 parser/testdata/03152_trailing_comma_in_columns_list_in_insert/ast.json delete mode 100644 parser/testdata/03153_dynamic_type_empty/ast.json delete mode 100644 parser/testdata/03153_trailing_comma_in_values_list_in_insert/ast.json delete mode 100644 parser/testdata/03154_recursive_cte_distributed/ast.json delete mode 100644 parser/testdata/03155_analyzer_interpolate/ast.json delete mode 100644 parser/testdata/03155_datasketches_ubsan/ast.json delete mode 100644 parser/testdata/03155_explain_current_transaction/ast.json delete mode 100644 parser/testdata/03155_in_nested_subselects/ast.json delete mode 100644 parser/testdata/03156_analyzer_array_join_distributed/ast.json delete mode 100644 parser/testdata/03156_group_concat/ast.json delete mode 100644 parser/testdata/03156_nullable_number_tips/ast.json delete mode 100644 parser/testdata/03156_tuple_map_low_cardinality/ast.json delete mode 100644 parser/testdata/03157_dynamic_type_json/ast.json delete mode 100644 parser/testdata/03157_negative_positional_arguments_ubsan/ast.json delete mode 100644 parser/testdata/03158_dynamic_type_from_variant/ast.json delete mode 100644 parser/testdata/03159_dynamic_type_all_types/ast.json delete mode 100644 parser/testdata/03160_dynamic_type_agg/ast.json delete mode 100644 parser/testdata/03161_cnf_reduction/ast.json delete mode 100644 parser/testdata/03161_create_table_as_mv/ast.json delete mode 100644 parser/testdata/03161_decimal_binary_math/ast.json delete mode 100644 parser/testdata/03161_ipv4_ipv6_equality/ast.json delete mode 100644 parser/testdata/03161_lightweight_delete_projection/ast.json delete mode 100644 parser/testdata/03162_dynamic_type_nested/ast.json delete mode 100644 parser/testdata/03163_dynamic_as_supertype/ast.json delete mode 100644 parser/testdata/03164_adapting_parquet_reader_output_size/ast.json delete mode 100644 parser/testdata/03164_analyzer_global_in_alias/ast.json delete mode 100644 parser/testdata/03164_analyzer_rewrite_aggregate_function_with_if/ast.json delete mode 100644 parser/testdata/03164_analyzer_validate_tree_size/ast.json delete mode 100644 parser/testdata/03164_create_as_default/ast.json delete mode 100644 parser/testdata/03164_early_constant_folding_analyzer/ast.json delete mode 100644 parser/testdata/03164_linestring_geometry/ast.json delete mode 100644 parser/testdata/03164_materialize_skip_index/ast.json delete mode 100644 parser/testdata/03164_materialize_skip_index_on_merge/ast.json delete mode 100644 parser/testdata/03164_optimize_read_in_order_nullable/ast.json delete mode 100644 parser/testdata/03164_orc_signedness/ast.json delete mode 100644 parser/testdata/03164_parallel_replicas_range_filter_min_max/ast.json delete mode 100644 parser/testdata/03164_s3_settings_for_queries_and_merges/ast.json delete mode 100644 parser/testdata/03165_distinct_with_window_func_crash/ast.json delete mode 100644 parser/testdata/03165_order_by_duplicate/ast.json delete mode 100644 parser/testdata/03165_parseReadableSize/ast.json delete mode 100644 parser/testdata/03165_round_scale_as_column/ast.json delete mode 100644 parser/testdata/03165_storage_merge_view_prewhere/ast.json delete mode 100644 parser/testdata/03165_string_functions_with_token_text_indexes/ast.json delete mode 100644 parser/testdata/03166_mv_prewhere_duplicating_name_bug/ast.json delete mode 100644 parser/testdata/03166_optimize_row_order_during_insert/ast.json delete mode 100644 parser/testdata/03166_skip_indexes_vertical_merge_1/ast.json delete mode 100644 parser/testdata/03166_skip_indexes_vertical_merge_2/ast.json delete mode 100644 parser/testdata/03167_base64_url_functions/ast.json delete mode 100644 parser/testdata/03167_empty_tuple_concat/ast.json delete mode 100644 parser/testdata/03167_fancy_quotes_off_by_one/ast.json delete mode 100644 parser/testdata/03167_parametrized_view_with_cte/ast.json delete mode 100644 parser/testdata/03167_transactions_are_really_disabled/ast.json delete mode 100644 parser/testdata/03168_attach_as_replicated_materialized_view/ast.json delete mode 100644 parser/testdata/03168_cld2_tsan/ast.json delete mode 100644 parser/testdata/03168_fuzz_multiIf_short_circuit/ast.json delete mode 100644 parser/testdata/03168_inconsistent_ast_formatting/ast.json delete mode 100644 parser/testdata/03168_loop_engine_with_parallel_replicas/ast.json delete mode 100644 parser/testdata/03168_read_in_order_buffering_1/ast.json delete mode 100644 parser/testdata/03168_read_in_order_buffering_2/ast.json delete mode 100644 parser/testdata/03169_cache_complex_dict_short_circuit_bug/ast.json delete mode 100644 parser/testdata/03169_display_column_names_in_footer/ast.json delete mode 100644 parser/testdata/03169_modify_column_data_loss/ast.json delete mode 100644 parser/testdata/03169_optimize_injective_functions_inside_uniq_crash/ast.json delete mode 100644 parser/testdata/03170_part_offset_as_table_column/ast.json delete mode 100644 parser/testdata/03171_condition_pushdown/ast.json delete mode 100644 parser/testdata/03171_direct_dict_short_circuit_bug/ast.json delete mode 100644 parser/testdata/03171_function_to_subcolumns_fuzzer/ast.json delete mode 100644 parser/testdata/03171_hashed_dictionary_short_circuit_bug_fix/ast.json delete mode 100644 parser/testdata/03171_indexing_by_hilbert_curve/ast.json delete mode 100644 parser/testdata/03172_bcrypt_validation/ast.json delete mode 100644 parser/testdata/03172_format_settings_clauses/ast.json delete mode 100644 parser/testdata/03172_system_detached_tables_no_loop/ast.json delete mode 100644 parser/testdata/03173_check_cyclic_dependencies_on_create_and_rename/ast.json delete mode 100644 parser/testdata/03173_distinct_combinator_alignment/ast.json delete mode 100644 parser/testdata/03173_forbid_qualify/ast.json delete mode 100644 parser/testdata/03173_set_transformed_partition_pruning/ast.json delete mode 100644 parser/testdata/03174_exact_rows_before_aggregation/ast.json delete mode 100644 parser/testdata/03174_least_greatest_ignore_null_input_values/ast.json delete mode 100644 parser/testdata/03174_merge_join_bug/ast.json delete mode 100644 parser/testdata/03174_multiple_authentication_methods_show_create/ast.json delete mode 100644 parser/testdata/03174_projection_deduplicate/ast.json delete mode 100644 parser/testdata/03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug/ast.json delete mode 100644 parser/testdata/03175_sparse_and_skip_index/ast.json delete mode 100644 parser/testdata/03176_check_timeout_in_index_analysis/ast.json delete mode 100644 parser/testdata/03195_group_concat_deserialization_fix/ast.json delete mode 100644 parser/testdata/03196_max_intersections_arena_crash/ast.json delete mode 100644 parser/testdata/03197_fix_parse_mysql_iso_date/ast.json delete mode 100644 parser/testdata/03197_storage_join_strictness_type_restriction/ast.json delete mode 100644 parser/testdata/03198_bit_shift_throws_error_for_out_of_bounds/ast.json delete mode 100644 parser/testdata/03198_dictionary_validate_primary_key_type/ast.json delete mode 100644 parser/testdata/03198_dynamic_read_subcolumns/ast.json delete mode 100644 parser/testdata/03198_group_array_intersect/ast.json delete mode 100644 parser/testdata/03198_h3_polygon_to_cells/ast.json delete mode 100644 parser/testdata/03198_json_extract_more_types/ast.json delete mode 100644 parser/testdata/03198_table_function_directory_path/ast.json delete mode 100644 parser/testdata/03199_fix_auc_tie_handling/ast.json delete mode 100644 parser/testdata/03199_has_lc_fixed_string/ast.json delete mode 100644 parser/testdata/03199_join_with_materialized_column/ast.json delete mode 100644 parser/testdata/03199_json_extract_dynamic/ast.json delete mode 100644 parser/testdata/03199_merge_filters_bug/ast.json delete mode 100644 parser/testdata/03199_queries_with_new_analyzer/ast.json delete mode 100644 parser/testdata/03200_memory_engine_alter_dynamic/ast.json delete mode 100644 parser/testdata/03200_subcolumns_join_use_nulls/ast.json delete mode 100644 parser/testdata/03201_analyzer_resolve_in_parent_scope/ast.json delete mode 100644 parser/testdata/03201_sumIf_to_countIf_return_type/ast.json delete mode 100644 parser/testdata/03202_enum_json_cast/ast.json delete mode 100644 parser/testdata/03202_system_load_primary_key/ast.json delete mode 100644 parser/testdata/03203_count_with_non_deterministic_function/ast.json delete mode 100644 parser/testdata/03203_drop_detached_partition_all/ast.json delete mode 100644 parser/testdata/03203_fill_missed_subcolumns/ast.json delete mode 100644 parser/testdata/03203_function_printf/ast.json delete mode 100644 parser/testdata/03203_multiif_and_where_2_conditions_old_analyzer_bug/ast.json delete mode 100644 parser/testdata/03203_optimize_disjunctions_chain_to_in/ast.json delete mode 100644 parser/testdata/03203_system_numbers_limit_and_offset_complex/ast.json delete mode 100644 parser/testdata/03203_system_numbers_limit_and_offset_simple/ast.json delete mode 100644 parser/testdata/03203_variant_convert_field_to_type_bug/ast.json delete mode 100644 parser/testdata/03204_distributed_with_scalar_subquery/ast.json delete mode 100644 parser/testdata/03204_index_hint_fuzzer/ast.json delete mode 100644 parser/testdata/03204_storage_join_optimize/ast.json delete mode 100644 parser/testdata/03205_column_type_check/ast.json delete mode 100644 parser/testdata/03205_hashing_empty_tuples/ast.json delete mode 100644 parser/testdata/03205_json_cast_from_string/ast.json delete mode 100644 parser/testdata/03205_json_syntax/ast.json delete mode 100644 parser/testdata/03205_overlay/ast.json delete mode 100644 parser/testdata/03205_parallel_replicas_alter_select_ubsan/ast.json delete mode 100644 parser/testdata/03205_parallel_window_finctions_and_column_sparse_bug/ast.json delete mode 100644 parser/testdata/03205_system_sync_replica_format/ast.json delete mode 100644 parser/testdata/03206_is_null_constant_result_old_analyzer_bug/ast.json delete mode 100644 parser/testdata/03206_projection_merge_special_mergetree/ast.json delete mode 100644 parser/testdata/03206_projection_merge_special_mergetree_ignore/ast.json delete mode 100644 parser/testdata/03206_replication_lag_metric/ast.json delete mode 100644 parser/testdata/03207_composite_expressions_lambda_consistent_formatting/ast.json delete mode 100644 parser/testdata/03207_json_read_subcolumns_1_memory/ast.json delete mode 100644 parser/testdata/03207_json_read_subcolumns_2_memory/ast.json delete mode 100644 parser/testdata/03208_array_of_json_read_subcolumns_2_memory/ast.json delete mode 100644 parser/testdata/03208_buffer_over_distributed_type_mismatch/ast.json delete mode 100644 parser/testdata/03208_datetime_cast_losing_precision/ast.json delete mode 100644 parser/testdata/03208_groupArrayIntersect_serialization/ast.json delete mode 100644 parser/testdata/03208_multiple_joins_with_storage_join/ast.json delete mode 100644 parser/testdata/03208_numbers_total_rows_approx/ast.json delete mode 100644 parser/testdata/03208_uniq_with_empty_tuple/ast.json delete mode 100644 parser/testdata/03209_functions_json_msan_fuzzer_issue/ast.json delete mode 100644 parser/testdata/03209_parallel_replicas_lost_decimal_conversion/ast.json delete mode 100644 parser/testdata/03209_parallel_replicas_order_by_all/ast.json delete mode 100644 parser/testdata/03209_parameterized_view_with_non_literal_params/ast.json delete mode 100644 parser/testdata/03210_convert_outer_join_to_inner_join_any_join/ast.json delete mode 100644 parser/testdata/03210_dynamic_squashing/ast.json delete mode 100644 parser/testdata/03210_empty_tuple_lhs_of_in/ast.json delete mode 100644 parser/testdata/03210_fix_single_value_data_assertion/ast.json delete mode 100644 parser/testdata/03210_lag_lead_inframe_types/ast.json delete mode 100644 parser/testdata/03210_nested_short_circuit_functions_bug/ast.json delete mode 100644 parser/testdata/03210_optimize_rewrite_aggregate_function_with_if_return_type_bug/ast.json delete mode 100644 parser/testdata/03210_variant_with_aggregate_function_type/ast.json delete mode 100644 parser/testdata/03211_convert_outer_join_to_inner_join_anti_join/ast.json delete mode 100644 parser/testdata/03212_optimize_with_constraints_logical_error/ast.json delete mode 100644 parser/testdata/03212_variant_dynamic_cast_or_default/ast.json delete mode 100644 parser/testdata/03213_array_element_msan/ast.json delete mode 100644 parser/testdata/03213_deep_json/ast.json delete mode 100644 parser/testdata/03213_denseRank_percentRank_alias/ast.json delete mode 100644 parser/testdata/03213_distributed_analyzer/ast.json delete mode 100644 parser/testdata/03213_rand_dos/ast.json delete mode 100644 parser/testdata/03214_bitslice_argument_evaluation/ast.json delete mode 100644 parser/testdata/03214_count_distinct_null_key_memory_leak/ast.json delete mode 100644 parser/testdata/03214_join_on_tuple_comparison_elimination_bug/ast.json delete mode 100644 parser/testdata/03214_json_typed_dynamic_path/ast.json delete mode 100644 parser/testdata/03215_analyzer_materialized_constants_bug/ast.json delete mode 100644 parser/testdata/03215_analyzer_replace_with_dummy_tables/ast.json delete mode 100644 parser/testdata/03215_fix_get_index_in_tuple/ast.json delete mode 100644 parser/testdata/03215_key_condition_bug/ast.json delete mode 100644 parser/testdata/03215_multilinestring_geometry/ast.json delete mode 100644 parser/testdata/03215_parquet_index/ast.json delete mode 100644 parser/testdata/03215_parsing_archive_name_s3/ast.json delete mode 100644 parser/testdata/03215_partition_in_tuple/ast.json delete mode 100644 parser/testdata/03215_toStartOfWeek_with_dateTime64_fix/ast.json delete mode 100644 parser/testdata/03215_udf_with_union/ast.json delete mode 100644 parser/testdata/03215_validate_type_in_alter_add_modify_column/ast.json delete mode 100644 parser/testdata/03215_varian_as_common_type_integers/ast.json delete mode 100644 parser/testdata/03215_varian_as_common_type_tuple_map/ast.json delete mode 100644 parser/testdata/03215_view_with_recursive/ast.json delete mode 100644 parser/testdata/03216_arrayWithConstant_limits/ast.json delete mode 100644 parser/testdata/03217_datetime64_constant_to_ast/ast.json delete mode 100644 parser/testdata/03217_filtering_in_storage_merge/ast.json delete mode 100644 parser/testdata/03217_filtering_in_system_tables/ast.json delete mode 100644 parser/testdata/03217_fliter_pushdown_no_keys/ast.json delete mode 100644 parser/testdata/03217_json_merge_patch_stack_overflow/ast.json delete mode 100644 parser/testdata/03217_primary_index_memory_leak/ast.json delete mode 100644 parser/testdata/03218_materialize_msan/ast.json delete mode 100644 parser/testdata/03221_create_if_not_exists_setting/ast.json delete mode 100644 parser/testdata/03221_incomplete_utf8_sequence/ast.json delete mode 100644 parser/testdata/03221_key_condition_bug/ast.json delete mode 100644 parser/testdata/03221_merge_profile_events/ast.json delete mode 100644 parser/testdata/03221_refreshable_matview_progress/ast.json delete mode 100644 parser/testdata/03221_variant_logical_error/ast.json delete mode 100644 parser/testdata/03222_create_timeseries_table/ast.json delete mode 100644 parser/testdata/03222_date_time_inference/ast.json delete mode 100644 parser/testdata/03222_datetime64_small_value_const/ast.json delete mode 100644 parser/testdata/03222_ignore_nulls_query_tree_elimination/ast.json delete mode 100644 parser/testdata/03222_json_empty_as_default/ast.json delete mode 100644 parser/testdata/03222_json_squashing/ast.json delete mode 100644 parser/testdata/03222_parallel_replicas_final_in_subquery/ast.json delete mode 100644 parser/testdata/03222_parallel_replicas_min_marks_to_read_overflow/ast.json delete mode 100644 parser/testdata/03222_pr_asan_index_granularity/ast.json delete mode 100644 parser/testdata/03223_analyzer_with_cube_fuzz/ast.json delete mode 100644 parser/testdata/03223_interval_data_type_comparison/ast.json delete mode 100644 parser/testdata/03223_nested_json_in_shared_data_merges/ast.json delete mode 100644 parser/testdata/03223_system_tables_set_not_ready/ast.json delete mode 100644 parser/testdata/03224_arrayUnion/ast.json delete mode 100644 parser/testdata/03224_invalid_alter/ast.json delete mode 100644 parser/testdata/03224_json_merges_new_type_in_shared_data/ast.json delete mode 100644 parser/testdata/03224_nested_json_merges_new_type_in_shared_data/ast.json delete mode 100644 parser/testdata/03224_trim_empty_string/ast.json delete mode 100644 parser/testdata/03224_tuple_element_identifier/ast.json delete mode 100644 parser/testdata/03225_const_prewhere_non_ataptive/ast.json delete mode 100644 parser/testdata/03227_distinct_dynamic_types_json_paths/ast.json delete mode 100644 parser/testdata/03227_dynamic_subcolumns_enumerate_streams/ast.json delete mode 100644 parser/testdata/03227_implicit_select/ast.json delete mode 100644 parser/testdata/03227_json_invalid_regexp/ast.json delete mode 100644 parser/testdata/03227_proper_parsing_of_cast_operator/ast.json delete mode 100644 parser/testdata/03227_test_sample_n/ast.json delete mode 100644 parser/testdata/03228_async_insert_query_params_bad_type/ast.json delete mode 100644 parser/testdata/03228_dynamic_serializations_uninitialized_value/ast.json delete mode 100644 parser/testdata/03228_dynamic_subcolumns_from_subquery/ast.json delete mode 100644 parser/testdata/03228_join_to_rerange_right_table/ast.json delete mode 100644 parser/testdata/03228_pr_subquery_view_order_by/ast.json delete mode 100644 parser/testdata/03228_url_engine_response_headers/ast.json delete mode 100644 parser/testdata/03228_variant_permutation_issue/ast.json delete mode 100644 parser/testdata/03228_virtual_column_merge_dist/ast.json delete mode 100644 parser/testdata/03229_async_insert_alter/ast.json delete mode 100644 parser/testdata/03229_empty_tuple_in_array/ast.json delete mode 100644 parser/testdata/03229_json_null_as_default_for_tuple/ast.json delete mode 100644 parser/testdata/03229_json_structure_comparison/ast.json delete mode 100644 parser/testdata/03229_query_condition_cache_drop_cache/ast.json delete mode 100644 parser/testdata/03229_query_condition_cache_final/ast.json delete mode 100644 parser/testdata/03229_query_condition_cache_in_operator/ast.json delete mode 100644 parser/testdata/03229_query_condition_cache_nondeterministic_functions/ast.json delete mode 100644 parser/testdata/03229_query_condition_cache_plaintext_condition/ast.json delete mode 100644 parser/testdata/03229_query_condition_cache_profile_events/ast.json delete mode 100644 parser/testdata/03229_query_condition_cache_recursive_cte/ast.json delete mode 100644 parser/testdata/03229_query_condition_cache_system_table/ast.json delete mode 100644 parser/testdata/03230_alter_with_mixed_mutations_and_remove_materialized/ast.json delete mode 100644 parser/testdata/03230_anyHeavy_merge/ast.json delete mode 100644 parser/testdata/03230_array_zip_unaligned/ast.json delete mode 100644 parser/testdata/03230_date_trunc_and_to_start_of_interval_on_date32/ast.json delete mode 100644 parser/testdata/03230_show_create_query_identifier_quoting_style/ast.json delete mode 100644 parser/testdata/03230_subcolumns_mv/ast.json delete mode 100644 parser/testdata/03230_system_projections/ast.json delete mode 100644 parser/testdata/03231_alter_no_properties_before_remove_modify_reset/ast.json delete mode 100644 parser/testdata/03231_create_with_clone_as/ast.json delete mode 100644 parser/testdata/03231_csv_dont_infer_bool_from_string/ast.json delete mode 100644 parser/testdata/03231_dynamic_incomplete_type_insert_bug/ast.json delete mode 100644 parser/testdata/03231_dynamic_uniq_group_by/ast.json delete mode 100644 parser/testdata/03231_dynamic_variant_in_order_by_group_by/ast.json delete mode 100644 parser/testdata/03231_pr_duplicate_announcement/ast.json delete mode 100644 parser/testdata/03231_pr_duplicate_announcement_2/ast.json delete mode 100644 parser/testdata/03231_pr_reverse_in_order/ast.json delete mode 100644 parser/testdata/03231_prewhere_conditions_order/ast.json delete mode 100644 parser/testdata/03231_values_respect_format_settings_in_fields_conversion/ast.json delete mode 100644 parser/testdata/03232_json_uniq_group_by/ast.json delete mode 100644 parser/testdata/03232_pr_not_ready_set/ast.json delete mode 100644 parser/testdata/03232_workload_create_and_drop/ast.json delete mode 100644 parser/testdata/03232_workloads_and_resources/ast.json delete mode 100644 parser/testdata/03233_dynamic_in_functions/ast.json delete mode 100644 parser/testdata/03234_enable_secure_identifiers/ast.json delete mode 100644 parser/testdata/03234_evaluate_constant_analyzer/ast.json delete mode 100644 parser/testdata/03234_get_setting_or_default/ast.json delete mode 100644 parser/testdata/03235_groupArray_string_consistency/ast.json delete mode 100644 parser/testdata/03236_create_query_ttl_where/ast.json delete mode 100644 parser/testdata/03236_keeper_map_engine_parameters/ast.json delete mode 100644 parser/testdata/03236_squashing_high_memory/ast.json delete mode 100644 parser/testdata/03236_test_zero_field_decimal/ast.json delete mode 100644 parser/testdata/03237_create_table_select_as_with_recursive/ast.json delete mode 100644 parser/testdata/03237_get_subcolumn_low_cardinality_column/ast.json delete mode 100644 parser/testdata/03237_max_map_state_decimal_serialization/ast.json delete mode 100644 parser/testdata/03238_analyzer_unknown_function/ast.json delete mode 100644 parser/testdata/03239_if_constant_folding/ast.json delete mode 100644 parser/testdata/03239_nan_with_fill/ast.json delete mode 100644 parser/testdata/03240_array_element_or_null/ast.json delete mode 100644 parser/testdata/03240_array_element_or_null_for_map/ast.json delete mode 100644 parser/testdata/03240_cte_in_subquery/ast.json delete mode 100644 parser/testdata/03240_insert_select_named_tuple/ast.json delete mode 100644 parser/testdata/03240_quantile_exact_weighted_interpolated/ast.json delete mode 100644 parser/testdata/03241_orc_dictionary_encode/ast.json delete mode 100644 parser/testdata/03241_view_block_structure/ast.json delete mode 100644 parser/testdata/03242_view_block_structure/ast.json delete mode 100644 parser/testdata/03243_array_join_lambda/ast.json delete mode 100644 parser/testdata/03243_check_for_nullable_nothing_in_alter/ast.json delete mode 100644 parser/testdata/03243_cluster_not_found_column/ast.json delete mode 100644 parser/testdata/03243_compatibility_setting_with_alias/ast.json delete mode 100644 parser/testdata/03243_create_or_replace_view_dependency_check/ast.json delete mode 100644 parser/testdata/03243_lower_utf8_msan/ast.json delete mode 100644 parser/testdata/03243_to_start_of_interval_aliases/ast.json delete mode 100644 parser/testdata/03244_skip_index_in_final_query_with_pk_rescan/ast.json delete mode 100644 parser/testdata/03244_skip_index_in_final_query_with_pk_rescan_basic/ast.json delete mode 100644 parser/testdata/03244_skip_index_in_final_query_with_pk_rescan_extremes/ast.json delete mode 100644 parser/testdata/03244_skip_index_in_final_query_with_pk_rescan_no_final_mark/ast.json delete mode 100644 parser/testdata/03245_ripemd160/ast.json delete mode 100644 parser/testdata/03245_views_and_filter_push_down_bug/ast.json delete mode 100644 parser/testdata/03246_alter_update_dynamic_hung/ast.json delete mode 100644 parser/testdata/03246_join_on_asterisk/ast.json delete mode 100644 parser/testdata/03246_json_subcolumn_correct_type/ast.json delete mode 100644 parser/testdata/03246_json_tuple_decompress_race/ast.json delete mode 100644 parser/testdata/03246_range_literal_replacement_works/ast.json delete mode 100644 parser/testdata/03246_toStartOfInterval_date_timezone_bug/ast.json delete mode 100644 parser/testdata/03247_generic_arrayMin_arrayMax_fixes/ast.json delete mode 100644 parser/testdata/03247_json_extract_lc_nullable/ast.json delete mode 100644 parser/testdata/03247_materialized_view_select_intersect/ast.json delete mode 100644 parser/testdata/03247_object_column_copy/ast.json delete mode 100644 parser/testdata/03247_pr_local_plan_non_constant_in_source/ast.json delete mode 100644 parser/testdata/03248_invalid_where/ast.json delete mode 100644 parser/testdata/03248_max_parts_to_move/ast.json delete mode 100644 parser/testdata/03248_with_fill_string_crash/ast.json delete mode 100644 parser/testdata/03248_with_insert/ast.json delete mode 100644 parser/testdata/03249_dynamic_alter_consistency/ast.json delete mode 100644 parser/testdata/03250_avoid_prefetch_empty_parts/ast.json delete mode 100644 parser/testdata/03250_ephemeral_comment/ast.json delete mode 100644 parser/testdata/03250_json_group_by_sub_object_subcolumn/ast.json delete mode 100644 parser/testdata/03251_unaligned_window_function_state/ast.json delete mode 100644 parser/testdata/03252_check_number_of_arguments_for_dynamic/ast.json delete mode 100644 parser/testdata/03252_fill_missed_arrays/ast.json delete mode 100644 parser/testdata/03252_merge_tree_min_bytes_to_seek/ast.json delete mode 100644 parser/testdata/03253_getMaxTableNameLength/ast.json delete mode 100644 parser/testdata/03253_group_by_cube_too_many_keys/ast.json delete mode 100644 parser/testdata/03254_attach_part_order/ast.json delete mode 100644 parser/testdata/03254_last_2_samples_aggregate_function/ast.json delete mode 100644 parser/testdata/03254_last_2_samples_aggregate_function_simple/ast.json delete mode 100644 parser/testdata/03254_merge_source_parts/ast.json delete mode 100644 parser/testdata/03254_normalize_aggregate_states_with_named_tuple_args/ast.json delete mode 100644 parser/testdata/03254_part_log_partition_column_is_set/ast.json delete mode 100644 parser/testdata/03254_pr_join_on_dups/ast.json delete mode 100644 parser/testdata/03254_prewarm_mark_cache_columns/ast.json delete mode 100644 parser/testdata/03254_prewarm_mark_cache_rmt/ast.json delete mode 100644 parser/testdata/03254_project_lwd_respects_row_exists/ast.json delete mode 100644 parser/testdata/03254_system_prewarm_mark_cache/ast.json delete mode 100644 parser/testdata/03254_test_alter_user_no_changes/ast.json delete mode 100644 parser/testdata/03254_timeseries_functions/ast.json delete mode 100644 parser/testdata/03254_timeseries_functions_various_arguments/ast.json delete mode 100644 parser/testdata/03254_timeseries_group_array/ast.json delete mode 100644 parser/testdata/03254_timeseries_instant_value_aggregate_functions/ast.json delete mode 100644 parser/testdata/03254_timeseries_range/ast.json delete mode 100644 parser/testdata/03254_timeseries_to_grid_aggregate_function/ast.json delete mode 100644 parser/testdata/03254_timeseries_to_grid_aggregate_function_sparse/ast.json delete mode 100644 parser/testdata/03254_uniq_exact_two_level_negative_zero/ast.json delete mode 100644 parser/testdata/03255_fix_sbstrings_logical_error/ast.json delete mode 100644 parser/testdata/03255_merge_mutation_start_entry_in_the_part_log/ast.json delete mode 100644 parser/testdata/03256_invalid_mutation_query/ast.json delete mode 100644 parser/testdata/03257_json_escape_file_names/ast.json delete mode 100644 parser/testdata/03257_reverse_sorting_key/ast.json delete mode 100644 parser/testdata/03257_reverse_sorting_key_simple/ast.json delete mode 100644 parser/testdata/03257_reverse_sorting_key_zookeeper/ast.json delete mode 100644 parser/testdata/03257_scalar_in_format_table_expression/ast.json delete mode 100644 parser/testdata/03257_setting_tiers/ast.json delete mode 100644 parser/testdata/03258_dynamic_in_functions_weak_ptr_exception/ast.json delete mode 100644 parser/testdata/03258_multiple_array_joins/ast.json delete mode 100644 parser/testdata/03258_old_analyzer_const_expr_bug/ast.json delete mode 100644 parser/testdata/03258_quantile_exact_weighted_issue/ast.json delete mode 100644 parser/testdata/03259_grouping_sets_aliases/ast.json delete mode 100644 parser/testdata/03259_join_condition_executed_block_bug/ast.json delete mode 100644 parser/testdata/03259_negate_key_overflow/ast.json delete mode 100644 parser/testdata/03259_orc_date_out_of_range/ast.json delete mode 100644 parser/testdata/03260_dynamic_low_cardinality_dict_bug/ast.json delete mode 100644 parser/testdata/03261_any_respect_camelCase_aliases/ast.json delete mode 100644 parser/testdata/03261_delayed_streams_memory/ast.json delete mode 100644 parser/testdata/03261_json_hints_types_check/ast.json delete mode 100644 parser/testdata/03261_low_cardinality_nullable_to_dynamic_cast/ast.json delete mode 100644 parser/testdata/03261_minmax_indices_by_default/ast.json delete mode 100644 parser/testdata/03261_minmax_indices_by_default_table_copy/ast.json delete mode 100644 parser/testdata/03261_mongodb_argumetns_crash/ast.json delete mode 100644 parser/testdata/03261_optimize_rewrite_array_exists_to_has_crash/ast.json delete mode 100644 parser/testdata/03261_pr_semi_anti_join/ast.json delete mode 100644 parser/testdata/03261_sort_cursor_crash/ast.json delete mode 100644 parser/testdata/03261_tuple_map_to_json_cast/ast.json delete mode 100644 parser/testdata/03261_variant_permutation_bug/ast.json delete mode 100644 parser/testdata/03262_analyzer_materialized_view_in_with_cte/ast.json delete mode 100644 parser/testdata/03262_column_sizes_with_dynamic_structure/ast.json delete mode 100644 parser/testdata/03262_common_expression_optimization/ast.json delete mode 100644 parser/testdata/03262_const_adaptive_index_granularity/ast.json delete mode 100644 parser/testdata/03262_filter_push_down_view/ast.json delete mode 100644 parser/testdata/03262_system_functions_should_not_fill_query_log_functions/ast.json delete mode 100644 parser/testdata/03263_analyzer_materialized_view_cte_nested/ast.json delete mode 100644 parser/testdata/03263_forbid_materialize_sort_key/ast.json delete mode 100644 parser/testdata/03263_parquet_write_bloom_filter/ast.json delete mode 100644 parser/testdata/03266_lowcardinality_string_monotonicity/ast.json delete mode 100644 parser/testdata/03266_with_fill_staleness/ast.json delete mode 100644 parser/testdata/03266_with_fill_staleness_cases/ast.json delete mode 100644 parser/testdata/03266_with_fill_staleness_errors/ast.json delete mode 100644 parser/testdata/03267_join_swap_bug/ast.json delete mode 100644 parser/testdata/03267_materialized_view_keeps_security_context/ast.json delete mode 100644 parser/testdata/03268_empty_tuple_update/ast.json delete mode 100644 parser/testdata/03268_nested_analyzer/ast.json delete mode 100644 parser/testdata/03268_system_parts_index_granularity/ast.json delete mode 100644 parser/testdata/03268_vertical_pretty_numbers/ast.json delete mode 100644 parser/testdata/03269_bf16/ast.json delete mode 100644 parser/testdata/03269_partition_key_not_in_set/ast.json delete mode 100644 parser/testdata/03270_empty_tuple_in_array_intersect/ast.json delete mode 100644 parser/testdata/03270_fix_column_modifier_write_order/ast.json delete mode 100644 parser/testdata/03270_max_bytes_ratio_before_external_group_by/ast.json delete mode 100644 parser/testdata/03271_date_to_datetime_saturation/ast.json delete mode 100644 parser/testdata/03271_decimal_monotonic_day_of_week/ast.json delete mode 100644 parser/testdata/03271_dynamic_variant_in_min_max/ast.json delete mode 100644 parser/testdata/03271_max_bytes_ratio_before_external_order_by/ast.json delete mode 100644 parser/testdata/03271_s3_table_function_asterisk_glob/ast.json delete mode 100644 parser/testdata/03271_sqllancer_having_issue/ast.json delete mode 100644 parser/testdata/03272_arrayAUCPR/ast.json delete mode 100644 parser/testdata/03272_bad_aggregate_function/ast.json delete mode 100644 parser/testdata/03272_bitmapTransform_error_counter/ast.json delete mode 100644 parser/testdata/03272_json_to_json_cast_1/ast.json delete mode 100644 parser/testdata/03272_json_to_json_cast_2/ast.json delete mode 100644 parser/testdata/03272_json_to_json_cast_3/ast.json delete mode 100644 parser/testdata/03272_json_to_json_cast_4/ast.json delete mode 100644 parser/testdata/03272_json_to_json_cast_5/ast.json delete mode 100644 parser/testdata/03272_json_to_json_cast_6/ast.json delete mode 100644 parser/testdata/03272_parallel_replicas_read_in_order/ast.json delete mode 100644 parser/testdata/03272_partition_pruning_monotonic_func_bug/ast.json delete mode 100644 parser/testdata/03272_prewarm_mark_cache_add_column/ast.json delete mode 100644 parser/testdata/03273_better_json_subcolumns_parsing/ast.json delete mode 100644 parser/testdata/03273_dynamic_pretty_json_serialization/ast.json delete mode 100644 parser/testdata/03273_format_inference_create_query_s3_url/ast.json delete mode 100644 parser/testdata/03273_group_by_in_order_still_used_when_group_by_key_doesnt_match_order_by_key/ast.json delete mode 100644 parser/testdata/03273_primary_index_cache/ast.json delete mode 100644 parser/testdata/03273_primary_index_cache_low_cardinality/ast.json delete mode 100644 parser/testdata/03273_select_from_explain_ast_non_select/ast.json delete mode 100644 parser/testdata/03274_aliases_in_udf/ast.json delete mode 100644 parser/testdata/03274_dynamic_column_data_race_with_concurrent_hj/ast.json delete mode 100644 parser/testdata/03274_dynamic_column_sizes_vertical_merge/ast.json delete mode 100644 parser/testdata/03274_grace_hash_max_joined_block_size_rows_bug/ast.json delete mode 100644 parser/testdata/03274_join_algorithm_default/ast.json delete mode 100644 parser/testdata/03274_json_pretty_output/ast.json delete mode 100644 parser/testdata/03274_json_to_json_alter_nested_json/ast.json delete mode 100644 parser/testdata/03274_philipzucker/ast.json delete mode 100644 parser/testdata/03274_prewarm_primary_index_cache/ast.json delete mode 100644 parser/testdata/03274_squashing_transform_sparse_bug/ast.json delete mode 100644 parser/testdata/03274_with_fill_dup_sort_bug/ast.json delete mode 100644 parser/testdata/03275_auto_cluster_functions_with_parallel_replicas/ast.json delete mode 100644 parser/testdata/03275_block_number_mutation/ast.json delete mode 100644 parser/testdata/03275_block_number_update/ast.json delete mode 100644 parser/testdata/03275_count_digits_argument_evaluation/ast.json delete mode 100644 parser/testdata/03275_ignore_nonexistent_files_fix/ast.json delete mode 100644 parser/testdata/03275_matview_with_union/ast.json delete mode 100644 parser/testdata/03275_pr_any_join/ast.json delete mode 100644 parser/testdata/03275_subcolumns_in_primary_key_bug/ast.json delete mode 100644 parser/testdata/03276_database_backup_merge_tree_table_file_engine/ast.json delete mode 100644 parser/testdata/03276_empty_variant_type/ast.json delete mode 100644 parser/testdata/03276_functions_to_subcolumns_lc/ast.json delete mode 100644 parser/testdata/03276_index_empty_part/ast.json delete mode 100644 parser/testdata/03276_index_of_assume_sorted/ast.json delete mode 100644 parser/testdata/03276_merge_tree_index_lazy_load/ast.json delete mode 100644 parser/testdata/03276_parquet_output_compression_level/ast.json delete mode 100644 parser/testdata/03277_analyzer_array_join_fix/ast.json delete mode 100644 parser/testdata/03277_dead_letter_queue_unsupported/ast.json delete mode 100644 parser/testdata/03277_join_adaptive_spill/ast.json delete mode 100644 parser/testdata/03277_join_adaptive_spill_oom/ast.json delete mode 100644 parser/testdata/03277_logging_elapsed_ns/ast.json delete mode 100644 parser/testdata/03278_database_backup_merge_tree_table_disk_engine/ast.json delete mode 100644 parser/testdata/03278_dateTime64_in_dateTime64_bug/ast.json delete mode 100644 parser/testdata/03278_enum_in_unknown_value/ast.json delete mode 100644 parser/testdata/03278_enum_string_functions/ast.json delete mode 100644 parser/testdata/03279_array_normalized_gini/ast.json delete mode 100644 parser/testdata/03279_database_backup_database_disk_engine/ast.json delete mode 100644 parser/testdata/03279_join_choose_build_table/ast.json delete mode 100644 parser/testdata/03279_join_choose_build_table_auto_statistics/ast.json delete mode 100644 parser/testdata/03279_join_choose_build_table_statistics/ast.json delete mode 100644 parser/testdata/03279_not_empty_json/ast.json delete mode 100644 parser/testdata/03280_aliases_for_selects_and_views/ast.json delete mode 100644 parser/testdata/03280_dynamic_if_null/ast.json delete mode 100644 parser/testdata/03281_dynamic_coalesce/ast.json delete mode 100644 parser/testdata/03282_block_number_otehr_mutations/ast.json delete mode 100644 parser/testdata/03282_dynamic_in_functions_convert/ast.json delete mode 100644 parser/testdata/03282_highlight_trailing_whitespace_pretty/ast.json delete mode 100644 parser/testdata/03282_join_distributed_no_columns/ast.json delete mode 100644 parser/testdata/03282_json_equal_comparison/ast.json delete mode 100644 parser/testdata/03282_materialized_views_ignore_errors/ast.json delete mode 100644 parser/testdata/03282_memory_transaction_crash/ast.json delete mode 100644 parser/testdata/03282_parallel_join_with_additional_filter/ast.json delete mode 100644 parser/testdata/03283_json_binary_serialization_use_default_setttings/ast.json delete mode 100644 parser/testdata/03283_optimize_on_insert_level/ast.json delete mode 100644 parser/testdata/03284_json_object_as_tuple_duplicate_keys/ast.json delete mode 100644 parser/testdata/03285_analyzer_array_join_nested/ast.json delete mode 100644 parser/testdata/03285_analyzer_extract_common_expr_bug/ast.json delete mode 100644 parser/testdata/03285_analyzer_optimize_disjunctions/ast.json delete mode 100644 parser/testdata/03285_default_engine_with_settings/ast.json delete mode 100644 parser/testdata/03285_materialize_ttl_only_drop_parts/ast.json delete mode 100644 parser/testdata/03285_parallel_replicas_one_replica/ast.json delete mode 100644 parser/testdata/03286_backup_to_memory/ast.json delete mode 100644 parser/testdata/03286_backup_to_null/ast.json delete mode 100644 parser/testdata/03286_collation_locale_with_modifier/ast.json delete mode 100644 parser/testdata/03286_format_datetime_timezones/ast.json delete mode 100644 parser/testdata/03286_parallel_replicas_cross_join_bug/ast.json delete mode 100644 parser/testdata/03286_reverse_sorting_key_final/ast.json delete mode 100644 parser/testdata/03286_reverse_sorting_key_final2/ast.json delete mode 100644 parser/testdata/03286_serialization_hint_system_columns/ast.json delete mode 100644 parser/testdata/03287_dynamic_and_json_squashing_fix/ast.json delete mode 100644 parser/testdata/03287_format_datetime_mysqlfraction/ast.json delete mode 100644 parser/testdata/03287_not_comparable_types_in_order_by_and_comparison_functions/ast.json delete mode 100644 parser/testdata/03289_explain_syntax_statistics/ast.json delete mode 100644 parser/testdata/03289_tuple_element_to_subcolumn/ast.json delete mode 100644 parser/testdata/03290_dictionary_assert_on_function/ast.json delete mode 100644 parser/testdata/03290_final_collapsing/ast.json delete mode 100644 parser/testdata/03290_final_replacing/ast.json delete mode 100644 parser/testdata/03290_final_sample/ast.json delete mode 100644 parser/testdata/03290_force_normal_projection/ast.json delete mode 100644 parser/testdata/03290_formatReadable_other_numeric_types/ast.json delete mode 100644 parser/testdata/03290_limit_by_segv/ast.json delete mode 100644 parser/testdata/03290_mix_engine_and_query_settings/ast.json delete mode 100644 parser/testdata/03290_partial_arrayROCAUC_and_arrayAUCPR/ast.json delete mode 100644 parser/testdata/03290_pr_non_replicated_in_subquery/ast.json delete mode 100644 parser/testdata/03291_collapsing_invalid_sign/ast.json delete mode 100644 parser/testdata/03291_json_big_structure_deserialization/ast.json delete mode 100644 parser/testdata/03291_low_cardinality_uuid/ast.json delete mode 100644 parser/testdata/03292_format_tty_friendly/ast.json delete mode 100644 parser/testdata/03292_nullable_json_schema_inference/ast.json delete mode 100644 parser/testdata/03293_forbid_cluster_table_engine/ast.json delete mode 100644 parser/testdata/03296_bfloat16_ubsan/ast.json delete mode 100644 parser/testdata/03297_cut_column_name/ast.json delete mode 100644 parser/testdata/03298_analyzer_group_by_all_fix/ast.json delete mode 100644 parser/testdata/03298_server_client_native_settings/ast.json delete mode 100644 parser/testdata/03298_triger_local_error_format/ast.json delete mode 100644 parser/testdata/03298_vertical_columns/ast.json delete mode 100644 parser/testdata/03299_deep_nested_map_creation/ast.json delete mode 100644 parser/testdata/03299_map_named_tuple/ast.json delete mode 100644 parser/testdata/03299_pretty_squash/ast.json delete mode 100644 parser/testdata/03300_generate_random_const_expr_params/ast.json delete mode 100644 parser/testdata/03300_nested_json_empty_keys/ast.json delete mode 100644 parser/testdata/03300_pretty_vertical_cut/ast.json delete mode 100644 parser/testdata/03301_is_ipv4_string/ast.json delete mode 100644 parser/testdata/03301_subcolumns_in_mv/ast.json delete mode 100644 parser/testdata/03302_analyzer_distributed_filter_push_down/ast.json delete mode 100644 parser/testdata/03302_analyzer_join_filter_push_down_bug/ast.json delete mode 100644 parser/testdata/03302_any_enum_aggregation/ast.json delete mode 100644 parser/testdata/03302_merge_table_structure_unification/ast.json delete mode 100644 parser/testdata/03303_alias_inverse_order/ast.json delete mode 100644 parser/testdata/03303_distributed_explain/ast.json delete mode 100644 parser/testdata/03303_dynamic_in_not_xor/ast.json delete mode 100644 parser/testdata/03303_pretty_multiline/ast.json delete mode 100644 parser/testdata/03304_compare_substrings/ast.json delete mode 100644 parser/testdata/03304_fill_virtual_columns/ast.json delete mode 100644 parser/testdata/03304_pretty_fallback_to_vertical/ast.json delete mode 100644 parser/testdata/03305_compressed_memory_eng_crash_reading_subcolumn/ast.json delete mode 100644 parser/testdata/03305_fix_kafka_table_with_kw_arguments/ast.json delete mode 100644 parser/testdata/03305_log_unsupported_types/ast.json delete mode 100644 parser/testdata/03305_mergine_aggregated_filter_push_down/ast.json delete mode 100644 parser/testdata/03305_parallel_with/ast.json delete mode 100644 parser/testdata/03306_materialized_vew_prewhere_supported_columns/ast.json delete mode 100644 parser/testdata/03306_optimize_table_force_keyword/ast.json delete mode 100644 parser/testdata/03307_forbid_loop_table_function_as_engine/ast.json delete mode 100644 parser/testdata/03307_parallel_hash_max_joined_rows/ast.json delete mode 100644 parser/testdata/03310_aggregate_projection_count_nullable/ast.json delete mode 100644 parser/testdata/03310_create_database_with_settings/ast.json delete mode 100644 parser/testdata/03310_index_hints_read_columns/ast.json delete mode 100644 parser/testdata/03310_materialized_view_with_bad_select/ast.json delete mode 100644 parser/testdata/03311_constantnode/ast.json delete mode 100644 parser/testdata/03311_issue_72265/ast.json delete mode 100644 parser/testdata/03311_min_max_count_projection_with_constant_partition_expr/ast.json delete mode 100644 parser/testdata/03311_recursive_cte_old_analyzer_error/ast.json delete mode 100644 parser/testdata/03311_subcolumns_in_default_and_materialized_expressions/ast.json delete mode 100644 parser/testdata/03312_analyzer_unused_projection_fix/ast.json delete mode 100644 parser/testdata/03312_explain_syntax_analyzer/ast.json delete mode 100644 parser/testdata/03312_issue_74299/ast.json delete mode 100644 parser/testdata/03312_json_literal_remote/ast.json delete mode 100644 parser/testdata/03312_line_numbers/ast.json delete mode 100644 parser/testdata/03312_sparse_column_tuple/ast.json delete mode 100644 parser/testdata/03312_squashing_with_low_card_mem_usage/ast.json delete mode 100644 parser/testdata/03312_system_errors_last_error/ast.json delete mode 100644 parser/testdata/03313_case_insensitive_json_type_declaration/ast.json delete mode 100644 parser/testdata/03313_h3togeo_result_order/ast.json delete mode 100644 parser/testdata/03314_analyzer_resolve_in_parent_scope/ast.json delete mode 100644 parser/testdata/03314_analyzer_resolve_in_parent_scope_2/ast.json delete mode 100644 parser/testdata/03314_analyzer_resolve_in_parent_scope_3/ast.json delete mode 100644 parser/testdata/03314_analyzer_resolve_in_parent_scope_4/ast.json delete mode 100644 parser/testdata/03314_analyzer_resolve_in_parent_scope_5/ast.json delete mode 100644 parser/testdata/03314_divide_decimal_short_circuit/ast.json delete mode 100644 parser/testdata/03314_empty_tuple_in_protobuf_format/ast.json delete mode 100644 parser/testdata/03314_grace_hash_join_buckets/ast.json delete mode 100644 parser/testdata/03314_has_column_in_table_alias_column/ast.json delete mode 100644 parser/testdata/03314_nullable_key_no_optimize_functions_to_subcolumns/ast.json delete mode 100644 parser/testdata/03314_summing_merge_tree_final_not_found_column_in_block/ast.json delete mode 100644 parser/testdata/03314_variant_rowbinary_file/ast.json delete mode 100644 parser/testdata/03315_analyzer_correlated_subqueries/ast.json delete mode 100644 parser/testdata/03315_array_join_scalar/ast.json delete mode 100644 parser/testdata/03315_join_on_optimize_pass_alias/ast.json delete mode 100644 parser/testdata/03315_join_temporary_table_names/ast.json delete mode 100644 parser/testdata/03315_quantile_bfloat16_ubsan/ast.json delete mode 100644 parser/testdata/03315_trim_two_args/ast.json delete mode 100644 parser/testdata/03316_analyzer_unique_table_aliases_dist/ast.json delete mode 100644 parser/testdata/03317_index_hint_prewhere/ast.json delete mode 100644 parser/testdata/03317_pretty_fallback_to_vertical_consistent/ast.json delete mode 100644 parser/testdata/03318_ubsan_resample_arguments_count/ast.json delete mode 100644 parser/testdata/03319_concurrent_hash_join_double_preallocation_bug/ast.json delete mode 100644 parser/testdata/03321_create_table_as_replicated_engine_args/ast.json delete mode 100644 parser/testdata/03321_functions_to_subcolumns_skip_index/ast.json delete mode 100644 parser/testdata/03321_inner_materialized_view_nested/ast.json delete mode 100644 parser/testdata/03321_join_on_is_null_lowcardinality/ast.json delete mode 100644 parser/testdata/03321_system_tables_parametrized_view_params/ast.json delete mode 100644 parser/testdata/03322_bugfix_of_with_insert/ast.json delete mode 100644 parser/testdata/03322_check_count_for_parquet_in_s3/ast.json delete mode 100644 parser/testdata/03322_initial_query_start_time_check/ast.json delete mode 100644 parser/testdata/03322_materialized_view_ignore_errors_url/ast.json delete mode 100644 parser/testdata/03322_unused_interpolate_expressions/ast.json delete mode 100644 parser/testdata/03322_view_over_parameterized_view/ast.json delete mode 100644 parser/testdata/03323_bfloat16_least_supertype/ast.json delete mode 100644 parser/testdata/03323_union_all_constants_bug/ast.json delete mode 100644 parser/testdata/03324_aggregating_merge_tree_final_extremes/ast.json delete mode 100644 parser/testdata/03325_alter_ast_format/ast.json delete mode 100644 parser/testdata/03325_alter_modify_projection_primary_key_column/ast.json delete mode 100644 parser/testdata/03325_count_summing_merge_tree_order_by_tuple/ast.json delete mode 100644 parser/testdata/03325_distributed_join_json_array_subcolumns/ast.json delete mode 100644 parser/testdata/03326_parallel_replicas_out_of_range/ast.json delete mode 100644 parser/testdata/03326_toStartOfNanosecond_ubsan/ast.json delete mode 100644 parser/testdata/03327_alias_column_constant/ast.json delete mode 100644 parser/testdata/03327_hypothesis_index_sanity/ast.json delete mode 100644 parser/testdata/03328_formatting_assignment_expression/ast.json delete mode 100644 parser/testdata/03328_normalized_query_hash/ast.json delete mode 100644 parser/testdata/03333_merge_table_total_rows_no_database_system_tables_exception/ast.json delete mode 100644 parser/testdata/03334_aliases_function_infinite_loop/ast.json delete mode 100644 parser/testdata/03339_native_reader_exact_rows/ast.json delete mode 100644 parser/testdata/03340_projections_formatting/ast.json delete mode 100644 parser/testdata/03340_transform_logical_error_fix/ast.json delete mode 100644 parser/testdata/03350_alter_table_fetch_partition_thread_pool/ast.json delete mode 100644 parser/testdata/03350_json_parsing_quickly/ast.json delete mode 100644 parser/testdata/03351_client_insert_bad_connection_state/ast.json delete mode 100644 parser/testdata/03352_allow_suspicious_ttl/ast.json delete mode 100644 parser/testdata/03352_distinct_sorted_bug/ast.json delete mode 100644 parser/testdata/03352_lazy_column_filter_by_uint8/ast.json delete mode 100644 parser/testdata/03353_codec_zstd_doubledelta_data_corruption/ast.json delete mode 100644 parser/testdata/03354_translate_crap/ast.json delete mode 100644 parser/testdata/03355_array_join_subcolumns/ast.json delete mode 100644 parser/testdata/03355_issue_31183/ast.json delete mode 100644 parser/testdata/03355_issue_32743/ast.json delete mode 100644 parser/testdata/03355_join_to_in_optimization/ast.json delete mode 100644 parser/testdata/03355_mergetree_table_disk/ast.json delete mode 100644 parser/testdata/03356_analyzer_qualified_matcher_error/ast.json delete mode 100644 parser/testdata/03356_analyzer_unused_scalar_subquery/ast.json delete mode 100644 parser/testdata/03356_array_join_subcolumns_indexes/ast.json delete mode 100644 parser/testdata/03356_postgresql_mysql_endpoint_parsing/ast.json delete mode 100644 parser/testdata/03356_pull_entry_before_detach_part/ast.json delete mode 100644 parser/testdata/03356_tables_with_binary_identifiers_invalid_utf8/ast.json delete mode 100644 parser/testdata/03356_threshold_for_parallel_hash/ast.json delete mode 100644 parser/testdata/03357_analyzer_insert_view/ast.json delete mode 100644 parser/testdata/03357_arraySymmetricDifference/ast.json delete mode 100644 parser/testdata/03357_block_structure_union_step/ast.json delete mode 100644 parser/testdata/03357_check_contraints_null_syntax/ast.json delete mode 100644 parser/testdata/03357_jit_strikes_again/ast.json delete mode 100644 parser/testdata/03357_join_pk_sharding/ast.json delete mode 100644 parser/testdata/03357_recursive_cte_no_logical_error/ast.json delete mode 100644 parser/testdata/03357_storage_join_mv_context/ast.json delete mode 100644 parser/testdata/03357_with_cube_with_totals_assertion/ast.json delete mode 100644 parser/testdata/03358_block_structure_match/ast.json delete mode 100644 parser/testdata/03358_lambda_resolution_segfault_analyzer/ast.json delete mode 100644 parser/testdata/03359_analyzer_rewrite_view_query/ast.json delete mode 100644 parser/testdata/03359_point_in_polygon_index/ast.json delete mode 100644 parser/testdata/03359_ub_merging_aggregated_transform/ast.json delete mode 100644 parser/testdata/03360_any_join_parallel_hash_bug/ast.json delete mode 100644 parser/testdata/03360_bool_remote/ast.json delete mode 100644 parser/testdata/03362_create_table_after_truncate_replicated_database/ast.json delete mode 100644 parser/testdata/03362_default_profiles_context/ast.json delete mode 100644 parser/testdata/03362_filter_transform_profile_events/ast.json delete mode 100644 parser/testdata/03362_iceberg_table_with_confusing_name/ast.json delete mode 100644 parser/testdata/03362_join_on_filterpushdown/ast.json delete mode 100644 parser/testdata/03362_join_where_false_76670/ast.json delete mode 100644 parser/testdata/03362_optimize_using_constraints_type_mismatch/ast.json delete mode 100644 parser/testdata/03362_reverse_sorting_key_explicit_primary_key/ast.json delete mode 100644 parser/testdata/03363_constant_nullable_key/ast.json delete mode 100644 parser/testdata/03363_estimate_compression_ratio_validation/ast.json delete mode 100644 parser/testdata/03363_function_keccak256/ast.json delete mode 100644 parser/testdata/03363_hive_style_partition/ast.json delete mode 100644 parser/testdata/03363_qbit_create_insert_select/ast.json delete mode 100644 parser/testdata/03363_read_json_and_subcolumns_from_view/ast.json delete mode 100644 parser/testdata/03364_gorilla_codec_parameters/ast.json delete mode 100644 parser/testdata/03364_pretty_json_bool/ast.json delete mode 100644 parser/testdata/03364_qbit_negative/ast.json delete mode 100644 parser/testdata/03364_s3_globbed_path_in_bucket_portion/ast.json delete mode 100644 parser/testdata/03364_ttl_should_recalculate_minmax_index/ast.json delete mode 100644 parser/testdata/03364_with_fill_select_from_cluster_view/ast.json delete mode 100644 parser/testdata/03365_bind_host/ast.json delete mode 100644 parser/testdata/03365_csv_time_deserialization_bug/ast.json delete mode 100644 parser/testdata/03365_dynamic_column_datetime/ast.json delete mode 100644 parser/testdata/03365_finish_sorting_crash/ast.json delete mode 100644 parser/testdata/03365_if_time_time64/ast.json delete mode 100644 parser/testdata/03365_json_with_variant_subcolumn/ast.json delete mode 100644 parser/testdata/03365_parsing_time_time64_short/ast.json delete mode 100644 parser/testdata/03365_qbit_casts_as_from_array/ast.json delete mode 100644 parser/testdata/03365_read_negative_time_implicitly/ast.json delete mode 100644 parser/testdata/03365_time64_casts/ast.json delete mode 100644 parser/testdata/03365_time64_from_datetime_timezone_respect/ast.json delete mode 100644 parser/testdata/03365_time_implicit_conversion/ast.json delete mode 100644 parser/testdata/03365_time_in_json/ast.json delete mode 100644 parser/testdata/03365_time_parsing_msan_issue/ast.json delete mode 100644 parser/testdata/03365_time_prewhere_supertype_bug/ast.json delete mode 100644 parser/testdata/03365_time_time64_aggregate_functions/ast.json delete mode 100644 parser/testdata/03365_time_time64_as_primary_key/ast.json delete mode 100644 parser/testdata/03365_time_time64_best_effort_parsing/ast.json delete mode 100644 parser/testdata/03365_time_time64_cap_max_time/ast.json delete mode 100644 parser/testdata/03365_time_time64_comparison/ast.json delete mode 100644 parser/testdata/03365_time_time64_conversions/ast.json delete mode 100644 parser/testdata/03365_time_time64_extreme_values/ast.json delete mode 100644 parser/testdata/03365_time_time64_insertion_bug/ast.json delete mode 100644 parser/testdata/03365_time_time64_operations/ast.json delete mode 100644 parser/testdata/03365_time_time64_parsing/ast.json delete mode 100644 parser/testdata/03365_time_time64_supertype/ast.json delete mode 100644 parser/testdata/03365_time_time64_without_timezone/ast.json delete mode 100644 parser/testdata/03365_time_timezone_issue/ast.json delete mode 100644 parser/testdata/03365_time_to_time64_conv_bug/ast.json delete mode 100644 parser/testdata/03365_use_legacy_to_time/ast.json delete mode 100644 parser/testdata/03365_variant_bool_parsing/ast.json delete mode 100644 parser/testdata/03366_bfloat16_sorting/ast.json delete mode 100644 parser/testdata/03366_qbit_array_map_populate/ast.json delete mode 100644 parser/testdata/03366_with_fill_dag/ast.json delete mode 100644 parser/testdata/03367_bfloat16_tuple_final/ast.json delete mode 100644 parser/testdata/03368_bfloat16_merge_join/ast.json delete mode 100644 parser/testdata/03368_qbit_subcolumns/ast.json delete mode 100644 parser/testdata/03369_bfloat16_map/ast.json delete mode 100644 parser/testdata/03369_function_arrayLevenshtein/ast.json delete mode 100644 parser/testdata/03369_l2_distance_transposed_variadic/ast.json delete mode 100644 parser/testdata/03369_predicate_pushdown_enforce_literal_type/ast.json delete mode 100644 parser/testdata/03369_values_template_types_mismatch/ast.json delete mode 100644 parser/testdata/03369_variant_escape_filename_merge_tree/ast.json delete mode 100644 parser/testdata/03370_join_identifiers/ast.json delete mode 100644 parser/testdata/03370_rocks_db_engine_subcolumn_in_pk/ast.json delete mode 100644 parser/testdata/03371_analyzer_filter_pushdown_distributed/ast.json delete mode 100644 parser/testdata/03371_bfloat16_special_values/ast.json delete mode 100644 parser/testdata/03371_constant_alias_columns/ast.json delete mode 100644 parser/testdata/03371_nullable_tuple_string_comparison/ast.json delete mode 100644 parser/testdata/03372_get_subcolumn_null/ast.json delete mode 100644 parser/testdata/03372_qbit_mergetree_1/ast.json delete mode 100644 parser/testdata/03372_qbit_mergetree_2/ast.json delete mode 100644 parser/testdata/03373_qbit_dynamic/ast.json delete mode 100644 parser/testdata/03374_date_trunc_with_negatives/ast.json delete mode 100644 parser/testdata/03374_indexes_with_literals/ast.json delete mode 100644 parser/testdata/03374_indexes_with_trivial_cast/ast.json delete mode 100644 parser/testdata/03374_qbit_nullable/ast.json delete mode 100644 parser/testdata/03375_bloom_filter_array_equals/ast.json delete mode 100644 parser/testdata/03375_bloom_filter_has_hasAny_const_array/ast.json delete mode 100644 parser/testdata/03375_bloom_filter_ngram_has_hasAny_const_array/ast.json delete mode 100644 parser/testdata/03375_bloom_filter_token_has_hasAny_const_array/ast.json delete mode 100644 parser/testdata/03375_bool_partition/ast.json delete mode 100644 parser/testdata/03375_l2_distance_transposed_partial_reads_pass/ast.json delete mode 100644 parser/testdata/03376_forbid_nan_inf_for_float_settings/ast.json delete mode 100644 parser/testdata/03376_iceberg_truncate/ast.json delete mode 100644 parser/testdata/03376_json_comparison/ast.json delete mode 100644 parser/testdata/03376_l2_distance_transposed_type_mismatch/ast.json delete mode 100644 parser/testdata/03377_json_order_by_bug/ast.json delete mode 100644 parser/testdata/03377_qbit_parameters/ast.json delete mode 100644 parser/testdata/03380_input_async_insert/ast.json delete mode 100644 parser/testdata/03381_lazy_materialization_limit_offset/ast.json delete mode 100644 parser/testdata/03381_remote_constants/ast.json delete mode 100644 parser/testdata/03382_dynamic_serialization_default_settings/ast.json delete mode 100644 parser/testdata/03390_non_constant_case/ast.json delete mode 100644 parser/testdata/03391_logical_error_sort_column/ast.json delete mode 100644 parser/testdata/03392_crash_group_by_use_nulls/ast.json delete mode 100644 parser/testdata/03392_inconsistent_formatting_of_lambda/ast.json delete mode 100644 parser/testdata/03393_ASTTableIdentifier_fuzzer/ast.json delete mode 100644 parser/testdata/03393_join_bug_77848/ast.json delete mode 100644 parser/testdata/03393_max_merge_delayed_streams_for_parallel_write/ast.json delete mode 100644 parser/testdata/03393_max_read_buffer_size_non_zero/ast.json delete mode 100644 parser/testdata/03393_non_constant_second_argument_for_in/ast.json delete mode 100644 parser/testdata/03393_smallest_index_floating_point/ast.json delete mode 100644 parser/testdata/03393_validate_storage_buffer_args/ast.json delete mode 100644 parser/testdata/03394_fix_to_start_of_interval_for_zero_origin_argument/ast.json delete mode 100644 parser/testdata/03394_naive_bayes_classifier_negative/ast.json delete mode 100644 parser/testdata/03394_pr_insert_select/ast.json delete mode 100644 parser/testdata/03394_pr_insert_select_local_pipeline/ast.json delete mode 100644 parser/testdata/03394_pr_insert_select_threads/ast.json delete mode 100644 parser/testdata/03395_global_join_supported_kind/ast.json delete mode 100644 parser/testdata/03397_information_schema_tables_index_length/ast.json delete mode 100644 parser/testdata/03398_group_array_zero_max_elements/ast.json delete mode 100644 parser/testdata/03399_advanced_expr_contains_sharding_key/ast.json delete mode 100644 parser/testdata/03399_analyzer_correlated_subquery/ast.json delete mode 100644 parser/testdata/03399_divide_zero_or_null/ast.json delete mode 100644 parser/testdata/03399_lc_nullable_mapfromarrays/ast.json delete mode 100644 parser/testdata/03399_mapContains_functions/ast.json delete mode 100644 parser/testdata/03399_sparse_grams/ast.json delete mode 100644 parser/testdata/03400_analyzer_correlated_subquery_unused_column/ast.json delete mode 100644 parser/testdata/03400_distributed_final/ast.json delete mode 100644 parser/testdata/03400_explain_distributed_bug/ast.json delete mode 100644 parser/testdata/03400_get_server_setting/ast.json delete mode 100644 parser/testdata/03401_get_merge_tree_setting/ast.json delete mode 100644 parser/testdata/03401_normal_projection_with_part_offset/ast.json delete mode 100644 parser/testdata/03401_normal_projection_with_part_offset_no_sorting/ast.json delete mode 100644 parser/testdata/03401_remote_bool/ast.json delete mode 100644 parser/testdata/03401_several_iceberg_tables_in_one_dir/ast.json delete mode 100644 parser/testdata/03402_adding_projection_to_temporary_table/ast.json delete mode 100644 parser/testdata/03402_cluster_table_functions_settings_parsing/ast.json delete mode 100644 parser/testdata/03402_concurrent_right_full_join/ast.json delete mode 100644 parser/testdata/03402_cyclic_alter_dependencies/ast.json delete mode 100644 parser/testdata/03402_join_using_alias/ast.json delete mode 100644 parser/testdata/03402_materialized_tuple_element/ast.json delete mode 100644 parser/testdata/03402_secondary_indexes_analyzer_bugs/ast.json delete mode 100644 parser/testdata/03402_zero_streams_after_max_streams_to_max_threads_ratio/ast.json delete mode 100644 parser/testdata/03403_distributed_merge_two_level_aggregation/ast.json delete mode 100644 parser/testdata/03403_function_tokens/ast.json delete mode 100644 parser/testdata/03403_parallel_blocks_marshalling_for_distributed/ast.json delete mode 100644 parser/testdata/03403_read_in_order_streams_memory_usage/ast.json delete mode 100644 parser/testdata/03403_toInterval/ast.json delete mode 100644 parser/testdata/03403_truncate_all_tables_like/ast.json delete mode 100644 parser/testdata/03404_bfloat16_insert_values/ast.json delete mode 100644 parser/testdata/03404_dynamic_in_interval_bug/ast.json delete mode 100644 parser/testdata/03404_geotoh3_input_order/ast.json delete mode 100644 parser/testdata/03404_json_tables/ast.json delete mode 100644 parser/testdata/03404_lazy_materialization_distributed/ast.json delete mode 100644 parser/testdata/03404_ubsan_distinct_join_const_column/ast.json delete mode 100644 parser/testdata/03405_bool_array_to_fixed_strings/ast.json delete mode 100644 parser/testdata/03405_join_using_alias_constant/ast.json delete mode 100644 parser/testdata/03405_json_parsing_error_bug/ast.json delete mode 100644 parser/testdata/03405_merge_filter_into_join/ast.json delete mode 100644 parser/testdata/03405_naive_bayes_classifier_token/ast.json delete mode 100644 parser/testdata/03405_non_zero_batch_mode/ast.json delete mode 100644 parser/testdata/03405_ssd_cache_incorrect_min_max_lifetimes_and_block_size/ast.json delete mode 100644 parser/testdata/03406_dictionary_incorrect_min_max_lifetimes/ast.json delete mode 100644 parser/testdata/03406_naive_bayes_classifier_codepoint/ast.json delete mode 100644 parser/testdata/03406_reservoir_sample_self_merging/ast.json delete mode 100644 parser/testdata/03407_csv_bad_date_time_parsing/ast.json delete mode 100644 parser/testdata/03407_naive_bayes_classifier_byte/ast.json delete mode 100644 parser/testdata/03407_parse_date_time_best_effort_unix_timestamp_with_fraction/ast.json delete mode 100644 parser/testdata/03408_analyzer_correlated_subquery_simple/ast.json delete mode 100644 parser/testdata/03408_cte_self_reference/ast.json delete mode 100644 parser/testdata/03408_current_database_on_cluster_constraint/ast.json delete mode 100644 parser/testdata/03408_hash_functions_on_null/ast.json delete mode 100644 parser/testdata/03408_implicit_table/ast.json delete mode 100644 parser/testdata/03408_limit_by_rows_before_limit/ast.json delete mode 100644 parser/testdata/03408_limit_by_rows_before_limit_dist/ast.json delete mode 100644 parser/testdata/03408_limit_by_rows_before_limit_mem/ast.json delete mode 100644 parser/testdata/03409_coalescing_merge_tree/ast.json delete mode 100644 parser/testdata/03409_coalescing_replicated_merge_tree/ast.json delete mode 100644 parser/testdata/03409_variant_type_values_format_field_conversion/ast.json delete mode 100644 parser/testdata/03410_polygons_intersects/ast.json delete mode 100644 parser/testdata/03411_analyzer_scalar_correlated_subquery/ast.json delete mode 100644 parser/testdata/03411_iceberg_bucket/ast.json delete mode 100644 parser/testdata/03411_summing_merge_tree_dynamic_values/ast.json delete mode 100644 parser/testdata/03411_variant_basic_discriminators_deserialization_bug/ast.json delete mode 100644 parser/testdata/03412_analyzer_correlated_subquery_bug/ast.json delete mode 100644 parser/testdata/03412_dynamic_in_arg_min_max/ast.json delete mode 100644 parser/testdata/03412_materialized_view_to_distributed_different_headers/ast.json delete mode 100644 parser/testdata/03412_merge_final_prewhere/ast.json delete mode 100644 parser/testdata/03413_analyzer_correlated_subqueries_bug_2/ast.json delete mode 100644 parser/testdata/03413_dynamic_in_in/ast.json delete mode 100644 parser/testdata/03413_experimental_settings_cannot_be_enabled_by_default/ast.json delete mode 100644 parser/testdata/03413_group_by_all_in_subquery/ast.json delete mode 100644 parser/testdata/03414_analyzer_correlated_subqueries_in_function/ast.json delete mode 100644 parser/testdata/03414_formatDateTime_compound_formatter_after_varsize_formatter/ast.json delete mode 100644 parser/testdata/03415_dont_highlight_probable_hashes/ast.json delete mode 100644 parser/testdata/03416_glue_chunks/ast.json delete mode 100644 parser/testdata/03432_input_format_parquet_max_block_size_validation/ast.json delete mode 100644 parser/testdata/03440_no_glue_totals/ast.json delete mode 100644 parser/testdata/03441_deltalake_clickhouse_public_datasets/ast.json delete mode 100644 parser/testdata/03441_deltalake_clickhouse_virtual_columns/ast.json delete mode 100644 parser/testdata/03442_alter_delete_empty_part/ast.json delete mode 100644 parser/testdata/03442_alter_delete_empty_part_rmt/ast.json delete mode 100644 parser/testdata/03442_detach_view/ast.json delete mode 100644 parser/testdata/03442_json_duplicate_path/ast.json delete mode 100644 parser/testdata/03442_lightweight_deletes_on_fly/ast.json delete mode 100644 parser/testdata/03442_string_bytes_functions/ast.json delete mode 100644 parser/testdata/03443_alias_with_asterisk/ast.json delete mode 100644 parser/testdata/03443_index_match_alternatives/ast.json delete mode 100644 parser/testdata/03443_part_starting_offset/ast.json delete mode 100644 parser/testdata/03443_pr_lazy_materialization/ast.json delete mode 100644 parser/testdata/03443_projection_sparse/ast.json delete mode 100644 parser/testdata/03444_analyzer_resolve_alias_columns/ast.json delete mode 100644 parser/testdata/03444_case_with_expression_exception/ast.json delete mode 100644 parser/testdata/03444_explain_asterisk/ast.json delete mode 100644 parser/testdata/03444_flip_coordinates/ast.json delete mode 100644 parser/testdata/03444_lm_block_mismatch/ast.json delete mode 100644 parser/testdata/03445_subcolumns_prewhere_pushdown/ast.json delete mode 100644 parser/testdata/03447_analyzer_correlated_subqueries_tpc_h/ast.json delete mode 100644 parser/testdata/03447_base32_encode_decode/ast.json delete mode 100644 parser/testdata/03447_float_nan_order/ast.json delete mode 100644 parser/testdata/03447_function_reverse_for_tuple/ast.json delete mode 100644 parser/testdata/03447_grouping_sets_analyzer_const_columns/ast.json delete mode 100644 parser/testdata/03447_order_by_json_and_other_column/ast.json delete mode 100644 parser/testdata/03447_storage_join_unsupported_keys/ast.json delete mode 100644 parser/testdata/03447_window_functions_distinct/ast.json delete mode 100644 parser/testdata/03448_analyzer_array_join_alias_in_join_using_bug/ast.json delete mode 100644 parser/testdata/03448_analyzer_correlated_subquery_in_projection/ast.json delete mode 100644 parser/testdata/03448_analyzer_skip_index_and_lambdas/ast.json delete mode 100644 parser/testdata/03448_in_select_tuple/ast.json delete mode 100644 parser/testdata/03448_topk_merging/ast.json delete mode 100644 parser/testdata/03448_trivial_count_single_threaded_merge/ast.json delete mode 100644 parser/testdata/03448_window_functions_distinct_distributed/ast.json delete mode 100644 parser/testdata/03449_join_using_allow_alias/ast.json delete mode 100644 parser/testdata/03449_window_cannot_find_column/ast.json delete mode 100644 parser/testdata/03450_parameterized_view_forward/ast.json delete mode 100644 parser/testdata/03451_parameterized_views_without_alias/ast.json delete mode 100644 parser/testdata/03453_group_by_all_grouping/ast.json delete mode 100644 parser/testdata/03453_parameterized_view_array_of_points/ast.json delete mode 100644 parser/testdata/03454_global_join_index_subqueries/ast.json delete mode 100644 parser/testdata/03454_parameterized_view_constant_identifier/ast.json delete mode 100644 parser/testdata/03454_parameterized_views_null/ast.json delete mode 100644 parser/testdata/03455_direct_io_read_array_values/ast.json delete mode 100644 parser/testdata/03456_match_index_prefix_extraction/ast.json delete mode 100644 parser/testdata/03457_bitmapContains_nullable/ast.json delete mode 100644 parser/testdata/03457_bug79403_marks_compress_block_is_zero/ast.json delete mode 100644 parser/testdata/03457_inconsistent_formatting_except/ast.json delete mode 100644 parser/testdata/03457_merge_engine_subcolumns/ast.json delete mode 100644 parser/testdata/03457_move_global_in_to_prewhere/ast.json delete mode 100644 parser/testdata/03457_numeric_indexed_vector_build/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_bit_promote/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_i8f64/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u16f64/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32f32/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32f64/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32i16/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32i32/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32i64/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32i8/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32u16/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32u32/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32u64/ast.json delete mode 100644 parser/testdata/03458_numeric_indexed_vector_operations_u32u8/ast.json delete mode 100644 parser/testdata/03458_wkb_function/ast.json delete mode 100644 parser/testdata/03459-reverse-sorting-key-stable-result/ast.json delete mode 100644 parser/testdata/03459_join_cannot_add_column/ast.json delete mode 100644 parser/testdata/03459_numeric_indexed_vector_decode/ast.json delete mode 100644 parser/testdata/03459_socket_asynchronous_metrics/ast.json delete mode 100644 parser/testdata/03460_alter_materialized_view_on_cluster/ast.json delete mode 100644 parser/testdata/03460_normal_projection_index/ast.json delete mode 100644 parser/testdata/03460_normal_projection_index_bug_race_conditions/ast.json delete mode 100644 parser/testdata/03460_numeric_indexed_vector_to_value_map/ast.json delete mode 100644 parser/testdata/03460_projection_part_filtering_and_introspection/ast.json delete mode 100644 parser/testdata/03460_query_condition_cache_with_projections/ast.json delete mode 100644 parser/testdata/03461_numeric_indexed_vector_chain/ast.json delete mode 100644 parser/testdata/03461_pk_prefix_trivial_count/ast.json delete mode 100644 parser/testdata/03461_string_to_date_time_cast_modes/ast.json delete mode 100644 parser/testdata/03462_numeric_indexed_vector_serialization/ast.json delete mode 100644 parser/testdata/03463_numeric_indexed_vector_overflow/ast.json delete mode 100644 parser/testdata/03464_projections_with_subcolumns/ast.json delete mode 100644 parser/testdata/03509_stripe_log_compatible_types/ast.json delete mode 100644 parser/testdata/03511_formatDateTime_e_space_padding/ast.json delete mode 100644 parser/testdata/03512_bech32_functions/ast.json delete mode 100644 parser/testdata/03512_cast_logical_error/ast.json delete mode 100644 parser/testdata/03512_join_using_parent_scope_matcher/ast.json delete mode 100644 parser/testdata/03512_naive_bayes_classifier_general/ast.json delete mode 100644 parser/testdata/03512_settings_max_block_size/ast.json delete mode 100644 parser/testdata/03513_filter_push_down_rand_bug/ast.json delete mode 100644 parser/testdata/03513_fix_shard_num_column_to_function_pass_with_nulls/ast.json delete mode 100644 parser/testdata/03513_lazy_materialization_projections_fix/ast.json delete mode 100644 parser/testdata/03513_nullsafe_join_storage/ast.json delete mode 100644 parser/testdata/03513_read_in_order_nullable/ast.json delete mode 100644 parser/testdata/03513_resize_pipeline_after_totals/ast.json delete mode 100644 parser/testdata/03513_simple_aggregate_function_any_respect_nulls_in_aggregating_merge_tree/ast.json delete mode 100644 parser/testdata/03513_simple_aggregate_function_any_respect_nulls_in_summing_merge_tree/ast.json delete mode 100644 parser/testdata/03514_grace_hash_join_logical_error/ast.json delete mode 100644 parser/testdata/03515_array_join_different_sizes/ast.json delete mode 100644 parser/testdata/03516_comparison_pk_bug/ast.json delete mode 100644 parser/testdata/03516_int_exp2_join/ast.json delete mode 100644 parser/testdata/03517_logical_join_predicate_push_down_with_pre_expression_bug/ast.json delete mode 100644 parser/testdata/03517_s3_plain_rewritable_encrypted_empty_path/ast.json delete mode 100644 parser/testdata/03518_bad_sql_udf/ast.json delete mode 100644 parser/testdata/03518_left_to_cross_incorrect/ast.json delete mode 100644 parser/testdata/03518_table_function_remote_no_replicas/ast.json delete mode 100644 parser/testdata/03519_analyzer_tuple_cast/ast.json delete mode 100644 parser/testdata/03519_cte_allow_push_predicate_ast_for_distributed_subqueries_bug/ast.json delete mode 100644 parser/testdata/03519_fulter_push_down_duplicate_column_name_bug/ast.json delete mode 100644 parser/testdata/03519_left_to_cross_incorrect/ast.json delete mode 100644 parser/testdata/03519_merge_engine_read_column_existing_in_subset_of_tables/ast.json delete mode 100644 parser/testdata/03519_merge_tree_part_info_coverage/ast.json delete mode 100644 parser/testdata/03519_merge_tree_part_info_unpack/ast.json delete mode 100644 parser/testdata/03519_multiple_join_using/ast.json delete mode 100644 parser/testdata/03519_ttl_extended_data_types/ast.json delete mode 100644 parser/testdata/03519_zero_filesystem_prefetch_max_memory_usage/ast.json delete mode 100644 parser/testdata/03520_analyzer_distributed_in_cte_bug/ast.json delete mode 100644 parser/testdata/03520_left_to_cross_incorrect/ast.json delete mode 100644 parser/testdata/03520_pr_distinct_in_order/ast.json delete mode 100644 parser/testdata/03520_pr_read_in_order/ast.json delete mode 100644 parser/testdata/03521_bitNot_String_NUL_terminated/ast.json delete mode 100644 parser/testdata/03521_long_partition_column_name/ast.json delete mode 100644 parser/testdata/03521_long_statistics_name/ast.json delete mode 100644 parser/testdata/03521_system_unicode/ast.json delete mode 100644 parser/testdata/03521_tuple_of_dynamic_with_string_comparison/ast.json delete mode 100644 parser/testdata/03522_alter_modify_column_and_materialize_projection/ast.json delete mode 100644 parser/testdata/03522_analyzer_check_correlated_columns/ast.json delete mode 100644 parser/testdata/03522_function_first_non_default/ast.json delete mode 100644 parser/testdata/03522_join_resolve_matcher_recursive_bug/ast.json delete mode 100644 parser/testdata/03522_join_using_bug_78907/ast.json delete mode 100644 parser/testdata/03522_nullable_partition_key/ast.json delete mode 100644 parser/testdata/03522_window_table_arg/ast.json delete mode 100644 parser/testdata/03524_nullable_extremes/ast.json delete mode 100644 parser/testdata/03524_sign_argument/ast.json delete mode 100644 parser/testdata/03525_distributed_product_mode_local_IN_cross_replication_analyzer_bug/ast.json delete mode 100644 parser/testdata/03525_json_extract_datetime64_from_numbers/ast.json delete mode 100644 parser/testdata/03525_json_infer_array_of_dynamic_from_array_of_different_types/ast.json delete mode 100644 parser/testdata/03525_timezoneof_illegal_type/ast.json delete mode 100644 parser/testdata/03525_transform_null_in_subqeury_with_not_nullable_type/ast.json delete mode 100644 parser/testdata/03526_columns_substreams_in_wide_parts/ast.json delete mode 100644 parser/testdata/03528_s3_insert_partition_by_whitespaces/ast.json delete mode 100644 parser/testdata/03529_quantile_deterministic_ubsan/ast.json delete mode 100644 parser/testdata/03530_insert_into_distributed_different_types_sparseness/ast.json delete mode 100644 parser/testdata/03531_check_count_for_parquet/ast.json delete mode 100644 parser/testdata/03531_insert_removing_sparse_transform/ast.json delete mode 100644 parser/testdata/03532_create_user_query_on_wrong_parametric_grantees/ast.json delete mode 100644 parser/testdata/03532_divideOrNull_jit_crash/ast.json delete mode 100644 parser/testdata/03532_dynamic_column_inside_map_rollback/ast.json delete mode 100644 parser/testdata/03532_dynamic_flattened_serialization_bug/ast.json delete mode 100644 parser/testdata/03532_json_dynamic_updates/ast.json delete mode 100644 parser/testdata/03532_pr_unused_query_cancelling_with_limit/ast.json delete mode 100644 parser/testdata/03532_redis_empty_variant_key/ast.json delete mode 100644 parser/testdata/03532_use_database_syntax/ast.json delete mode 100644 parser/testdata/03532_window_function_and_null_source_max_threads/ast.json delete mode 100644 parser/testdata/03533_analyzer_correlated_column_check/ast.json delete mode 100644 parser/testdata/03533_named_tuple_supertype/ast.json delete mode 100644 parser/testdata/03533_skip_index_on_data_reading/ast.json delete mode 100644 parser/testdata/03533_xirr/ast.json delete mode 100644 parser/testdata/03534_npy_output_to_url/ast.json delete mode 100644 parser/testdata/03534_skip_index_bug89691/ast.json delete mode 100644 parser/testdata/03535_system_formats/ast.json delete mode 100644 parser/testdata/03537_kusto_ubsan/ast.json delete mode 100644 parser/testdata/03538_analyzer_correlated_query_collect_columns_fix/ast.json delete mode 100644 parser/testdata/03538_analyzer_filter_analysis_alias_columns/ast.json delete mode 100644 parser/testdata/03538_analyzer_lag_lead_functions/ast.json delete mode 100644 parser/testdata/03538_analyzer_scalar_correlated_subquery_fix/ast.json delete mode 100644 parser/testdata/03538_array_except/ast.json delete mode 100644 parser/testdata/03538_crash_in_parallel_hash_with_empty_using/ast.json delete mode 100644 parser/testdata/03538_higher_order_functions_null_filter/ast.json delete mode 100644 parser/testdata/03538_optimize_rewrite_regexp_functions/ast.json delete mode 100644 parser/testdata/03538_validate_setting_merge_max_block_size/ast.json delete mode 100644 parser/testdata/03539_kusto_output_format_trash/ast.json delete mode 100644 parser/testdata/03540_date_trunc_old_behaviour/ast.json delete mode 100644 parser/testdata/03541_rename_column_start/ast.json delete mode 100644 parser/testdata/03541_table_without_insertable_columns/ast.json delete mode 100644 parser/testdata/03542_TTL_dict/ast.json delete mode 100644 parser/testdata/03545_analyzer_correlated_subqueries_use_equivalence_classes/ast.json delete mode 100644 parser/testdata/03545_analyzer_correlated_subqueries_use_equivalence_classes_2/ast.json delete mode 100644 parser/testdata/03545_analyzer_correlated_subquery_exists_asterisk/ast.json delete mode 100644 parser/testdata/03545_array_join_index_set_bug/ast.json delete mode 100644 parser/testdata/03545_map_contains_bloom_index_bug/ast.json delete mode 100644 parser/testdata/03545_number_of_rows_in_ttltransform/ast.json delete mode 100644 parser/testdata/03545_union_allow_column_with_no_common_type/ast.json delete mode 100644 parser/testdata/03546_03545_analyzer_correlated_subquery_exists_asterisk_crash/ast.json delete mode 100644 parser/testdata/03546_add_distinct_to_in_clause/ast.json delete mode 100644 parser/testdata/03546_join_key_value_storage_with_casted_key/ast.json delete mode 100644 parser/testdata/03546_leftover_dependencies/ast.json delete mode 100644 parser/testdata/03546_merge_tree_projection_shared_snapshot/ast.json delete mode 100644 parser/testdata/03546_multiple_join_use_nulls_matcher/ast.json delete mode 100644 parser/testdata/03546_paimon_all_supported_type/ast.json delete mode 100644 parser/testdata/03546_part_granule_offset/ast.json delete mode 100644 parser/testdata/03547_analyzer_correlated_columns_check_bug/ast.json delete mode 100644 parser/testdata/03547_analyzer_correlated_subqueries/ast.json delete mode 100644 parser/testdata/03547_equals_optimizer_lowcardinality/ast.json delete mode 100644 parser/testdata/03547_reinterpret_to_array/ast.json delete mode 100644 parser/testdata/03548_analyzer_indentifier_resolution_invariant/ast.json delete mode 100644 parser/testdata/03548_array_group_last_serialization/ast.json delete mode 100644 parser/testdata/03548_optimize_syntax_fuse_functions_clash/ast.json delete mode 100644 parser/testdata/03549_aggregate_arithmetic_logical_error/ast.json delete mode 100644 parser/testdata/03549_analyzer_fix_filter_removal/ast.json delete mode 100644 parser/testdata/03549_conv_function/ast.json delete mode 100644 parser/testdata/03549_keeper_map_column_comments/ast.json delete mode 100644 parser/testdata/03549_system_dimensional_metrics/ast.json delete mode 100644 parser/testdata/03549_window_collation/ast.json delete mode 100644 parser/testdata/03549_wkb_function/ast.json delete mode 100644 parser/testdata/03550_analyzer_remote_view_columns/ast.json delete mode 100644 parser/testdata/03550_projection_with_part_offset_ttl/ast.json delete mode 100644 parser/testdata/03550_s3queue_no_settings/ast.json delete mode 100644 parser/testdata/03550_union_intersect_except_default_mode_rewrite_exception_safety/ast.json delete mode 100644 parser/testdata/03550_variant_extend_union/ast.json delete mode 100644 parser/testdata/03551_cast_decimal_to_float/ast.json delete mode 100644 parser/testdata/03551_no_alter_for_columns_to_sum/ast.json delete mode 100644 parser/testdata/03552_inconsistent_formatting_operator_as_table_function/ast.json delete mode 100644 parser/testdata/03553_inconsistent_formatting_of_dictionary/ast.json delete mode 100644 parser/testdata/03553_json_shared_data_advanced_serialization/ast.json delete mode 100644 parser/testdata/03553_json_shared_data_map_serialization/ast.json delete mode 100644 parser/testdata/03553_json_shared_data_map_with_buckets_serialization/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_advanced_serialization_compact_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_advanced_serialization_wide_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_map_serialization_compact_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_map_serialization_wide_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_map_with_buckets_serialization_compact_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_map_with_buckets_serialization_wide_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_tuple_advanced_serialization_compact_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_tuple_advanced_serialization_wide_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_tuple_map_with_buckets_serialization_compact_part_big/ast.json delete mode 100644 parser/testdata/03554_json_shared_data_tuple_map_with_buckets_serialization_wide_part_big/ast.json delete mode 100644 parser/testdata/03555_inconsistent_formatting_ttl/ast.json delete mode 100644 parser/testdata/03555_json_shared_data_advanced_paths_indexes_1/ast.json delete mode 100644 parser/testdata/03555_json_shared_data_advanced_paths_indexes_2/ast.json delete mode 100644 parser/testdata/03555_json_shared_data_advanced_paths_indexes_3/ast.json delete mode 100644 parser/testdata/03558_no_alias_in_single_expressions/ast.json delete mode 100644 parser/testdata/03559_explain_ast_in_subquery/ast.json delete mode 100644 parser/testdata/03560_low_cardinality_keys_filter/ast.json delete mode 100644 parser/testdata/03560_new_analyzer_default_expression/ast.json delete mode 100644 parser/testdata/03560_parallel_replicas_external_aggregation/ast.json delete mode 100644 parser/testdata/03560_parallel_replicas_memory_bound_merging_projection/ast.json delete mode 100644 parser/testdata/03560_parallel_replicas_projection/ast.json delete mode 100644 parser/testdata/03560_validate_max_insert_block_size/ast.json delete mode 100644 parser/testdata/03561_analyzer_cte_cycle_resolve_bug/ast.json delete mode 100644 parser/testdata/03561_colorSRGBToOKLCH/ast.json delete mode 100644 parser/testdata/03561_materialized_subcolumns_materialized_view/ast.json delete mode 100644 parser/testdata/03561_two_mvs_bad_select/ast.json delete mode 100644 parser/testdata/03562_colorOKLCHToSRGB/ast.json delete mode 100644 parser/testdata/03562_geometry_type/ast.json delete mode 100644 parser/testdata/03562_json_date_as_integer/ast.json delete mode 100644 parser/testdata/03562_parallel_replicas_remote_with_cluster/ast.json delete mode 100644 parser/testdata/03562_parallel_replicas_subquery_has_final/ast.json delete mode 100644 parser/testdata/03562_system_database_replicas/ast.json delete mode 100644 parser/testdata/03563_coarser_minmax_indexes_first/ast.json delete mode 100644 parser/testdata/03565_clickhouse_smaller_indexes_first/ast.json delete mode 100644 parser/testdata/03565_iceberg_field_ids_table/ast.json delete mode 100644 parser/testdata/03565_union_all_nullptr/ast.json delete mode 100644 parser/testdata/03566_analyzer_single_with_scope/ast.json delete mode 100644 parser/testdata/03566_inconsistent_formatting_functions_codecs/ast.json delete mode 100644 parser/testdata/03566_low_cardinality_nan_unique/ast.json delete mode 100644 parser/testdata/03566_one_row_summing_merge_tree/ast.json delete mode 100644 parser/testdata/03566_system_completions_table/ast.json delete mode 100644 parser/testdata/03567_analyzer_single_with_scope_cycle/ast.json delete mode 100644 parser/testdata/03567_finalize_write_buffer_valid_utf8/ast.json delete mode 100644 parser/testdata/03567_join_using_projection_distributed/ast.json delete mode 100644 parser/testdata/03567_json_extract_case_insensitive_edge_cases/ast.json delete mode 100644 parser/testdata/03567_nowInBlock64/ast.json delete mode 100644 parser/testdata/03568_ddsketch_merge/ast.json delete mode 100644 parser/testdata/03568_json_extract_case_insensitive/ast.json delete mode 100644 parser/testdata/03568_mutation_affected_rows_counter/ast.json delete mode 100644 parser/testdata/03568_udf_memory_tracking/ast.json delete mode 100644 parser/testdata/03569_max_joined_block_size_rows_bug/ast.json delete mode 100644 parser/testdata/03570_dateTimeToUUIDv7/ast.json delete mode 100644 parser/testdata/03570_date_to_datetime64_overflow/ast.json delete mode 100644 parser/testdata/03570_insert_into_simple_alias/ast.json delete mode 100644 parser/testdata/03570_limit_by_all/ast.json delete mode 100644 parser/testdata/03571_join_inequality_constants/ast.json delete mode 100644 parser/testdata/03571_limit_by_all_old_planner/ast.json delete mode 100644 parser/testdata/03571_lwd_and_projections/ast.json delete mode 100644 parser/testdata/03571_nullable_format_digit_groups/ast.json delete mode 100644 parser/testdata/03571_trying_to_get_name_of_not_a_column_asterisk/ast.json delete mode 100644 parser/testdata/03572_empty_tuple_in_nested_type/ast.json delete mode 100644 parser/testdata/03572_planner_merge_filter_into_join_bug/ast.json delete mode 100644 parser/testdata/03572_pr_remote_in_subquery/ast.json delete mode 100644 parser/testdata/03573_concurrent_hash_scatter_bug/ast.json delete mode 100644 parser/testdata/03573_create_query_parameters_in_to_in_materialized_view/ast.json delete mode 100644 parser/testdata/03573_json_keys_with_dots/ast.json delete mode 100644 parser/testdata/03573_linear_regression_timeseries_functions/ast.json delete mode 100644 parser/testdata/03573_linear_regression_timeseries_functions_various_arguments/ast.json delete mode 100644 parser/testdata/03573_planner_merge_filter_into_join_bug_2/ast.json delete mode 100644 parser/testdata/03574_analyzer_merge_filter_into_join_bug/ast.json delete mode 100644 parser/testdata/03574_parallel_replicas_last_right_join/ast.json delete mode 100644 parser/testdata/03575_analyzer_merge_filter_into_join_bug_2/ast.json delete mode 100644 parser/testdata/03576_analyzer_distributed_correlated_subquery/ast.json delete mode 100644 parser/testdata/03576_analyzer_recursive_window/ast.json delete mode 100644 parser/testdata/03577_assert_on_estimated_block_size_bytes/ast.json delete mode 100644 parser/testdata/03577_dynamic_json_update_issue/ast.json delete mode 100644 parser/testdata/03577_hash_output_format/ast.json delete mode 100644 parser/testdata/03577_server_constant_folding/ast.json delete mode 100644 parser/testdata/03577_temporary_table_as/ast.json delete mode 100644 parser/testdata/03577_ub_max_column_in_block_size_bytes/ast.json delete mode 100644 parser/testdata/03577_vairant_lazy_materialization_bug/ast.json delete mode 100644 parser/testdata/03578_distributed_kv_global_in/ast.json delete mode 100644 parser/testdata/03578_kv_in_type_casts/ast.json delete mode 100644 parser/testdata/03578_ttl_column_in_order_by_validation/ast.json delete mode 100644 parser/testdata/03579_mergeTreeIndex_params/ast.json delete mode 100644 parser/testdata/03579_system_columns_column_alias/ast.json delete mode 100644 parser/testdata/03579_zero_copy_aggregating_final_anyLast/ast.json delete mode 100644 parser/testdata/03580_external_merge_sort_with_lazy_columns/ast.json delete mode 100644 parser/testdata/03580_heredoc_ambiguity/ast.json delete mode 100644 parser/testdata/03580_improve_prewhere/ast.json delete mode 100644 parser/testdata/03580_join_runtime_filter/ast.json delete mode 100644 parser/testdata/03580_join_runtime_filter_column_type/ast.json delete mode 100644 parser/testdata/03580_join_runtime_filter_prewhere/ast.json delete mode 100644 parser/testdata/03580_join_runtime_filter_pushdown/ast.json delete mode 100644 parser/testdata/03580_s3queue_settings_store/ast.json delete mode 100644 parser/testdata/03581_bool_literal_column_name/ast.json delete mode 100644 parser/testdata/03581_iceberg_struct_fields_ids/ast.json delete mode 100644 parser/testdata/03581_nested_storage_merge_distributed_order_by/ast.json delete mode 100644 parser/testdata/03581_parallel_replicas_read_empty_ranges/ast.json delete mode 100644 parser/testdata/03581_parallel_replicas_task_size/ast.json delete mode 100644 parser/testdata/03581_read_in_order_use_virtual_row_WHERE/ast.json delete mode 100644 parser/testdata/03582_initcap_fixedstring/ast.json delete mode 100644 parser/testdata/03582_normalize_utf8_empty/ast.json delete mode 100644 parser/testdata/03582_pr_read_in_order_hits/ast.json delete mode 100644 parser/testdata/03583_rewrite_in_to_join/ast.json delete mode 100644 parser/testdata/03591_optimize_prewhere_row_policy/ast.json delete mode 100644 parser/testdata/03592_dictionary_columns_trailing_comma/ast.json delete mode 100644 parser/testdata/03592_distributed_alter_check_sharding_key/ast.json delete mode 100644 parser/testdata/03592_s3queue_large_settings/ast.json delete mode 100644 parser/testdata/03593_allow_projection_with_parent_part_offset/ast.json delete mode 100644 parser/testdata/03593_any_join_swap_tables/ast.json delete mode 100644 parser/testdata/03593_backup_with_broken_projection/ast.json delete mode 100644 parser/testdata/03593_funcs_on_empty_string/ast.json delete mode 100644 parser/testdata/03593_remote_map_in/ast.json delete mode 100644 parser/testdata/03594_coalescing_merge_tree_segfault/ast.json delete mode 100644 parser/testdata/03594_constraint_subqery_logical_error/ast.json delete mode 100644 parser/testdata/03594_funcs_on_empty_arguments/ast.json delete mode 100644 parser/testdata/03594_is_valid_ascii/ast.json delete mode 100644 parser/testdata/03594_is_valid_ascii_errors/ast.json delete mode 100644 parser/testdata/03594_json_extract_decimal_precision/ast.json delete mode 100644 parser/testdata/03594_like_perfect_affix_rewrite_pass/ast.json delete mode 100644 parser/testdata/03594_system_grants_parameters/ast.json delete mode 100644 parser/testdata/03595_alter_drop_column_comment_if_exists/ast.json delete mode 100644 parser/testdata/03595_alter_if_exists_mixed_commands/ast.json delete mode 100644 parser/testdata/03595_alter_if_exists_runtime_check/ast.json delete mode 100644 parser/testdata/03595_analyzer_lateral_join/ast.json delete mode 100644 parser/testdata/03595_changes_timeseries_functions/ast.json delete mode 100644 parser/testdata/03595_changes_timeseries_functions_various_arguments/ast.json delete mode 100644 parser/testdata/03595_convert_any_join_to_semi_or_anti/ast.json delete mode 100644 parser/testdata/03595_equality_deletes_simple/ast.json delete mode 100644 parser/testdata/03595_exists_as_scalar_subquery/ast.json delete mode 100644 parser/testdata/03595_extract_url_parameters/ast.json delete mode 100644 parser/testdata/03595_funcs_on_zero/ast.json delete mode 100644 parser/testdata/03595_parallel_replicas_join_remote/ast.json delete mode 100644 parser/testdata/03595_pread_threadpool_direct_io/ast.json delete mode 100644 parser/testdata/03595_set_query_no_eq_set_to_one/ast.json delete mode 100644 parser/testdata/03596_alter_update_column_with_subcolumn_used_in_materialized_expression/ast.json delete mode 100644 parser/testdata/03596_parquet_prewhere_page_skip_bug/ast.json delete mode 100644 parser/testdata/03597_alter_column_with_subcolumn_in_key/ast.json delete mode 100644 parser/testdata/03598_json_enum_default_value_in_typed_path/ast.json delete mode 100644 parser/testdata/03599_bad_date_and_datetimes_inference/ast.json delete mode 100644 parser/testdata/03599_lightweight_delete_vertical_merge/ast.json delete mode 100644 parser/testdata/03600_analyzer_setting_bool/ast.json delete mode 100644 parser/testdata/03600_replace_fixed_string_bug/ast.json delete mode 100644 parser/testdata/03601_histogram_quantile/ast.json delete mode 100644 parser/testdata/03601_inconsistent_table_names/ast.json delete mode 100644 parser/testdata/03601_insert_squashing_remove_const/ast.json delete mode 100644 parser/testdata/03601_json_from_string_accurate_cast_or_null/ast.json delete mode 100644 parser/testdata/03601_replace_regex_fixedstring_empty_needle/ast.json delete mode 100644 parser/testdata/03601_temporary_views/ast.json delete mode 100644 parser/testdata/03602_alter_update_nullable_json/ast.json delete mode 100644 parser/testdata/03602_embeddedrock_path/ast.json delete mode 100644 parser/testdata/03602_query_system_tables_definer/ast.json delete mode 100644 parser/testdata/03603_getSubcolumnType_msan/ast.json delete mode 100644 parser/testdata/03603_ip_binary_operators/ast.json delete mode 100644 parser/testdata/03603_reading_s3_cluster_all_nodes_unavailable/ast.json delete mode 100644 parser/testdata/03604_and_join_use_nulls_bug_83977/ast.json delete mode 100644 parser/testdata/03604_dynamic_key_in_join/ast.json delete mode 100644 parser/testdata/03604_functions_to_subcolumns_outer_join/ast.json delete mode 100644 parser/testdata/03604_join_reorder_pinned_bug/ast.json delete mode 100644 parser/testdata/03604_key_condition_set_tuple_bug/ast.json delete mode 100644 parser/testdata/03604_parallel_with_query_lock/ast.json delete mode 100644 parser/testdata/03604_plan_step_description_limit/ast.json delete mode 100644 parser/testdata/03604_string_with_size_stream/ast.json delete mode 100644 parser/testdata/03604_test_merge_tree_min_read_task_size_is_zero/ast.json delete mode 100644 parser/testdata/03604_to_date_casts/ast.json delete mode 100644 parser/testdata/03605_dynamic_to_nullable_low_cardinality_bug/ast.json delete mode 100644 parser/testdata/03606_nullable_json_group_by/ast.json delete mode 100644 parser/testdata/03610_disjunctions_pushdown_optimization/ast.json delete mode 100644 parser/testdata/03610_remote_queries_with_describe_compact_output/ast.json delete mode 100644 parser/testdata/03611_cte_deterministic/ast.json delete mode 100644 parser/testdata/03611_null_safe_comparsion/ast.json delete mode 100644 parser/testdata/03611_point_in_polygon_key_condition_bug/ast.json delete mode 100644 parser/testdata/03611_pr_global_join/ast.json delete mode 100644 parser/testdata/03611_uniqExact_bug/ast.json delete mode 100644 parser/testdata/03611_verify_exception_in_iceberg_iterator/ast.json delete mode 100644 parser/testdata/03611_window_definition_parsing/ast.json delete mode 100644 parser/testdata/03612_explain_indexes_bugs/ast.json delete mode 100644 parser/testdata/03612_storage_cluster_dynamic_subcolumns/ast.json delete mode 100644 parser/testdata/03613_empty_tuple_permute_with_limit/ast.json delete mode 100644 parser/testdata/03620_json_advanced_shared_data_seek_bug/ast.json delete mode 100644 parser/testdata/03622_generic_aggregate_functions__state_compatibility/ast.json delete mode 100644 parser/testdata/03622_ttl_infos_where/ast.json delete mode 100644 parser/testdata/03623_convert_any_join_to_semi_or_anti_2/ast.json delete mode 100644 parser/testdata/03623_datetime64_preepoch_fractional_precision/ast.json delete mode 100644 parser/testdata/03623_header_filtering/ast.json delete mode 100644 parser/testdata/03623_lazy_materialization_array_sizes_bug/ast.json delete mode 100644 parser/testdata/03623_parquet_bool/ast.json delete mode 100644 parser/testdata/03623_pr_join_with_group_by_subquery/ast.json delete mode 100644 parser/testdata/03623_setting_boolean_shorthand_err_test/ast.json delete mode 100644 parser/testdata/03624_csv_empty_array_from_empty_string/ast.json delete mode 100644 parser/testdata/03624_parquet_row_number/ast.json delete mode 100644 parser/testdata/03624_pr_lefl_right_joins_chain/ast.json delete mode 100644 parser/testdata/03624_resource_exhaustion_window_function/ast.json delete mode 100644 parser/testdata/03625_auto_statistics/ast.json delete mode 100644 parser/testdata/03625_auto_statistics_alter/ast.json delete mode 100644 parser/testdata/03625_auto_statistics_alter_rmt/ast.json delete mode 100644 parser/testdata/03625_auto_statistics_rmt/ast.json delete mode 100644 parser/testdata/03625_auto_statistics_validation/ast.json delete mode 100644 parser/testdata/03625_case_without_condition_non_constant_branches/ast.json delete mode 100644 parser/testdata/03625_prewhere-and-default-bug/ast.json delete mode 100644 parser/testdata/03625_upper_lower_utf8_different_number_of_code_points/ast.json delete mode 100644 parser/testdata/03626_case_function_with_dynamic_argument/ast.json delete mode 100644 parser/testdata/03627_non_constant_replacement_in_replace_regexp/ast.json delete mode 100644 parser/testdata/03628_named_tuple_element_in_order_by_key/ast.json delete mode 100644 parser/testdata/03628_parse_date_time_short_circuit/ast.json delete mode 100644 parser/testdata/03628_subcolumns_of_columns_with_dot_in_name/ast.json delete mode 100644 parser/testdata/03629_duplicate_partition_keys_crash/ast.json delete mode 100644 parser/testdata/03629_starts_endswith_caseinsensitive/ast.json delete mode 100644 parser/testdata/03629_storage_s3_disallow_index_alter/ast.json delete mode 100644 parser/testdata/03630_hash_join_max_block_size/ast.json delete mode 100644 parser/testdata/03630_join_blocks_with_different_constness/ast.json delete mode 100644 parser/testdata/03630_parquet_bool_bug/ast.json delete mode 100644 parser/testdata/03631_array_of_empty_tuples/ast.json delete mode 100644 parser/testdata/03631_hive_columns_not_in_format_header/ast.json delete mode 100644 parser/testdata/03631_select_replace_comprehensive/ast.json delete mode 100644 parser/testdata/03632_default_minmax_indices_alter/ast.json delete mode 100644 parser/testdata/03632_insert_select_cte_bug/ast.json delete mode 100644 parser/testdata/03632_join_logical_assert_85403/ast.json delete mode 100644 parser/testdata/03632_lowcard_join/ast.json delete mode 100644 parser/testdata/03632_temporary_table_not_allowed_columns/ast.json delete mode 100644 parser/testdata/03633_keeepr_host_server_setting/ast.json delete mode 100644 parser/testdata/03633_mv_squash_parallel_inserts/ast.json delete mode 100644 parser/testdata/03633_negative_limit_offset/ast.json delete mode 100644 parser/testdata/03633_set_index_bulk_filtering/ast.json delete mode 100644 parser/testdata/03634_subcolumns_in_temporary_table_parallel_replicas/ast.json delete mode 100644 parser/testdata/03635_in_function_different_types_many_columns/ast.json delete mode 100644 parser/testdata/03636_empty_projection_block/ast.json delete mode 100644 parser/testdata/03636_index_analysis_with_session_tz/ast.json delete mode 100644 parser/testdata/03636_storage_alias_basic/ast.json delete mode 100644 parser/testdata/03636_storage_alias_syntax/ast.json delete mode 100644 parser/testdata/03638_merge_max_dynamic_subcolumns_in_wide_part/ast.json delete mode 100644 parser/testdata/03639_hash_of_dynamic_column/ast.json delete mode 100644 parser/testdata/03639_hash_of_json_column/ast.json delete mode 100644 parser/testdata/03640_alter_table_rewrite_parts/ast.json delete mode 100644 parser/testdata/03640_load_marks_synchronously/ast.json delete mode 100644 parser/testdata/03640_multiple_mutations_with_error_with_rewrite_parts/ast.json delete mode 100644 parser/testdata/03640_multiple_mutations_with_rewrite_parts/ast.json delete mode 100644 parser/testdata/03640_skip_indexes_data_types_with_or/ast.json delete mode 100644 parser/testdata/03640_skip_indexes_with_or/ast.json delete mode 100644 parser/testdata/03640_variant_array_null_map_subcolumn/ast.json delete mode 100644 parser/testdata/03641_analyzer_issue_85834/ast.json delete mode 100644 parser/testdata/03641_group_by_injective_functoon_bad_arguments/ast.json delete mode 100644 parser/testdata/03641_json_array_of_float_and_bool/ast.json delete mode 100644 parser/testdata/03642_column_ttl_sparse/ast.json delete mode 100644 parser/testdata/03642_system_instrument_symbols/ast.json delete mode 100644 parser/testdata/03643_paste_join_disable_filter_pushdown/ast.json delete mode 100644 parser/testdata/03644_join_order_mixed_comma_and_left/ast.json delete mode 100644 parser/testdata/03644_min_level_for_wide_part/ast.json delete mode 100644 parser/testdata/03644_object_storage_correlated_subqueries/ast.json delete mode 100644 parser/testdata/03644_rows_before_aggregation_in_order/ast.json delete mode 100644 parser/testdata/03646_array_join_empty/ast.json delete mode 100644 parser/testdata/03647_morton_encode_empty_tuple/ast.json delete mode 100644 parser/testdata/03651_merge_tree_compact_read_string_size_subcolumn/ast.json delete mode 100644 parser/testdata/03651_positional_argument_agg_projection/ast.json delete mode 100644 parser/testdata/03652_coalescing_merge_tree_fix_empty_tuple/ast.json delete mode 100644 parser/testdata/03652_explain_input_header/ast.json delete mode 100644 parser/testdata/03652_generate_serial_id_non_constant_zookeeper/ast.json delete mode 100644 parser/testdata/03652_join_using_legacy_step/ast.json delete mode 100644 parser/testdata/03653_fractional_limit_offset/ast.json delete mode 100644 parser/testdata/03653_keeper_histogram_metrics/ast.json delete mode 100644 parser/testdata/03653_updating_minmax_idx_after_mutation/ast.json delete mode 100644 parser/testdata/03654_case_non_constant_null/ast.json delete mode 100644 parser/testdata/03654_grouping_sets_any_min_max/ast.json delete mode 100644 parser/testdata/03655_keeper_map_alter_comment/ast.json delete mode 100644 parser/testdata/03655_system_databases_is_external/ast.json delete mode 100644 parser/testdata/03656_nan_comparison/ast.json delete mode 100644 parser/testdata/03657_gby_overflow_any_sparse/ast.json delete mode 100644 parser/testdata/03657_hash_vs_full_sorting_merge_join/ast.json delete mode 100644 parser/testdata/03657_merge_tree_disk_support_transaction/ast.json delete mode 100644 parser/testdata/03657_rollup_constant/ast.json delete mode 100644 parser/testdata/03658_joined_block_split_single_row_bytes/ast.json delete mode 100644 parser/testdata/03658_negative_limit_offset_distributed/ast.json delete mode 100644 parser/testdata/03660_udf_subquery/ast.json delete mode 100644 parser/testdata/03663_parameterized_views_formatting_of_substitutions_excessive_backticks/ast.json delete mode 100644 parser/testdata/03664_parameterized_view_restart/ast.json delete mode 100644 parser/testdata/03666_count_matches_complexity/ast.json delete mode 100644 parser/testdata/03667_accurate_cast_datetime_overflow/ast.json delete mode 100644 parser/testdata/03667_drop_inner_table_size_limits/ast.json delete mode 100644 parser/testdata/03667_insert_columns_description/ast.json delete mode 100644 parser/testdata/03667_join_with_subquery_and_final/ast.json delete mode 100644 parser/testdata/03667_pr_join_with_cross_join_on_left/ast.json delete mode 100644 parser/testdata/03667_text_index_validation/ast.json delete mode 100644 parser/testdata/03668_shard_join_in_reverse_order/ast.json delete mode 100644 parser/testdata/03669_min_max_projection_with_reverse_order_key/ast.json delete mode 100644 parser/testdata/03671_dict_in_subquery_in_index_analysis_context_expired/ast.json delete mode 100644 parser/testdata/03671_pk_in_subquery_context_expired/ast.json delete mode 100644 parser/testdata/03672_columns_same_as_subcolumns/ast.json delete mode 100644 parser/testdata/03672_nested_array_nested_tuple/ast.json delete mode 100644 parser/testdata/03673_columns_description_cache/ast.json delete mode 100644 parser/testdata/03680_mergetree_shrink_const_from_prewhere/ast.json delete mode 100644 parser/testdata/03681_distributed_fractional_limit_offset/ast.json delete mode 100644 parser/testdata/03681_lazy_materialization_with_read_in_order/ast.json delete mode 100644 parser/testdata/03699_reverse_utf8/ast.json delete mode 100644 parser/testdata/03700_vertical_format_pretty_print_json/ast.json delete mode 100644 parser/testdata/03701_analyzer_correlated_subquery_plan_reference/ast.json delete mode 100644 parser/testdata/03701_column_ttl_fully_expired/ast.json delete mode 100644 parser/testdata/03701_create_or_replace_temporary_table/ast.json delete mode 100644 parser/testdata/03701_distinct_but_no_group_by_projection_table_use_check/ast.json delete mode 100644 parser/testdata/03701_json_duplicate_path_insert_select/ast.json delete mode 100644 parser/testdata/03701_limit_by_in_order/ast.json delete mode 100644 parser/testdata/03701_optimize_inverse_dictionary_lookup_basic/ast.json delete mode 100644 parser/testdata/03701_parallel_replicas_in_shard_scope/ast.json delete mode 100644 parser/testdata/03701_replicated_column_short_circuit_filter/ast.json delete mode 100644 parser/testdata/03701_temporary_files_buffer_size/ast.json delete mode 100644 parser/testdata/03702_alter_codec_index/ast.json delete mode 100644 parser/testdata/03702_alter_codec_pk/ast.json delete mode 100644 parser/testdata/03702_alter_column_modify_secondary_index_general/ast.json delete mode 100644 parser/testdata/03702_alter_column_update_and_delete_secondary_index_general/ast.json delete mode 100644 parser/testdata/03702_encode_decode_memory_usage/ast.json delete mode 100644 parser/testdata/03702_function_dict_get_keys_basic/ast.json delete mode 100644 parser/testdata/03702_geometry_functions/ast.json delete mode 100644 parser/testdata/03702_inject_random_orderby_doesnt_change_limit/ast.json delete mode 100644 parser/testdata/03702_json_datetime_format_settings/ast.json delete mode 100644 parser/testdata/03702_optimize_inverse_dictionary_lookup_composite_and_layouts/ast.json delete mode 100644 parser/testdata/03702_text_index_hint_basics/ast.json delete mode 100644 parser/testdata/03702_text_index_hint_events/ast.json delete mode 100644 parser/testdata/03702_text_index_hint_low_cardinality/ast.json delete mode 100644 parser/testdata/03703_function_dict_get_keys_large/ast.json delete mode 100644 parser/testdata/03703_optimize_inverse_dictionary_lookup_dictget_family/ast.json delete mode 100644 parser/testdata/03703_prelimit_explain_message/ast.json delete mode 100644 parser/testdata/03703_statistics_low_cardinality/ast.json delete mode 100644 parser/testdata/03704_default_empty_order_by/ast.json delete mode 100644 parser/testdata/03704_fractional_limit_with_ties/ast.json delete mode 100644 parser/testdata/03704_function_dict_get_keys_cache_type/ast.json delete mode 100644 parser/testdata/03705_count_if_asterisk/ast.json delete mode 100644 parser/testdata/03705_fix_compression_T64_unaligned/ast.json delete mode 100644 parser/testdata/03705_function_dict_get_keys_multiple_dict_and_no_caching/ast.json delete mode 100644 parser/testdata/03707_analyzer_convert_outer_any_to_inner/ast.json delete mode 100644 parser/testdata/03707_empty_parts_with_non_empty_projections_merge/ast.json delete mode 100644 parser/testdata/03707_function_array_remove/ast.json delete mode 100644 parser/testdata/03707_statistics_cache/ast.json delete mode 100644 parser/testdata/03708_analyzer_convert_any_outer_to_inner_2/ast.json delete mode 100644 parser/testdata/03708_exact_rows_before_limit_in/ast.json delete mode 100644 parser/testdata/03708_flush_async_insert_queue_for_table/ast.json delete mode 100644 parser/testdata/03708_join_or_to_right_any_bug/ast.json delete mode 100644 parser/testdata/03708_low_cardinality_aggregate_state_compatibility/ast.json delete mode 100644 parser/testdata/03708_statistics_estimator_cast_type/ast.json delete mode 100644 parser/testdata/03709_anti_join_runtime_filters/ast.json delete mode 100644 parser/testdata/03709_coalescing_final/ast.json delete mode 100644 parser/testdata/03709_parallel_replicas_right_join_with_distributed/ast.json delete mode 100644 parser/testdata/03709_replicated_columns_right_join/ast.json delete mode 100644 parser/testdata/03710_analyzer_limit_by_aggregate_validation/ast.json delete mode 100644 parser/testdata/03710_argAndMinMax/ast.json delete mode 100644 parser/testdata/03710_array_join_in_map_bug/ast.json delete mode 100644 parser/testdata/03710_empty_tuple_lhs_in_function/ast.json delete mode 100644 parser/testdata/03710_midpoint/ast.json delete mode 100644 parser/testdata/03710_pr_insert_into_mv_with_join/ast.json delete mode 100644 parser/testdata/03710_pr_join_with_mv/ast.json delete mode 100644 parser/testdata/03711_deduplication_blocks_part_log/ast.json delete mode 100644 parser/testdata/03711_json_skip_invalid_fields/ast.json delete mode 100644 parser/testdata/03711_merge_tree_deduplication_with_disk_not_support_writing_with_append/ast.json delete mode 100644 parser/testdata/03711_top_k_by_dynamic_filter/ast.json delete mode 100644 parser/testdata/03711_top_k_by_skip_index/ast.json delete mode 100644 parser/testdata/03711_top_k_by_skip_index_dynamic/ast.json delete mode 100644 parser/testdata/03712_json_advanced_shared_data_bug/ast.json delete mode 100644 parser/testdata/03713_data_types_binary_deserialization_stack_overflow/ast.json delete mode 100644 parser/testdata/03713_group_by_injective_function_old_analyzer/ast.json delete mode 100644 parser/testdata/03713_optimize_inverse_dictionary_lookup_setting_rewrite_in_to_join/ast.json delete mode 100644 parser/testdata/03713_replicated_columns_in_external_data_bug/ast.json delete mode 100644 parser/testdata/03714_base32_base58_short_string/ast.json delete mode 100644 parser/testdata/03714_empty_tuple_reverse_function/ast.json delete mode 100644 parser/testdata/03714_queries_escaping_1/ast.json delete mode 100644 parser/testdata/03714_queries_escaping_2/ast.json delete mode 100644 parser/testdata/03715_empty_tuple_functions_conversion/ast.json delete mode 100644 parser/testdata/03716_anti_join_runtime_filters_2/ast.json delete mode 100644 parser/testdata/03716_bson_each_row_empty_tuple_column/ast.json delete mode 100644 parser/testdata/03716_join_duplicate_columns_89411/ast.json delete mode 100644 parser/testdata/03716_join_right_side_sorting/ast.json delete mode 100644 parser/testdata/03716_multiple_joins_using_top_level_identifier/ast.json delete mode 100644 parser/testdata/03716_text_index_drop_caches/ast.json delete mode 100644 parser/testdata/03716_topk_bad_data/ast.json delete mode 100644 parser/testdata/03717_msgpack_empty_tuple_column/ast.json delete mode 100644 parser/testdata/03717_system_unicode_enums/ast.json delete mode 100644 parser/testdata/03719_generic_hash_over_constant_and_non_constant/ast.json delete mode 100644 parser/testdata/03719_ntile_no_partition_by_check/ast.json delete mode 100644 parser/testdata/03720_const_limit_to_scalar/ast.json delete mode 100644 parser/testdata/03720_datetime64_bad_inference/ast.json delete mode 100644 parser/testdata/03720_file_engine_second_crash/ast.json delete mode 100644 parser/testdata/03720_ntile_double_order_by_check/ast.json delete mode 100644 parser/testdata/03720_numbers_table_function_with_step_edge_cases/ast.json delete mode 100644 parser/testdata/03720_ubsan_dictionary_parameters/ast.json delete mode 100644 parser/testdata/03721_aggregate_projection_actions_dag/ast.json delete mode 100644 parser/testdata/03721_concurrent_right_join_flags_per_row_bug/ast.json delete mode 100644 parser/testdata/03721_insert_replicated_array_nested_sizes_check/ast.json delete mode 100644 parser/testdata/03721_join_residual_condition_bug_88635/ast.json delete mode 100644 parser/testdata/03721_right_join_logical_step/ast.json delete mode 100644 parser/testdata/03721_statistics_alter_type_bug/ast.json delete mode 100644 parser/testdata/03722_function_trim_ltrim_rtrim_alias/ast.json delete mode 100644 parser/testdata/03722_json_compact_part_substreams_cache_bug/ast.json delete mode 100644 parser/testdata/03722_random_utf8_bug/ast.json delete mode 100644 parser/testdata/03723_incorrect_implicit_projection/ast.json delete mode 100644 parser/testdata/03724_filter_assume_not_null_materialize/ast.json delete mode 100644 parser/testdata/03724_parallel_replicas_duplicate_requests/ast.json delete mode 100644 parser/testdata/03724_to_date_time_or_null_negative_arg_bug/ast.json delete mode 100644 parser/testdata/03725_empty_tuple_some_limit_with_ties_distinct/ast.json delete mode 100644 parser/testdata/03725_json_dynamic_subcolumn_prewhere_zero_index_granularity_bytes/ast.json delete mode 100644 parser/testdata/03725_variant_element_null_map_subcolumn_prewhere_zero_index_granularity_bytes/ast.json delete mode 100644 parser/testdata/03726_array_union_with_dynamic_argument/ast.json delete mode 100644 parser/testdata/03727_alter_with_localhost_remote/ast.json delete mode 100644 parser/testdata/03727_block_structure_mismatch_after_filter_push_down/ast.json delete mode 100644 parser/testdata/03727_concat_with_separator_subquery/ast.json delete mode 100644 parser/testdata/03727_ipv4_parsing_bug/ast.json delete mode 100644 parser/testdata/03727_rename_nested_and_modify_in_one_later/ast.json delete mode 100644 parser/testdata/03727_tolowcardinality_nullable_cast/ast.json delete mode 100644 parser/testdata/03728_analyzer_identifier_resolution_join/ast.json delete mode 100644 parser/testdata/03728_explain_column_structure/ast.json delete mode 100644 parser/testdata/03729_function_hmac/ast.json delete mode 100644 parser/testdata/03730_qbit_in_order_by_and_comparison_functions/ast.json delete mode 100644 parser/testdata/03731_null_parts_in_storage_snapshot_with_only_analyze/ast.json delete mode 100644 parser/testdata/03731_query_condition_cache_folded_constants/ast.json delete mode 100644 parser/testdata/03732_join_on_exists_bug/ast.json delete mode 100644 parser/testdata/03732_json_duplicated_path_in_dynamic_paths_and_shared_data_bug/ast.json delete mode 100644 parser/testdata/03732_json_duplicated_path_in_dynamic_paths_and_shared_data_compact_part_bug/ast.json delete mode 100644 parser/testdata/03733_anti_join_runtime_filter_3/ast.json delete mode 100644 parser/testdata/03733_base58_decode_bug/ast.json delete mode 100644 parser/testdata/03733_join_order_dp/ast.json delete mode 100644 parser/testdata/03733_summing_merge_tree_nested_low_cardinality/ast.json delete mode 100644 parser/testdata/03735_excessive_buffer_flush/ast.json delete mode 100644 parser/testdata/03740_alter_modify_query_dict_name_in_cse/ast.json delete mode 100644 parser/testdata/03741_adaptive_write_buffer_initial_size_zero/ast.json delete mode 100644 parser/testdata/03741_dict_get_in_cte_with_no_arguments_old_analyzer/ast.json delete mode 100644 parser/testdata/03741_insert_select_subquery_from_file/ast.json delete mode 100644 parser/testdata/03741_s3_glob_table_path_pushdown/ast.json delete mode 100644 parser/testdata/03741_subcolumns_of_materialized_columns_in_mutation/ast.json delete mode 100644 parser/testdata/03742_array_filter_is_null_empty_array/ast.json delete mode 100644 parser/testdata/03742_array_join_empty_tuple/ast.json delete mode 100644 parser/testdata/03742_lazy_materialization_of_array_after_alter_add_column/ast.json delete mode 100644 parser/testdata/03742_test_flattened_crash/ast.json delete mode 100644 parser/testdata/03743_fix_estimator_crash/ast.json delete mode 100644 parser/testdata/03743_summing_and_aggregating_merge_tree_with_json_merge/ast.json delete mode 100644 parser/testdata/03745_fix_dynamic_structure_in_compact_part/ast.json delete mode 100644 parser/testdata/03747_float_parsing_subnormal/ast.json delete mode 100644 parser/testdata/03747_optimize_functions_to_subcolumns_columns_as_substreams/ast.json delete mode 100644 parser/testdata/03748_coalescing_merge_tree_tuple_low_cardinality_and_dynamic/ast.json delete mode 100644 parser/testdata/03748_default_minmax_indices_alter/ast.json delete mode 100644 parser/testdata/03748_tuple_of_sparse_elements_bug/ast.json delete mode 100644 parser/testdata/03749_implicit_index_ephemeral_alias/ast.json delete mode 100644 parser/testdata/03749_in_function_rewrite_lambda_lhs_non_const_rhs/ast.json delete mode 100644 parser/testdata/03749_materialized_view_not_supports_parallel_write/ast.json delete mode 100644 parser/testdata/03749_table_function_argument_asterisk/ast.json delete mode 100644 parser/testdata/03751_summing_coalescing_merge_tree_sparse_columns_in_header/ast.json delete mode 100644 parser/testdata/03752_constant_expression_with_untuple/ast.json delete mode 100644 parser/testdata/03752_join_part/ast.json delete mode 100644 parser/testdata/03753_merge_selector_amm/ast.json delete mode 100644 parser/testdata/03753_replacing_empty_order_by/ast.json delete mode 100644 parser/testdata/03753_segfault_with_empty_callback/ast.json delete mode 100644 parser/testdata/03754_h3_polygon_to_cells_const/ast.json delete mode 100644 parser/testdata/03755_circular_dictionary/ast.json delete mode 100644 parser/testdata/03755_enable_sparse_nullable_consistently/ast.json delete mode 100644 parser/testdata/03755_final_prewhere_duplicate_columns/ast.json delete mode 100644 parser/testdata/03755_nested_recursive_cte/ast.json delete mode 100644 parser/testdata/03755_pr_join_with_view/ast.json delete mode 100644 parser/testdata/03756_capn_proto_message_size_limit/ast.json delete mode 100644 parser/testdata/03756_mongodb_secret_arguments/ast.json delete mode 100644 parser/testdata/03756_update_query_formatting/ast.json delete mode 100644 parser/testdata/03757_optimize_skip_unused_shards_with_type_cast/ast.json delete mode 100644 parser/testdata/03758_positional_argument_agg_projection/ast.json delete mode 100644 parser/testdata/03759_marks_cache_events/ast.json diff --git a/parser/CLAUDE.md b/parser/CLAUDE.md new file mode 100644 index 0000000000..73cb5eb4d2 --- /dev/null +++ b/parser/CLAUDE.md @@ -0,0 +1,11 @@ +# Parser Development Notes + +## Running Tests + +Always run parser tests with a 5 second timeout: + +```bash +go test ./parser/... -timeout 5s +``` + +The tests are very fast. If a test is timing out, it indicates a bug (likely an infinite loop in the parser). diff --git a/parser/parser_test.go b/parser/parser_test.go index 203ae70db7..381acaac89 100644 --- a/parser/parser_test.go +++ b/parser/parser_test.go @@ -14,34 +14,17 @@ import ( // testMetadata holds optional metadata for a test case type testMetadata struct { - Todo bool `json:"todo,omitempty"` - Source string `json:"source,omitempty"` -} - -// astJSON represents the structure of ast.json from ClickHouse EXPLAIN AST -type astJSON struct { - Meta []struct { - Name string `json:"name"` - Type string `json:"type"` - } `json:"meta"` - Data []struct { - Explain string `json:"explain"` - } `json:"data"` - Rows int `json:"rows"` - Statistics struct { - Elapsed float64 `json:"elapsed"` - RowsRead int `json:"rows_read"` - BytesRead int `json:"bytes_read"` - } `json:"statistics"` - Error bool `json:"error,omitempty"` + Todo bool `json:"todo,omitempty"` + Source string `json:"source,omitempty"` + Explain *bool `json:"explain,omitempty"` } // TestParser tests the parser using test cases from the testdata directory. // Each subdirectory in testdata represents a test case with: // - query.sql: The SQL query to parse -// - ast.json: Expected AST from ClickHouse EXPLAIN AST // - metadata.json (optional): Metadata including: // - todo: true if the test is not yet expected to pass +// - explain: false to skip the test (e.g., when ClickHouse couldn't parse it) func TestParser(t *testing.T) { testdataDir := "testdata" @@ -64,13 +47,13 @@ func TestParser(t *testing.T) { ctx, cancel := context.WithTimeout(context.Background(), 1*time.Second) defer cancel() - // Read the query (only first line, as ast.json was generated from first statement) + // Read the query (only first line) queryPath := filepath.Join(testDir, "query.sql") queryBytes, err := os.ReadFile(queryPath) if err != nil { t.Fatalf("Failed to read query.sql: %v", err) } - // Get first line only (ast.json contains AST for first statement) + // Get first line only lines := strings.SplitN(string(queryBytes), "\n", 2) query := strings.TrimSpace(lines[0]) @@ -83,18 +66,9 @@ func TestParser(t *testing.T) { } } - // Read expected AST from ClickHouse - var expectedAST astJSON - astPath := filepath.Join(testDir, "ast.json") - if astBytes, err := os.ReadFile(astPath); err == nil { - if err := json.Unmarshal(astBytes, &expectedAST); err != nil { - t.Fatalf("Failed to parse ast.json: %v", err) - } - } - - // Skip tests where ClickHouse also couldn't parse the query - if expectedAST.Error { - t.Skipf("ClickHouse also failed to parse this query") + // Skip tests where explain is explicitly false (e.g., ClickHouse couldn't parse it) + if metadata.Explain != nil && !*metadata.Explain { + t.Skipf("Skipping: explain is false in metadata") return } @@ -125,8 +99,6 @@ func TestParser(t *testing.T) { } t.Fatalf("JSON marshal error: %v\nQuery: %s", jsonErr, query) } - - // TODO: Compare parsed AST against expectedAST.Data }) } } diff --git a/parser/testdata/00001_count_hits/ast.json b/parser/testdata/00001_count_hits/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00001_count_hits/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00001_select_1/ast.json b/parser/testdata/00001_select_1/ast.json deleted file mode 100644 index 71091f4176..0000000000 --- a/parser/testdata/00001_select_1/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001936758, - "rows_read": 5, - "bytes_read": 177 - } -} diff --git a/parser/testdata/00002_count_visits/ast.json b/parser/testdata/00002_count_visits/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00002_count_visits/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00002_system_numbers/ast.json b/parser/testdata/00002_system_numbers/ast.json deleted file mode 100644 index df3bd2cb2a..0000000000 --- a/parser/testdata/00002_system_numbers/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001602544, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00003_reinterpret_as_string/ast.json b/parser/testdata/00003_reinterpret_as_string/ast.json deleted file mode 100644 index 852f67e0ae..0000000000 --- a/parser/testdata/00003_reinterpret_as_string/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function reinterpretAsString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal 'Ё'" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001337951, - "rows_read": 16, - "bytes_read": 614 - } -} diff --git a/parser/testdata/00004_shard_format_ast_and_remote_table/ast.json b/parser/testdata/00004_shard_format_ast_and_remote_table/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00004_shard_format_ast_and_remote_table/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00004_top_counters/ast.json b/parser/testdata/00004_top_counters/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00004_top_counters/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00005_filtering/ast.json b/parser/testdata/00005_filtering/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00005_filtering/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00005_shard_format_ast_and_remote_table_lambda/ast.json b/parser/testdata/00005_shard_format_ast_and_remote_table_lambda/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00005_shard_format_ast_and_remote_table_lambda/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00006_agregates/ast.json b/parser/testdata/00006_agregates/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00006_agregates/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00006_extremes_and_subquery_from/ast.json b/parser/testdata/00006_extremes_and_subquery_from/ast.json deleted file mode 100644 index d3b66b6926..0000000000 --- a/parser/testdata/00006_extremes_and_subquery_from/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001759471, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00007_array/ast.json b/parser/testdata/00007_array/ast.json deleted file mode 100644 index e6a9fc2e44..0000000000 --- a/parser/testdata/00007_array/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['Hello', 'Goodbye']" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001963539, - "rows_read": 5, - "bytes_read": 195 - } -} diff --git a/parser/testdata/00007_uniq/ast.json b/parser/testdata/00007_uniq/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00007_uniq/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00008_array_join/ast.json b/parser/testdata/00008_array_join/ast.json deleted file mode 100644 index 300a785866..0000000000 --- a/parser/testdata/00008_array_join/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['Hello', 'Goodbye']" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001753708, - "rows_read": 7, - "bytes_read": 280 - } -} diff --git a/parser/testdata/00008_uniq/ast.json b/parser/testdata/00008_uniq/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00008_uniq/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00009_array_join_subquery/ast.json b/parser/testdata/00009_array_join_subquery/ast.json deleted file mode 100644 index 5970948743..0000000000 --- a/parser/testdata/00009_array_join_subquery/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['Hello', 'Goodbye']" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001987539, - "rows_read": 16, - "bytes_read": 682 - } -} diff --git a/parser/testdata/00009_uniq_distributed/ast.json b/parser/testdata/00009_uniq_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00009_uniq_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00010_big_array_join/ast.json b/parser/testdata/00010_big_array_join/ast.json deleted file mode 100644 index 10ef35ae4c..0000000000 --- a/parser/testdata/00010_big_array_join/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['Hello', 'Goodbye']" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3] (alias arr)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " ArrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001767396, - "rows_read": 21, - "bytes_read": 913 - } -} diff --git a/parser/testdata/00010_quantiles_segfault/ast.json b/parser/testdata/00010_quantiles_segfault/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00010_quantiles_segfault/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00011_array_join_alias/ast.json b/parser/testdata/00011_array_join_alias/ast.json deleted file mode 100644 index 103156bae3..0000000000 --- a/parser/testdata/00011_array_join_alias/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier a" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['Hello', 'Goodbye']" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3] (alias arr)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " ArrayJoin (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001752304, - "rows_read": 21, - "bytes_read": 895 - } -} diff --git a/parser/testdata/00011_sorting/ast.json b/parser/testdata/00011_sorting/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00011_sorting/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00012_array_join_alias_2/ast.json b/parser/testdata/00012_array_join_alias_2/ast.json deleted file mode 100644 index 8f620bc231..0000000000 --- a/parser/testdata/00012_array_join_alias_2/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['Hello', 'Goodbye']" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3] (alias arr)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " ArrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr (alias a)" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001439494, - "rows_read": 23, - "bytes_read": 973 - } -} diff --git a/parser/testdata/00012_sorting_distributed/ast.json b/parser/testdata/00012_sorting_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00012_sorting_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00013_create_table_with_arrays/ast.json b/parser/testdata/00013_create_table_with_arrays/ast.json deleted file mode 100644 index e6f7a6ebd9..0000000000 --- a/parser/testdata/00013_create_table_with_arrays/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery arrays_test (children 1)" - }, - { - "explain": " Identifier arrays_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001414106, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00013_sorting_of_nested/ast.json b/parser/testdata/00013_sorting_of_nested/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00013_sorting_of_nested/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00014_filtering_arrays/ast.json b/parser/testdata/00014_filtering_arrays/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00014_filtering_arrays/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00014_select_from_table_with_nested/ast.json b/parser/testdata/00014_select_from_table_with_nested/ast.json deleted file mode 100644 index 0c58bc365e..0000000000 --- a/parser/testdata/00014_select_from_table_with_nested/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nested_test (children 1)" - }, - { - "explain": " Identifier nested_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00136686, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00015_totals_and_no_aggregate_functions/ast.json b/parser/testdata/00015_totals_and_no_aggregate_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00015_totals_and_no_aggregate_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00015_totals_having_constants/ast.json b/parser/testdata/00015_totals_having_constants/ast.json deleted file mode 100644 index e263b8d1cb..0000000000 --- a/parser/testdata/00015_totals_having_constants/ast.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal Float64_0.1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal Float64_0.1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - } - ], - - "rows": 34, - - "statistics": - { - "elapsed": 0.00179472, - "rows_read": 34, - "bytes_read": 1339 - } -} diff --git a/parser/testdata/00016_any_if_distributed_cond_always_false/ast.json b/parser/testdata/00016_any_if_distributed_cond_always_false/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00016_any_if_distributed_cond_always_false/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00016_totals_having_constants/ast.json b/parser/testdata/00016_totals_having_constants/ast.json deleted file mode 100644 index 07596a8e9a..0000000000 --- a/parser/testdata/00016_totals_having_constants/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal Float64_0.1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal Float64_0.1" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.00149892, - "rows_read": 17, - "bytes_read": 605 - } -} diff --git a/parser/testdata/00017_aggregation_uninitialized_memory/ast.json b/parser/testdata/00017_aggregation_uninitialized_memory/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00017_aggregation_uninitialized_memory/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00017_in_subquery_with_empty_result/ast.json b/parser/testdata/00017_in_subquery_with_empty_result/ast.json deleted file mode 100644 index 1e6edc5f94..0000000000 --- a/parser/testdata/00017_in_subquery_with_empty_result/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001128, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00018_distinct_in_subquery/ast.json b/parser/testdata/00018_distinct_in_subquery/ast.json deleted file mode 100644 index d85df6e174..0000000000 --- a/parser/testdata/00018_distinct_in_subquery/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Function arrayJoin (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001301782, - "rows_read": 17, - "bytes_read": 727 - } -} diff --git a/parser/testdata/00019_shard_quantiles_totals_distributed/ast.json b/parser/testdata/00019_shard_quantiles_totals_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00019_shard_quantiles_totals_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00020_distinct_order_by_distributed/ast.json b/parser/testdata/00020_distinct_order_by_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00020_distinct_order_by_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00020_sorting_arrays/ast.json b/parser/testdata/00020_sorting_arrays/ast.json deleted file mode 100644 index b0c06c387c..0000000000 --- a/parser/testdata/00020_sorting_arrays/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[UInt64_3, UInt64_4, UInt64_5], Array_[UInt64_6, UInt64_7], Array_[UInt64_2], Array_[UInt64_1, UInt64_1]]" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001441168, - "rows_read": 10, - "bytes_read": 484 - } -} diff --git a/parser/testdata/00021_1_select_with_in/ast.json b/parser/testdata/00021_1_select_with_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00021_1_select_with_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00021_2_select_with_in/ast.json b/parser/testdata/00021_2_select_with_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00021_2_select_with_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00021_3_select_with_in/ast.json b/parser/testdata/00021_3_select_with_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00021_3_select_with_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00021_sorting_arrays/ast.json b/parser/testdata/00021_sorting_arrays/ast.json deleted file mode 100644 index e75c014086..0000000000 --- a/parser/testdata/00021_sorting_arrays/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[UInt64_3, UInt64_4, UInt64_5], Array_[UInt64_6, UInt64_7], Array_[UInt64_2], Array_[UInt64_1, UInt64_1]]" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001447617, - "rows_read": 10, - "bytes_read": 484 - } -} diff --git a/parser/testdata/00022_func_higher_order_and_constants/ast.json b/parser/testdata/00022_func_higher_order_and_constants/ast.json deleted file mode 100644 index 738505635d..0000000000 --- a/parser/testdata/00022_func_higher_order_and_constants/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayExists (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function position (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal 'a'" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Array_['a']" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001343031, - "rows_read": 19, - "bytes_read": 748 - } -} diff --git a/parser/testdata/00022_merge_prewhere/ast.json b/parser/testdata/00022_merge_prewhere/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00022_merge_prewhere/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00023_agg_select_agg_subquery/ast.json b/parser/testdata/00023_agg_select_agg_subquery/ast.json deleted file mode 100644 index d415d6c74b..0000000000 --- a/parser/testdata/00023_agg_select_agg_subquery/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001391716, - "rows_read": 24, - "bytes_read": 1028 - } -} diff --git a/parser/testdata/00023_totals_limit/ast.json b/parser/testdata/00023_totals_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00023_totals_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00024_random_counters/ast.json b/parser/testdata/00024_random_counters/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00024_random_counters/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00024_unused_array_join_in_subquery/ast.json b/parser/testdata/00024_unused_array_join_in_subquery/ast.json deleted file mode 100644 index d68386a536..0000000000 --- a/parser/testdata/00024_unused_array_join_in_subquery/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001299614, - "rows_read": 18, - "bytes_read": 759 - } -} diff --git a/parser/testdata/00025_implicitly_used_subquery_column/ast.json b/parser/testdata/00025_implicitly_used_subquery_column/ast.json deleted file mode 100644 index 0d04dbcc7e..0000000000 --- a/parser/testdata/00025_implicitly_used_subquery_column/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier x (alias y)" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.00160112, - "rows_read": 17, - "bytes_read": 707 - } -} diff --git a/parser/testdata/00026_shard_something_distributed/ast.json b/parser/testdata/00026_shard_something_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00026_shard_something_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00027_argMinMax/ast.json b/parser/testdata/00027_argMinMax/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00027_argMinMax/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00027_distinct_and_order_by/ast.json b/parser/testdata/00027_distinct_and_order_by/ast.json deleted file mode 100644 index 37731dc0f2..0000000000 --- a/parser/testdata/00027_distinct_and_order_by/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001337932, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00027_simple_argMinArray/ast.json b/parser/testdata/00027_simple_argMinArray/ast.json deleted file mode 100644 index 0195d96dc2..0000000000 --- a/parser/testdata/00027_simple_argMinArray/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function argMinArray (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier id" - }, - { - "explain": " Identifier num" - }, - { - "explain": " Function argMaxArray (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier id" - }, - { - "explain": " Identifier num" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (alias num) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[UInt64_10, UInt64_4, UInt64_3], Array_[UInt64_7, UInt64_5, UInt64_6], Array_[UInt64_8, UInt64_8, UInt64_2]]" - }, - { - "explain": " Function arrayJoin (alias id) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[UInt64_1, UInt64_2, UInt64_4]]" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001531981, - "rows_read": 26, - "bytes_read": 1216 - } -} diff --git a/parser/testdata/00028_shard_big_agg_aj_distributed/ast.json b/parser/testdata/00028_shard_big_agg_aj_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00028_shard_big_agg_aj_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00030_alter_table/ast.json b/parser/testdata/00030_alter_table/ast.json deleted file mode 100644 index 56382fa53d..0000000000 --- a/parser/testdata/00030_alter_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_test (children 1)" - }, - { - "explain": " Identifier alter_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00145738, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00030_array_enumerate_uniq/ast.json b/parser/testdata/00030_array_enumerate_uniq/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00030_array_enumerate_uniq/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00031_array_enumerate_uniq/ast.json b/parser/testdata/00031_array_enumerate_uniq/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00031_array_enumerate_uniq/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00031_parser_number/ast.json b/parser/testdata/00031_parser_number/ast.json deleted file mode 100644 index 7bf1dc91ac..0000000000 --- a/parser/testdata/00031_parser_number/ast.json +++ /dev/null @@ -1,379 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 56)" - }, - { - "explain": " Literal UInt64_0 (alias x1)" - }, - { - "explain": " Literal UInt64_1 (alias x2)" - }, - { - "explain": " Literal Int64_-1 (alias x3)" - }, - { - "explain": " Literal UInt64_128 (alias x4)" - }, - { - "explain": " Literal Int64_-127 (alias x5)" - }, - { - "explain": " Literal Int64_-128 (alias x6)" - }, - { - "explain": " Literal UInt64_255 (alias x7)" - }, - { - "explain": " Literal Int64_-128 (alias x8)" - }, - { - "explain": " Literal UInt64_377 (alias x9)" - }, - { - "explain": " Literal Int64_-177 (alias x10)" - }, - { - "explain": " Literal UInt64_65535 (alias x11)" - }, - { - "explain": " Literal UInt64_4294967295 (alias x12)" - }, - { - "explain": " Literal Float64_12300 (alias x13)" - }, - { - "explain": " Literal Float64_4656 (alias x14)" - }, - { - "explain": " Literal Float64_-0 (alias x15)" - }, - { - "explain": " Literal Float64_-0 (alias x16)" - }, - { - "explain": " Literal Float64_0 (alias x17)" - }, - { - "explain": " Literal UInt64_18446744073709551615 (alias x18)" - }, - { - "explain": " Literal Float64_20988295479420645000 (alias x19)" - }, - { - "explain": " Literal Float64_-18446744073709552000 (alias x20)" - }, - { - "explain": " Literal Int64_-9223372036854775807 (alias x21)" - }, - { - "explain": " Literal Float64_-8.98846567431158e307 (alias x22)" - }, - { - "explain": " Literal Float64_-2.2250738585072014e-308 (alias x23)" - }, - { - "explain": " Literal Float64_inf (alias x24)" - }, - { - "explain": " Literal Float64_-inf (alias x25)" - }, - { - "explain": " Literal Float64_nan (alias x26)" - }, - { - "explain": " Function divide (alias x27) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Float64_1e-302 (alias x28)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x1" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x2" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x3" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x4" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x5" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x6" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x7" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x8" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x9" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x10" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x11" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x12" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x13" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x14" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x15" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x16" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x17" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x18" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x19" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x20" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x21" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x22" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x23" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x24" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x25" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x26" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x27" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x28" - } - ], - - "rows": 119, - - "statistics": - { - "elapsed": 0.002362934, - "rows_read": 119, - "bytes_read": 4680 - } -} diff --git a/parser/testdata/00032_aggregate_key64/ast.json b/parser/testdata/00032_aggregate_key64/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00032_aggregate_key64/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00032_fixed_string_to_string/ast.json b/parser/testdata/00032_fixed_string_to_string/ast.json deleted file mode 100644 index 81a63a4977..0000000000 --- a/parser/testdata/00032_fixed_string_to_string/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_111" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001436885, - "rows_read": 17, - "bytes_read": 687 - } -} diff --git a/parser/testdata/00033_aggregate_key_string/ast.json b/parser/testdata/00033_aggregate_key_string/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00033_aggregate_key_string/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00033_fixed_string_to_string/ast.json b/parser/testdata/00033_fixed_string_to_string/ast.json deleted file mode 100644 index a8c1a03ad0..0000000000 --- a/parser/testdata/00033_fixed_string_to_string/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.002180112, - "rows_read": 10, - "bytes_read": 381 - } -} diff --git a/parser/testdata/00034_aggregate_key_fixed_string/ast.json b/parser/testdata/00034_aggregate_key_fixed_string/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00034_aggregate_key_fixed_string/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00034_fixed_string_to_number/ast.json b/parser/testdata/00034_fixed_string_to_number/ast.json deleted file mode 100644 index 49d7fab1d6..0000000000 --- a/parser/testdata/00034_fixed_string_to_number/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt16 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_111" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001630931, - "rows_read": 17, - "bytes_read": 687 - } -} diff --git a/parser/testdata/00035_aggregate_keys128/ast.json b/parser/testdata/00035_aggregate_keys128/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00035_aggregate_keys128/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00035_function_array_return_type/ast.json b/parser/testdata/00035_function_array_return_type/ast.json deleted file mode 100644 index 2488532efd..0000000000 --- a/parser/testdata/00035_function_array_return_type/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1]" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001267856, - "rows_read": 5, - "bytes_read": 185 - } -} diff --git a/parser/testdata/00036_aggregate_hashed/ast.json b/parser/testdata/00036_aggregate_hashed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00036_aggregate_hashed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00036_array_element/ast.json b/parser/testdata/00036_array_element/ast.json deleted file mode 100644 index 4af7d3b33f..0000000000 --- a/parser/testdata/00036_array_element/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery array_element_test (children 1)" - }, - { - "explain": " Identifier array_element_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001372226, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/00037_totals_limit/ast.json b/parser/testdata/00037_totals_limit/ast.json deleted file mode 100644 index 1face667d6..0000000000 --- a/parser/testdata/00037_totals_limit/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001616272, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00037_uniq_state_merge1/ast.json b/parser/testdata/00037_uniq_state_merge1/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00037_uniq_state_merge1/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00038_totals_limit/ast.json b/parser/testdata/00038_totals_limit/ast.json deleted file mode 100644 index 7193c883c2..0000000000 --- a/parser/testdata/00038_totals_limit/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001239512, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00038_uniq_state_merge2/ast.json b/parser/testdata/00038_uniq_state_merge2/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00038_uniq_state_merge2/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00039_primary_key/ast.json b/parser/testdata/00039_primary_key/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00039_primary_key/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00040_aggregating_materialized_view/ast.json b/parser/testdata/00040_aggregating_materialized_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00040_aggregating_materialized_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00040_array_enumerate_uniq/ast.json b/parser/testdata/00040_array_enumerate_uniq/ast.json deleted file mode 100644 index 26b72f4d8b..0000000000 --- a/parser/testdata/00040_array_enumerate_uniq/ast.json +++ /dev/null @@ -1,184 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function max (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayEnumerateUniq (alias arr) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function groupArray (alias nums) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function intDiv (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_54321" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function intDiv (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_98765" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function intHash32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_100000" - } - ], - - "rows": 54, - - "statistics": - { - "elapsed": 0.001671356, - "rows_read": 54, - "bytes_read": 2565 - } -} diff --git a/parser/testdata/00041_aggregating_materialized_view/ast.json b/parser/testdata/00041_aggregating_materialized_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00041_aggregating_materialized_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00041_aggregation_remap/ast.json b/parser/testdata/00041_aggregation_remap/ast.json deleted file mode 100644 index 1d6261d630..0000000000 --- a/parser/testdata/00041_aggregation_remap/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_200000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.001577251, - "rows_read": 30, - "bytes_read": 1182 - } -} diff --git a/parser/testdata/00041_big_array_join/ast.json b/parser/testdata/00041_big_array_join/ast.json deleted file mode 100644 index 64f3b8c6c8..0000000000 --- a/parser/testdata/00041_big_array_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery big_array (children 1)" - }, - { - "explain": " Identifier big_array" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001352707, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00042_any_left_join/ast.json b/parser/testdata/00042_any_left_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00042_any_left_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00042_set/ast.json b/parser/testdata/00042_set/ast.json deleted file mode 100644 index 8c5cee93de..0000000000 --- a/parser/testdata/00042_set/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1100000" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001546592, - "rows_read": 20, - "bytes_read": 829 - } -} diff --git a/parser/testdata/00043_any_left_join/ast.json b/parser/testdata/00043_any_left_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00043_any_left_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00043_summing_empty_part/ast.json b/parser/testdata/00043_summing_empty_part/ast.json deleted file mode 100644 index 3b372e03ff..0000000000 --- a/parser/testdata/00043_summing_empty_part/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery empty_summing (children 1)" - }, - { - "explain": " Identifier empty_summing" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001276161, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/00044_any_left_join_string/ast.json b/parser/testdata/00044_any_left_join_string/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00044_any_left_join_string/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00044_sorting_by_string_descending/ast.json b/parser/testdata/00044_sorting_by_string_descending/ast.json deleted file mode 100644 index 64723168ec..0000000000 --- a/parser/testdata/00044_sorting_by_string_descending/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'abc'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier s" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001295107, - "rows_read": 24, - "bytes_read": 1008 - } -} diff --git a/parser/testdata/00045_sorting_by_fixed_string_descending/ast.json b/parser/testdata/00045_sorting_by_fixed_string_descending/ast.json deleted file mode 100644 index b0ca7f5066..0000000000 --- a/parser/testdata/00045_sorting_by_fixed_string_descending/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFixedString (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'abc'" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier s" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001802083, - "rows_read": 27, - "bytes_read": 1152 - } -} diff --git a/parser/testdata/00045_uniq_upto/ast.json b/parser/testdata/00045_uniq_upto/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00045_uniq_upto/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00046_stored_aggregates_simple/ast.json b/parser/testdata/00046_stored_aggregates_simple/ast.json deleted file mode 100644 index 63eb3f5b89..0000000000 --- a/parser/testdata/00046_stored_aggregates_simple/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery stored_aggregates (children 1)" - }, - { - "explain": " Identifier stored_aggregates" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00119504, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00046_uniq_upto_distributed/ast.json b/parser/testdata/00046_uniq_upto_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00046_uniq_upto_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00047_bar/ast.json b/parser/testdata/00047_bar/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00047_bar/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00047_stored_aggregates_complex/ast.json b/parser/testdata/00047_stored_aggregates_complex/ast.json deleted file mode 100644 index 8928ed5a71..0000000000 --- a/parser/testdata/00047_stored_aggregates_complex/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery stored_aggregates (children 1)" - }, - { - "explain": " Identifier stored_aggregates" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001374841, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00048_a_stored_aggregates_merge/ast.json b/parser/testdata/00048_a_stored_aggregates_merge/ast.json deleted file mode 100644 index 969b5920ca..0000000000 --- a/parser/testdata/00048_a_stored_aggregates_merge/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery stored_aggregates (children 1)" - }, - { - "explain": " Identifier stored_aggregates" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001177114, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00048_b_stored_aggregates_merge/ast.json b/parser/testdata/00048_b_stored_aggregates_merge/ast.json deleted file mode 100644 index 8b53981e96..0000000000 --- a/parser/testdata/00048_b_stored_aggregates_merge/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery stored_aggregates (children 1)" - }, - { - "explain": " Identifier stored_aggregates" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001096626, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00048_min_max/ast.json b/parser/testdata/00048_min_max/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00048_min_max/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00049_any_left_join/ast.json b/parser/testdata/00049_any_left_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00049_any_left_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00049_max_string_if/ast.json b/parser/testdata/00049_max_string_if/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00049_max_string_if/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00050_any_left_join/ast.json b/parser/testdata/00050_any_left_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00050_any_left_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00050_min_max/ast.json b/parser/testdata/00050_min_max/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00050_min_max/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00051_any_inner_join/ast.json b/parser/testdata/00051_any_inner_join/ast.json deleted file mode 100644 index 1d35045f29..0000000000 --- a/parser/testdata/00051_any_inner_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001376026, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00051_min_max_array/ast.json b/parser/testdata/00051_min_max_array/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00051_min_max_array/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00052_all_left_join/ast.json b/parser/testdata/00052_all_left_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00052_all_left_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00052_group_by_in/ast.json b/parser/testdata/00052_group_by_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00052_group_by_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00053_all_inner_join/ast.json b/parser/testdata/00053_all_inner_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00053_all_inner_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00053_replicate_segfault/ast.json b/parser/testdata/00053_replicate_segfault/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00053_replicate_segfault/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00054_join_string/ast.json b/parser/testdata/00054_join_string/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00054_join_string/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00054_merge_tree_partitions/ast.json b/parser/testdata/00054_merge_tree_partitions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00054_merge_tree_partitions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00055_index_and_not/ast.json b/parser/testdata/00055_index_and_not/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00055_index_and_not/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00055_join_two_numbers/ast.json b/parser/testdata/00055_join_two_numbers/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00055_join_two_numbers/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00056_join_number_string/ast.json b/parser/testdata/00056_join_number_string/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00056_join_number_string/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00056_view/ast.json b/parser/testdata/00056_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00056_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00057_join_aliases/ast.json b/parser/testdata/00057_join_aliases/ast.json deleted file mode 100644 index 056b05a9a3..0000000000 --- a/parser/testdata/00057_join_aliases/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.0011279, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00059_merge_sorting_empty_array_joined/ast.json b/parser/testdata/00059_merge_sorting_empty_array_joined/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00059_merge_sorting_empty_array_joined/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00059_shard_global_in/ast.json b/parser/testdata/00059_shard_global_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00059_shard_global_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00059_shard_global_in_mergetree/ast.json b/parser/testdata/00059_shard_global_in_mergetree/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00059_shard_global_in_mergetree/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00060_date_lut/ast.json b/parser/testdata/00060_date_lut/ast.json deleted file mode 100644 index 87fd3bc82c..0000000000 --- a/parser/testdata/00060_date_lut/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '1970-01-01 14:25:36'" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001146519, - "rows_read": 9, - "bytes_read": 364 - } -} diff --git a/parser/testdata/00060_move_to_prewhere_and_sets/ast.json b/parser/testdata/00060_move_to_prewhere_and_sets/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00060_move_to_prewhere_and_sets/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00061_merge_tree_alter/ast.json b/parser/testdata/00061_merge_tree_alter/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00061_merge_tree_alter/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00061_storage_buffer/ast.json b/parser/testdata/00061_storage_buffer/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00061_storage_buffer/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00062_loyalty/ast.json b/parser/testdata/00062_loyalty/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00062_loyalty/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00062_replicated_merge_tree_alter_zookeeper_long/ast.json b/parser/testdata/00062_replicated_merge_tree_alter_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00062_replicated_merge_tree_alter_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00063_check_query/ast.json b/parser/testdata/00063_check_query/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00063_check_query/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00063_loyalty_joins/ast.json b/parser/testdata/00063_loyalty_joins/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00063_loyalty_joins/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00064_negate_bug/ast.json b/parser/testdata/00064_negate_bug/ast.json deleted file mode 100644 index 323c42660d..0000000000 --- a/parser/testdata/00064_negate_bug/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function negate (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toTypeName (alias t) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001328882, - "rows_read": 12, - "bytes_read": 477 - } -} diff --git a/parser/testdata/00065_loyalty_with_storage_join/ast.json b/parser/testdata/00065_loyalty_with_storage_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00065_loyalty_with_storage_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00065_shard_float_literals_formatting/ast.json b/parser/testdata/00065_shard_float_literals_formatting/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00065_shard_float_literals_formatting/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00066_group_by_in/ast.json b/parser/testdata/00066_group_by_in/ast.json deleted file mode 100644 index 8784d1bba6..0000000000 --- a/parser/testdata/00066_group_by_in/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001130123, - "rows_read": 10, - "bytes_read": 357 - } -} diff --git a/parser/testdata/00066_sorting_distributed_many_replicas/ast.json b/parser/testdata/00066_sorting_distributed_many_replicas/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00066_sorting_distributed_many_replicas/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00067_replicate_segfault/ast.json b/parser/testdata/00067_replicate_segfault/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00067_replicate_segfault/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00067_union_all/ast.json b/parser/testdata/00067_union_all/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00067_union_all/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00068_empty_tiny_log/ast.json b/parser/testdata/00068_empty_tiny_log/ast.json deleted file mode 100644 index f6b352d34f..0000000000 --- a/parser/testdata/00068_empty_tiny_log/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery empty_tiny_log (children 3)" - }, - { - "explain": " Identifier empty_tiny_log" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration A (children 1)" - }, - { - "explain": " DataType UInt8" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function TinyLog" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.00117892, - "rows_read": 8, - "bytes_read": 293 - } -} diff --git a/parser/testdata/00068_subquery_in_prewhere/ast.json b/parser/testdata/00068_subquery_in_prewhere/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00068_subquery_in_prewhere/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00069_date_arithmetic/ast.json b/parser/testdata/00069_date_arithmetic/ast.json deleted file mode 100644 index e0af30e7c9..0000000000 --- a/parser/testdata/00069_date_arithmetic/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function now (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function now (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal 'Int32'" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001505101, - "rows_read": 15, - "bytes_read": 585 - } -} diff --git a/parser/testdata/00069_duplicate_aggregation_keys/ast.json b/parser/testdata/00069_duplicate_aggregation_keys/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00069_duplicate_aggregation_keys/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00071_insert_fewer_columns/ast.json b/parser/testdata/00071_insert_fewer_columns/ast.json deleted file mode 100644 index d9ae26a775..0000000000 --- a/parser/testdata/00071_insert_fewer_columns/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery insert_fewer_columns (children 1)" - }, - { - "explain": " Identifier insert_fewer_columns" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001299904, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/00071_merge_tree_optimize_aio/ast.json b/parser/testdata/00071_merge_tree_optimize_aio/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00071_merge_tree_optimize_aio/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00072_compare_date_and_string_index/ast.json b/parser/testdata/00072_compare_date_and_string_index/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00072_compare_date_and_string_index/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00072_in_types/ast.json b/parser/testdata/00072_in_types/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00072_in_types/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00073_merge_sorting_empty_array_joined/ast.json b/parser/testdata/00073_merge_sorting_empty_array_joined/ast.json deleted file mode 100644 index 4d92a2ecb9..0000000000 --- a/parser/testdata/00073_merge_sorting_empty_array_joined/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001187544, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00073_uniq_array/ast.json b/parser/testdata/00073_uniq_array/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00073_uniq_array/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00074_full_join/ast.json b/parser/testdata/00074_full_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00074_full_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00075_left_array_join/ast.json b/parser/testdata/00075_left_array_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00075_left_array_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00075_shard_formatting_negate_of_negative_literal/ast.json b/parser/testdata/00075_shard_formatting_negate_of_negative_literal/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00075_shard_formatting_negate_of_negative_literal/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00076_ip_coding_functions/ast.json b/parser/testdata/00076_ip_coding_functions/ast.json deleted file mode 100644 index d5377796f1..0000000000 --- a/parser/testdata/00076_ip_coding_functions/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001215817, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00076_system_columns_bytes/ast.json b/parser/testdata/00076_system_columns_bytes/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00076_system_columns_bytes/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00077_log_tinylog_stripelog/ast.json b/parser/testdata/00077_log_tinylog_stripelog/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00077_log_tinylog_stripelog/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00077_set_keys_fit_128_bits_many_blocks/ast.json b/parser/testdata/00077_set_keys_fit_128_bits_many_blocks/ast.json deleted file mode 100644 index 85ab1e9e37..0000000000 --- a/parser/testdata/00077_set_keys_fit_128_bits_many_blocks/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001086493, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00078_group_by_arrays/ast.json b/parser/testdata/00078_group_by_arrays/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00078_group_by_arrays/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00078_string_concat/ast.json b/parser/testdata/00078_string_concat/ast.json deleted file mode 100644 index c1a774446a..0000000000 --- a/parser/testdata/00078_string_concat/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '{ key: fn, value: concat }'" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal '{ key: '" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'fn'" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal ', value: '" - }, - { - "explain": " Literal 'concat'" - }, - { - "explain": " Literal ' }'" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001051844, - "rows_read": 17, - "bytes_read": 650 - } -} diff --git a/parser/testdata/00079_array_join_not_used_joined_column/ast.json b/parser/testdata/00079_array_join_not_used_joined_column/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00079_array_join_not_used_joined_column/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00079_defaulted_columns/ast.json b/parser/testdata/00079_defaulted_columns/ast.json deleted file mode 100644 index b7f1451c0d..0000000000 --- a/parser/testdata/00079_defaulted_columns/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaulted (children 1)" - }, - { - "explain": " Identifier defaulted" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001405023, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00080_array_join_and_union/ast.json b/parser/testdata/00080_array_join_and_union/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00080_array_join_and_union/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00080_show_tables_and_system_tables/ast.json b/parser/testdata/00080_show_tables_and_system_tables/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00080_show_tables_and_system_tables/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00081_group_by_without_key_and_totals/ast.json b/parser/testdata/00081_group_by_without_key_and_totals/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00081_group_by_without_key_and_totals/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00081_int_div_or_zero/ast.json b/parser/testdata/00081_int_div_or_zero/ast.json deleted file mode 100644 index 0420394a89..0000000000 --- a/parser/testdata/00081_int_div_or_zero/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function intDivOrZero (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.00133993, - "rows_read": 11, - "bytes_read": 413 - } -} diff --git a/parser/testdata/00082_append_trailing_char_if_absent/ast.json b/parser/testdata/00082_append_trailing_char_if_absent/ast.json deleted file mode 100644 index 0c50e82c20..0000000000 --- a/parser/testdata/00082_append_trailing_char_if_absent/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function appendTrailingCharIfAbsent (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal 'a'" - }, - { - "explain": " Literal ''" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001437679, - "rows_read": 11, - "bytes_read": 410 - } -} diff --git a/parser/testdata/00082_quantiles/ast.json b/parser/testdata/00082_quantiles/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00082_quantiles/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00083_array_filter/ast.json b/parser/testdata/00083_array_filter/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00083_array_filter/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00083_create_merge_tree_zookeeper_long/ast.json b/parser/testdata/00083_create_merge_tree_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00083_create_merge_tree_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00084_external_aggregation/ast.json b/parser/testdata/00084_external_aggregation/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00084_external_aggregation/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00084_summing_merge_tree/ast.json b/parser/testdata/00084_summing_merge_tree/ast.json deleted file mode 100644 index 9edfedafc5..0000000000 --- a/parser/testdata/00084_summing_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery summing_merge_tree (children 1)" - }, - { - "explain": " Identifier summing_merge_tree" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001707273, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/00085_monotonic_evaluation_segfault/ast.json b/parser/testdata/00085_monotonic_evaluation_segfault/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00085_monotonic_evaluation_segfault/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00085_visible_width_of_tuple_of_dates/ast.json b/parser/testdata/00085_visible_width_of_tuple_of_dates/ast.json deleted file mode 100644 index 3af39a45c9..0000000000 --- a/parser/testdata/00085_visible_width_of_tuple_of_dates/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001378178, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00086_array_reduce/ast.json b/parser/testdata/00086_array_reduce/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00086_array_reduce/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00086_concat_nary_const_with_nonconst_segfault/ast.json b/parser/testdata/00086_concat_nary_const_with_nonconst_segfault/ast.json deleted file mode 100644 index 5afd0a44cd..0000000000 --- a/parser/testdata/00086_concat_nary_const_with_nonconst_segfault/ast.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function extract (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal '10000000'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers_mt" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '1'" - }, - { - "explain": " Literal '...'" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal '%10000000%'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Set" - } - ], - - "rows": 28, - - "statistics": - { - "elapsed": 0.00151657, - "rows_read": 28, - "bytes_read": 1064 - } -} diff --git a/parser/testdata/00087_distinct_of_empty_arrays/ast.json b/parser/testdata/00087_distinct_of_empty_arrays/ast.json deleted file mode 100644 index 9eaffa9c09..0000000000 --- a/parser/testdata/00087_distinct_of_empty_arrays/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function emptyArrayString (alias k) (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100000" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001132819, - "rows_read": 20, - "bytes_read": 856 - } -} diff --git a/parser/testdata/00087_math_functions/ast.json b/parser/testdata/00087_math_functions/ast.json deleted file mode 100644 index 562facca08..0000000000 --- a/parser/testdata/00087_math_functions/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function abs (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001423657, - "rows_read": 10, - "bytes_read": 372 - } -} diff --git a/parser/testdata/00087_where_0/ast.json b/parser/testdata/00087_where_0/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00087_where_0/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00088_distinct_of_arrays_of_strings/ast.json b/parser/testdata/00088_distinct_of_arrays_of_strings/ast.json deleted file mode 100644 index c55b90323c..0000000000 --- a/parser/testdata/00088_distinct_of_arrays_of_strings/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayFilter (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function notEmpty (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[''], Array_['is_registred'], Array_['registration_month', 'user_login', 'is_registred'], Array_['is_registred'], Array_['is_registred'], Array_['']]" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001710018, - "rows_read": 17, - "bytes_read": 828 - } -} diff --git a/parser/testdata/00088_global_in_one_shard_and_rows_before_limit/ast.json b/parser/testdata/00088_global_in_one_shard_and_rows_before_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00088_global_in_one_shard_and_rows_before_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00089_group_by_arrays_of_fixed/ast.json b/parser/testdata/00089_group_by_arrays_of_fixed/ast.json deleted file mode 100644 index de2d4f5f6f..0000000000 --- a/parser/testdata/00089_group_by_arrays_of_fixed/ast.json +++ /dev/null @@ -1,220 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Function count (alias c) (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (alias arr) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function arraySort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_12379813738877118345" - }, - { - "explain": " Literal UInt64_1234" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier c" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier arr" - } - ], - - "rows": 66, - - "statistics": - { - "elapsed": 0.001915992, - "rows_read": 66, - "bytes_read": 3001 - } -} diff --git a/parser/testdata/00089_position_functions_with_non_constant_arg/ast.json b/parser/testdata/00089_position_functions_with_non_constant_arg/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00089_position_functions_with_non_constant_arg/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00091_prewhere_two_conditions/ast.json b/parser/testdata/00091_prewhere_two_conditions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00091_prewhere_two_conditions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00093_prewhere_array_join/ast.json b/parser/testdata/00093_prewhere_array_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00093_prewhere_array_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00094_order_by_array_join_limit/ast.json b/parser/testdata/00094_order_by_array_join_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00094_order_by_array_join_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00095_hyperscan_profiler/ast.json b/parser/testdata/00095_hyperscan_profiler/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00095_hyperscan_profiler/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00096_aggregation_min_if/ast.json b/parser/testdata/00096_aggregation_min_if/ast.json deleted file mode 100644 index 7037d05956..0000000000 --- a/parser/testdata/00096_aggregation_min_if/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery min_if (children 1)" - }, - { - "explain": " Identifier min_if" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001414911, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00097_constexpr_in_index/ast.json b/parser/testdata/00097_constexpr_in_index/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00097_constexpr_in_index/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00098_1_union_all/ast.json b/parser/testdata/00098_1_union_all/ast.json deleted file mode 100644 index 98529a6d59..0000000000 --- a/parser/testdata/00098_1_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data2013 (children 1)" - }, - { - "explain": " Identifier data2013" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001737411, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00098_2_union_all/ast.json b/parser/testdata/00098_2_union_all/ast.json deleted file mode 100644 index 43d9c4042e..0000000000 --- a/parser/testdata/00098_2_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data2013 (children 1)" - }, - { - "explain": " Identifier data2013" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00173964, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00098_3_union_all/ast.json b/parser/testdata/00098_3_union_all/ast.json deleted file mode 100644 index d23b00f60c..0000000000 --- a/parser/testdata/00098_3_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data2013 (children 1)" - }, - { - "explain": " Identifier data2013" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00165358, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00098_4_union_all/ast.json b/parser/testdata/00098_4_union_all/ast.json deleted file mode 100644 index 99a69ee5f8..0000000000 --- a/parser/testdata/00098_4_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data2013 (children 1)" - }, - { - "explain": " Identifier data2013" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001297648, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00098_5_union_all/ast.json b/parser/testdata/00098_5_union_all/ast.json deleted file mode 100644 index 72eb6461bb..0000000000 --- a/parser/testdata/00098_5_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data2013 (children 1)" - }, - { - "explain": " Identifier data2013" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001675555, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00098_6_union_all/ast.json b/parser/testdata/00098_6_union_all/ast.json deleted file mode 100644 index e11128a177..0000000000 --- a/parser/testdata/00098_6_union_all/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier X" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3 (alias X)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2 (alias X)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias X)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001663114, - "rows_read": 23, - "bytes_read": 929 - } -} diff --git a/parser/testdata/00098_7_union_all/ast.json b/parser/testdata/00098_7_union_all/ast.json deleted file mode 100644 index cc8c0a3ddb..0000000000 --- a/parser/testdata/00098_7_union_all/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier DomainID" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias DomainID)" - }, - { - "explain": " Literal 'abc' (alias Domain)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2 (alias DomainID)" - }, - { - "explain": " Literal 'def' (alias Domain)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier DomainID" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.00138631, - "rows_read": 22, - "bytes_read": 920 - } -} diff --git a/parser/testdata/00098_8_union_all/ast.json b/parser/testdata/00098_8_union_all/ast.json deleted file mode 100644 index 6895ad03aa..0000000000 --- a/parser/testdata/00098_8_union_all/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier DomainID" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias DomainID)" - }, - { - "explain": " Literal 'abc' (alias Domain)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2 (alias DomainID)" - }, - { - "explain": " Literal 'def' (alias Domain)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier DomainID" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001707809, - "rows_read": 22, - "bytes_read": 920 - } -} diff --git a/parser/testdata/00098_9_union_all/ast.json b/parser/testdata/00098_9_union_all/ast.json deleted file mode 100644 index 30f2f7047c..0000000000 --- a/parser/testdata/00098_9_union_all/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001275369, - "rows_read": 20, - "bytes_read": 778 - } -} diff --git a/parser/testdata/00098_a_union_all/ast.json b/parser/testdata/00098_a_union_all/ast.json deleted file mode 100644 index 04217343b8..0000000000 --- a/parser/testdata/00098_a_union_all/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias X)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001347603, - "rows_read": 20, - "bytes_read": 784 - } -} diff --git a/parser/testdata/00098_b_union_all/ast.json b/parser/testdata/00098_b_union_all/ast.json deleted file mode 100644 index 34b20cd124..0000000000 --- a/parser/testdata/00098_b_union_all/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias X)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3 (alias X)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001355924, - "rows_read": 23, - "bytes_read": 915 - } -} diff --git a/parser/testdata/00098_c_union_all/ast.json b/parser/testdata/00098_c_union_all/ast.json deleted file mode 100644 index 0369aaa263..0000000000 --- a/parser/testdata/00098_c_union_all/ast.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier X" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_12345678901 (alias X)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 28, - - "statistics": - { - "elapsed": 0.001903549, - "rows_read": 28, - "bytes_read": 1151 - } -} diff --git a/parser/testdata/00098_d_union_all/ast.json b/parser/testdata/00098_d_union_all/ast.json deleted file mode 100644 index 33ac780a78..0000000000 --- a/parser/testdata/00098_d_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data2013 (children 1)" - }, - { - "explain": " Identifier data2013" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001605407, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00098_e_union_all/ast.json b/parser/testdata/00098_e_union_all/ast.json deleted file mode 100644 index 84329ccd94..0000000000 --- a/parser/testdata/00098_e_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data2013 (children 1)" - }, - { - "explain": " Identifier data2013" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001314075, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00098_f_union_all/ast.json b/parser/testdata/00098_f_union_all/ast.json deleted file mode 100644 index 8df414a1a0..0000000000 --- a/parser/testdata/00098_f_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data2013 (children 1)" - }, - { - "explain": " Identifier data2013" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001331943, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00098_g_union_all/ast.json b/parser/testdata/00098_g_union_all/ast.json deleted file mode 100644 index 9648bd958e..0000000000 --- a/parser/testdata/00098_g_union_all/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier X" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias X)" - }, - { - "explain": " Literal UInt64_2 (alias Y)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001497911, - "rows_read": 31, - "bytes_read": 1312 - } -} diff --git a/parser/testdata/00098_h_union_all/ast.json b/parser/testdata/00098_h_union_all/ast.json deleted file mode 100644 index d7dece9267..0000000000 --- a/parser/testdata/00098_h_union_all/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier X" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias X)" - }, - { - "explain": " Literal UInt64_2 (alias Y)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001494377, - "rows_read": 31, - "bytes_read": 1312 - } -} diff --git a/parser/testdata/00098_j_union_all/ast.json b/parser/testdata/00098_j_union_all/ast.json deleted file mode 100644 index 779409d5af..0000000000 --- a/parser/testdata/00098_j_union_all/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Literal Int64_-1 (alias x)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Int64_-1]" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001441956, - "rows_read": 21, - "bytes_read": 869 - } -} diff --git a/parser/testdata/00098_k_union_all/ast.json b/parser/testdata/00098_k_union_all/ast.json deleted file mode 100644 index d15653ba9c..0000000000 --- a/parser/testdata/00098_k_union_all/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001286558, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00098_l_union_all/ast.json b/parser/testdata/00098_l_union_all/ast.json deleted file mode 100644 index a2844c2801..0000000000 --- a/parser/testdata/00098_l_union_all/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001406797, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00098_primary_key_memory_allocated/ast.json b/parser/testdata/00098_primary_key_memory_allocated/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00098_primary_key_memory_allocated/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00098_shard_i_union_all/ast.json b/parser/testdata/00098_shard_i_union_all/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00098_shard_i_union_all/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00099_join_many_blocks_segfault/ast.json b/parser/testdata/00099_join_many_blocks_segfault/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00099_join_many_blocks_segfault/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00101_materialized_views_and_insert_without_explicit_database/ast.json b/parser/testdata/00101_materialized_views_and_insert_without_explicit_database/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00101_materialized_views_and_insert_without_explicit_database/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00102_insert_into_temporary_table/ast.json b/parser/testdata/00102_insert_into_temporary_table/ast.json deleted file mode 100644 index 9b277cb9c2..0000000000 --- a/parser/testdata/00102_insert_into_temporary_table/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery t (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration a (children 1)" - }, - { - "explain": " DataType UInt8" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001499569, - "rows_read": 6, - "bytes_read": 201 - } -} diff --git a/parser/testdata/00103_ipv4_num_to_string_class_c/ast.json b/parser/testdata/00103_ipv4_num_to_string_class_c/ast.json deleted file mode 100644 index 78e0d5aa65..0000000000 --- a/parser/testdata/00103_ipv4_num_to_string_class_c/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function IPv4NumToStringClassC (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal '0.0.0.xxx'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001519302, - "rows_read": 12, - "bytes_read": 485 - } -} diff --git a/parser/testdata/00104_totals_having_mode/ast.json b/parser/testdata/00104_totals_having_mode/ast.json deleted file mode 100644 index 302f3f5dcd..0000000000 --- a/parser/testdata/00104_totals_having_mode/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001202442, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00105_shard_collations/ast.json b/parser/testdata/00105_shard_collations/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00105_shard_collations/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00106_totals_after_having/ast.json b/parser/testdata/00106_totals_after_having/ast.json deleted file mode 100644 index 7c5b5b83aa..0000000000 --- a/parser/testdata/00106_totals_after_having/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001554128, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00107_totals_after_having/ast.json b/parser/testdata/00107_totals_after_having/ast.json deleted file mode 100644 index f3d407d7b4..0000000000 --- a/parser/testdata/00107_totals_after_having/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '*** In-memory aggregation.'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.00134825, - "rows_read": 5, - "bytes_read": 197 - } -} diff --git a/parser/testdata/00108_shard_totals_after_having/ast.json b/parser/testdata/00108_shard_totals_after_having/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00108_shard_totals_after_having/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00109_shard_totals_after_having/ast.json b/parser/testdata/00109_shard_totals_after_having/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00109_shard_totals_after_having/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00110_external_sort/ast.json b/parser/testdata/00110_external_sort/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00110_external_sort/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00111_shard_external_sort_distributed/ast.json b/parser/testdata/00111_shard_external_sort_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00111_shard_external_sort_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00112_shard_totals_after_having/ast.json b/parser/testdata/00112_shard_totals_after_having/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00112_shard_totals_after_having/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00113_shard_group_array/ast.json b/parser/testdata/00113_shard_group_array/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00113_shard_group_array/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00114_float_type_result_of_division/ast.json b/parser/testdata/00114_float_type_result_of_division/ast.json deleted file mode 100644 index bcf94d0c75..0000000000 --- a/parser/testdata/00114_float_type_result_of_division/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001324412, - "rows_read": 8, - "bytes_read": 290 - } -} diff --git a/parser/testdata/00116_storage_set/ast.json b/parser/testdata/00116_storage_set/ast.json deleted file mode 100644 index b0c08336ba..0000000000 --- a/parser/testdata/00116_storage_set/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery set (children 1)" - }, - { - "explain": " Identifier set" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001411852, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00117_parsing_arrays/ast.json b/parser/testdata/00117_parsing_arrays/ast.json deleted file mode 100644 index b88dc5093b..0000000000 --- a/parser/testdata/00117_parsing_arrays/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery null_00117 (children 1)" - }, - { - "explain": " Identifier null_00117" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001315241, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00118_storage_join/ast.json b/parser/testdata/00118_storage_join/ast.json deleted file mode 100644 index 748c9b02fe..0000000000 --- a/parser/testdata/00118_storage_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t2 (children 1)" - }, - { - "explain": " Identifier t2" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001098526, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00119_storage_join/ast.json b/parser/testdata/00119_storage_join/ast.json deleted file mode 100644 index 83a35c033f..0000000000 --- a/parser/testdata/00119_storage_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t2 (children 1)" - }, - { - "explain": " Identifier t2" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001292329, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00120_join_and_group_by/ast.json b/parser/testdata/00120_join_and_group_by/ast.json deleted file mode 100644 index 11ae71db11..0000000000 --- a/parser/testdata/00120_join_and_group_by/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier value" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias js2) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Identifier dummy (alias value)" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier value" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001038523, - "rows_read": 23, - "bytes_read": 925 - } -} diff --git a/parser/testdata/00121_drop_column_zookeeper/ast.json b/parser/testdata/00121_drop_column_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00121_drop_column_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00122_join_with_subquery_with_subquery/ast.json b/parser/testdata/00122_join_with_subquery_with_subquery/ast.json deleted file mode 100644 index f4fcd73b37..0000000000 --- a/parser/testdata/00122_join_with_subquery_with_subquery/ast.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias js1) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias k)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias js2) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias k)" - }, - { - "explain": " Literal UInt64_2 (alias x)" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - } - ], - - "rows": 39, - - "statistics": - { - "elapsed": 0.001389967, - "rows_read": 39, - "bytes_read": 1737 - } -} diff --git a/parser/testdata/00123_shard_unmerged_result_when_max_distributed_connections_is_one/ast.json b/parser/testdata/00123_shard_unmerged_result_when_max_distributed_connections_is_one/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00123_shard_unmerged_result_when_max_distributed_connections_is_one/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00124_shard_distributed_with_many_replicas/ast.json b/parser/testdata/00124_shard_distributed_with_many_replicas/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00124_shard_distributed_with_many_replicas/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00125_array_element_of_array_of_tuple/ast.json b/parser/testdata/00125_array_element_of_array_of_tuple/ast.json deleted file mode 100644 index b46ad6ea95..0000000000 --- a/parser/testdata/00125_array_element_of_array_of_tuple/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function groupArray (alias b) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function arrayElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2) (alias a)" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001353601, - "rows_read": 20, - "bytes_read": 821 - } -} diff --git a/parser/testdata/00126_buffer/ast.json b/parser/testdata/00126_buffer/ast.json deleted file mode 100644 index e0e8840812..0000000000 --- a/parser/testdata/00126_buffer/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery buffer_00126 (children 1)" - }, - { - "explain": " Identifier buffer_00126" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001616746, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00127_group_by_concat/ast.json b/parser/testdata/00127_group_by_concat/ast.json deleted file mode 100644 index 7714669e61..0000000000 --- a/parser/testdata/00127_group_by_concat/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function materialize (alias k1) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Function modulo (alias k2) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_123" - }, - { - "explain": " Function count (alias c) (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier k1" - }, - { - "explain": " Identifier k2" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k1" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k2" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.001605652, - "rows_read": 35, - "bytes_read": 1373 - } -} diff --git a/parser/testdata/00128_group_by_number_and_fixed_string/ast.json b/parser/testdata/00128_group_by_number_and_fixed_string/ast.json deleted file mode 100644 index 4140c17962..0000000000 --- a/parser/testdata/00128_group_by_number_and_fixed_string/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " Identifier k" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number (alias n)" - }, - { - "explain": " Function toFixedString (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ' '" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100000" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.00133295, - "rows_read": 35, - "bytes_read": 1403 - } -} diff --git a/parser/testdata/00129_quantile_timing_weighted/ast.json b/parser/testdata/00129_quantile_timing_weighted/ast.json deleted file mode 100644 index 0090ce6bd4..0000000000 --- a/parser/testdata/00129_quantile_timing_weighted/ast.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function medianTiming (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Function medianTimingWeighted (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Identifier w" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number (alias t)" - }, - { - "explain": " Function if (alias w) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_77" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - } - ], - - "rows": 33, - - "statistics": - { - "elapsed": 0.001560945, - "rows_read": 33, - "bytes_read": 1396 - } -} diff --git a/parser/testdata/00131_set_hashed/ast.json b/parser/testdata/00131_set_hashed/ast.json deleted file mode 100644 index 20b94b43b7..0000000000 --- a/parser/testdata/00131_set_hashed/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, '')" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(UInt64_1, '')" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001410162, - "rows_read": 10, - "bytes_read": 394 - } -} diff --git a/parser/testdata/00132_sets/ast.json b/parser/testdata/00132_sets/ast.json deleted file mode 100644 index 12a35006ee..0000000000 --- a/parser/testdata/00132_sets/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2, UInt64_3)" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001250125, - "rows_read": 8, - "bytes_read": 313 - } -} diff --git a/parser/testdata/00134_aggregation_by_fixed_string_of_size_1_2_4_8/ast.json b/parser/testdata/00134_aggregation_by_fixed_string_of_size_1_2_4_8/ast.json deleted file mode 100644 index 92542d1493..0000000000 --- a/parser/testdata/00134_aggregation_by_fixed_string_of_size_1_2_4_8/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001277864, - "rows_read": 16, - "bytes_read": 630 - } -} diff --git a/parser/testdata/00135_duplicate_group_by_keys_segfault/ast.json b/parser/testdata/00135_duplicate_group_by_keys_segfault/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00135_duplicate_group_by_keys_segfault/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00136_duplicate_order_by_elems/ast.json b/parser/testdata/00136_duplicate_order_by_elems/ast.json deleted file mode 100644 index 98d10f568a..0000000000 --- a/parser/testdata/00136_duplicate_order_by_elems/ast.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias n)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000000" - }, - { - "explain": " ExpressionList (children 10)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " Literal UInt64_1000000" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 42, - - "statistics": - { - "elapsed": 0.001460118, - "rows_read": 42, - "bytes_read": 1552 - } -} diff --git a/parser/testdata/00137_in_constants/ast.json b/parser/testdata/00137_in_constants/ast.json deleted file mode 100644 index 3daaca986e..0000000000 --- a/parser/testdata/00137_in_constants/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001117574, - "rows_read": 13, - "bytes_read": 502 - } -} diff --git a/parser/testdata/00138_table_aliases/ast.json b/parser/testdata/00138_table_aliases/ast.json deleted file mode 100644 index b5208927ce..0000000000 --- a/parser/testdata/00138_table_aliases/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one (alias xxx)" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001545894, - "rows_read": 9, - "bytes_read": 356 - } -} diff --git a/parser/testdata/00139_like/ast.json b/parser/testdata/00139_like/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00139_like/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00140_parse_unix_timestamp_as_datetime/ast.json b/parser/testdata/00140_parse_unix_timestamp_as_datetime/ast.json deleted file mode 100644 index 0994994e6f..0000000000 --- a/parser/testdata/00140_parse_unix_timestamp_as_datetime/ast.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function min (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier ts" - }, - { - "explain": " Function toUInt32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier ts" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (alias ts) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1000000000" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1234" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000000" - } - ], - - "rows": 36, - - "statistics": - { - "elapsed": 0.001993259, - "rows_read": 36, - "bytes_read": 1583 - } -} diff --git a/parser/testdata/00140_prewhere_column_order/ast.json b/parser/testdata/00140_prewhere_column_order/ast.json deleted file mode 100644 index 37de32c2d2..0000000000 --- a/parser/testdata/00140_prewhere_column_order/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery prewhere (children 1)" - }, - { - "explain": " Identifier prewhere" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001746558, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00140_rename/ast.json b/parser/testdata/00140_rename/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00140_rename/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00141_parse_timestamp_as_datetime/ast.json b/parser/testdata/00141_parse_timestamp_as_datetime/ast.json deleted file mode 100644 index beda012eb3..0000000000 --- a/parser/testdata/00141_parse_timestamp_as_datetime/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery default (children 1)" - }, - { - "explain": " Identifier default" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001266263, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00141_transform/ast.json b/parser/testdata/00141_transform/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00141_transform/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00142_parse_timestamp_as_datetime/ast.json b/parser/testdata/00142_parse_timestamp_as_datetime/ast.json deleted file mode 100644 index 60bebd64f3..0000000000 --- a/parser/testdata/00142_parse_timestamp_as_datetime/ast.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function min (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier ts" - }, - { - "explain": " Function toUInt32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier ts" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (alias ts) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1000000000" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1234" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000000" - } - ], - - "rows": 36, - - "statistics": - { - "elapsed": 0.001489795, - "rows_read": 36, - "bytes_read": 1583 - } -} diff --git a/parser/testdata/00142_system_columns/ast.json b/parser/testdata/00142_system_columns/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00142_system_columns/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00143_number_classification_functions/ast.json b/parser/testdata/00143_number_classification_functions/ast.json deleted file mode 100644 index b98eb93cda..0000000000 --- a/parser/testdata/00143_number_classification_functions/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function isFinite (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001493776, - "rows_read": 10, - "bytes_read": 377 - } -} diff --git a/parser/testdata/00143_transform_non_const_default/ast.json b/parser/testdata/00143_transform_non_const_default/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00143_transform_non_const_default/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00144_empty_regexp/ast.json b/parser/testdata/00144_empty_regexp/ast.json deleted file mode 100644 index 2bb2e4269c..0000000000 --- a/parser/testdata/00144_empty_regexp/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function match (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Hello'" - }, - { - "explain": " Literal ''" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001679196, - "rows_read": 10, - "bytes_read": 372 - } -} diff --git a/parser/testdata/00144_functions_of_aggregation_states/ast.json b/parser/testdata/00144_functions_of_aggregation_states/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00144_functions_of_aggregation_states/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00145_aggregate_functions_statistics/ast.json b/parser/testdata/00145_aggregate_functions_statistics/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00145_aggregate_functions_statistics/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00145_empty_likes/ast.json b/parser/testdata/00145_empty_likes/ast.json deleted file mode 100644 index 658e9c082f..0000000000 --- a/parser/testdata/00145_empty_likes/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Hello'" - }, - { - "explain": " Literal ''" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001571979, - "rows_read": 10, - "bytes_read": 371 - } -} diff --git a/parser/testdata/00146_aggregate_function_uniq/ast.json b/parser/testdata/00146_aggregate_function_uniq/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00146_aggregate_function_uniq/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00146_summing_merge_tree_nested_map/ast.json b/parser/testdata/00146_summing_merge_tree_nested_map/ast.json deleted file mode 100644 index ec6a2d9428..0000000000 --- a/parser/testdata/00146_summing_merge_tree_nested_map/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nested_map (children 1)" - }, - { - "explain": " Identifier nested_map" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001640452, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00147_alter_nested_default/ast.json b/parser/testdata/00147_alter_nested_default/ast.json deleted file mode 100644 index e71da578ce..0000000000 --- a/parser/testdata/00147_alter_nested_default/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_00147 (children 1)" - }, - { - "explain": " Identifier alter_00147" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001528869, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00147_global_in_aggregate_function/ast.json b/parser/testdata/00147_global_in_aggregate_function/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00147_global_in_aggregate_function/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00148_monotonic_functions_and_index/ast.json b/parser/testdata/00148_monotonic_functions_and_index/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00148_monotonic_functions_and_index/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00148_summing_merge_tree_aggregate_function/ast.json b/parser/testdata/00148_summing_merge_tree_aggregate_function/ast.json deleted file mode 100644 index 6caa502b20..0000000000 --- a/parser/testdata/00148_summing_merge_tree_aggregate_function/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery summing_merge_tree_aggregate_function (children 1)" - }, - { - "explain": " Identifier summing_merge_tree_aggregate_function" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001631913, - "rows_read": 2, - "bytes_read": 126 - } -} diff --git a/parser/testdata/00148_summing_merge_tree_nested_map_multiple_values/ast.json b/parser/testdata/00148_summing_merge_tree_nested_map_multiple_values/ast.json deleted file mode 100644 index ef1ea25208..0000000000 --- a/parser/testdata/00148_summing_merge_tree_nested_map_multiple_values/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nested_map_multiple_values (children 1)" - }, - { - "explain": " Identifier nested_map_multiple_values" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.0011313, - "rows_read": 2, - "bytes_read": 104 - } -} diff --git a/parser/testdata/00149_function_url_hash/ast.json b/parser/testdata/00149_function_url_hash/ast.json deleted file mode 100644 index 922b841ca7..0000000000 --- a/parser/testdata/00149_function_url_hash/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function URLHash (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '' (alias url)" - }, - { - "explain": " Function URLHash (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function appendTrailingCharIfAbsent (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier url" - }, - { - "explain": " Literal '\/'" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001484711, - "rows_read": 15, - "bytes_read": 606 - } -} diff --git a/parser/testdata/00149_quantiles_timing_distributed/ast.json b/parser/testdata/00149_quantiles_timing_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00149_quantiles_timing_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00150_quantiles_timing_precision/ast.json b/parser/testdata/00150_quantiles_timing_precision/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00150_quantiles_timing_precision/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00150_with_totals_and_join/ast.json b/parser/testdata/00150_with_totals_and_join/ast.json deleted file mode 100644 index 79f1f59350..0000000000 --- a/parser/testdata/00150_with_totals_and_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001104156, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00151_order_by_read_in_order/ast.json b/parser/testdata/00151_order_by_read_in_order/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00151_order_by_read_in_order/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00151_tuple_with_array/ast.json b/parser/testdata/00151_tuple_with_array/ast.json deleted file mode 100644 index 174b94c2ca..0000000000 --- a/parser/testdata/00151_tuple_with_array/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Array_[UInt64_1]" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001263563, - "rows_read": 8, - "bytes_read": 296 - } -} diff --git a/parser/testdata/00152_insert_different_granularity/ast.json b/parser/testdata/00152_insert_different_granularity/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00152_insert_different_granularity/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00152_totals_in_subquery/ast.json b/parser/testdata/00152_totals_in_subquery/ast.json deleted file mode 100644 index f84c5f1716..0000000000 --- a/parser/testdata/00152_totals_in_subquery/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dummy" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001543843, - "rows_read": 20, - "bytes_read": 805 - } -} diff --git a/parser/testdata/00153_aggregate_arena_race/ast.json b/parser/testdata/00153_aggregate_arena_race/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00153_aggregate_arena_race/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00153_transform/ast.json b/parser/testdata/00153_transform/ast.json deleted file mode 100644 index 3d1232ccfc..0000000000 --- a/parser/testdata/00153_transform/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function transform (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal Array_[UInt64_3, UInt64_5, UInt64_7]" - }, - { - "explain": " Literal Array_[UInt64_111, UInt64_222, UInt64_333]" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001119986, - "rows_read": 14, - "bytes_read": 592 - } -} diff --git a/parser/testdata/00154_avro/ast.json b/parser/testdata/00154_avro/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00154_avro/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00154_shard_distributed_with_distinct/ast.json b/parser/testdata/00154_shard_distributed_with_distinct/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00154_shard_distributed_with_distinct/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00156_array_map_to_constant/ast.json b/parser/testdata/00156_array_map_to_constant/ast.json deleted file mode 100644 index fb8f5a1181..0000000000 --- a/parser/testdata/00156_array_map_to_constant/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Array_[UInt64_2]" - }, - { - "explain": " Literal UInt64_123 (alias y)" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001584423, - "rows_read": 14, - "bytes_read": 542 - } -} diff --git a/parser/testdata/00156_max_execution_speed_sample_merge/ast.json b/parser/testdata/00156_max_execution_speed_sample_merge/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00156_max_execution_speed_sample_merge/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00157_aliases_and_lambda_formal_parameters/ast.json b/parser/testdata/00157_aliases_and_lambda_formal_parameters/ast.json deleted file mode 100644 index 1b7703a784..0000000000 --- a/parser/testdata/00157_aliases_and_lambda_formal_parameters/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Array_[UInt64_2]" - }, - { - "explain": " Literal UInt64_123 (alias x)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001315224, - "rows_read": 18, - "bytes_read": 676 - } -} diff --git a/parser/testdata/00157_cache_dictionary/ast.json b/parser/testdata/00157_cache_dictionary/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00157_cache_dictionary/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00158_buffer_and_nonexistent_table/ast.json b/parser/testdata/00158_buffer_and_nonexistent_table/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00158_buffer_and_nonexistent_table/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00158_cache_dictionary_has/ast.json b/parser/testdata/00158_cache_dictionary_has/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00158_cache_dictionary_has/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00159_whitespace_in_columns_list/ast.json b/parser/testdata/00159_whitespace_in_columns_list/ast.json deleted file mode 100644 index 354f069613..0000000000 --- a/parser/testdata/00159_whitespace_in_columns_list/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery memory (children 1)" - }, - { - "explain": " Identifier memory" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001406108, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00160_decode_xml_component/ast.json b/parser/testdata/00160_decode_xml_component/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00160_decode_xml_component/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00160_merge_and_index_in_in/ast.json b/parser/testdata/00160_merge_and_index_in_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00160_merge_and_index_in_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00161_rounding_functions/ast.json b/parser/testdata/00161_rounding_functions/ast.json deleted file mode 100644 index bfe69ccc7b..0000000000 --- a/parser/testdata/00161_rounding_functions/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Function toUInt8 (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function roundBankers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function floor (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function ceil (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function trunc (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_20" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001376699, - "rows_read": 27, - "bytes_read": 1009 - } -} diff --git a/parser/testdata/00162_mmap_compression_none/ast.json b/parser/testdata/00162_mmap_compression_none/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00162_mmap_compression_none/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00162_shard_global_join/ast.json b/parser/testdata/00162_shard_global_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00162_shard_global_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00163_shard_join_with_empty_table/ast.json b/parser/testdata/00163_shard_join_with_empty_table/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00163_shard_join_with_empty_table/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00164_not_chain/ast.json b/parser/testdata/00164_not_chain/ast.json deleted file mode 100644 index 87a351d67f..0000000000 --- a/parser/testdata/00164_not_chain/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function not (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001779737, - "rows_read": 7, - "bytes_read": 256 - } -} diff --git a/parser/testdata/00164_quantileBfloat16/ast.json b/parser/testdata/00164_quantileBfloat16/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00164_quantileBfloat16/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00165_jit_aggregate_functions/ast.json b/parser/testdata/00165_jit_aggregate_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00165_jit_aggregate_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00165_transform_non_const_default/ast.json b/parser/testdata/00165_transform_non_const_default/ast.json deleted file mode 100644 index 313ca88c0e..0000000000 --- a/parser/testdata/00165_transform_non_const_default/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function transform (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal Array_[UInt64_3, UInt64_5, UInt64_7]" - }, - { - "explain": " Literal Array_[UInt64_111, UInt64_222, UInt64_333]" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_9999" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001509685, - "rows_read": 17, - "bytes_read": 716 - } -} diff --git a/parser/testdata/00166_explain_estimate/ast.json b/parser/testdata/00166_explain_estimate/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00166_explain_estimate/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00166_functions_of_aggregation_states/ast.json b/parser/testdata/00166_functions_of_aggregation_states/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00166_functions_of_aggregation_states/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00167_read_bytes_from_fs/ast.json b/parser/testdata/00167_read_bytes_from_fs/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00167_read_bytes_from_fs/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00167_settings_inside_query/ast.json b/parser/testdata/00167_settings_inside_query/ast.json deleted file mode 100644 index d7c5160ea6..0000000000 --- a/parser/testdata/00167_settings_inside_query/ast.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function min (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1000" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function blockSize (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Set" - }, - { - "explain": " Set" - } - ], - - "rows": 32, - - "statistics": - { - "elapsed": 0.001880074, - "rows_read": 32, - "bytes_read": 1276 - } -} diff --git a/parser/testdata/00168_buffer_defaults/ast.json b/parser/testdata/00168_buffer_defaults/ast.json deleted file mode 100644 index 21a8a076d0..0000000000 --- a/parser/testdata/00168_buffer_defaults/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mt_00168 (children 1)" - }, - { - "explain": " Identifier mt_00168" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001194829, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00169_contingency/ast.json b/parser/testdata/00169_contingency/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00169_contingency/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00169_join_constant_keys/ast.json b/parser/testdata/00169_join_constant_keys/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00169_join_constant_keys/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00170_lower_upper_utf8/ast.json b/parser/testdata/00170_lower_upper_utf8/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00170_lower_upper_utf8/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00170_s3_cache/ast.json b/parser/testdata/00170_s3_cache/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00170_s3_cache/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00171_grouping_aggregated_transform_bug/ast.json b/parser/testdata/00171_grouping_aggregated_transform_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00171_grouping_aggregated_transform_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00171_shard_array_of_tuple_remote/ast.json b/parser/testdata/00171_shard_array_of_tuple_remote/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00171_shard_array_of_tuple_remote/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00172_constexprs_in_set/ast.json b/parser/testdata/00172_constexprs_in_set/ast.json deleted file mode 100644 index 6e078a0717..0000000000 --- a/parser/testdata/00172_constexprs_in_set/ast.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function sumIf (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function in (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function toUInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '8'" - }, - { - "explain": " Literal ''" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 44, - - "statistics": - { - "elapsed": 0.002591436, - "rows_read": 44, - "bytes_read": 1897 - } -} diff --git a/parser/testdata/00172_early_constant_folding/ast.json b/parser/testdata/00172_early_constant_folding/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00172_early_constant_folding/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00173_compare_date_time_with_constant_string/ast.json b/parser/testdata/00173_compare_date_time_with_constant_string/ast.json deleted file mode 100644 index 1d6110dc6e..0000000000 --- a/parser/testdata/00173_compare_date_time_with_constant_string/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2015-02-03'" - }, - { - "explain": " Literal '2015-02-03'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001551051, - "rows_read": 10, - "bytes_read": 383 - } -} diff --git a/parser/testdata/00173_group_by_use_nulls/ast.json b/parser/testdata/00173_group_by_use_nulls/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00173_group_by_use_nulls/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00174_compare_date_time_with_constant_string_in_in/ast.json b/parser/testdata/00174_compare_date_time_with_constant_string_in_in/ast.json deleted file mode 100644 index 3c6abb3666..0000000000 --- a/parser/testdata/00174_compare_date_time_with_constant_string_in_in/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2015-02-05'" - }, - { - "explain": " Literal Tuple_('2015-02-04', '2015-02-05')" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001501417, - "rows_read": 10, - "bytes_read": 401 - } -} diff --git a/parser/testdata/00174_distinct_in_order/ast.json b/parser/testdata/00174_distinct_in_order/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00174_distinct_in_order/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00175_counting_resources_in_subqueries/ast.json b/parser/testdata/00175_counting_resources_in_subqueries/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00175_counting_resources_in_subqueries/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00175_if_num_arrays/ast.json b/parser/testdata/00175_if_num_arrays/ast.json deleted file mode 100644 index c254dd560d..0000000000 --- a/parser/testdata/00175_if_num_arrays/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (alias res) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal Array_[UInt64_3, UInt64_4, UInt64_5]" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Identifier TabSeparatedWithNamesAndTypes" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001467315, - "rows_read": 18, - "bytes_read": 748 - } -} diff --git a/parser/testdata/00175_partition_by_ignore/ast.json b/parser/testdata/00175_partition_by_ignore/ast.json deleted file mode 100644 index 891a6598bf..0000000000 --- a/parser/testdata/00175_partition_by_ignore/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '-- check that partition key with ignore works correctly'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.00131956, - "rows_read": 5, - "bytes_read": 226 - } -} diff --git a/parser/testdata/00176_distinct_limit_by_limit_bug_43377/ast.json b/parser/testdata/00176_distinct_limit_by_limit_bug_43377/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00176_distinct_limit_by_limit_bug_43377/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00176_if_string_arrays/ast.json b/parser/testdata/00176_if_string_arrays/ast.json deleted file mode 100644 index e1d090f7b0..0000000000 --- a/parser/testdata/00176_if_string_arrays/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal Array_['Hello', 'World']" - }, - { - "explain": " Literal Array_['abc']" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001575281, - "rows_read": 17, - "bytes_read": 662 - } -} diff --git a/parser/testdata/00178_function_replicate/ast.json b/parser/testdata/00178_function_replicate/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00178_function_replicate/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00178_quantile_ddsketch/ast.json b/parser/testdata/00178_quantile_ddsketch/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00178_quantile_ddsketch/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00178_query_datetime64_index/ast.json b/parser/testdata/00178_query_datetime64_index/ast.json deleted file mode 100644 index 6ca71a104b..0000000000 --- a/parser/testdata/00178_query_datetime64_index/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery datetime64_index_tbl (children 1)" - }, - { - "explain": " Identifier datetime64_index_tbl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001230579, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/00179_lambdas_with_common_expressions_and_filter/ast.json b/parser/testdata/00179_lambdas_with_common_expressions_and_filter/ast.json deleted file mode 100644 index 963e12f40b..0000000000 --- a/parser/testdata/00179_lambdas_with_common_expressions_and_filter/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function notEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Identifier arr" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001980497, - "rows_read": 20, - "bytes_read": 776 - } -} diff --git a/parser/testdata/00180_attach_materialized_view/ast.json b/parser/testdata/00180_attach_materialized_view/ast.json deleted file mode 100644 index 24a5cb9b47..0000000000 --- a/parser/testdata/00180_attach_materialized_view/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00180 (children 1)" - }, - { - "explain": " Identifier t_00180" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001243763, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00181_aggregate_functions_statistics/ast.json b/parser/testdata/00181_aggregate_functions_statistics/ast.json deleted file mode 100644 index 9aecbd999d..0000000000 --- a/parser/testdata/00181_aggregate_functions_statistics/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001283953, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00181_aggregate_functions_statistics_stable/ast.json b/parser/testdata/00181_aggregate_functions_statistics_stable/ast.json deleted file mode 100644 index 49eefe3867..0000000000 --- a/parser/testdata/00181_aggregate_functions_statistics_stable/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00119492, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00181_cross_join_compression/ast.json b/parser/testdata/00181_cross_join_compression/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00181_cross_join_compression/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00182_functions_higher_order_and_consts/ast.json b/parser/testdata/00182_functions_higher_order_and_consts/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00182_functions_higher_order_and_consts/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00182_simple_squashing_transform_bug/ast.json b/parser/testdata/00182_simple_squashing_transform_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00182_simple_squashing_transform_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00183_prewhere_conditions_order/ast.json b/parser/testdata/00183_prewhere_conditions_order/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00183_prewhere_conditions_order/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00183_skip_unavailable_shards/ast.json b/parser/testdata/00183_skip_unavailable_shards/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00183_skip_unavailable_shards/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00184_shard_distributed_group_by_no_merge/ast.json b/parser/testdata/00184_shard_distributed_group_by_no_merge/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00184_shard_distributed_group_by_no_merge/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00185_array_literals/ast.json b/parser/testdata/00185_array_literals/ast.json deleted file mode 100644 index f72cdcb02f..0000000000 --- a/parser/testdata/00185_array_literals/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001388935, - "rows_read": 5, - "bytes_read": 195 - } -} diff --git a/parser/testdata/00187_like_regexp_prefix/ast.json b/parser/testdata/00187_like_regexp_prefix/ast.json deleted file mode 100644 index ba122b416f..0000000000 --- a/parser/testdata/00187_like_regexp_prefix/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'prepre_f'" - }, - { - "explain": " Literal '%pre_f%'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001062605, - "rows_read": 10, - "bytes_read": 381 - } -} diff --git a/parser/testdata/00188_constants_as_arguments_of_aggregate_functions/ast.json b/parser/testdata/00188_constants_as_arguments_of_aggregate_functions/ast.json deleted file mode 100644 index a3c68e281a..0000000000 --- a/parser/testdata/00188_constants_as_arguments_of_aggregate_functions/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function uniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_123" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.00143747, - "rows_read": 26, - "bytes_read": 1048 - } -} diff --git a/parser/testdata/00189_time_zones_long/ast.json b/parser/testdata/00189_time_zones_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00189_time_zones_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00190_non_constant_array_of_constant_data/ast.json b/parser/testdata/00190_non_constant_array_of_constant_data/ast.json deleted file mode 100644 index 5e503d66b0..0000000000 --- a/parser/testdata/00190_non_constant_array_of_constant_data/ast.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayFilter (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function notEmpty (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal Array_['']" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " ArrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_0] (alias elem)" - }, - { - "explain": " Function arrayMap (alias unused) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal Array_['']" - }, - { - "explain": " Function not (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function ignore (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier elem" - } - ], - - "rows": 43, - - "statistics": - { - "elapsed": 0.001767069, - "rows_read": 43, - "bytes_read": 1774 - } -} diff --git a/parser/testdata/00191_aggregating_merge_tree_and_final/ast.json b/parser/testdata/00191_aggregating_merge_tree_and_final/ast.json deleted file mode 100644 index 9390aa77e7..0000000000 --- a/parser/testdata/00191_aggregating_merge_tree_and_final/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery aggregating_00191 (children 1)" - }, - { - "explain": " Identifier aggregating_00191" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001421653, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00192_least_greatest/ast.json b/parser/testdata/00192_least_greatest/ast.json deleted file mode 100644 index 4e326b2387..0000000000 --- a/parser/testdata/00192_least_greatest/ast.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Literal UInt64_2 (alias y)" - }, - { - "explain": " Function least (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function greatest (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function least (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function greatest (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function greatest (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function least (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - } - ], - - "rows": 40, - - "statistics": - { - "elapsed": 0.001427949, - "rows_read": 40, - "bytes_read": 1476 - } -} diff --git a/parser/testdata/00193_parallel_replicas/ast.json b/parser/testdata/00193_parallel_replicas/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00193_parallel_replicas/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00194_identity/ast.json b/parser/testdata/00194_identity/ast.json deleted file mode 100644 index 95b0b4e85f..0000000000 --- a/parser/testdata/00194_identity/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function identity (alias b) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias a)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001419961, - "rows_read": 9, - "bytes_read": 329 - } -} diff --git a/parser/testdata/00195_shard_union_all_and_global_in/ast.json b/parser/testdata/00195_shard_union_all_and_global_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00195_shard_union_all_and_global_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00196_float32_formatting/ast.json b/parser/testdata/00196_float32_formatting/ast.json deleted file mode 100644 index f4000e0c39..0000000000 --- a/parser/testdata/00196_float32_formatting/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_21.99" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001077417, - "rows_read": 5, - "bytes_read": 182 - } -} diff --git a/parser/testdata/00197_if_fixed_string/ast.json b/parser/testdata/00197_if_fixed_string/ast.json deleted file mode 100644 index 8e5aade340..0000000000 --- a/parser/testdata/00197_if_fixed_string/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function negate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001037841, - "rows_read": 23, - "bytes_read": 909 - } -} diff --git a/parser/testdata/00198_group_by_empty_arrays/ast.json b/parser/testdata/00198_group_by_empty_arrays/ast.json deleted file mode 100644 index 658d4fb869..0000000000 --- a/parser/testdata/00198_group_by_empty_arrays/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function range (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.001298021, - "rows_read": 35, - "bytes_read": 1435 - } -} diff --git a/parser/testdata/00199_ternary_operator_type_check/ast.json b/parser/testdata/00199_ternary_operator_type_check/ast.json deleted file mode 100644 index 9d7bf023e1..0000000000 --- a/parser/testdata/00199_ternary_operator_type_check/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'abc' (alias s)" - }, - { - "explain": " Literal 'def'" - }, - { - "explain": " Identifier s" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001293719, - "rows_read": 12, - "bytes_read": 435 - } -} diff --git a/parser/testdata/00200_shard_distinct_order_by_limit_distributed/ast.json b/parser/testdata/00200_shard_distinct_order_by_limit_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00200_shard_distinct_order_by_limit_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00201_array_uniq/ast.json b/parser/testdata/00201_array_uniq/ast.json deleted file mode 100644 index 4402c451e1..0000000000 --- a/parser/testdata/00201_array_uniq/ast.json +++ /dev/null @@ -1,235 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 7)" - }, - { - "explain": " Function uniqExact (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupUniqArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function arrayUniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function uniqExact (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function arrayUniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function uniqExact (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal '_'" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function arrayUniq (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function round (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function log (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function intHash32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toString (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function cbrt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function intHash32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10000" - } - ], - - "rows": 71, - - "statistics": - { - "elapsed": 0.001437678, - "rows_read": 71, - "bytes_read": 3015 - } -} diff --git a/parser/testdata/00202_cross_join/ast.json b/parser/testdata/00202_cross_join/ast.json deleted file mode 100644 index 88e42ba756..0000000000 --- a/parser/testdata/00202_cross_join/ast.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias js1) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias x)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias js2) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias y)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " TableJoin" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier y" - } - ], - - "rows": 39, - - "statistics": - { - "elapsed": 0.001393001, - "rows_read": 39, - "bytes_read": 1634 - } -} diff --git a/parser/testdata/00203_full_join/ast.json b/parser/testdata/00203_full_join/ast.json deleted file mode 100644 index 99adec2e22..0000000000 --- a/parser/testdata/00203_full_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001406852, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00204_extract_url_parameter/ast.json b/parser/testdata/00204_extract_url_parameter/ast.json deleted file mode 100644 index 8ab8b2612b..0000000000 --- a/parser/testdata/00204_extract_url_parameter/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function extractURLParameter (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'http:\/\/com\/?testq=aaa&q=111'" - }, - { - "explain": " Literal 'q'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001097699, - "rows_read": 8, - "bytes_read": 318 - } -} diff --git a/parser/testdata/00205_emptyscalar_subquery_type_mismatch_bug/ast.json b/parser/testdata/00205_emptyscalar_subquery_type_mismatch_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00205_emptyscalar_subquery_type_mismatch_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00205_scalar_subqueries/ast.json b/parser/testdata/00205_scalar_subqueries/ast.json deleted file mode 100644 index d8d71a48c5..0000000000 --- a/parser/testdata/00205_scalar_subqueries/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001247685, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00206_empty_array_to_single/ast.json b/parser/testdata/00206_empty_array_to_single/ast.json deleted file mode 100644 index d83e28a686..0000000000 --- a/parser/testdata/00206_empty_array_to_single/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function emptyArrayToSingle (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayFilter (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function notEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_99" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[UInt64_1, UInt64_2], Array_[UInt64_99], Array_[UInt64_4, UInt64_5, UInt64_6]]" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001253839, - "rows_read": 20, - "bytes_read": 913 - } -} diff --git a/parser/testdata/00207_left_array_join/ast.json b/parser/testdata/00207_left_array_join/ast.json deleted file mode 100644 index fae2d0a8bb..0000000000 --- a/parser/testdata/00207_left_array_join/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " ArrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function range (alias arr) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001090347, - "rows_read": 19, - "bytes_read": 770 - } -} diff --git a/parser/testdata/00208_agg_state_merge/ast.json b/parser/testdata/00208_agg_state_merge/ast.json deleted file mode 100644 index e320451be9..0000000000 --- a/parser/testdata/00208_agg_state_merge/ast.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (alias k2) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Literal UInt64_7" - }, - { - "explain": " Function finalizeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniqMergeState (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier state" - }, - { - "explain": " Function uniqMerge (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier state" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Function uniqState (alias state) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_11" - }, - { - "explain": " Function intDiv (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_7" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k2" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k2" - } - ], - - "rows": 56, - - "statistics": - { - "elapsed": 0.001552654, - "rows_read": 56, - "bytes_read": 2486 - } -} diff --git a/parser/testdata/00209_insert_select_extremes/ast.json b/parser/testdata/00209_insert_select_extremes/ast.json deleted file mode 100644 index 39b4acadc0..0000000000 --- a/parser/testdata/00209_insert_select_extremes/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00209 (children 1)" - }, - { - "explain": " Identifier test_00209" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001170807, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00211_shard_query_formatting_aliases/ast.json b/parser/testdata/00211_shard_query_formatting_aliases/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00211_shard_query_formatting_aliases/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00212_long_shard_aggregate_function_uniq/ast.json b/parser/testdata/00212_long_shard_aggregate_function_uniq/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00212_long_shard_aggregate_function_uniq/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00213_multiple_global_in/ast.json b/parser/testdata/00213_multiple_global_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00213_multiple_global_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00214_primary_key_order/ast.json b/parser/testdata/00214_primary_key_order/ast.json deleted file mode 100644 index 52205bff48..0000000000 --- a/parser/testdata/00214_primary_key_order/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery primary_key (children 1)" - }, - { - "explain": " Identifier primary_key" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001383695, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00215_primary_key_order_zookeeper_long/ast.json b/parser/testdata/00215_primary_key_order_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00215_primary_key_order_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00216_bit_test_function_family/ast.json b/parser/testdata/00216_bit_test_function_family/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00216_bit_test_function_family/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00217_shard_global_subquery_columns_with_same_name/ast.json b/parser/testdata/00217_shard_global_subquery_columns_with_same_name/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00217_shard_global_subquery_columns_with_same_name/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00218_like_regexp_newline/ast.json b/parser/testdata/00218_like_regexp_newline/ast.json deleted file mode 100644 index 19f7a38b83..0000000000 --- a/parser/testdata/00218_like_regexp_newline/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'abcdef'" - }, - { - "explain": " Literal '%abc%def%'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001330811, - "rows_read": 8, - "bytes_read": 290 - } -} diff --git a/parser/testdata/00219_full_right_join_column_order/ast.json b/parser/testdata/00219_full_right_join_column_order/ast.json deleted file mode 100644 index ed42f7c76d..0000000000 --- a/parser/testdata/00219_full_right_join_column_order/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001313263, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00220_shard_with_totals_in_subquery_remote_and_limit/ast.json b/parser/testdata/00220_shard_with_totals_in_subquery_remote_and_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00220_shard_with_totals_in_subquery_remote_and_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00222_sequence_aggregate_function_family/ast.json b/parser/testdata/00222_sequence_aggregate_function_family/ast.json deleted file mode 100644 index aeafc7d942..0000000000 --- a/parser/testdata/00222_sequence_aggregate_function_family/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery sequence_test (children 1)" - }, - { - "explain": " Identifier sequence_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001320344, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/00223_shard_distributed_aggregation_memory_efficient/ast.json b/parser/testdata/00223_shard_distributed_aggregation_memory_efficient/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00223_shard_distributed_aggregation_memory_efficient/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00224_shard_distributed_aggregation_memory_efficient_and_overflows/ast.json b/parser/testdata/00224_shard_distributed_aggregation_memory_efficient_and_overflows/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00224_shard_distributed_aggregation_memory_efficient_and_overflows/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00225_join_duplicate_columns/ast.json b/parser/testdata/00225_join_duplicate_columns/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00225_join_duplicate_columns/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00226_zookeeper_deduplication_and_unexpected_parts_long/ast.json b/parser/testdata/00226_zookeeper_deduplication_and_unexpected_parts_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00226_zookeeper_deduplication_and_unexpected_parts_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00227_quantiles_timing_arbitrary_order/ast.json b/parser/testdata/00227_quantiles_timing_arbitrary_order/ast.json deleted file mode 100644 index 78a8f3576b..0000000000 --- a/parser/testdata/00227_quantiles_timing_arbitrary_order/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantilesTiming (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " Literal Float64_0.9" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001732674, - "rows_read": 24, - "bytes_read": 1001 - } -} diff --git a/parser/testdata/00228_shard_quantiles_deterministic_merge_overflow/ast.json b/parser/testdata/00228_shard_quantiles_deterministic_merge_overflow/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00228_shard_quantiles_deterministic_merge_overflow/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00229_prewhere_column_missing/ast.json b/parser/testdata/00229_prewhere_column_missing/ast.json deleted file mode 100644 index a73dac3c9c..0000000000 --- a/parser/testdata/00229_prewhere_column_missing/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery prewhere_column_missing (children 1)" - }, - { - "explain": " Identifier prewhere_column_missing" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001278963, - "rows_read": 2, - "bytes_read": 98 - } -} diff --git a/parser/testdata/00230_array_functions_has_count_equal_index_of_non_const_second_arg/ast.json b/parser/testdata/00230_array_functions_has_count_equal_index_of_non_const_second_arg/ast.json deleted file mode 100644 index 9090585e34..0000000000 --- a/parser/testdata/00230_array_functions_has_count_equal_index_of_non_const_second_arg/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function has (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0 (alias x)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001408373, - "rows_read": 10, - "bytes_read": 377 - } -} diff --git a/parser/testdata/00231_format_vertical_raw/ast.json b/parser/testdata/00231_format_vertical_raw/ast.json deleted file mode 100644 index c29009e49c..0000000000 --- a/parser/testdata/00231_format_vertical_raw/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'a\\tb\\nc\\td' (alias x)" - }, - { - "explain": " Identifier Vertical" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001220327, - "rows_read": 6, - "bytes_read": 219 - } -} diff --git a/parser/testdata/00232_format_readable_decimal_size/ast.json b/parser/testdata/00232_format_readable_decimal_size/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00232_format_readable_decimal_size/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00232_format_readable_size/ast.json b/parser/testdata/00232_format_readable_size/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00232_format_readable_size/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00233_position_function_family/ast.json b/parser/testdata/00233_position_function_family/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00233_position_function_family/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00233_position_function_sql_comparibilty/ast.json b/parser/testdata/00233_position_function_sql_comparibilty/ast.json deleted file mode 100644 index e7de636e71..0000000000 --- a/parser/testdata/00233_position_function_sql_comparibilty/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001039419, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00234_disjunctive_equality_chains_optimization/ast.json b/parser/testdata/00234_disjunctive_equality_chains_optimization/ast.json deleted file mode 100644 index ed50f7a6fe..0000000000 --- a/parser/testdata/00234_disjunctive_equality_chains_optimization/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery foo_00234 (children 3)" - }, - { - "explain": " Identifier foo_00234" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration id (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " Storage definition (children 2)" - }, - { - "explain": " Function MergeTree" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001311426, - "rows_read": 10, - "bytes_read": 349 - } -} diff --git a/parser/testdata/00235_create_temporary_table_as/ast.json b/parser/testdata/00235_create_temporary_table_as/ast.json deleted file mode 100644 index 4c67c6ebb1..0000000000 --- a/parser/testdata/00235_create_temporary_table_as/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery one_0023 (children 1)" - }, - { - "explain": " Identifier one_0023" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001076654, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00236_replicated_drop_on_non_leader_zookeeper_long/ast.json b/parser/testdata/00236_replicated_drop_on_non_leader_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00236_replicated_drop_on_non_leader_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00237_group_by_arrays/ast.json b/parser/testdata/00237_group_by_arrays/ast.json deleted file mode 100644 index 9dc8f0ae24..0000000000 --- a/parser/testdata/00237_group_by_arrays/ast.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier arr1" - }, - { - "explain": " Identifier arr2" - }, - { - "explain": " Function count (alias c) (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function emptyArrayUInt8 (alias arr1) (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal Array_[UInt64_1] (alias arr2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1]" - }, - { - "explain": " Function emptyArrayUInt8 (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier arr1" - }, - { - "explain": " Identifier arr2" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier c" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier arr1" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier arr2" - } - ], - - "rows": 34, - - "statistics": - { - "elapsed": 0.001483855, - "rows_read": 34, - "bytes_read": 1332 - } -} diff --git a/parser/testdata/00238_removal_of_temporary_columns/ast.json b/parser/testdata/00238_removal_of_temporary_columns/ast.json deleted file mode 100644 index 6b28bdbe19..0000000000 --- a/parser/testdata/00238_removal_of_temporary_columns/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001263591, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00239_type_conversion_in_in/ast.json b/parser/testdata/00239_type_conversion_in_in/ast.json deleted file mode 100644 index 7e9af98aaf..0000000000 --- a/parser/testdata/00239_type_conversion_in_in/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Function or (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal Int64_-1" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001457183, - "rows_read": 23, - "bytes_read": 839 - } -} diff --git a/parser/testdata/00240_replace_substring_loop/ast.json b/parser/testdata/00240_replace_substring_loop/ast.json deleted file mode 100644 index cdeafb8060..0000000000 --- a/parser/testdata/00240_replace_substring_loop/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " Function replaceAll (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " Literal '_'" - }, - { - "explain": " Literal 'o'" - }, - { - "explain": " Function replaceRegexpAll (alias b) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " Literal '_'" - }, - { - "explain": " Literal 'o'" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['.', '.']" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.00154485, - "rows_read": 30, - "bytes_read": 1150 - } -} diff --git a/parser/testdata/00250_tuple_comparison/ast.json b/parser/testdata/00250_tuple_comparison/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00250_tuple_comparison/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00251_has_types/ast.json b/parser/testdata/00251_has_types/ast.json deleted file mode 100644 index 5b6c6c39a5..0000000000 --- a/parser/testdata/00251_has_types/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function has (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - }, - { - "explain": " Literal Float64_3" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001420832, - "rows_read": 8, - "bytes_read": 315 - } -} diff --git a/parser/testdata/00252_shard_global_in_aggregate_function/ast.json b/parser/testdata/00252_shard_global_in_aggregate_function/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00252_shard_global_in_aggregate_function/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00253_insert_recursive_defaults/ast.json b/parser/testdata/00253_insert_recursive_defaults/ast.json deleted file mode 100644 index 97a4a5d2a5..0000000000 --- a/parser/testdata/00253_insert_recursive_defaults/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001188722, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00254_tuple_extremes/ast.json b/parser/testdata/00254_tuple_extremes/ast.json deleted file mode 100644 index c99d922120..0000000000 --- a/parser/testdata/00254_tuple_extremes/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery numbers_10 (children 1)" - }, - { - "explain": " Identifier numbers_10" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001069584, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00255_array_concat_string/ast.json b/parser/testdata/00255_array_concat_string/ast.json deleted file mode 100644 index 9c1629c392..0000000000 --- a/parser/testdata/00255_array_concat_string/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayStringConcat (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['Hello', 'World']" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001090145, - "rows_read": 7, - "bytes_read": 286 - } -} diff --git a/parser/testdata/00256_reverse/ast.json b/parser/testdata/00256_reverse/ast.json deleted file mode 100644 index cfdd1ef285..0000000000 --- a/parser/testdata/00256_reverse/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function reverse (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Hello'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001058648, - "rows_read": 7, - "bytes_read": 259 - } -} diff --git a/parser/testdata/00257_shard_no_aggregates_and_constant_keys/ast.json b/parser/testdata/00257_shard_no_aggregates_and_constant_keys/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00257_shard_no_aggregates_and_constant_keys/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00258_materializing_tuples/ast.json b/parser/testdata/00258_materializing_tuples/ast.json deleted file mode 100644 index 3a0d78a5b5..0000000000 --- a/parser/testdata/00258_materializing_tuples/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.00114609, - "rows_read": 24, - "bytes_read": 984 - } -} diff --git a/parser/testdata/00259_hashing_tuples/ast.json b/parser/testdata/00259_hashing_tuples/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00259_hashing_tuples/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00260_like_and_curly_braces/ast.json b/parser/testdata/00260_like_and_curly_braces/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00260_like_and_curly_braces/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00261_storage_aliases_and_array_join/ast.json b/parser/testdata/00261_storage_aliases_and_array_join/ast.json deleted file mode 100644 index 22e81b39e7..0000000000 --- a/parser/testdata/00261_storage_aliases_and_array_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery aliases_test (children 1)" - }, - { - "explain": " Identifier aliases_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000970878, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00262_alter_alias/ast.json b/parser/testdata/00262_alter_alias/ast.json deleted file mode 100644 index 8865458631..0000000000 --- a/parser/testdata/00262_alter_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery aliases_test (children 1)" - }, - { - "explain": " Identifier aliases_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001107384, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00263_merge_aggregates_and_overflow/ast.json b/parser/testdata/00263_merge_aggregates_and_overflow/ast.json deleted file mode 100644 index e17e909870..0000000000 --- a/parser/testdata/00263_merge_aggregates_and_overflow/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery numbers_10k_log (children 1)" - }, - { - "explain": " Identifier numbers_10k_log" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001029106, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00264_uniq_many_args/ast.json b/parser/testdata/00264_uniq_many_args/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00264_uniq_many_args/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00266_read_overflow_mode/ast.json b/parser/testdata/00266_read_overflow_mode/ast.json deleted file mode 100644 index 129231c39d..0000000000 --- a/parser/testdata/00266_read_overflow_mode/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 6)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias k)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_110000" - }, - { - "explain": " Set" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Set" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001824839, - "rows_read": 27, - "bytes_read": 1044 - } -} diff --git a/parser/testdata/00266_shard_global_subquery_and_aliases/ast.json b/parser/testdata/00266_shard_global_subquery_and_aliases/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00266_shard_global_subquery_and_aliases/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00267_tuple_array_access_operators_priority/ast.json b/parser/testdata/00267_tuple_array_access_operators_priority/ast.json deleted file mode 100644 index 803aae9ea5..0000000000 --- a/parser/testdata/00267_tuple_array_access_operators_priority/ast.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (alias res) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function negate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal Int64_-245" - }, - { - "explain": " Literal 'Ok'" - }, - { - "explain": " Literal 'Fail'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_('Hello', UInt64_123)" - } - ], - - "rows": 37, - - "statistics": - { - "elapsed": 0.001223877, - "rows_read": 37, - "bytes_read": 1597 - } -} diff --git a/parser/testdata/00268_aliases_without_as_keyword/ast.json b/parser/testdata/00268_aliases_without_as_keyword/ast.json deleted file mode 100644 index f5d0bae973..0000000000 --- a/parser/testdata/00268_aliases_without_as_keyword/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001301846, - "rows_read": 9, - "bytes_read": 362 - } -} diff --git a/parser/testdata/00269_database_table_whitespace/ast.json b/parser/testdata/00269_database_table_whitespace/ast.json deleted file mode 100644 index ea67cbb273..0000000000 --- a/parser/testdata/00269_database_table_whitespace/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001097602, - "rows_read": 9, - "bytes_read": 344 - } -} diff --git a/parser/testdata/00270_views_query_processing_stage/ast.json b/parser/testdata/00270_views_query_processing_stage/ast.json deleted file mode 100644 index c21b4e754e..0000000000 --- a/parser/testdata/00270_views_query_processing_stage/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery view1_00270 (children 1)" - }, - { - "explain": " Identifier view1_00270" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001231761, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00271_agg_state_and_totals/ast.json b/parser/testdata/00271_agg_state_and_totals/ast.json deleted file mode 100644 index a23b1fc9db..0000000000 --- a/parser/testdata/00271_agg_state_and_totals/ast.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Function finalizeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantilesTimingState (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function intDiv (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_30000 (alias d)" - }, - { - "explain": " Function modulo (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier d" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - } - ], - - "rows": 38, - - "statistics": - { - "elapsed": 0.001073757, - "rows_read": 38, - "bytes_read": 1594 - } -} diff --git a/parser/testdata/00272_union_all_and_in_subquery/ast.json b/parser/testdata/00272_union_all_and_in_subquery/ast.json deleted file mode 100644 index 99495e4a80..0000000000 --- a/parser/testdata/00272_union_all_and_in_subquery/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001279346, - "rows_read": 21, - "bytes_read": 754 - } -} diff --git a/parser/testdata/00273_quantiles/ast.json b/parser/testdata/00273_quantiles/ast.json deleted file mode 100644 index f76f01b018..0000000000 --- a/parser/testdata/00273_quantiles/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantiles (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias x)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1001" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.00100761, - "rows_read": 23, - "bytes_read": 968 - } -} diff --git a/parser/testdata/00274_shard_group_array/ast.json b/parser/testdata/00274_shard_group_array/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00274_shard_group_array/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00275_shard_quantiles_weighted/ast.json b/parser/testdata/00275_shard_quantiles_weighted/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00275_shard_quantiles_weighted/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00276_sample/ast.json b/parser/testdata/00276_sample/ast.json deleted file mode 100644 index 3917242de4..0000000000 --- a/parser/testdata/00276_sample/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery sample_00276 (children 1)" - }, - { - "explain": " Identifier sample_00276" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001371993, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00277_array_filter/ast.json b/parser/testdata/00277_array_filter/ast.json deleted file mode 100644 index d769982f78..0000000000 --- a/parser/testdata/00277_array_filter/ast.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (alias arr) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 56, - - "statistics": - { - "elapsed": 0.001427849, - "rows_read": 56, - "bytes_read": 2571 - } -} diff --git a/parser/testdata/00278_insert_already_sorted/ast.json b/parser/testdata/00278_insert_already_sorted/ast.json deleted file mode 100644 index c1c53aaa78..0000000000 --- a/parser/testdata/00278_insert_already_sorted/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery sorted (children 1)" - }, - { - "explain": " Identifier sorted" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001269767, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00279_quantiles_permuted_args/ast.json b/parser/testdata/00279_quantiles_permuted_args/ast.json deleted file mode 100644 index f7a514337a..0000000000 --- a/parser/testdata/00279_quantiles_permuted_args/ast.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantilesExact (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " ExpressionList (children 20)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Float64_0.001" - }, - { - "explain": " Literal Float64_0.01" - }, - { - "explain": " Literal Float64_0.05" - }, - { - "explain": " Literal Float64_0.9" - }, - { - "explain": " Literal Float64_0.2" - }, - { - "explain": " Literal Float64_0.3" - }, - { - "explain": " Literal Float64_0.6" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " Literal Float64_0.4" - }, - { - "explain": " Literal Float64_0.7" - }, - { - "explain": " Literal Float64_0.8" - }, - { - "explain": " Literal Float64_0.1" - }, - { - "explain": " Literal Float64_0.95" - }, - { - "explain": " Literal Float64_0.99" - }, - { - "explain": " Literal Float64_0.999" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " Literal Float64_0.3" - }, - { - "explain": " Literal Float64_0.4" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias x)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1001" - } - ], - - "rows": 42, - - "statistics": - { - "elapsed": 0.001323157, - "rows_read": 42, - "bytes_read": 1603 - } -} diff --git a/parser/testdata/00280_hex_escape_sequence/ast.json b/parser/testdata/00280_hex_escape_sequence/ast.json deleted file mode 100644 index ed62ef1ca1..0000000000 --- a/parser/testdata/00280_hex_escape_sequence/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '0 Р'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001231277, - "rows_read": 5, - "bytes_read": 175 - } -} diff --git a/parser/testdata/00282_merging/ast.json b/parser/testdata/00282_merging/ast.json deleted file mode 100644 index f66a34ef3c..0000000000 --- a/parser/testdata/00282_merging/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge (children 1)" - }, - { - "explain": " Identifier merge" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001201427, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00283_column_cut/ast.json b/parser/testdata/00283_column_cut/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00283_column_cut/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00284_external_aggregation/ast.json b/parser/testdata/00284_external_aggregation/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00284_external_aggregation/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00284_external_aggregation_2/ast.json b/parser/testdata/00284_external_aggregation_2/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00284_external_aggregation_2/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00285_not_all_data_in_totals/ast.json b/parser/testdata/00285_not_all_data_in_totals/ast.json deleted file mode 100644 index 18f2258ca0..0000000000 --- a/parser/testdata/00285_not_all_data_in_totals/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001096416, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00286_format_long_negative_float/ast.json b/parser/testdata/00286_format_long_negative_float/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00286_format_long_negative_float/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00287_column_const_with_nan/ast.json b/parser/testdata/00287_column_const_with_nan/ast.json deleted file mode 100644 index 11f4bef073..0000000000 --- a/parser/testdata/00287_column_const_with_nan/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001370247, - "rows_read": 27, - "bytes_read": 1078 - } -} diff --git a/parser/testdata/00288_empty_stripelog/ast.json b/parser/testdata/00288_empty_stripelog/ast.json deleted file mode 100644 index 28d1ef4666..0000000000 --- a/parser/testdata/00288_empty_stripelog/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery stripelog (children 1)" - }, - { - "explain": " Identifier stripelog" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001567285, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00290_shard_aggregation_memory_efficient/ast.json b/parser/testdata/00290_shard_aggregation_memory_efficient/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00290_shard_aggregation_memory_efficient/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00291_array_reduce/ast.json b/parser/testdata/00291_array_reduce/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00291_array_reduce/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00292_parser_tuple_element/ast.json b/parser/testdata/00292_parser_tuple_element/ast.json deleted file mode 100644 index 2fb0a67514..0000000000 --- a/parser/testdata/00292_parser_tuple_element/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_('a', 'b')" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001423402, - "rows_read": 8, - "bytes_read": 303 - } -} diff --git a/parser/testdata/00293_shard_max_subquery_depth/ast.json b/parser/testdata/00293_shard_max_subquery_depth/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00293_shard_max_subquery_depth/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00294_shard_enums/ast.json b/parser/testdata/00294_shard_enums/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00294_shard_enums/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00295_global_in_one_shard_rows_before_limit/ast.json b/parser/testdata/00295_global_in_one_shard_rows_before_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00295_global_in_one_shard_rows_before_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00296_url_parameters/ast.json b/parser/testdata/00296_url_parameters/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00296_url_parameters/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00298_enum_width_and_cast/ast.json b/parser/testdata/00298_enum_width_and_cast/ast.json deleted file mode 100644 index 9569682268..0000000000 --- a/parser/testdata/00298_enum_width_and_cast/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery enum (children 1)" - }, - { - "explain": " Identifier enum" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001606673, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00299_stripe_log_multiple_inserts/ast.json b/parser/testdata/00299_stripe_log_multiple_inserts/ast.json deleted file mode 100644 index b10d9f480d..0000000000 --- a/parser/testdata/00299_stripe_log_multiple_inserts/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery log (children 1)" - }, - { - "explain": " Identifier log" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001188938, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00300_csv/ast.json b/parser/testdata/00300_csv/ast.json deleted file mode 100644 index 8b788f99ae..0000000000 --- a/parser/testdata/00300_csv/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal 'Hello, \"World\"' (alias x)" - }, - { - "explain": " Literal UInt64_123 (alias y)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3] (alias z)" - }, - { - "explain": " Function tuple (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_456" - }, - { - "explain": " Literal Array_['abc', 'def']" - }, - { - "explain": " Literal 'Newline\\nhere' (alias b)" - }, - { - "explain": " Identifier CSV" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001240521, - "rows_read": 13, - "bytes_read": 532 - } -} diff --git a/parser/testdata/00306_insert_values_and_expressions/ast.json b/parser/testdata/00306_insert_values_and_expressions/ast.json deleted file mode 100644 index 0cce9e02e6..0000000000 --- a/parser/testdata/00306_insert_values_and_expressions/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery insert (children 1)" - }, - { - "explain": " Identifier insert" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001331546, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00307_format_xml/ast.json b/parser/testdata/00307_format_xml/ast.json deleted file mode 100644 index 43687a6090..0000000000 --- a/parser/testdata/00307_format_xml/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001285356, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00308_write_buffer_valid_utf8/ast.json b/parser/testdata/00308_write_buffer_valid_utf8/ast.json deleted file mode 100644 index 9f2d43b654..0000000000 --- a/parser/testdata/00308_write_buffer_valid_utf8/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001077774, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00309_formats/ast.json b/parser/testdata/00309_formats/ast.json deleted file mode 100644 index 15947c83db..0000000000 --- a/parser/testdata/00309_formats/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00145641, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00311_array_primary_key/ast.json b/parser/testdata/00311_array_primary_key/ast.json deleted file mode 100644 index 03912464c8..0000000000 --- a/parser/testdata/00311_array_primary_key/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00142114, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00312_position_case_insensitive_utf8/ast.json b/parser/testdata/00312_position_case_insensitive_utf8/ast.json deleted file mode 100644 index 4a7d061181..0000000000 --- a/parser/testdata/00312_position_case_insensitive_utf8/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function positionCaseInsensitiveUTF8 (alias res) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'иголка.ру'" - }, - { - "explain": " Function arrayStringConcat (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal ' '" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_20000" - }, - { - "explain": " Literal 'иголка.ру'" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001639552, - "rows_read": 23, - "bytes_read": 1024 - } -} diff --git a/parser/testdata/00314_sample_factor_virtual_column/ast.json b/parser/testdata/00314_sample_factor_virtual_column/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00314_sample_factor_virtual_column/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00315_quantile_off_by_one/ast.json b/parser/testdata/00315_quantile_off_by_one/ast.json deleted file mode 100644 index df44d76769..0000000000 --- a/parser/testdata/00315_quantile_off_by_one/ast.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function quantileExactWeighted (alias q5) (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " Function quantilesExactWeighted (alias qs) (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 11)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Float64_0.1" - }, - { - "explain": " Literal Float64_0.2" - }, - { - "explain": " Literal Float64_0.3" - }, - { - "explain": " Literal Float64_0.4" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " Literal Float64_0.6" - }, - { - "explain": " Literal Float64_0.7" - }, - { - "explain": " Literal Float64_0.8" - }, - { - "explain": " Literal Float64_0.9" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_1, UInt64_1, UInt64_10, UInt64_10, UInt64_10, UInt64_10, UInt64_100, UInt64_100, UInt64_100]" - } - ], - - "rows": 37, - - "statistics": - { - "elapsed": 0.001730292, - "rows_read": 37, - "bytes_read": 1544 - } -} diff --git a/parser/testdata/00316_rounding_functions_and_empty_block/ast.json b/parser/testdata/00316_rounding_functions_and_empty_block/ast.json deleted file mode 100644 index 04ab3ce6a7..0000000000 --- a/parser/testdata/00316_rounding_functions_and_empty_block/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001374105, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00317_in_tuples_and_out_of_range_values/ast.json b/parser/testdata/00317_in_tuples_and_out_of_range_values/ast.json deleted file mode 100644 index 7f68749d7f..0000000000 --- a/parser/testdata/00317_in_tuples_and_out_of_range_values/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, '')" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(Int64_-1, '')" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.00157742, - "rows_read": 10, - "bytes_read": 394 - } -} diff --git a/parser/testdata/00318_pk_tuple_order/ast.json b/parser/testdata/00318_pk_tuple_order/ast.json deleted file mode 100644 index 323ff90065..0000000000 --- a/parser/testdata/00318_pk_tuple_order/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk (children 1)" - }, - { - "explain": " Identifier pk" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001474743, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00319_index_for_like/ast.json b/parser/testdata/00319_index_for_like/ast.json deleted file mode 100644 index 39533cbbd1..0000000000 --- a/parser/testdata/00319_index_for_like/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001486023, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00320_between/ast.json b/parser/testdata/00320_between/ast.json deleted file mode 100644 index 5961993164..0000000000 --- a/parser/testdata/00320_between/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function and (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function lessOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001179466, - "rows_read": 20, - "bytes_read": 782 - } -} diff --git a/parser/testdata/00321_pk_set/ast.json b/parser/testdata/00321_pk_set/ast.json deleted file mode 100644 index f70b70c6a7..0000000000 --- a/parser/testdata/00321_pk_set/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk_set (children 1)" - }, - { - "explain": " Identifier pk_set" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001243449, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00323_quantiles_timing_bug/ast.json b/parser/testdata/00323_quantiles_timing_bug/ast.json deleted file mode 100644 index 63c50b71ad..0000000000 --- a/parser/testdata/00323_quantiles_timing_bug/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantilesTiming (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.99" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001355977, - "rows_read": 13, - "bytes_read": 525 - } -} diff --git a/parser/testdata/00324_hashing_enums/ast.json b/parser/testdata/00324_hashing_enums/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00324_hashing_enums/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00326_long_function_multi_if/ast.json b/parser/testdata/00326_long_function_multi_if/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00326_long_function_multi_if/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00327_summing_composite_nested/ast.json b/parser/testdata/00327_summing_composite_nested/ast.json deleted file mode 100644 index 04ffa1fb40..0000000000 --- a/parser/testdata/00327_summing_composite_nested/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001341973, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00328_long_case_construction/ast.json b/parser/testdata/00328_long_case_construction/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00328_long_case_construction/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00330_view_subqueries/ast.json b/parser/testdata/00330_view_subqueries/ast.json deleted file mode 100644 index 7881558875..0000000000 --- a/parser/testdata/00330_view_subqueries/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery v1 (children 1)" - }, - { - "explain": " Identifier v1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001038615, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00331_final_and_prewhere/ast.json b/parser/testdata/00331_final_and_prewhere/ast.json deleted file mode 100644 index cc21e273bf..0000000000 --- a/parser/testdata/00331_final_and_prewhere/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery replace (children 1)" - }, - { - "explain": " Identifier replace" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001161932, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00331_final_and_prewhere_condition_ver_column/ast.json b/parser/testdata/00331_final_and_prewhere_condition_ver_column/ast.json deleted file mode 100644 index 42dedd6cdf..0000000000 --- a/parser/testdata/00331_final_and_prewhere_condition_ver_column/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00107301, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00332_quantile_timing_memory_leak/ast.json b/parser/testdata/00332_quantile_timing_memory_leak/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00332_quantile_timing_memory_leak/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00333_parser_number_bug/ast.json b/parser/testdata/00333_parser_number_bug/ast.json deleted file mode 100644 index 77a52f836b..0000000000 --- a/parser/testdata/00333_parser_number_bug/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier info" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias info)" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001384156, - "rows_read": 14, - "bytes_read": 571 - } -} diff --git a/parser/testdata/00334_column_aggregate_function_limit/ast.json b/parser/testdata/00334_column_aggregate_function_limit/ast.json deleted file mode 100644 index 515c50020e..0000000000 --- a/parser/testdata/00334_column_aggregate_function_limit/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ontime (children 1)" - }, - { - "explain": " Identifier ontime" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001277977, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00337_shard_any_heavy/ast.json b/parser/testdata/00337_shard_any_heavy/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00337_shard_any_heavy/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00338_replicate_array_of_strings/ast.json b/parser/testdata/00338_replicate_array_of_strings/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00338_replicate_array_of_strings/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00340_squashing_insert_select/ast.json b/parser/testdata/00340_squashing_insert_select/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00340_squashing_insert_select/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00341_squashing_insert_select2/ast.json b/parser/testdata/00341_squashing_insert_select2/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00341_squashing_insert_select2/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00342_escape_sequences/ast.json b/parser/testdata/00342_escape_sequences/ast.json deleted file mode 100644 index 44c66de4db..0000000000 --- a/parser/testdata/00342_escape_sequences/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '\u0007\\b\\f\\n\\r\\t\u000B\\\\\\'\"\\\\?�'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001487137, - "rows_read": 7, - "bytes_read": 271 - } -} diff --git a/parser/testdata/00343_array_element_generic/ast.json b/parser/testdata/00343_array_element_generic/ast.json deleted file mode 100644 index e469e5ce22..0000000000 --- a/parser/testdata/00343_array_element_generic/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function and (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001363966, - "rows_read": 26, - "bytes_read": 1022 - } -} diff --git a/parser/testdata/00344_row_number_in_all_blocks/ast.json b/parser/testdata/00344_row_number_in_all_blocks/ast.json deleted file mode 100644 index eda2c3def7..0000000000 --- a/parser/testdata/00344_row_number_in_all_blocks/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00142055, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00345_index_accurate_comparison/ast.json b/parser/testdata/00345_index_accurate_comparison/ast.json deleted file mode 100644 index 6548e6b0c5..0000000000 --- a/parser/testdata/00345_index_accurate_comparison/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery index (children 1)" - }, - { - "explain": " Identifier index" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001027974, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00346_if_tuple/ast.json b/parser/testdata/00346_if_tuple/ast.json deleted file mode 100644 index da6a4335aa..0000000000 --- a/parser/testdata/00346_if_tuple/ast.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '! '" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 36, - - "statistics": - { - "elapsed": 0.001441645, - "rows_read": 36, - "bytes_read": 1438 - } -} diff --git a/parser/testdata/00347_has_tuple/ast.json b/parser/testdata/00347_has_tuple/ast.json deleted file mode 100644 index 60e2d1ae13..0000000000 --- a/parser/testdata/00347_has_tuple/ast.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function has (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier c" - }, - { - "explain": " Identifier d" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal UInt64_1 (alias a)" - }, - { - "explain": " Literal UInt64_2 (alias b)" - }, - { - "explain": " Literal UInt64_3 (alias c)" - }, - { - "explain": " Literal UInt64_4 (alias d)" - } - ], - - "rows": 32, - - "statistics": - { - "elapsed": 0.001746096, - "rows_read": 32, - "bytes_read": 1269 - } -} diff --git a/parser/testdata/00348_tuples/ast.json b/parser/testdata/00348_tuples/ast.json deleted file mode 100644 index 8c7c65a895..0000000000 --- a/parser/testdata/00348_tuples/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal Tuple_('1', UInt64_2) (alias t)" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001309854, - "rows_read": 13, - "bytes_read": 484 - } -} diff --git a/parser/testdata/00349_visible_width/ast.json b/parser/testdata/00349_visible_width/ast.json deleted file mode 100644 index f6c2d42138..0000000000 --- a/parser/testdata/00349_visible_width/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function visibleWidth (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2)" - }, - { - "explain": " Function visibleWidth (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - }, - { - "explain": " Function visibleWidth (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Array_[UInt64_2]" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001333359, - "rows_read": 16, - "bytes_read": 668 - } -} diff --git a/parser/testdata/00350_count_distinct/ast.json b/parser/testdata/00350_count_distinct/ast.json deleted file mode 100644 index e67ffdbcdf..0000000000 --- a/parser/testdata/00350_count_distinct/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001402676, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00351_select_distinct_arrays_tuples/ast.json b/parser/testdata/00351_select_distinct_arrays_tuples/ast.json deleted file mode 100644 index 997856193f..0000000000 --- a/parser/testdata/00351_select_distinct_arrays_tuples/ast.json +++ /dev/null @@ -1,160 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - } - ], - - "rows": 46, - - "statistics": - { - "elapsed": 0.001377385, - "rows_read": 46, - "bytes_read": 1802 - } -} diff --git a/parser/testdata/00352_external_sorting_and_constants/ast.json b/parser/testdata/00352_external_sorting_and_constants/ast.json deleted file mode 100644 index 8406c8267a..0000000000 --- a/parser/testdata/00352_external_sorting_and_constants/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 6)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal 'Hello' (alias k)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_999990" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Set" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001646786, - "rows_read": 26, - "bytes_read": 1027 - } -} diff --git a/parser/testdata/00353_join_by_tuple/ast.json b/parser/testdata/00353_join_by_tuple/ast.json deleted file mode 100644 index 83ae6d926d..0000000000 --- a/parser/testdata/00353_join_by_tuple/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001328557, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00355_array_of_non_const_convertible_types/ast.json b/parser/testdata/00355_array_of_non_const_convertible_types/ast.json deleted file mode 100644 index 45b5bce3a0..0000000000 --- a/parser/testdata/00355_array_of_non_const_convertible_types/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_3" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001397965, - "rows_read": 15, - "bytes_read": 583 - } -} diff --git a/parser/testdata/00356_analyze_aggregations_and_union_all/ast.json b/parser/testdata/00356_analyze_aggregations_and_union_all/ast.json deleted file mode 100644 index d7740405d1..0000000000 --- a/parser/testdata/00356_analyze_aggregations_and_union_all/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias a)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier b" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias b)" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.001108915, - "rows_read": 30, - "bytes_read": 1213 - } -} diff --git a/parser/testdata/00357_to_string_complex_types/ast.json b/parser/testdata/00357_to_string_complex_types/ast.json deleted file mode 100644 index 14212c9fb6..0000000000 --- a/parser/testdata/00357_to_string_complex_types/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Hello'" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2016-01-01'" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001647136, - "rows_read": 16, - "bytes_read": 643 - } -} diff --git a/parser/testdata/00358_from_string_complex_types/ast.json b/parser/testdata/00358_from_string_complex_types/ast.json deleted file mode 100644 index 1e66499b76..0000000000 --- a/parser/testdata/00358_from_string_complex_types/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '[1, 2, 3]'" - }, - { - "explain": " Literal 'Array(UInt8)'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001431861, - "rows_read": 8, - "bytes_read": 296 - } -} diff --git a/parser/testdata/00359_convert_or_zero_functions/ast.json b/parser/testdata/00359_convert_or_zero_functions/ast.json deleted file mode 100644 index 4f9de11e39..0000000000 --- a/parser/testdata/00359_convert_or_zero_functions/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUInt32OrZero (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '123a'" - }, - { - "explain": " Function toUInt32OrZero (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '456'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.000984313, - "rows_read": 10, - "bytes_read": 380 - } -} diff --git a/parser/testdata/00360_to_date_from_string_with_datetime/ast.json b/parser/testdata/00360_to_date_from_string_with_datetime/ast.json deleted file mode 100644 index d1ded31e82..0000000000 --- a/parser/testdata/00360_to_date_from_string_with_datetime/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2016-08-02 12:34:19'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.00110991, - "rows_read": 7, - "bytes_read": 272 - } -} diff --git a/parser/testdata/00361_shared_array_offsets_and_squash_blocks/ast.json b/parser/testdata/00361_shared_array_offsets_and_squash_blocks/ast.json deleted file mode 100644 index aa99e97c67..0000000000 --- a/parser/testdata/00361_shared_array_offsets_and_squash_blocks/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nested1 (children 1)" - }, - { - "explain": " Identifier nested1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001870661, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00362_great_circle_distance/ast.json b/parser/testdata/00362_great_circle_distance/ast.json deleted file mode 100644 index 73e0244c54..0000000000 --- a/parser/testdata/00362_great_circle_distance/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function floor (alias distance) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greatCircleDistance (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal Float64_33.3" - }, - { - "explain": " Literal Float64_55.3" - }, - { - "explain": " Literal Float64_33.3" - }, - { - "explain": " Literal Float64_55.3" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001284591, - "rows_read": 12, - "bytes_read": 486 - } -} diff --git a/parser/testdata/00363_defaults/ast.json b/parser/testdata/00363_defaults/ast.json deleted file mode 100644 index 934d9e4693..0000000000 --- a/parser/testdata/00363_defaults/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery prewhere_defaults (children 1)" - }, - { - "explain": " Identifier prewhere_defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001360112, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00364_java_style_denormals/ast.json b/parser/testdata/00364_java_style_denormals/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00364_java_style_denormals/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00367_visible_width_of_array_tuple_enum/ast.json b/parser/testdata/00367_visible_width_of_array_tuple_enum/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00367_visible_width_of_array_tuple_enum/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00369_int_div_of_float/ast.json b/parser/testdata/00369_int_div_of_float/ast.json deleted file mode 100644 index 78c45dbcf9..0000000000 --- a/parser/testdata/00369_int_div_of_float/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function intDiv (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Literal UInt64_4" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001144141, - "rows_read": 8, - "bytes_read": 290 - } -} diff --git a/parser/testdata/00370_duplicate_columns_in_subqueries/ast.json b/parser/testdata/00370_duplicate_columns_in_subqueries/ast.json deleted file mode 100644 index f9b8d22688..0000000000 --- a/parser/testdata/00370_duplicate_columns_in_subqueries/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001738685, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00371_union_all/ast.json b/parser/testdata/00371_union_all/ast.json deleted file mode 100644 index ac100d22f4..0000000000 --- a/parser/testdata/00371_union_all/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function countIf (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2 (alias n)" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001481769, - "rows_read": 24, - "bytes_read": 951 - } -} diff --git a/parser/testdata/00373_group_by_tuple/ast.json b/parser/testdata/00373_group_by_tuple/ast.json deleted file mode 100644 index 6b67c2b42c..0000000000 --- a/parser/testdata/00373_group_by_tuple/ast.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function if (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal 'Hello'" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'World'" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 39, - - "statistics": - { - "elapsed": 0.001675815, - "rows_read": 39, - "bytes_read": 1531 - } -} diff --git a/parser/testdata/00374_any_last_if_merge/ast.json b/parser/testdata/00374_any_last_if_merge/ast.json deleted file mode 100644 index 1b599597a4..0000000000 --- a/parser/testdata/00374_any_last_if_merge/ast.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10000" - }, - { - "explain": " Function anyLastIf (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_1" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Function notEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 40, - - "statistics": - { - "elapsed": 0.001948608, - "rows_read": 40, - "bytes_read": 1630 - } -} diff --git a/parser/testdata/00375_shard_group_uniq_array_of_string/ast.json b/parser/testdata/00375_shard_group_uniq_array_of_string/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00375_shard_group_uniq_array_of_string/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00376_shard_group_uniq_array_of_int_array/ast.json b/parser/testdata/00376_shard_group_uniq_array_of_int_array/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00376_shard_group_uniq_array_of_int_array/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00377_shard_group_uniq_array_of_string_array/ast.json b/parser/testdata/00377_shard_group_uniq_array_of_string_array/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00377_shard_group_uniq_array_of_string_array/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00378_json_quote_64bit_integers/ast.json b/parser/testdata/00378_json_quote_64bit_integers/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00378_json_quote_64bit_integers/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00381_first_significant_subdomain/ast.json b/parser/testdata/00381_first_significant_subdomain/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00381_first_significant_subdomain/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00383_utf8_validation/ast.json b/parser/testdata/00383_utf8_validation/ast.json deleted file mode 100644 index 2fd2cda5c7..0000000000 --- a/parser/testdata/00383_utf8_validation/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001440384, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00384_column_aggregate_function_insert_from/ast.json b/parser/testdata/00384_column_aggregate_function_insert_from/ast.json deleted file mode 100644 index c6d0cd9493..0000000000 --- a/parser/testdata/00384_column_aggregate_function_insert_from/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery aggregates (children 1)" - }, - { - "explain": " Identifier aggregates" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001755396, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00386_enum_in_pk/ast.json b/parser/testdata/00386_enum_in_pk/ast.json deleted file mode 100644 index d8f53b212d..0000000000 --- a/parser/testdata/00386_enum_in_pk/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery enum_pk (children 1)" - }, - { - "explain": " Identifier enum_pk" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001345748, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00386_has_column_in_table/ast.json b/parser/testdata/00386_has_column_in_table/ast.json deleted file mode 100644 index 8179d98634..0000000000 --- a/parser/testdata/00386_has_column_in_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery has_column_in_table (children 1)" - }, - { - "explain": " Identifier has_column_in_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001365759, - "rows_read": 2, - "bytes_read": 90 - } -} diff --git a/parser/testdata/00388_enum_with_totals/ast.json b/parser/testdata/00388_enum_with_totals/ast.json deleted file mode 100644 index 503b46e059..0000000000 --- a/parser/testdata/00388_enum_with_totals/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery enum_totals (children 1)" - }, - { - "explain": " Identifier enum_totals" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001416688, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00389_concat_operator/ast.json b/parser/testdata/00389_concat_operator/ast.json deleted file mode 100644 index 30c1a10c0e..0000000000 --- a/parser/testdata/00389_concat_operator/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'Hello'" - }, - { - "explain": " Literal ', '" - }, - { - "explain": " Literal 'World'" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001150154, - "rows_read": 9, - "bytes_read": 313 - } -} diff --git a/parser/testdata/00390_array_sort/ast.json b/parser/testdata/00390_array_sort/ast.json deleted file mode 100644 index ffb93aace7..0000000000 --- a/parser/testdata/00390_array_sort/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal Array_[UInt64_2, UInt64_1, UInt64_3] (alias arr)" - }, - { - "explain": " Function arraySort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Function arrayReverseSort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Function arraySort (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function negate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier arr" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001569257, - "rows_read": 22, - "bytes_read": 876 - } -} diff --git a/parser/testdata/00392_enum_nested_alter/ast.json b/parser/testdata/00392_enum_nested_alter/ast.json deleted file mode 100644 index a6ecfc1477..0000000000 --- a/parser/testdata/00392_enum_nested_alter/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery enum_nested_alter (children 1)" - }, - { - "explain": " Identifier enum_nested_alter" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001220713, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00393_if_with_constant_condition/ast.json b/parser/testdata/00393_if_with_constant_condition/ast.json deleted file mode 100644 index 1beccdf9cf..0000000000 --- a/parser/testdata/00393_if_with_constant_condition/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001259016, - "rows_read": 9, - "bytes_read": 315 - } -} diff --git a/parser/testdata/00394_new_nested_column_keeps_offsets/ast.json b/parser/testdata/00394_new_nested_column_keeps_offsets/ast.json deleted file mode 100644 index 5795f143bb..0000000000 --- a/parser/testdata/00394_new_nested_column_keeps_offsets/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_00394 (children 1)" - }, - { - "explain": " Identifier alter_00394" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001336067, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00394_replaceall_vector_fixed/ast.json b/parser/testdata/00394_replaceall_vector_fixed/ast.json deleted file mode 100644 index b48d4a92de..0000000000 --- a/parser/testdata/00394_replaceall_vector_fixed/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery replaceall (children 1)" - }, - { - "explain": " Identifier replaceall" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001142965, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00395_nullable/ast.json b/parser/testdata/00395_nullable/ast.json deleted file mode 100644 index fd807c9eb1..0000000000 --- a/parser/testdata/00395_nullable/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '----- NULL value -----'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001067926, - "rows_read": 5, - "bytes_read": 193 - } -} diff --git a/parser/testdata/00396_uuid/ast.json b/parser/testdata/00396_uuid/ast.json deleted file mode 100644 index 0db659ebb3..0000000000 --- a/parser/testdata/00396_uuid/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function UUIDNumToString (alias uuid_string) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFixedString (alias uuid_binary) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function unhex (alias bytes) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '0123456789ABCDEF0123456789ABCDEF' (alias hex)" - }, - { - "explain": " Literal UInt64_16" - }, - { - "explain": " Function equals (alias test1) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function UUIDStringToNum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier uuid_string" - }, - { - "explain": " Identifier hex" - }, - { - "explain": " Function equals (alias test2) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function UUIDStringToNum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier uuid_string" - }, - { - "explain": " Identifier bytes" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001275309, - "rows_read": 26, - "bytes_read": 1170 - } -} diff --git a/parser/testdata/00396_uuid_v7/ast.json b/parser/testdata/00396_uuid_v7/ast.json deleted file mode 100644 index 764260012d..0000000000 --- a/parser/testdata/00396_uuid_v7/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '-- UUIDToNum --'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001365315, - "rows_read": 5, - "bytes_read": 186 - } -} diff --git a/parser/testdata/00397_tsv_format_synonym/ast.json b/parser/testdata/00397_tsv_format_synonym/ast.json deleted file mode 100644 index caf45aaaa0..0000000000 --- a/parser/testdata/00397_tsv_format_synonym/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function arrayJoin (alias arr) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - }, - { - "explain": " Literal 'hello' (alias s1)" - }, - { - "explain": " Literal 'world' (alias s2)" - }, - { - "explain": " Identifier TabSeparated" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001041781, - "rows_read": 10, - "bytes_read": 410 - } -} diff --git a/parser/testdata/00399_group_uniq_array_date_datetime/ast.json b/parser/testdata/00399_group_uniq_array_date_datetime/ast.json deleted file mode 100644 index 5f32f1d135..0000000000 --- a/parser/testdata/00399_group_uniq_array_date_datetime/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery grop_uniq_array_date (children 1)" - }, - { - "explain": " Identifier grop_uniq_array_date" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00130867, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/00401_merge_and_stripelog/ast.json b/parser/testdata/00401_merge_and_stripelog/ast.json deleted file mode 100644 index 6b5d57e7a0..0000000000 --- a/parser/testdata/00401_merge_and_stripelog/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery stripe1 (children 1)" - }, - { - "explain": " Identifier stripe1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000940647, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00402_nan_and_extremes/ast.json b/parser/testdata/00402_nan_and_extremes/ast.json deleted file mode 100644 index 9f1b9f0e43..0000000000 --- a/parser/testdata/00402_nan_and_extremes/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_3, UInt64_1, UInt64_2]" - }, - { - "explain": " Set" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001112525, - "rows_read": 8, - "bytes_read": 304 - } -} diff --git a/parser/testdata/00403_to_start_of_day/ast.json b/parser/testdata/00403_to_start_of_day/ast.json deleted file mode 100644 index 060adcb2e8..0000000000 --- a/parser/testdata/00403_to_start_of_day/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toStartOfDay (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function now (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function now (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001048913, - "rows_read": 16, - "bytes_read": 643 - } -} diff --git a/parser/testdata/00404_null_literal/ast.json b/parser/testdata/00404_null_literal/ast.json deleted file mode 100644 index 00a0423818..0000000000 --- a/parser/testdata/00404_null_literal/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function isNull (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal NULL" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001093264, - "rows_read": 7, - "bytes_read": 255 - } -} diff --git a/parser/testdata/00405_output_format_pretty_color/ast.json b/parser/testdata/00405_output_format_pretty_color/ast.json deleted file mode 100644 index 823aeb230d..0000000000 --- a/parser/testdata/00405_output_format_pretty_color/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001454107, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00405_pretty_formats/ast.json b/parser/testdata/00405_pretty_formats/ast.json deleted file mode 100644 index e451f7fa84..0000000000 --- a/parser/testdata/00405_pretty_formats/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001284782, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00406_tuples_with_nulls/ast.json b/parser/testdata/00406_tuples_with_nulls/ast.json deleted file mode 100644 index b195d6d8c1..0000000000 --- a/parser/testdata/00406_tuples_with_nulls/ast.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (alias tuple) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function nullIf (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function nullIf (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Identifier PrettyCompactNoEscapes" - } - ], - - "rows": 29, - - "statistics": - { - "elapsed": 0.001342323, - "rows_read": 29, - "bytes_read": 1168 - } -} diff --git a/parser/testdata/00409_shard_limit_by/ast.json b/parser/testdata/00409_shard_limit_by/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00409_shard_limit_by/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00410_aggregation_combinators_with_arenas/ast.json b/parser/testdata/00410_aggregation_combinators_with_arenas/ast.json deleted file mode 100644 index 3d6665c25f..0000000000 --- a/parser/testdata/00410_aggregation_combinators_with_arenas/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001044609, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00411_long_accurate_number_comparison_float/ast.json b/parser/testdata/00411_long_accurate_number_comparison_float/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00411_long_accurate_number_comparison_float/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00411_merge_tree_where_const_in_set/ast.json b/parser/testdata/00411_merge_tree_where_const_in_set/ast.json deleted file mode 100644 index 9b118a6e5a..0000000000 --- a/parser/testdata/00411_merge_tree_where_const_in_set/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery const_in_const (children 1)" - }, - { - "explain": " Identifier const_in_const" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001282887, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00412_logical_expressions_optimizer/ast.json b/parser/testdata/00412_logical_expressions_optimizer/ast.json deleted file mode 100644 index e1edee7838..0000000000 --- a/parser/testdata/00412_logical_expressions_optimizer/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge_tree (children 1)" - }, - { - "explain": " Identifier merge_tree" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001432084, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00413_distinct/ast.json b/parser/testdata/00413_distinct/ast.json deleted file mode 100644 index a5e9a8e7d2..0000000000 --- a/parser/testdata/00413_distinct/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery distinct (children 1)" - }, - { - "explain": " Identifier distinct" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001348942, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00413_least_greatest_new_behavior/ast.json b/parser/testdata/00413_least_greatest_new_behavior/ast.json deleted file mode 100644 index 27db7aacc7..0000000000 --- a/parser/testdata/00413_least_greatest_new_behavior/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function least (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Literal UInt64_18446744073709551615" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greatest (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Literal UInt64_18446744073709551615" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001319679, - "rows_read": 16, - "bytes_read": 688 - } -} diff --git a/parser/testdata/00414_time_zones_direct_conversion/ast.json b/parser/testdata/00414_time_zones_direct_conversion/ast.json deleted file mode 100644 index b6d624bbf8..0000000000 --- a/parser/testdata/00414_time_zones_direct_conversion/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function plus (alias ts) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1301146200" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1800" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toString (alias time_in_sydney) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier ts" - }, - { - "explain": " Literal 'Australia\/Sydney'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_7" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001587451, - "rows_read": 22, - "bytes_read": 899 - } -} diff --git a/parser/testdata/00420_null_in_scalar_subqueries/ast.json b/parser/testdata/00420_null_in_scalar_subqueries/ast.json deleted file mode 100644 index 0ebccc5e23..0000000000 --- a/parser/testdata/00420_null_in_scalar_subqueries/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001179807, - "rows_read": 11, - "bytes_read": 416 - } -} diff --git a/parser/testdata/00422_hash_function_constexpr/ast.json b/parser/testdata/00422_hash_function_constexpr/ast.json deleted file mode 100644 index 61733fd3ba..0000000000 --- a/parser/testdata/00422_hash_function_constexpr/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function cityHash64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'abc'" - }, - { - "explain": " Function cityHash64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'abc'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001583993, - "rows_read": 12, - "bytes_read": 459 - } -} diff --git a/parser/testdata/00423_storage_log_single_thread/ast.json b/parser/testdata/00423_storage_log_single_thread/ast.json deleted file mode 100644 index 30537f6ef6..0000000000 --- a/parser/testdata/00423_storage_log_single_thread/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery log (children 1)" - }, - { - "explain": " Identifier log" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001291057, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00424_shard_aggregate_functions_of_nullable/ast.json b/parser/testdata/00424_shard_aggregate_functions_of_nullable/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00424_shard_aggregate_functions_of_nullable/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00425_count_nullable/ast.json b/parser/testdata/00425_count_nullable/ast.json deleted file mode 100644 index 6d1977ddda..0000000000 --- a/parser/testdata/00425_count_nullable/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias x)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001295395, - "rows_read": 20, - "bytes_read": 850 - } -} diff --git a/parser/testdata/00426_nulls_sorting/ast.json b/parser/testdata/00426_nulls_sorting/ast.json deleted file mode 100644 index c06620623e..0000000000 --- a/parser/testdata/00426_nulls_sorting/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_0, UInt64_0, UInt64_0, UInt64_0, UInt64_0, UInt64_0, UInt64_0, UInt64_0, UInt64_0, UInt64_0, UInt64_0, UInt64_1, UInt64_2, UInt64_2, UInt64_3, UInt64_4, UInt64_12, NULL]" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001080606, - "rows_read": 10, - "bytes_read": 549 - } -} diff --git a/parser/testdata/00429_point_in_ellipses/ast.json b/parser/testdata/00429_point_in_ellipses/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00429_point_in_ellipses/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00431_if_nulls/ast.json b/parser/testdata/00431_if_nulls/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00431_if_nulls/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00432_aggregate_function_scalars_and_constants/ast.json b/parser/testdata/00432_aggregate_function_scalars_and_constants/ast.json deleted file mode 100644 index 616d12219d..0000000000 --- a/parser/testdata/00432_aggregate_function_scalars_and_constants/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery agg_func_col (children 1)" - }, - { - "explain": " Identifier agg_func_col" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001208278, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00433_ifnull/ast.json b/parser/testdata/00433_ifnull/ast.json deleted file mode 100644 index f304790a11..0000000000 --- a/parser/testdata/00433_ifnull/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function ifNull (alias res) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'x'" - }, - { - "explain": " Literal 'y'" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier res" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001174763, - "rows_read": 11, - "bytes_read": 403 - } -} diff --git a/parser/testdata/00434_tonullable/ast.json b/parser/testdata/00434_tonullable/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00434_tonullable/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00435_coalesce/ast.json b/parser/testdata/00435_coalesce/ast.json deleted file mode 100644 index f90e56c278..0000000000 --- a/parser/testdata/00435_coalesce/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function coalesce (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function coalesce (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function coalesce (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal NULL" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001351996, - "rows_read": 13, - "bytes_read": 460 - } -} diff --git a/parser/testdata/00436_convert_charset/ast.json b/parser/testdata/00436_convert_charset/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00436_convert_charset/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00436_fixed_string_16_comparisons/ast.json b/parser/testdata/00436_fixed_string_16_comparisons/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00436_fixed_string_16_comparisons/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00437_nulls_first_last/ast.json b/parser/testdata/00437_nulls_first_last/ast.json deleted file mode 100644 index 2e90510237..0000000000 --- a/parser/testdata/00437_nulls_first_last/ast.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Function toFloat64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 44, - - "statistics": - { - "elapsed": 0.001639807, - "rows_read": 44, - "bytes_read": 1938 - } -} diff --git a/parser/testdata/00438_bit_rotate/ast.json b/parser/testdata/00438_bit_rotate/ast.json deleted file mode 100644 index 4afdb6ef32..0000000000 --- a/parser/testdata/00438_bit_rotate/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitRotateLeft (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_9223372036854775809" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001066124, - "rows_read": 10, - "bytes_read": 399 - } -} diff --git a/parser/testdata/00439_fixed_string_filter/ast.json b/parser/testdata/00439_fixed_string_filter/ast.json deleted file mode 100644 index 84f599b02e..0000000000 --- a/parser/testdata/00439_fixed_string_filter/ast.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFixedString (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_20" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal 'Hello'" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_50" - }, - { - "explain": " Function notEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal '\\0\\0\\0\\0\\0'" - } - ], - - "rows": 33, - - "statistics": - { - "elapsed": 0.001483817, - "rows_read": 33, - "bytes_read": 1398 - } -} diff --git a/parser/testdata/00440_nulls_merge_tree/ast.json b/parser/testdata/00440_nulls_merge_tree/ast.json deleted file mode 100644 index 25e53ff4b2..0000000000 --- a/parser/testdata/00440_nulls_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nulls (children 1)" - }, - { - "explain": " Identifier nulls" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000989445, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00441_nulls_in/ast.json b/parser/testdata/00441_nulls_in/ast.json deleted file mode 100644 index 53dc8aedf9..0000000000 --- a/parser/testdata/00441_nulls_in/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal Tuple_(UInt64_1, NULL, UInt64_3)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_5" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001295171, - "rows_read": 13, - "bytes_read": 516 - } -} diff --git a/parser/testdata/00442_filter_by_nullable/ast.json b/parser/testdata/00442_filter_by_nullable/ast.json deleted file mode 100644 index 99ddd82518..0000000000 --- a/parser/testdata/00442_filter_by_nullable/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toNullable (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001388768, - "rows_read": 17, - "bytes_read": 688 - } -} diff --git a/parser/testdata/00444_join_use_nulls/ast.json b/parser/testdata/00444_join_use_nulls/ast.json deleted file mode 100644 index 7fa505acdf..0000000000 --- a/parser/testdata/00444_join_use_nulls/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001118492, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00445_join_nullable_keys/ast.json b/parser/testdata/00445_join_nullable_keys/ast.json deleted file mode 100644 index df66b21f2d..0000000000 --- a/parser/testdata/00445_join_nullable_keys/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001125124, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00446_clear_column_in_partition_zookeeper_long/ast.json b/parser/testdata/00446_clear_column_in_partition_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00446_clear_column_in_partition_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00447_foreach_modifier/ast.json b/parser/testdata/00447_foreach_modifier/ast.json deleted file mode 100644 index a96f825180..0000000000 --- a/parser/testdata/00447_foreach_modifier/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery data (children 3)" - }, - { - "explain": " Identifier data" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration sketch (children 1)" - }, - { - "explain": " DataType Array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " DataType Int8" - }, - { - "explain": " Storage definition (children 2)" - }, - { - "explain": " Function MergeTree" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001510638, - "rows_read": 12, - "bytes_read": 422 - } -} diff --git a/parser/testdata/00448_replicate_nullable_tuple_generic/ast.json b/parser/testdata/00448_replicate_nullable_tuple_generic/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00448_replicate_nullable_tuple_generic/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00448_to_string_cut_to_zero/ast.json b/parser/testdata/00448_to_string_cut_to_zero/ast.json deleted file mode 100644 index 4141948cfe..0000000000 --- a/parser/testdata/00448_to_string_cut_to_zero/ast.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toStringCutToZero (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000" - } - ], - - "rows": 28, - - "statistics": - { - "elapsed": 0.00147051, - "rows_read": 28, - "bytes_read": 1186 - } -} diff --git a/parser/testdata/00449_filter_array_nullable_tuple/ast.json b/parser/testdata/00449_filter_array_nullable_tuple/ast.json deleted file mode 100644 index 1f5e2c79bd..0000000000 --- a/parser/testdata/00449_filter_array_nullable_tuple/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function range (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.00139412, - "rows_read": 30, - "bytes_read": 1234 - } -} diff --git a/parser/testdata/00450_higher_order_and_nullable/ast.json b/parser/testdata/00450_higher_order_and_nullable/ast.json deleted file mode 100644 index b0d139238f..0000000000 --- a/parser/testdata/00450_higher_order_and_nullable/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.001495722, - "rows_read": 30, - "bytes_read": 1195 - } -} diff --git a/parser/testdata/00451_left_array_join_and_constants/ast.json b/parser/testdata/00451_left_array_join_and_constants/ast.json deleted file mode 100644 index cfb6ff53bf..0000000000 --- a/parser/testdata/00451_left_array_join_and_constants/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Identifier element" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1] (alias arr)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " ArrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr (alias element)" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001136843, - "rows_read": 19, - "bytes_read": 779 - } -} diff --git a/parser/testdata/00452_left_array_join_and_nullable/ast.json b/parser/testdata/00452_left_array_join_and_nullable/ast.json deleted file mode 100644 index 856d751caa..0000000000 --- a/parser/testdata/00452_left_array_join_and_nullable/ast.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function emptyArrayToSingle (alias arr) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function nullIf (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function emptyArrayUInt8 (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal Array_[UInt64_1]" - }, - { - "explain": " Literal Array_[UInt64_2, UInt64_3]" - } - ], - - "rows": 25, - - "statistics": - { - "elapsed": 0.001622711, - "rows_read": 25, - "bytes_read": 1082 - } -} diff --git a/parser/testdata/00453_cast_enum/ast.json b/parser/testdata/00453_cast_enum/ast.json deleted file mode 100644 index 1e8127c29c..0000000000 --- a/parser/testdata/00453_cast_enum/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery cast_enums (children 1)" - }, - { - "explain": " Identifier cast_enums" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001140458, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00453_top_k/ast.json b/parser/testdata/00453_top_k/ast.json deleted file mode 100644 index be2397244e..0000000000 --- a/parser/testdata/00453_top_k/ast.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arraySort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function topK (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (alias n) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100000" - } - ], - - "rows": 38, - - "statistics": - { - "elapsed": 0.001631439, - "rows_read": 38, - "bytes_read": 1649 - } -} diff --git a/parser/testdata/00456_alter_nullable/ast.json b/parser/testdata/00456_alter_nullable/ast.json deleted file mode 100644 index b71bff0e21..0000000000 --- a/parser/testdata/00456_alter_nullable/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nullable_alter (children 1)" - }, - { - "explain": " Identifier nullable_alter" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001404429, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00457_log_tinylog_stripelog_nullable/ast.json b/parser/testdata/00457_log_tinylog_stripelog_nullable/ast.json deleted file mode 100644 index cd871a5e34..0000000000 --- a/parser/testdata/00457_log_tinylog_stripelog_nullable/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nullable_00457 (children 1)" - }, - { - "explain": " Identifier nullable_00457" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001630252, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00458_merge_type_cast/ast.json b/parser/testdata/00458_merge_type_cast/ast.json deleted file mode 100644 index d89b4342bb..0000000000 --- a/parser/testdata/00458_merge_type_cast/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ' UInt32 | UInt64 '" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001538415, - "rows_read": 5, - "bytes_read": 188 - } -} diff --git a/parser/testdata/00459_group_array_insert_at/ast.json b/parser/testdata/00459_group_array_insert_at/ast.json deleted file mode 100644 index f8f6d0940c..0000000000 --- a/parser/testdata/00459_group_array_insert_at/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArrayInsertAt (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001412684, - "rows_read": 27, - "bytes_read": 1127 - } -} diff --git a/parser/testdata/00460_vertical_and_totals_extremes/ast.json b/parser/testdata/00460_vertical_and_totals_extremes/ast.json deleted file mode 100644 index 82a18a85ab..0000000000 --- a/parser/testdata/00460_vertical_and_totals_extremes/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Identifier Vertical" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.00130698, - "rows_read": 30, - "bytes_read": 1200 - } -} diff --git a/parser/testdata/00461_default_value_of_argument_type/ast.json b/parser/testdata/00461_default_value_of_argument_type/ast.json deleted file mode 100644 index 4d3a090dca..0000000000 --- a/parser/testdata/00461_default_value_of_argument_type/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function defaultValueOfArgumentType (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - }, - { - "explain": " Function defaultValueOfArgumentType (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[Array_[UInt64_1]]]" - }, - { - "explain": " Function defaultValueOfArgumentType (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Hello'" - }, - { - "explain": " Function toTimeZone (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function now (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal 'UTC'" - }, - { - "explain": " Function today (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001645719, - "rows_read": 23, - "bytes_read": 980 - } -} diff --git a/parser/testdata/00462_json_true_false_literals/ast.json b/parser/testdata/00462_json_true_false_literals/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00462_json_true_false_literals/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00464_array_element_out_of_range/ast.json b/parser/testdata/00464_array_element_out_of_range/ast.json deleted file mode 100644 index e2f0853979..0000000000 --- a/parser/testdata/00464_array_element_out_of_range/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function arrayElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function arrayElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1, NULL, UInt64_2]" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function arrayElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_('1', UInt64_1)" - }, - { - "explain": " Literal Tuple_('2', UInt64_2)" - }, - { - "explain": " Literal Int64_-3" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.00129614, - "rows_read": 19, - "bytes_read": 772 - } -} diff --git a/parser/testdata/00464_sort_all_constant_columns/ast.json b/parser/testdata/00464_sort_all_constant_columns/ast.json deleted file mode 100644 index 9e7df81e26..0000000000 --- a/parser/testdata/00464_sort_all_constant_columns/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Literal UInt64_2 (alias y)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001253124, - "rows_read": 18, - "bytes_read": 708 - } -} diff --git a/parser/testdata/00465_nullable_default/ast.json b/parser/testdata/00465_nullable_default/ast.json deleted file mode 100644 index ba69c9aa17..0000000000 --- a/parser/testdata/00465_nullable_default/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nullable_00465 (children 1)" - }, - { - "explain": " Identifier nullable_00465" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001297712, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00466_comments_in_keyword/ast.json b/parser/testdata/00466_comments_in_keyword/ast.json deleted file mode 100644 index f9e5a5f986..0000000000 --- a/parser/testdata/00466_comments_in_keyword/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001318009, - "rows_read": 8, - "bytes_read": 289 - } -} diff --git a/parser/testdata/00467_qualified_names/ast.json b/parser/testdata/00467_qualified_names/ast.json deleted file mode 100644 index 9ea009f915..0000000000 --- a/parser/testdata/00467_qualified_names/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001731749, - "rows_read": 9, - "bytes_read": 352 - } -} diff --git a/parser/testdata/00468_array_join_multiple_arrays_and_use_original_column/ast.json b/parser/testdata/00468_array_join_multiple_arrays_and_use_original_column/ast.json deleted file mode 100644 index d25313c315..0000000000 --- a/parser/testdata/00468_array_join_multiple_arrays_and_use_original_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nested (children 1)" - }, - { - "explain": " Identifier nested" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001052644, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00469_comparison_of_strings_containing_null_char/ast.json b/parser/testdata/00469_comparison_of_strings_containing_null_char/ast.json deleted file mode 100644 index 327ed9f81a..0000000000 --- a/parser/testdata/00469_comparison_of_strings_containing_null_char/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '**** constant-constant comparisons ****'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.00129716, - "rows_read": 5, - "bytes_read": 210 - } -} diff --git a/parser/testdata/00470_identifiers_in_double_quotes/ast.json b/parser/testdata/00470_identifiers_in_double_quotes/ast.json deleted file mode 100644 index 314cd22040..0000000000 --- a/parser/testdata/00470_identifiers_in_double_quotes/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier numbers.number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001380895, - "rows_read": 10, - "bytes_read": 392 - } -} diff --git a/parser/testdata/00471_sql_style_quoting/ast.json b/parser/testdata/00471_sql_style_quoting/ast.json deleted file mode 100644 index a8c45c31b6..0000000000 --- a/parser/testdata/00471_sql_style_quoting/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier ta`ble.dummy" - }, - { - "explain": " Literal 'hello\\'world' (alias hel\"lo)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one (alias ta`ble)" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001214776, - "rows_read": 10, - "bytes_read": 423 - } -} diff --git a/parser/testdata/00472_compare_uuid_with_constant_string/ast.json b/parser/testdata/00472_compare_uuid_with_constant_string/ast.json deleted file mode 100644 index 36951d96ac..0000000000 --- a/parser/testdata/00472_compare_uuid_with_constant_string/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUUID (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '61f0c404-5cb3-11e7-907b-a6006ad3dba0'" - }, - { - "explain": " Literal '61f0c404-5cb3-11e7-907b-a6006ad3dba0'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001332885, - "rows_read": 10, - "bytes_read": 435 - } -} diff --git a/parser/testdata/00472_create_view_if_not_exists/ast.json b/parser/testdata/00472_create_view_if_not_exists/ast.json deleted file mode 100644 index 4f6dd75a78..0000000000 --- a/parser/testdata/00472_create_view_if_not_exists/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00472 (children 1)" - }, - { - "explain": " Identifier t_00472" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00121735, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00475_in_join_db_table/ast.json b/parser/testdata/00475_in_join_db_table/ast.json deleted file mode 100644 index e30130eb01..0000000000 --- a/parser/testdata/00475_in_join_db_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery set (children 1)" - }, - { - "explain": " Identifier set" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001306747, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00476_pretty_formats_and_widths/ast.json b/parser/testdata/00476_pretty_formats_and_widths/ast.json deleted file mode 100644 index bab1100e74..0000000000 --- a/parser/testdata/00476_pretty_formats_and_widths/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001242716, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00477_parsing_data_types/ast.json b/parser/testdata/00477_parsing_data_types/ast.json deleted file mode 100644 index d5df48c671..0000000000 --- a/parser/testdata/00477_parsing_data_types/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00477 (children 1)" - }, - { - "explain": " Identifier t_00477" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001076469, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00479_date_and_datetime_to_number/ast.json b/parser/testdata/00479_date_and_datetime_to_number/ast.json deleted file mode 100644 index fabeca7afd..0000000000 --- a/parser/testdata/00479_date_and_datetime_to_number/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toYYYYMM (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2017-07-21'" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001159284, - "rows_read": 9, - "bytes_read": 351 - } -} diff --git a/parser/testdata/00480_mac_addresses/ast.json b/parser/testdata/00480_mac_addresses/ast.json deleted file mode 100644 index 77e745dd2f..0000000000 --- a/parser/testdata/00480_mac_addresses/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 9)" - }, - { - "explain": " Literal '01:02:03:04:05:06' (alias mac_str)" - }, - { - "explain": " Function MACStringToNum (alias mac_num) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier mac_str" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier mac_num" - }, - { - "explain": " Function MACNumToString (alias mac_str2) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier mac_num" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier mac_str" - }, - { - "explain": " Identifier mac_str2" - }, - { - "explain": " Function MACStringToOUI (alias oui_num) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier mac_str" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier oui_num" - }, - { - "explain": " Function MACStringToOUI (alias oui_num2) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function substring (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier mac_str" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_8" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier oui_num" - }, - { - "explain": " Identifier oui_num2" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.001316276, - "rows_read": 35, - "bytes_read": 1411 - } -} diff --git a/parser/testdata/00481_create_view_for_null/ast.json b/parser/testdata/00481_create_view_for_null/ast.json deleted file mode 100644 index 2db2568c55..0000000000 --- a/parser/testdata/00481_create_view_for_null/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery null_00481 (children 1)" - }, - { - "explain": " Identifier null_00481" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000986069, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00481_reading_from_last_granula/ast.json b/parser/testdata/00481_reading_from_last_granula/ast.json deleted file mode 100644 index 5cc14ae0ed..0000000000 --- a/parser/testdata/00481_reading_from_last_granula/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab_00481 (children 1)" - }, - { - "explain": " Identifier tab_00481" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001290182, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00482_subqueries_and_aliases/ast.json b/parser/testdata/00482_subqueries_and_aliases/ast.json deleted file mode 100644 index 46b900bad0..0000000000 --- a/parser/testdata/00482_subqueries_and_aliases/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001228451, - "rows_read": 19, - "bytes_read": 754 - } -} diff --git a/parser/testdata/00483_cast_syntax/ast.json b/parser/testdata/00483_cast_syntax/ast.json deleted file mode 100644 index 0a9e82f596..0000000000 --- a/parser/testdata/00483_cast_syntax/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Int8'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.00121161, - "rows_read": 8, - "bytes_read": 285 - } -} diff --git a/parser/testdata/00483_reading_from_array_structure/ast.json b/parser/testdata/00483_reading_from_array_structure/ast.json deleted file mode 100644 index 28eb5dd1a7..0000000000 --- a/parser/testdata/00483_reading_from_array_structure/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_00483 (children 1)" - }, - { - "explain": " Identifier table_00483" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001278537, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00484_preferred_max_column_in_block_size_bytes/ast.json b/parser/testdata/00484_preferred_max_column_in_block_size_bytes/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00484_preferred_max_column_in_block_size_bytes/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00486_if_fixed_string/ast.json b/parser/testdata/00486_if_fixed_string/ast.json deleted file mode 100644 index 34371b20c1..0000000000 --- a/parser/testdata/00486_if_fixed_string/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal 'world'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_5" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001253303, - "rows_read": 17, - "bytes_read": 638 - } -} diff --git a/parser/testdata/00487_if_array_fixed_string/ast.json b/parser/testdata/00487_if_array_fixed_string/ast.json deleted file mode 100644 index 2889f4ee83..0000000000 --- a/parser/testdata/00487_if_array_fixed_string/ast.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Literal Array_['hello', 'world']" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Literal Array_['a', 'b', 'c']" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_4" - } - ], - - "rows": 39, - - "statistics": - { - "elapsed": 0.001197552, - "rows_read": 39, - "bytes_read": 1601 - } -} diff --git a/parser/testdata/00488_column_name_primary/ast.json b/parser/testdata/00488_column_name_primary/ast.json deleted file mode 100644 index 3fddc9fa6c..0000000000 --- a/parser/testdata/00488_column_name_primary/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery primary (children 1)" - }, - { - "explain": " Identifier primary" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001133642, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00488_non_ascii_column_names/ast.json b/parser/testdata/00488_non_ascii_column_names/ast.json deleted file mode 100644 index f771a9268c..0000000000 --- a/parser/testdata/00488_non_ascii_column_names/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery non_ascii (children 1)" - }, - { - "explain": " Identifier non_ascii" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001245757, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00489_pk_subexpression/ast.json b/parser/testdata/00489_pk_subexpression/ast.json deleted file mode 100644 index 5e90df2812..0000000000 --- a/parser/testdata/00489_pk_subexpression/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk (children 1)" - }, - { - "explain": " Identifier pk" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001339584, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00490_special_line_separators_and_characters_outside_of_bmp/ast.json b/parser/testdata/00490_special_line_separators_and_characters_outside_of_bmp/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00490_special_line_separators_and_characters_outside_of_bmp/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00490_with_select/ast.json b/parser/testdata/00490_with_select/ast.json deleted file mode 100644 index a685bda053..0000000000 --- a/parser/testdata/00490_with_select/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001365504, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00491_shard_distributed_and_aliases_in_where_having/ast.json b/parser/testdata/00491_shard_distributed_and_aliases_in_where_having/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00491_shard_distributed_and_aliases_in_where_having/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00492_drop_temporary_table/ast.json b/parser/testdata/00492_drop_temporary_table/ast.json deleted file mode 100644 index 85c0ac376d..0000000000 --- a/parser/testdata/00492_drop_temporary_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery temp_tab (children 1)" - }, - { - "explain": " Identifier temp_tab" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001286529, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00494_shard_alias_substitution_bug/ast.json b/parser/testdata/00494_shard_alias_substitution_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00494_shard_alias_substitution_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00495_reading_const_zero_column/ast.json b/parser/testdata/00495_reading_const_zero_column/ast.json deleted file mode 100644 index eb33ee88e4..0000000000 --- a/parser/testdata/00495_reading_const_zero_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery one_table (children 1)" - }, - { - "explain": " Identifier one_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001450921, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00498_array_functions_concat_slice_push_pop/ast.json b/parser/testdata/00498_array_functions_concat_slice_push_pop/ast.json deleted file mode 100644 index 9599a05b51..0000000000 --- a/parser/testdata/00498_array_functions_concat_slice_push_pop/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'const args'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001043555, - "rows_read": 5, - "bytes_read": 181 - } -} diff --git a/parser/testdata/00498_bitwise_aggregate_functions/ast.json b/parser/testdata/00498_bitwise_aggregate_functions/ast.json deleted file mode 100644 index 42ea50818f..0000000000 --- a/parser/testdata/00498_bitwise_aggregate_functions/ast.json +++ /dev/null @@ -1,139 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Function modulo (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function groupBitOr (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function groupBitAnd (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function groupBitXor (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_20" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - } - ], - - "rows": 39, - - "statistics": - { - "elapsed": 0.001756765, - "rows_read": 39, - "bytes_read": 1542 - } -} diff --git a/parser/testdata/00499_json_enum_insert/ast.json b/parser/testdata/00499_json_enum_insert/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00499_json_enum_insert/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00500_point_in_polygon/ast.json b/parser/testdata/00500_point_in_polygon/ast.json deleted file mode 100644 index c7a3d43252..0000000000 --- a/parser/testdata/00500_point_in_polygon/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'inner'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001247223, - "rows_read": 5, - "bytes_read": 176 - } -} diff --git a/parser/testdata/00500_point_in_polygon_2d_const/ast.json b/parser/testdata/00500_point_in_polygon_2d_const/ast.json deleted file mode 100644 index dccad09f87..0000000000 --- a/parser/testdata/00500_point_in_polygon_2d_const/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function pointInPolygon (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_10, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_10, UInt64_10)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_10)" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001476042, - "rows_read": 15, - "bytes_read": 667 - } -} diff --git a/parser/testdata/00500_point_in_polygon_3d_const/ast.json b/parser/testdata/00500_point_in_polygon_3d_const/ast.json deleted file mode 100644 index 3becdf37ac..0000000000 --- a/parser/testdata/00500_point_in_polygon_3d_const/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery points_test (children 1)" - }, - { - "explain": " Identifier points_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001169329, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00500_point_in_polygon_bug/ast.json b/parser/testdata/00500_point_in_polygon_bug/ast.json deleted file mode 100644 index e6ebe2cd5c..0000000000 --- a/parser/testdata/00500_point_in_polygon_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery coords (children 1)" - }, - { - "explain": " Identifier coords" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001133819, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00500_point_in_polygon_bug_2/ast.json b/parser/testdata/00500_point_in_polygon_bug_2/ast.json deleted file mode 100644 index 81ba8e1312..0000000000 --- a/parser/testdata/00500_point_in_polygon_bug_2/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function pointInPolygon (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(Float64_35.45285, Float64_58.72587)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 11)" - }, - { - "explain": " Literal Tuple_(Float64_32.947998, Float64_59.506455)" - }, - { - "explain": " Literal Tuple_(Float64_34.222412, Float64_59.215312)" - }, - { - "explain": " Literal Tuple_(Float64_33.343506, Float64_58.551061)" - }, - { - "explain": " Literal Tuple_(Float64_34.859619, Float64_58.938673)" - }, - { - "explain": " Literal Tuple_(Float64_36.463623, Float64_58.528125)" - }, - { - "explain": " Literal Tuple_(Float64_35.397949, Float64_59.215312)" - }, - { - "explain": " Literal Tuple_(Float64_36.804199, Float64_59.495303)" - }, - { - "explain": " Literal Tuple_(Float64_35.2771, Float64_59.50088)" - }, - { - "explain": " Literal Tuple_(Float64_34.892578, Float64_60.267066)" - }, - { - "explain": " Literal Tuple_(Float64_34.343262, Float64_59.517603)" - }, - { - "explain": " Literal Tuple_(Float64_32.947998, Float64_59.506455)" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001226443, - "rows_read": 20, - "bytes_read": 1130 - } -} diff --git a/parser/testdata/00500_point_in_polygon_bug_3_linestring_rotation_precision/ast.json b/parser/testdata/00500_point_in_polygon_bug_3_linestring_rotation_precision/ast.json deleted file mode 100644 index 8c75518f43..0000000000 --- a/parser/testdata/00500_point_in_polygon_bug_3_linestring_rotation_precision/ast.json +++ /dev/null @@ -1,1105 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function pointInPolygon (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(Float64_106.6671509, Float64_10.7674952)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 352)" - }, - { - "explain": " Literal Tuple_(Float64_106.667161868227, Float64_10.7674952)" - }, - { - "explain": " Literal Tuple_(Float64_106.667165727127, Float64_10.7675059912261)" - }, - { - "explain": " Literal Tuple_(Float64_106.667170817563, Float64_10.7674904752629)" - }, - { - "explain": " Literal Tuple_(Float64_106.667229225265, Float64_10.7672278502066)" - }, - { - "explain": " Literal Tuple_(Float64_106.667231193621, Float64_10.7672115129572)" - }, - { - "explain": " Literal Tuple_(Float64_106.667229912029, Float64_10.7671951075415)" - }, - { - "explain": " Literal Tuple_(Float64_106.667225430503, Float64_10.767179274157)" - }, - { - "explain": " Literal Tuple_(Float64_106.667217923927, Float64_10.7671646306786)" - }, - { - "explain": " Literal Tuple_(Float64_106.667207685234, Float64_10.7671517485471)" - }, - { - "explain": " Literal Tuple_(Float64_106.667195113975, Float64_10.7671411304688)" - }, - { - "explain": " Literal Tuple_(Float64_106.667180700725, Float64_10.7671331907989)" - }, - { - "explain": " Literal Tuple_(Float64_106.66716500794, Float64_10.7671282393715)" - }, - { - "explain": " Literal Tuple_(Float64_106.666628232995, Float64_10.7670156787539)" - }, - { - "explain": " Literal Tuple_(Float64_106.666612233649, Float64_10.7670139127584)" - }, - { - "explain": " Literal Tuple_(Float64_106.666596193354, Float64_10.7670152569112)" - }, - { - "explain": " Literal Tuple_(Float64_106.666580711053, Float64_10.7670196610218)" - }, - { - "explain": " Literal Tuple_(Float64_106.666566364856, Float64_10.7670269606408)" - }, - { - "explain": " Literal Tuple_(Float64_106.666553690448, Float64_10.7670368832008)" - }, - { - "explain": " Literal Tuple_(Float64_106.666543161092, Float64_10.767049058194)" - }, - { - "explain": " Literal Tuple_(Float64_106.666535169952, Float64_10.7670630310067)" - }, - { - "explain": " Literal Tuple_(Float64_106.666530015418, Float64_10.7670782798948)" - }, - { - "explain": " Literal Tuple_(Float64_106.666482284259, Float64_10.7672828714379)" - }, - { - "explain": " Literal Tuple_(Float64_106.666480170141, Float64_10.7672985245675)" - }, - { - "explain": " Literal Tuple_(Float64_106.666481048788, Float64_10.7673142953614)" - }, - { - "explain": " Literal Tuple_(Float64_106.666484888609, Float64_10.7673296167758)" - }, - { - "explain": " Literal Tuple_(Float64_106.666491551541, Float64_10.7673439379244)" - }, - { - "explain": " Literal Tuple_(Float64_106.666500798017, Float64_10.7673567438858)" - }, - { - "explain": " Literal Tuple_(Float64_106.666512295576, Float64_10.7673675742178)" - }, - { - "explain": " Literal Tuple_(Float64_106.666525630821, Float64_10.7673760395122)" - }, - { - "explain": " Literal Tuple_(Float64_106.667032331859, Float64_10.7676338521733)" - }, - { - "explain": " Literal Tuple_(Float64_106.6671413386, Float64_10.7676893154858)" - }, - { - "explain": " Literal Tuple_(Float64_106.667371048786, Float64_10.7678061934666)" - }, - { - "explain": " Literal Tuple_(Float64_106.667552760053, Float64_10.7678987010209)" - }, - { - "explain": " Literal Tuple_(Float64_106.667801848625, Float64_10.7680278028917)" - }, - { - "explain": " Literal Tuple_(Float64_106.667817742281, Float64_10.7680340673957)" - }, - { - "explain": " Literal Tuple_(Float64_106.667834579682, Float64_10.7680369577679)" - }, - { - "explain": " Literal Tuple_(Float64_106.66785165264, Float64_10.7680363524383)" - }, - { - "explain": " Literal Tuple_(Float64_106.667868243061, Float64_10.7680322768672)" - }, - { - "explain": " Literal Tuple_(Float64_106.667878683314, Float64_10.7680285412847)" - }, - { - "explain": " Literal Tuple_(Float64_106.667885469819, Float64_10.7680268413536)" - }, - { - "explain": " Literal Tuple_(Float64_106.667892390269, Float64_10.7680258148018)" - }, - { - "explain": " Literal Tuple_(Float64_106.667899378015, Float64_10.7680254715159)" - }, - { - "explain": " Literal Tuple_(Float64_106.667906365761, Float64_10.7680258148018)" - }, - { - "explain": " Literal Tuple_(Float64_106.667913286211, Float64_10.7680268413536)" - }, - { - "explain": " Literal Tuple_(Float64_106.667920072716, Float64_10.7680285412847)" - }, - { - "explain": " Literal Tuple_(Float64_106.667926659921, Float64_10.7680308982244)" - }, - { - "explain": " Literal Tuple_(Float64_106.667932984386, Float64_10.7680338894736)" - }, - { - "explain": " Literal Tuple_(Float64_106.667938985204, Float64_10.7680374862253)" - }, - { - "explain": " Literal Tuple_(Float64_106.667944604583, Float64_10.7680416538412)" - }, - { - "explain": " Literal Tuple_(Float64_106.667949788405, Float64_10.7680463521828)" - }, - { - "explain": " Literal Tuple_(Float64_106.667954486747, Float64_10.7680515360051)" - }, - { - "explain": " Literal Tuple_(Float64_106.667958654362, Float64_10.7680571553826)" - }, - { - "explain": " Literal Tuple_(Float64_106.667962251113, Float64_10.7680631561994)" - }, - { - "explain": " Literal Tuple_(Float64_106.667965242363, Float64_10.7680694806664)" - }, - { - "explain": " Literal Tuple_(Float64_106.667967599303, Float64_10.7680760678724)" - }, - { - "explain": " Literal Tuple_(Float64_106.667969299234, Float64_10.7680828543774)" - }, - { - "explain": " Literal Tuple_(Float64_106.667970926246, Float64_10.7680938227996)" - }, - { - "explain": " Literal Tuple_(Float64_106.667974657027, Float64_10.7681089916695)" - }, - { - "explain": " Literal Tuple_(Float64_106.667981154238, Float64_10.7681231972879)" - }, - { - "explain": " Literal Tuple_(Float64_106.667990189396, Float64_10.7681359400994)" - }, - { - "explain": " Literal Tuple_(Float64_106.668001444773, Float64_10.7681467719897)" - }, - { - "explain": " Literal Tuple_(Float64_106.668014524559, Float64_10.7681553120441)" - }, - { - "explain": " Literal Tuple_(Float64_106.668198488147, Float64_10.7682521458591)" - }, - { - "explain": " Literal Tuple_(Float64_106.669562015793, Float64_10.7689901124345)" - }, - { - "explain": " Literal Tuple_(Float64_106.669614757162, Float64_10.7690820717448)" - }, - { - "explain": " Literal Tuple_(Float64_106.669623023723, Float64_10.7690939566151)" - }, - { - "explain": " Literal Tuple_(Float64_106.669633223154, Float64_10.7691042307472)" - }, - { - "explain": " Literal Tuple_(Float64_106.669645047385, Float64_10.7691125838155)" - }, - { - "explain": " Literal Tuple_(Float64_106.670748051536, Float64_10.7697559307954)" - }, - { - "explain": " Literal Tuple_(Float64_106.670751419717, Float64_10.7697577924329)" - }, - { - "explain": " Literal Tuple_(Float64_106.671035494073, Float64_10.7699063431327)" - }, - { - "explain": " Literal Tuple_(Float64_106.671270162713, Float64_10.7700364834325)" - }, - { - "explain": " Literal Tuple_(Float64_106.67127192876, Float64_10.7700374352053)" - }, - { - "explain": " Literal Tuple_(Float64_106.671437929267, Float64_10.7701243344783)" - }, - { - "explain": " Literal Tuple_(Float64_106.671665917937, Float64_10.7702517637461)" - }, - { - "explain": " Literal Tuple_(Float64_106.67166656035, Float64_10.7702521191025)" - }, - { - "explain": " Literal Tuple_(Float64_106.671943689514, Float64_10.7704038245574)" - }, - { - "explain": " Literal Tuple_(Float64_106.671943806749, Float64_10.7704038886117)" - }, - { - "explain": " Literal Tuple_(Float64_106.6722776446, Float64_10.7705859421916)" - }, - { - "explain": " Literal Tuple_(Float64_106.672278295949, Float64_10.7705862936499)" - }, - { - "explain": " Literal Tuple_(Float64_106.673020324076, Float64_10.7709824352208)" - }, - { - "explain": " Literal Tuple_(Float64_106.673433726727, Float64_10.7712057751884)" - }, - { - "explain": " Literal Tuple_(Float64_106.673694081332, Float64_10.7713489702214)" - }, - { - "explain": " Literal Tuple_(Float64_106.673977066657, Float64_10.7715146655761)" - }, - { - "explain": " Literal Tuple_(Float64_106.674254247937, Float64_10.7716778144336)" - }, - { - "explain": " Literal Tuple_(Float64_106.67440928634, Float64_10.7717698954974)" - }, - { - "explain": " Literal Tuple_(Float64_106.674658478275, Float64_10.7719268836667)" - }, - { - "explain": " Literal Tuple_(Float64_106.674658802254, Float64_10.7719270867325)" - }, - { - "explain": " Literal Tuple_(Float64_106.6748919449, Float64_10.7720724734391)" - }, - { - "explain": " Literal Tuple_(Float64_106.675071660589, Float64_10.7721853602936)" - }, - { - "explain": " Literal Tuple_(Float64_106.675350447469, Float64_10.7723606751059)" - }, - { - "explain": " Literal Tuple_(Float64_106.675350748696, Float64_10.7723608636368)" - }, - { - "explain": " Literal Tuple_(Float64_106.6756252856, Float64_10.7725318758852)" - }, - { - "explain": " Literal Tuple_(Float64_106.675888735092, Float64_10.7726957126602)" - }, - { - "explain": " Literal Tuple_(Float64_106.676114500069, Float64_10.7728361211927)" - }, - { - "explain": " Literal Tuple_(Float64_106.676379504941, Float64_10.7730007692002)" - }, - { - "explain": " Literal Tuple_(Float64_106.67661713771, Float64_10.7731502653527)" - }, - { - "explain": " Literal Tuple_(Float64_106.676617572241, Float64_10.773150536857)" - }, - { - "explain": " Literal Tuple_(Float64_106.676852995814, Float64_10.7732966297465)" - }, - { - "explain": " Literal Tuple_(Float64_106.677284352687, Float64_10.7735807849214)" - }, - { - "explain": " Literal Tuple_(Float64_106.677738143311, Float64_10.7738851794554)" - }, - { - "explain": " Literal Tuple_(Float64_106.677752655777, Float64_10.7738929549383)" - }, - { - "explain": " Literal Tuple_(Float64_106.677768414072, Float64_10.773897724206)" - }, - { - "explain": " Literal Tuple_(Float64_106.677784802596, Float64_10.7738993009456)" - }, - { - "explain": " Literal Tuple_(Float64_106.677801181124, Float64_10.7738976235612)" - }, - { - "explain": " Literal Tuple_(Float64_106.677816909825, Float64_10.7738927575805)" - }, - { - "explain": " Literal Tuple_(Float64_106.677831374252, Float64_10.7738848930944)" - }, - { - "explain": " Literal Tuple_(Float64_106.677844009349, Float64_10.7738743373313)" - }, - { - "explain": " Literal Tuple_(Float64_106.677920079221, Float64_10.7737967983562)" - }, - { - "explain": " Literal Tuple_(Float64_106.678239245717, Float64_10.7735243703649)" - }, - { - "explain": " Literal Tuple_(Float64_106.67839926068, Float64_10.7733892116467)" - }, - { - "explain": " Literal Tuple_(Float64_106.678400691571, Float64_10.7733879749217)" - }, - { - "explain": " Literal Tuple_(Float64_106.678515896101, Float64_10.7732860955802)" - }, - { - "explain": " Literal Tuple_(Float64_106.678557979259, Float64_10.7732504310319)" - }, - { - "explain": " Literal Tuple_(Float64_106.67855930664, Float64_10.7732492818517)" - }, - { - "explain": " Literal Tuple_(Float64_106.679033975331, Float64_10.7728295048433)" - }, - { - "explain": " Literal Tuple_(Float64_106.679053201911, Float64_10.772844898411)" - }, - { - "explain": " Literal Tuple_(Float64_106.679632133733, Float64_10.7733262832973)" - }, - { - "explain": " Literal Tuple_(Float64_106.679771732358, Float64_10.7734524450384)" - }, - { - "explain": " Literal Tuple_(Float64_106.679773325229, Float64_10.7734538481348)" - }, - { - "explain": " Literal Tuple_(Float64_106.680011463819, Float64_10.7736582857586)" - }, - { - "explain": " Literal Tuple_(Float64_106.680175801881, Float64_10.7738018862846)" - }, - { - "explain": " Literal Tuple_(Float64_106.680176891116, Float64_10.7738028216402)" - }, - { - "explain": " Literal Tuple_(Float64_106.680320149367, Float64_10.773923712053)" - }, - { - "explain": " Literal Tuple_(Float64_106.680672123374, Float64_10.7742204563391)" - }, - { - "explain": " Literal Tuple_(Float64_106.68094213423, Float64_10.7744504786771)" - }, - { - "explain": " Literal Tuple_(Float64_106.68094233625, Float64_10.7744506502241)" - }, - { - "explain": " Literal Tuple_(Float64_106.68124725775, Float64_10.7747087432576)" - }, - { - "explain": " Literal Tuple_(Float64_106.681247329066, Float64_10.7747088035527)" - }, - { - "explain": " Literal Tuple_(Float64_106.681470746982, Float64_10.7748974804345)" - }, - { - "explain": " Literal Tuple_(Float64_106.681471338135, Float64_10.7748979749973)" - }, - { - "explain": " Literal Tuple_(Float64_106.681840030697, Float64_10.7752035373868)" - }, - { - "explain": " Literal Tuple_(Float64_106.682304929691, Float64_10.7756040772245)" - }, - { - "explain": " Literal Tuple_(Float64_106.682308650112, Float64_10.7756071005185)" - }, - { - "explain": " Literal Tuple_(Float64_106.682312917236, Float64_10.7756103687835)" - }, - { - "explain": " Literal Tuple_(Float64_106.682359764439, Float64_10.7756490693986)" - }, - { - "explain": " Literal Tuple_(Float64_106.682640114944, Float64_10.7758996628849)" - }, - { - "explain": " Literal Tuple_(Float64_106.682644070655, Float64_10.7759029839554)" - }, - { - "explain": " Literal Tuple_(Float64_106.682711710544, Float64_10.7759562859055)" - }, - { - "explain": " Literal Tuple_(Float64_106.682806505954, Float64_10.7760368956153)" - }, - { - "explain": " Literal Tuple_(Float64_106.68280745353, Float64_10.776037689352)" - }, - { - "explain": " Literal Tuple_(Float64_106.683169164535, Float64_10.7763361378178)" - }, - { - "explain": " Literal Tuple_(Float64_106.68363265876, Float64_10.7767252395911)" - }, - { - "explain": " Literal Tuple_(Float64_106.683677875719, Float64_10.7767650291442)" - }, - { - "explain": " Literal Tuple_(Float64_106.683797775698, Float64_10.77688614766)" - }, - { - "explain": " Literal Tuple_(Float64_106.684138558845, Float64_10.7772306328105)" - }, - { - "explain": " Literal Tuple_(Float64_106.68414063031, Float64_10.7772326552454)" - }, - { - "explain": " Literal Tuple_(Float64_106.684827531639, Float64_10.777880369263)" - }, - { - "explain": " Literal Tuple_(Float64_106.685228619785, Float64_10.7782605077038)" - }, - { - "explain": " Literal Tuple_(Float64_106.685228896163, Float64_10.7782607684525)" - }, - { - "explain": " Literal Tuple_(Float64_106.686025996525, Float64_10.7790093622583)" - }, - { - "explain": " Literal Tuple_(Float64_106.686026813787, Float64_10.7790101368229)" - }, - { - "explain": " Literal Tuple_(Float64_106.68658269265, Float64_10.7795369738106)" - }, - { - "explain": " Literal Tuple_(Float64_106.687194479537, Float64_10.7801158277128)" - }, - { - "explain": " Literal Tuple_(Float64_106.688401155505, Float64_10.7812670656457)" - }, - { - "explain": " Literal Tuple_(Float64_106.688401571342, Float64_10.7812674596561)" - }, - { - "explain": " Literal Tuple_(Float64_106.689622367701, Float64_10.7824162362891)" - }, - { - "explain": " Literal Tuple_(Float64_106.690002723257, Float64_10.7827815572149)" - }, - { - "explain": " Literal Tuple_(Float64_106.690002908997, Float64_10.7827817350625)" - }, - { - "explain": " Literal Tuple_(Float64_106.690359062158, Float64_10.7831217027417)" - }, - { - "explain": " Literal Tuple_(Float64_106.690359638585, Float64_10.7831222477508)" - }, - { - "explain": " Literal Tuple_(Float64_106.690747557266, Float64_10.7834855403784)" - }, - { - "explain": " Literal Tuple_(Float64_106.691628272565, Float64_10.7843952548301)" - }, - { - "explain": " Literal Tuple_(Float64_106.692179613338, Float64_10.7849709155958)" - }, - { - "explain": " Literal Tuple_(Float64_106.692179802225, Float64_10.7849711121697)" - }, - { - "explain": " Literal Tuple_(Float64_106.692743910048, Float64_10.7855562574979)" - }, - { - "explain": " Literal Tuple_(Float64_106.693288875836, Float64_10.7861225208133)" - }, - { - "explain": " Literal Tuple_(Float64_106.693601234729, Float64_10.7864484801726)" - }, - { - "explain": " Literal Tuple_(Float64_106.69220838651, Float64_10.7875617536129)" - }, - { - "explain": " Literal Tuple_(Float64_106.692196691453, Float64_10.787573150248)" - }, - { - "explain": " Literal Tuple_(Float64_106.692187444486, Float64_10.7875866094924)" - }, - { - "explain": " Literal Tuple_(Float64_106.692181000965, Float64_10.7876016141149)" - }, - { - "explain": " Literal Tuple_(Float64_106.692177608512, Float64_10.7876175874962)" - }, - { - "explain": " Literal Tuple_(Float64_106.692177397496, Float64_10.7876339157883)" - }, - { - "explain": " Literal Tuple_(Float64_106.692180376026, Float64_10.7876499715041)" - }, - { - "explain": " Literal Tuple_(Float64_106.692186429639, Float64_10.7876651376314)" - }, - { - "explain": " Literal Tuple_(Float64_106.692195325699, Float64_10.7876788313445)" - }, - { - "explain": " Literal Tuple_(Float64_106.692206722334, Float64_10.7876905264015)" - }, - { - "explain": " Literal Tuple_(Float64_106.692220181578, Float64_10.7876997733682)" - }, - { - "explain": " Literal Tuple_(Float64_106.692235186201, Float64_10.7877062168886)" - }, - { - "explain": " Literal Tuple_(Float64_106.692251159582, Float64_10.787709609342)" - }, - { - "explain": " Literal Tuple_(Float64_106.692267487874, Float64_10.7877098203582)" - }, - { - "explain": " Literal Tuple_(Float64_106.69228354359, Float64_10.7877068418281)" - }, - { - "explain": " Literal Tuple_(Float64_106.692298709717, Float64_10.7877007882148)" - }, - { - "explain": " Literal Tuple_(Float64_106.69231240343, Float64_10.7876918921553)" - }, - { - "explain": " Literal Tuple_(Float64_106.693776442708, Float64_10.7865217172423)" - }, - { - "explain": " Literal Tuple_(Float64_106.693788736175, Float64_10.7865096022178)" - }, - { - "explain": " Literal Tuple_(Float64_106.693798269005, Float64_10.7864952137411)" - }, - { - "explain": " Literal Tuple_(Float64_106.693804631934, Float64_10.7864791695437)" - }, - { - "explain": " Literal Tuple_(Float64_106.693807551784, Float64_10.7864621584413)" - }, - { - "explain": " Literal Tuple_(Float64_106.693806903199, Float64_10.7864449107613)" - }, - { - "explain": " Literal Tuple_(Float64_106.693802714026, Float64_10.7864281669878)" - }, - { - "explain": " Literal Tuple_(Float64_106.693795164114, Float64_10.786412645971)" - }, - { - "explain": " Literal Tuple_(Float64_106.693784577601, Float64_10.7863990140651)" - }, - { - "explain": " Literal Tuple_(Float64_106.69340910087, Float64_10.7860071886444)" - }, - { - "explain": " Literal Tuple_(Float64_106.69340897739, Float64_10.7860070600637)" - }, - { - "explain": " Literal Tuple_(Float64_106.692863924954, Float64_10.7854407067139)" - }, - { - "explain": " Literal Tuple_(Float64_106.69229983717, Float64_10.7848555821281)" - }, - { - "explain": " Literal Tuple_(Float64_106.691748435669, Float64_10.7842798579551)" - }, - { - "explain": " Literal Tuple_(Float64_106.691748124777, Float64_10.7842795350934)" - }, - { - "explain": " Literal Tuple_(Float64_106.690865834778, Float64_10.7833681940925)" - }, - { - "explain": " Literal Tuple_(Float64_106.690862927107, Float64_10.7833653342196)" - }, - { - "explain": " Literal Tuple_(Float64_106.690473809086, Float64_10.7830009183885)" - }, - { - "explain": " Literal Tuple_(Float64_106.690118035849, Float64_10.7826613133679)" - }, - { - "explain": " Literal Tuple_(Float64_106.689737465891, Float64_10.7822957865149)" - }, - { - "explain": " Literal Tuple_(Float64_106.689736848623, Float64_10.7822951996834)" - }, - { - "explain": " Literal Tuple_(Float64_106.688515950726, Float64_10.7811463275029)" - }, - { - "explain": " Literal Tuple_(Float64_106.687309357068, Float64_10.7799951680976)" - }, - { - "explain": " Literal Tuple_(Float64_106.687309106711, Float64_10.779994930232)" - }, - { - "explain": " Literal Tuple_(Float64_106.686697270266, Float64_10.7794160294802)" - }, - { - "explain": " Literal Tuple_(Float64_106.686141416688, Float64_10.7788892164565)" - }, - { - "explain": " Literal Tuple_(Float64_106.686140461741, Float64_10.7788883114)" - }, - { - "explain": " Literal Tuple_(Float64_106.686140185762, Float64_10.7788880510296)" - }, - { - "explain": " Literal Tuple_(Float64_106.6853430856, Float64_10.7781394574112)" - }, - { - "explain": " Literal Tuple_(Float64_106.684942058447, Float64_10.7777593767781)" - }, - { - "explain": " Literal Tuple_(Float64_106.684941904463, Float64_10.7777592312084)" - }, - { - "explain": " Literal Tuple_(Float64_106.684255979358, Float64_10.7771124377212)" - }, - { - "explain": " Literal Tuple_(Float64_106.683916204215, Float64_10.776768971525)" - }, - { - "explain": " Literal Tuple_(Float64_106.683794256559, Float64_10.7766457845149)" - }, - { - "explain": " Literal Tuple_(Float64_106.68379008676, Float64_10.7766418525893)" - }, - { - "explain": " Literal Tuple_(Float64_106.683741989497, Float64_10.7765995284558)" - }, - { - "explain": " Literal Tuple_(Float64_106.683740519326, Float64_10.7765982647987)" - }, - { - "explain": " Literal Tuple_(Float64_106.683276011394, Float64_10.7762083120217)" - }, - { - "explain": " Literal Tuple_(Float64_106.683275466929, Float64_10.7762078588774)" - }, - { - "explain": " Literal Tuple_(Float64_106.68291395946, Float64_10.77590957835)" - }, - { - "explain": " Literal Tuple_(Float64_106.682818451152, Float64_10.775828362424)" - }, - { - "explain": " Literal Tuple_(Float64_106.682816046951, Float64_10.7758263940715)" - }, - { - "explain": " Literal Tuple_(Float64_106.682749215964, Float64_10.7757737295564)" - }, - { - "explain": " Literal Tuple_(Float64_106.682469581984, Float64_10.775523776542)" - }, - { - "explain": " Literal Tuple_(Float64_106.682467121137, Float64_10.7755216616573)" - }, - { - "explain": " Literal Tuple_(Float64_106.682417839663, Float64_10.775480950083)" - }, - { - "explain": " Literal Tuple_(Float64_106.68241543796, Float64_10.7754790393628)" - }, - { - "explain": " Literal Tuple_(Float64_106.682411856108, Float64_10.7754762959601)" - }, - { - "explain": " Literal Tuple_(Float64_106.681948170223, Float64_10.775076801292)" - }, - { - "explain": " Literal Tuple_(Float64_106.681946953215, Float64_10.7750757728772)" - }, - { - "explain": " Literal Tuple_(Float64_106.681577943952, Float64_10.7747699480145)" - }, - { - "explain": " Literal Tuple_(Float64_106.681354856141, Float64_10.7745815499075)" - }, - { - "explain": " Literal Tuple_(Float64_106.681050071432, Float64_10.7743235726569)" - }, - { - "explain": " Literal Tuple_(Float64_106.680779998801, Float64_10.774093497693)" - }, - { - "explain": " Literal Tuple_(Float64_106.680779672798, Float64_10.7740932214111)" - }, - { - "explain": " Literal Tuple_(Float64_106.680427578845, Float64_10.7737963760106)" - }, - { - "explain": " Literal Tuple_(Float64_106.680284883706, Float64_10.7736759607876)" - }, - { - "explain": " Literal Tuple_(Float64_106.680120811518, Float64_10.7735325925854)" - }, - { - "explain": " Literal Tuple_(Float64_106.680120259999, Float64_10.7735321149047)" - }, - { - "explain": " Literal Tuple_(Float64_106.679882649978, Float64_10.7733281310479)" - }, - { - "explain": " Literal Tuple_(Float64_106.679742564868, Float64_10.7732015296478)" - }, - { - "explain": " Literal Tuple_(Float64_106.67973997054, Float64_10.7731992804165)" - }, - { - "explain": " Literal Tuple_(Float64_106.679159125009, Float64_10.772716304271)" - }, - { - "explain": " Literal Tuple_(Float64_106.679157929246, Float64_10.7727153285815)" - }, - { - "explain": " Literal Tuple_(Float64_106.679083371982, Float64_10.7726556350576)" - }, - { - "explain": " Literal Tuple_(Float64_106.679069423592, Float64_10.7726465921904)" - }, - { - "explain": " Literal Tuple_(Float64_106.679053957365, Float64_10.7726404990091)" - }, - { - "explain": " Literal Tuple_(Float64_106.679037589221, Float64_10.7726375981655)" - }, - { - "explain": " Literal Tuple_(Float64_106.679020970997, Float64_10.7726380051815)" - }, - { - "explain": " Literal Tuple_(Float64_106.679004764489, Float64_10.7726417038483)" - }, - { - "explain": " Literal Tuple_(Float64_106.678989615098, Float64_10.7726485468719)" - }, - { - "explain": " Literal Tuple_(Float64_106.678976126125, Float64_10.772658261739)" - }, - { - "explain": " Literal Tuple_(Float64_106.678449597495, Float64_10.7731239014943)" - }, - { - "explain": " Literal Tuple_(Float64_106.678407514754, Float64_10.773159565689)" - }, - { - "explain": " Literal Tuple_(Float64_106.678406188192, Float64_10.7731607141448)" - }, - { - "explain": " Literal Tuple_(Float64_106.678291034854, Float64_10.7732625482153)" - }, - { - "explain": " Literal Tuple_(Float64_106.678131577851, Float64_10.7733972356454)" - }, - { - "explain": " Literal Tuple_(Float64_106.678131249559, Float64_10.7733975143985)" - }, - { - "explain": " Literal Tuple_(Float64_106.677809116892, Float64_10.7736724741964)" - }, - { - "explain": " Literal Tuple_(Float64_106.677803734254, Float64_10.7736774962862)" - }, - { - "explain": " Literal Tuple_(Float64_106.67777351642, Float64_10.773708297704)" - }, - { - "explain": " Literal Tuple_(Float64_106.677376870851, Float64_10.7734422350384)" - }, - { - "explain": " Literal Tuple_(Float64_106.677376291861, Float64_10.7734418501559)" - }, - { - "explain": " Literal Tuple_(Float64_106.676943701895, Float64_10.7731568826838)" - }, - { - "explain": " Literal Tuple_(Float64_106.676941799819, Float64_10.7731556663352)" - }, - { - "explain": " Literal Tuple_(Float64_106.676705634648, Float64_10.7730091132449)" - }, - { - "explain": " Literal Tuple_(Float64_106.676468020922, Float64_10.7728596290723)" - }, - { - "explain": " Literal Tuple_(Float64_106.676467624617, Float64_10.7728593813034)" - }, - { - "explain": " Literal Tuple_(Float64_106.676202468827, Float64_10.7726946395397)" - }, - { - "explain": " Literal Tuple_(Float64_106.675976718772, Float64_10.7725542402878)" - }, - { - "explain": " Literal Tuple_(Float64_106.675713344944, Float64_10.7723904505946)" - }, - { - "explain": " Literal Tuple_(Float64_106.675438984881, Float64_10.7722195485022)" - }, - { - "explain": " Literal Tuple_(Float64_106.675160330528, Float64_10.7720443170291)" - }, - { - "explain": " Literal Tuple_(Float64_106.674980445983, Float64_10.7719313240966)" - }, - { - "explain": " Literal Tuple_(Float64_106.674980215342, Float64_10.7719311797465)" - }, - { - "explain": " Literal Tuple_(Float64_106.674747119479, Float64_10.7717858222138)" - }, - { - "explain": " Literal Tuple_(Float64_106.674497164595, Float64_10.7716283533947)" - }, - { - "explain": " Literal Tuple_(Float64_106.674495300219, Float64_10.7716272127471)" - }, - { - "explain": " Literal Tuple_(Float64_106.674339180867, Float64_10.7715344896819)" - }, - { - "explain": " Literal Tuple_(Float64_106.674338897981, Float64_10.771534322423)" - }, - { - "explain": " Literal Tuple_(Float64_106.674061493048, Float64_10.7713710419232)" - }, - { - "explain": " Literal Tuple_(Float64_106.674061328848, Float64_10.7713709455279)" - }, - { - "explain": " Literal Tuple_(Float64_106.673777295695, Float64_10.7712046366425)" - }, - { - "explain": " Literal Tuple_(Float64_106.673775349509, Float64_10.7712035319333)" - }, - { - "explain": " Literal Tuple_(Float64_106.673513740027, Float64_10.7710596467179)" - }, - { - "explain": " Literal Tuple_(Float64_106.673513190173, Float64_10.7710593469847)" - }, - { - "explain": " Literal Tuple_(Float64_106.673099330442, Float64_10.7708357600807)" - }, - { - "explain": " Literal Tuple_(Float64_106.673098966779, Float64_10.7708355647753)" - }, - { - "explain": " Literal Tuple_(Float64_106.672357083034, Float64_10.7704395002842)" - }, - { - "explain": " Literal Tuple_(Float64_106.672023628724, Float64_10.7702576558632)" - }, - { - "explain": " Literal Tuple_(Float64_106.671746880137, Float64_10.7701061587426)" - }, - { - "explain": " Literal Tuple_(Float64_106.671518215262, Float64_10.7699783515251)" - }, - { - "explain": " Literal Tuple_(Float64_106.671516207112, Float64_10.7699772649622)" - }, - { - "explain": " Literal Tuple_(Float64_106.671350083838, Float64_10.7698903014222)" - }, - { - "explain": " Literal Tuple_(Float64_106.671115399209, Float64_10.7697601522552)" - }, - { - "explain": " Literal Tuple_(Float64_106.671113600766, Float64_10.7697591835329)" - }, - { - "explain": " Literal Tuple_(Float64_106.670830326847, Float64_10.7696110514048)" - }, - { - "explain": " Literal Tuple_(Float64_106.66974820551, Float64_10.7689798847013)" - }, - { - "explain": " Literal Tuple_(Float64_106.66969475177, Float64_10.7688866833063)" - }, - { - "explain": " Literal Tuple_(Float64_106.669685913661, Float64_10.7688741199651)" - }, - { - "explain": " Literal Tuple_(Float64_106.669674918986, Float64_10.7688633930448)" - }, - { - "explain": " Literal Tuple_(Float64_106.669662141606, Float64_10.7688548673033)" - }, - { - "explain": " Literal Tuple_(Float64_106.668277363011, Float64_10.7681053993183)" - }, - { - "explain": " Literal Tuple_(Float64_106.668276514094, Float64_10.7681049461882)" - }, - { - "explain": " Literal Tuple_(Float64_106.668126503268, Float64_10.7680259842551)" - }, - { - "explain": " Literal Tuple_(Float64_106.668125839186, Float64_10.7680237950692)" - }, - { - "explain": " Literal Tuple_(Float64_106.66812072496, Float64_10.7680095017658)" - }, - { - "explain": " Literal Tuple_(Float64_106.668117596648, Float64_10.7680019493532)" - }, - { - "explain": " Literal Tuple_(Float64_106.66811110606, Float64_10.7679882261576)" - }, - { - "explain": " Literal Tuple_(Float64_106.668107252546, Float64_10.7679810167398)" - }, - { - "explain": " Literal Tuple_(Float64_106.668099448104, Float64_10.7679679958141)" - }, - { - "explain": " Literal Tuple_(Float64_106.668094906497, Float64_10.767961198818)" - }, - { - "explain": " Literal Tuple_(Float64_106.668085863361, Float64_10.7679490055608)" - }, - { - "explain": " Literal Tuple_(Float64_106.668080677403, Float64_10.7679426864524)" - }, - { - "explain": " Literal Tuple_(Float64_106.668070482664, Float64_10.7679314382913)" - }, - { - "explain": " Literal Tuple_(Float64_106.668064702296, Float64_10.7679256579236)" - }, - { - "explain": " Literal Tuple_(Float64_106.668053454135, Float64_10.7679154631847)" - }, - { - "explain": " Literal Tuple_(Float64_106.668047135024, Float64_10.7679102772246)" - }, - { - "explain": " Literal Tuple_(Float64_106.668034941766, Float64_10.7679012340887)" - }, - { - "explain": " Literal Tuple_(Float64_106.668028144776, Float64_10.7678966924853)" - }, - { - "explain": " Literal Tuple_(Float64_106.668015123851, Float64_10.7678888880428)" - }, - { - "explain": " Literal Tuple_(Float64_106.668007914429, Float64_10.7678850345264)" - }, - { - "explain": " Literal Tuple_(Float64_106.667994191233, Float64_10.7678785439383)" - }, - { - "explain": " Literal Tuple_(Float64_106.667986638821, Float64_10.7678754156266)" - }, - { - "explain": " Literal Tuple_(Float64_106.667972345518, Float64_10.7678703014008)" - }, - { - "explain": " Literal Tuple_(Float64_106.667964522841, Float64_10.7678679284177)" - }, - { - "explain": " Literal Tuple_(Float64_106.667949797082, Float64_10.7678642398071)" - }, - { - "explain": " Literal Tuple_(Float64_106.667941779481, Float64_10.7678626450072)" - }, - { - "explain": " Literal Tuple_(Float64_106.667926763083, Float64_10.767860417535)" - }, - { - "explain": " Literal Tuple_(Float64_106.667918627772, Float64_10.7678596162768)" - }, - { - "explain": " Literal Tuple_(Float64_106.667903465352, Float64_10.7678588713949)" - }, - { - "explain": " Literal Tuple_(Float64_106.667895290678, Float64_10.7678588713949)" - }, - { - "explain": " Literal Tuple_(Float64_106.667880128258, Float64_10.7678596162768)" - }, - { - "explain": " Literal Tuple_(Float64_106.667871992947, Float64_10.767860417535)" - }, - { - "explain": " Literal Tuple_(Float64_106.667856976549, Float64_10.7678626450072)" - }, - { - "explain": " Literal Tuple_(Float64_106.667848958948, Float64_10.7678642398071)" - }, - { - "explain": " Literal Tuple_(Float64_106.667848526162, Float64_10.7678643482145)" - }, - { - "explain": " Literal Tuple_(Float64_106.667629153721, Float64_10.7677506481269)" - }, - { - "explain": " Literal Tuple_(Float64_106.667628614008, Float64_10.7677503708842)" - }, - { - "explain": " Literal Tuple_(Float64_106.66744662399, Float64_10.7676577214203)" - }, - { - "explain": " Literal Tuple_(Float64_106.667216888626, Float64_10.7675408306262)" - }, - { - "explain": " Literal Tuple_(Float64_106.667161868227, Float64_10.7675128359024)" - }, - { - "explain": " Literal Tuple_(Float64_106.667012119458, Float64_10.7674366427911)" - }, - { - "explain": " Literal Tuple_(Float64_106.666659357657, Float64_10.7672571553777)" - }, - { - "explain": " Literal Tuple_(Float64_106.666673753979, Float64_10.7671954479766)" - }, - { - "explain": " Literal Tuple_(Float64_106.667048293768, Float64_10.7672739882109)" - }, - { - "explain": " Literal Tuple_(Float64_106.6670141, Float64_10.7674274)" - } - ], - - "rows": 361, - - "statistics": - { - "elapsed": 0.003636441, - "rows_read": 361, - "bytes_read": 29164 - } -} diff --git a/parser/testdata/00500_point_in_polygon_empty_bound/ast.json b/parser/testdata/00500_point_in_polygon_empty_bound/ast.json deleted file mode 100644 index b81ff4fed0..0000000000 --- a/parser/testdata/00500_point_in_polygon_empty_bound/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00114868, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00500_point_in_polygon_nan/ast.json b/parser/testdata/00500_point_in_polygon_nan/ast.json deleted file mode 100644 index 49274b67c1..0000000000 --- a/parser/testdata/00500_point_in_polygon_nan/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function pointInPolygon (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(Float64_nan, Float64_10.000100135803223)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Literal Tuple_(Float64_39.83154, Float64_21.41527)" - }, - { - "explain": " Literal Tuple_(Float64_2, Float64_1000.0001220703125)" - }, - { - "explain": " Literal Tuple_(Float64_39.90033, Float64_21.37195)" - }, - { - "explain": " Literal Tuple_(Float64_1.000100016593933, Float64_10.000100135803223)" - }, - { - "explain": " Literal Tuple_(Float64_39.83051, Float64_21.42553)" - }, - { - "explain": " Literal Tuple_(Float64_39.82898, Float64_21.41382)" - }, - { - "explain": " Literal Tuple_(Float64_39.83043, Float64_21.41432)" - }, - { - "explain": " Literal Tuple_(Float64_39.83154, Float64_21.41527)" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001090062, - "rows_read": 17, - "bytes_read": 939 - } -} diff --git a/parser/testdata/00500_point_in_polygon_non_const_poly/ast.json b/parser/testdata/00500_point_in_polygon_non_const_poly/ast.json deleted file mode 100644 index d178afc60d..0000000000 --- a/parser/testdata/00500_point_in_polygon_non_const_poly/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery polygons (children 1)" - }, - { - "explain": " Identifier polygons" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001091191, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00502_custom_partitioning_local/ast.json b/parser/testdata/00502_custom_partitioning_local/ast.json deleted file mode 100644 index b81b430f4f..0000000000 --- a/parser/testdata/00502_custom_partitioning_local/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '*** Not partitioned ***'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001184344, - "rows_read": 5, - "bytes_read": 194 - } -} diff --git a/parser/testdata/00502_custom_partitioning_replicated_zookeeper_long/ast.json b/parser/testdata/00502_custom_partitioning_replicated_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00502_custom_partitioning_replicated_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00502_string_concat_with_array/ast.json b/parser/testdata/00502_string_concat_with_array/ast.json deleted file mode 100644 index 325f4c075e..0000000000 --- a/parser/testdata/00502_string_concat_with_array/ast.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Identifier b" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toString (alias b) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 28, - - "statistics": - { - "elapsed": 0.00151906, - "rows_read": 28, - "bytes_read": 1178 - } -} diff --git a/parser/testdata/00502_sum_map/ast.json b/parser/testdata/00502_sum_map/ast.json deleted file mode 100644 index ebafe229ef..0000000000 --- a/parser/testdata/00502_sum_map/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001093848, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00503_cast_const_nullable/ast.json b/parser/testdata/00503_cast_const_nullable/ast.json deleted file mode 100644 index c9c6833f57..0000000000 --- a/parser/testdata/00503_cast_const_nullable/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (alias id) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier id" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001245968, - "rows_read": 15, - "bytes_read": 562 - } -} diff --git a/parser/testdata/00504_mergetree_arrays_rw/ast.json b/parser/testdata/00504_mergetree_arrays_rw/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00504_mergetree_arrays_rw/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00506_shard_global_in_union/ast.json b/parser/testdata/00506_shard_global_in_union/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00506_shard_global_in_union/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00506_union_distributed/ast.json b/parser/testdata/00506_union_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00506_union_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00507_sumwithoverflow/ast.json b/parser/testdata/00507_sumwithoverflow/ast.json deleted file mode 100644 index 7e68c723c8..0000000000 --- a/parser/testdata/00507_sumwithoverflow/ast.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt16 (alias n) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - } - ], - - "rows": 25, - - "statistics": - { - "elapsed": 0.001124731, - "rows_read": 25, - "bytes_read": 1076 - } -} diff --git a/parser/testdata/00508_materialized_view_to/ast.json b/parser/testdata/00508_materialized_view_to/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00508_materialized_view_to/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00509_extended_storage_definition_syntax_zookeeper/ast.json b/parser/testdata/00509_extended_storage_definition_syntax_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00509_extended_storage_definition_syntax_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00510_materizlized_view_and_deduplication_zookeeper/ast.json b/parser/testdata/00510_materizlized_view_and_deduplication_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00510_materizlized_view_and_deduplication_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00511_get_size_of_enum/ast.json b/parser/testdata/00511_get_size_of_enum/ast.json deleted file mode 100644 index 357f513640..0000000000 --- a/parser/testdata/00511_get_size_of_enum/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function getSizeOfEnumType (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Enum8(\\'a\\' = 1, \\'b\\' = 2)'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001474037, - "rows_read": 10, - "bytes_read": 407 - } -} diff --git a/parser/testdata/00513_fractional_time_zones/ast.json b/parser/testdata/00513_fractional_time_zones/ast.json deleted file mode 100644 index e5ce7a7158..0000000000 --- a/parser/testdata/00513_fractional_time_zones/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (alias t) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1509138000" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_300" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toHour (alias h) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal 'Asia\/Kolkata'" - }, - { - "explain": " Function toString (alias h_start) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toStartOfHour (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal 'Asia\/Kolkata'" - }, - { - "explain": " Literal 'Asia\/Kolkata'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_12" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.001428555, - "rows_read": 30, - "bytes_read": 1207 - } -} diff --git a/parser/testdata/00514_interval_operators/ast.json b/parser/testdata/00514_interval_operators/ast.json deleted file mode 100644 index d7d8a8cd4d..0000000000 --- a/parser/testdata/00514_interval_operators/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001096457, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00515_enhanced_time_zones/ast.json b/parser/testdata/00515_enhanced_time_zones/ast.json deleted file mode 100644 index 7e4158a2e9..0000000000 --- a/parser/testdata/00515_enhanced_time_zones/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00127451, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00515_gcd_lcm/ast.json b/parser/testdata/00515_gcd_lcm/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00515_gcd_lcm/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00515_shard_desc_table_functions_and_subqueries/ast.json b/parser/testdata/00515_shard_desc_table_functions_and_subqueries/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00515_shard_desc_table_functions_and_subqueries/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00516_deduplication_after_drop_partition_zookeeper/ast.json b/parser/testdata/00516_deduplication_after_drop_partition_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00516_deduplication_after_drop_partition_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00516_is_inf_nan/ast.json b/parser/testdata/00516_is_inf_nan/ast.json deleted file mode 100644 index 9a62a83c0c..0000000000 --- a/parser/testdata/00516_is_inf_nan/ast.json +++ /dev/null @@ -1,205 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function isFinite (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function isInfinite (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function isNaN (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 14)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Literal Float64_inf" - }, - { - "explain": " Literal Float64_-inf" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Float64_-0" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_-0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Float64_-0" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Literal Float64_-0" - } - ], - - "rows": 61, - - "statistics": - { - "elapsed": 0.001265533, - "rows_read": 61, - "bytes_read": 2630 - } -} diff --git a/parser/testdata/00516_modulo/ast.json b/parser/testdata/00516_modulo/ast.json deleted file mode 100644 index e588d12cd6..0000000000 --- a/parser/testdata/00516_modulo/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1000" - }, - { - "explain": " Literal UInt64_32" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001851594, - "rows_read": 8, - "bytes_read": 293 - } -} diff --git a/parser/testdata/00517_date_parsing/ast.json b/parser/testdata/00517_date_parsing/ast.json deleted file mode 100644 index a887c5d303..0000000000 --- a/parser/testdata/00517_date_parsing/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['2017-01-02', '2017-1-02', '2017-01-2', '2017-1-2', '2017\/01\/02', '2017\/1\/02', '2017\/01\/2', '2017\/1\/2', '2017-11-12']" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001715085, - "rows_read": 18, - "bytes_read": 862 - } -} diff --git a/parser/testdata/00518_extract_all_and_empty_matches/ast.json b/parser/testdata/00518_extract_all_and_empty_matches/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00518_extract_all_and_empty_matches/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00519_create_as_select_from_temporary_table/ast.json b/parser/testdata/00519_create_as_select_from_temporary_table/ast.json deleted file mode 100644 index 0288b2becd..0000000000 --- a/parser/testdata/00519_create_as_select_from_temporary_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1_00519 (children 1)" - }, - { - "explain": " Identifier t1_00519" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001222884, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00520_tuple_values_interpreter/ast.json b/parser/testdata/00520_tuple_values_interpreter/ast.json deleted file mode 100644 index f17aa112d6..0000000000 --- a/parser/testdata/00520_tuple_values_interpreter/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tuple (children 1)" - }, - { - "explain": " Identifier tuple" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001130574, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00521_multidimensional/ast.json b/parser/testdata/00521_multidimensional/ast.json deleted file mode 100644 index 3dfd4d0033..0000000000 --- a/parser/testdata/00521_multidimensional/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery multidimensional (children 1)" - }, - { - "explain": " Identifier multidimensional" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001444248, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/00522_multidimensional/ast.json b/parser/testdata/00522_multidimensional/ast.json deleted file mode 100644 index edc31334a8..0000000000 --- a/parser/testdata/00522_multidimensional/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery multidimensional (children 1)" - }, - { - "explain": " Identifier multidimensional" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001436906, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/00523_aggregate_functions_in_group_array/ast.json b/parser/testdata/00523_aggregate_functions_in_group_array/ast.json deleted file mode 100644 index 91f218e93c..0000000000 --- a/parser/testdata/00523_aggregate_functions_in_group_array/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier key2" - }, - { - "explain": " Function arrayReduce (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'uniqExactMerge'" - }, - { - "explain": " Identifier arr" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001257939, - "rows_read": 9, - "bytes_read": 327 - } -} diff --git a/parser/testdata/00524_time_intervals_months_underflow/ast.json b/parser/testdata/00524_time_intervals_months_underflow/ast.json deleted file mode 100644 index 823baeeef6..0000000000 --- a/parser/testdata/00524_time_intervals_months_underflow/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2017-01-01 00:00:00'" - }, - { - "explain": " Function toIntervalMonth (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001297387, - "rows_read": 12, - "bytes_read": 495 - } -} diff --git a/parser/testdata/00525_aggregate_functions_of_nullable_that_return_non_nullable/ast.json b/parser/testdata/00525_aggregate_functions_of_nullable_that_return_non_nullable/ast.json deleted file mode 100644 index a76974b6ea..0000000000 --- a/parser/testdata/00525_aggregate_functions_of_nullable_that_return_non_nullable/ast.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Function groupArray (alias res1) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier res1" - }, - { - "explain": " Function avg (alias res2) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier res2" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias k)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, NULL, UInt64_2]" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2 (alias k)" - }, - { - "explain": " Function CAST (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[NULL, NULL]" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - } - ], - - "rows": 43, - - "statistics": - { - "elapsed": 0.001320637, - "rows_read": 43, - "bytes_read": 1791 - } -} diff --git a/parser/testdata/00526_array_join_with_arrays_of_nullable/ast.json b/parser/testdata/00526_array_join_with_arrays_of_nullable/ast.json deleted file mode 100644 index 8e041c84b1..0000000000 --- a/parser/testdata/00526_array_join_with_arrays_of_nullable/ast.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Function arrayJoin (alias z) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['a', NULL, 'b']" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " ArrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1, NULL, UInt64_3] (alias x)" - }, - { - "explain": " Function array (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal Tuple_(NULL, '')" - }, - { - "explain": " Literal Tuple_(UInt64_123, 'Hello')" - }, - { - "explain": " Literal Tuple_(UInt64_456, NULL)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier z" - } - ], - - "rows": 29, - - "statistics": - { - "elapsed": 0.001697309, - "rows_read": 29, - "bytes_read": 1168 - } -} diff --git a/parser/testdata/00527_totals_having_nullable/ast.json b/parser/testdata/00527_totals_having_nullable/ast.json deleted file mode 100644 index 0819c67559..0000000000 --- a/parser/testdata/00527_totals_having_nullable/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (alias x) (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function notEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001183358, - "rows_read": 12, - "bytes_read": 448 - } -} diff --git a/parser/testdata/00528_const_of_nullable/ast.json b/parser/testdata/00528_const_of_nullable/ast.json deleted file mode 100644 index f06612131c..0000000000 --- a/parser/testdata/00528_const_of_nullable/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function plus (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toColumnTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001298948, - "rows_read": 16, - "bytes_read": 613 - } -} diff --git a/parser/testdata/00529_orantius/ast.json b/parser/testdata/00529_orantius/ast.json deleted file mode 100644 index cd5eb3d730..0000000000 --- a/parser/testdata/00529_orantius/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal NULL" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001627961, - "rows_read": 7, - "bytes_read": 259 - } -} diff --git a/parser/testdata/00530_arrays_of_nothing/ast.json b/parser/testdata/00530_arrays_of_nothing/ast.json deleted file mode 100644 index e0f56c419b..0000000000 --- a/parser/testdata/00530_arrays_of_nothing/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.00127361, - "rows_read": 14, - "bytes_read": 554 - } -} diff --git a/parser/testdata/00531_aggregate_over_nullable/ast.json b/parser/testdata/00531_aggregate_over_nullable/ast.json deleted file mode 100644 index 13e7343ce8..0000000000 --- a/parser/testdata/00531_aggregate_over_nullable/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery agg_over_nullable (children 1)" - }, - { - "explain": " Identifier agg_over_nullable" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001108095, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00532_topk_generic/ast.json b/parser/testdata/00532_topk_generic/ast.json deleted file mode 100644 index d34eada90c..0000000000 --- a/parser/testdata/00532_topk_generic/ast.json +++ /dev/null @@ -1,217 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Function arraySort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function topK (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier v" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function arrayMap (alias v) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function intDiv (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_13" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - } - ], - - "rows": 65, - - "statistics": - { - "elapsed": 0.00166912, - "rows_read": 65, - "bytes_read": 2939 - } -} diff --git a/parser/testdata/00533_uniq_array/ast.json b/parser/testdata/00533_uniq_array/ast.json deleted file mode 100644 index 22ccb34c27..0000000000 --- a/parser/testdata/00533_uniq_array/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniqArray (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal Array_[UInt64_0, UInt64_1, UInt64_1]" - }, - { - "explain": " Literal Array_[UInt64_0, UInt64_1, UInt64_1]" - }, - { - "explain": " Literal Array_[UInt64_0, UInt64_1, UInt64_1]" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001172759, - "rows_read": 9, - "bytes_read": 406 - } -} diff --git a/parser/testdata/00534_exp10/ast.json b/parser/testdata/00534_exp10/ast.json deleted file mode 100644 index 0780c59e33..0000000000 --- a/parser/testdata/00534_exp10/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function exp10 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_500" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001421564, - "rows_read": 16, - "bytes_read": 616 - } -} diff --git a/parser/testdata/00535_parse_float_scientific/ast.json b/parser/testdata/00535_parse_float_scientific/ast.json deleted file mode 100644 index a1ebf2b81f..0000000000 --- a/parser/testdata/00535_parse_float_scientific/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery float (children 1)" - }, - { - "explain": " Identifier float" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001237961, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00536_int_exp/ast.json b/parser/testdata/00536_int_exp/ast.json deleted file mode 100644 index bae7eaf177..0000000000 --- a/parser/testdata/00536_int_exp/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Function exp2 (alias e2d) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function intExp2 (alias e2i) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function equals (alias e2eq) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier e2d" - }, - { - "explain": " Identifier e2i" - }, - { - "explain": " Function exp10 (alias e10d) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function intExp10 (alias e10i) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function equals (alias e10eq) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier e10d" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier e10i" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_64" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.001815934, - "rows_read": 35, - "bytes_read": 1415 - } -} diff --git a/parser/testdata/00536_int_exp_overflow/ast.json b/parser/testdata/00536_int_exp_overflow/ast.json deleted file mode 100644 index 3b3f1205ca..0000000000 --- a/parser/testdata/00536_int_exp_overflow/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'intExp2:'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.00141966, - "rows_read": 5, - "bytes_read": 179 - } -} diff --git a/parser/testdata/00537_quarters/ast.json b/parser/testdata/00537_quarters/ast.json deleted file mode 100644 index d31e584aec..0000000000 --- a/parser/testdata/00537_quarters/ast.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Function plus (alias d) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (alias base) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2017-01-01'" - }, - { - "explain": " Function toIntervalMonth (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toDateTime (alias t) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier d" - }, - { - "explain": " Literal 'UTC'" - }, - { - "explain": " Function toQuarter (alias qd) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier d" - }, - { - "explain": " Function toQuarter (alias qt) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Function toStartOfQuarter (alias sqd) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier d" - }, - { - "explain": " Function toStartOfQuarter (alias sqt) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Function minus (alias qdiff_d) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toRelativeQuarterNum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier d" - }, - { - "explain": " Function toRelativeQuarterNum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier base" - }, - { - "explain": " Function minus (alias qdiff_t) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toRelativeQuarterNum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Function toRelativeQuarterNum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier base" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_24" - } - ], - - "rows": 49, - - "statistics": - { - "elapsed": 0.001900929, - "rows_read": 49, - "bytes_read": 2046 - } -} diff --git a/parser/testdata/00538_datediff/ast.json b/parser/testdata/00538_datediff/ast.json deleted file mode 100644 index 9079398da7..0000000000 --- a/parser/testdata/00538_datediff/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Various intervals'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001412231, - "rows_read": 5, - "bytes_read": 188 - } -} diff --git a/parser/testdata/00538_datediff_plural_units/ast.json b/parser/testdata/00538_datediff_plural_units/ast.json deleted file mode 100644 index dd54dad1a5..0000000000 --- a/parser/testdata/00538_datediff_plural_units/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function dateDiff (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'years'" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2017-12-31'" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2016-01-01'" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001050687, - "rows_read": 13, - "bytes_read": 500 - } -} diff --git a/parser/testdata/00539_functions_for_working_with_json/ast.json b/parser/testdata/00539_functions_for_working_with_json/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00539_functions_for_working_with_json/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00541_kahan_sum/ast.json b/parser/testdata/00541_kahan_sum/ast.json deleted file mode 100644 index a38ab43bf5..0000000000 --- a/parser/testdata/00541_kahan_sum/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1000" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001818126, - "rows_read": 21, - "bytes_read": 874 - } -} diff --git a/parser/testdata/00541_to_start_of_fifteen_minutes/ast.json b/parser/testdata/00541_to_start_of_fifteen_minutes/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00541_to_start_of_fifteen_minutes/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00542_access_to_temporary_table_in_readonly_mode/ast.json b/parser/testdata/00542_access_to_temporary_table_in_readonly_mode/ast.json deleted file mode 100644 index 5704b05068..0000000000 --- a/parser/testdata/00542_access_to_temporary_table_in_readonly_mode/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001332775, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00542_materialized_view_and_time_zone_tag/ast.json b/parser/testdata/00542_materialized_view_and_time_zone_tag/ast.json deleted file mode 100644 index c7856a98bb..0000000000 --- a/parser/testdata/00542_materialized_view_and_time_zone_tag/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery m3 (children 1)" - }, - { - "explain": " Identifier m3" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001303031, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00543_null_and_prewhere/ast.json b/parser/testdata/00543_null_and_prewhere/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00543_null_and_prewhere/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00544_agg_foreach_of_two_arg/ast.json b/parser/testdata/00544_agg_foreach_of_two_arg/ast.json deleted file mode 100644 index 0931fda2b8..0000000000 --- a/parser/testdata/00544_agg_foreach_of_two_arg/ast.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function sumForEach (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Function sumForEachIf (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function sumIfForEach (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function notEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Identifier arr" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias arr) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[UInt64_1, UInt64_2, UInt64_3], Array_[UInt64_4, UInt64_5, UInt64_6]]" - } - ], - - "rows": 43, - - "statistics": - { - "elapsed": 0.00134122, - "rows_read": 43, - "bytes_read": 1822 - } -} diff --git a/parser/testdata/00544_insert_with_select/ast.json b/parser/testdata/00544_insert_with_select/ast.json deleted file mode 100644 index 029fd81087..0000000000 --- a/parser/testdata/00544_insert_with_select/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001200337, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00545_weird_aggregate_functions/ast.json b/parser/testdata/00545_weird_aggregate_functions/ast.json deleted file mode 100644 index 7902bfbe92..0000000000 --- a/parser/testdata/00545_weird_aggregate_functions/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumForEachMergeArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumForEachStateForEachIfArrayMerge (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumForEachStateForEachIfArrayState (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[Array_[Array_[UInt64_1, UInt64_2, UInt64_3], Array_[UInt64_4, UInt64_5, UInt64_6], Array_[UInt64_7, UInt64_8, UInt64_9]]]" - }, - { - "explain": " Literal Array_[UInt64_1]" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.001322515, - "rows_read": 30, - "bytes_read": 1546 - } -} diff --git a/parser/testdata/00546_shard_tuple_element_formatting/ast.json b/parser/testdata/00546_shard_tuple_element_formatting/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00546_shard_tuple_element_formatting/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00547_named_tuples/ast.json b/parser/testdata/00547_named_tuples/ast.json deleted file mode 100644 index 83634abbb9..0000000000 --- a/parser/testdata/00547_named_tuples/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Function CAST (alias t) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, 'Hello')" - }, - { - "explain": " Literal 'Tuple(x UInt64, s String)'" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal 'x'" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal 's'" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.0013219, - "rows_read": 27, - "bytes_read": 1001 - } -} diff --git a/parser/testdata/00548_slice_of_nested/ast.json b/parser/testdata/00548_slice_of_nested/ast.json deleted file mode 100644 index 941a23e84b..0000000000 --- a/parser/testdata/00548_slice_of_nested/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function array (alias nested) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, 'Hello')" - }, - { - "explain": " Literal Tuple_(UInt64_2, 'World')" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier nested" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier nested" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001227626, - "rows_read": 16, - "bytes_read": 631 - } -} diff --git a/parser/testdata/00549_join_use_nulls/ast.json b/parser/testdata/00549_join_use_nulls/ast.json deleted file mode 100644 index 54ac5f8dae..0000000000 --- a/parser/testdata/00549_join_use_nulls/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001434453, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00551_parse_or_null/ast.json b/parser/testdata/00551_parse_or_null/ast.json deleted file mode 100644 index 216e5b75b5..0000000000 --- a/parser/testdata/00551_parse_or_null/ast.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUInt64OrZero (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " Function toUInt64OrNull (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function multiIf (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 36, - - "statistics": - { - "elapsed": 0.001270508, - "rows_read": 36, - "bytes_read": 1562 - } -} diff --git a/parser/testdata/00552_logical_functions_simple/ast.json b/parser/testdata/00552_logical_functions_simple/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00552_logical_functions_simple/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00552_logical_functions_ternary/ast.json b/parser/testdata/00552_logical_functions_ternary/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00552_logical_functions_ternary/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00552_logical_functions_uint8_as_bool/ast.json b/parser/testdata/00552_logical_functions_uint8_as_bool/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00552_logical_functions_uint8_as_bool/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00552_or_nullable/ast.json b/parser/testdata/00552_or_nullable/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00552_or_nullable/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00553_buff_exists_materlized_column/ast.json b/parser/testdata/00553_buff_exists_materlized_column/ast.json deleted file mode 100644 index 06b75cccd6..0000000000 --- a/parser/testdata/00553_buff_exists_materlized_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nums (children 1)" - }, - { - "explain": " Identifier nums" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001640776, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00553_invalid_nested_name/ast.json b/parser/testdata/00553_invalid_nested_name/ast.json deleted file mode 100644 index 004611d3ce..0000000000 --- a/parser/testdata/00553_invalid_nested_name/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Float64_1.1, Float64_1.2]" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001064155, - "rows_read": 14, - "bytes_read": 575 - } -} diff --git a/parser/testdata/00554_nested_and_table_engines/ast.json b/parser/testdata/00554_nested_and_table_engines/ast.json deleted file mode 100644 index 7d6e6e5207..0000000000 --- a/parser/testdata/00554_nested_and_table_engines/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nested (children 1)" - }, - { - "explain": " Identifier nested" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001611639, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00555_hasAll_hasAny/ast.json b/parser/testdata/00555_hasAll_hasAny/ast.json deleted file mode 100644 index b0de557212..0000000000 --- a/parser/testdata/00555_hasAll_hasAny/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hasAll (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001167865, - "rows_read": 10, - "bytes_read": 369 - } -} diff --git a/parser/testdata/00555_hasSubstr/ast.json b/parser/testdata/00555_hasSubstr/ast.json deleted file mode 100644 index ed27b51647..0000000000 --- a/parser/testdata/00555_hasSubstr/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hasSubstr (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001279964, - "rows_read": 10, - "bytes_read": 372 - } -} diff --git a/parser/testdata/00555_right_join_excessive_rows/ast.json b/parser/testdata/00555_right_join_excessive_rows/ast.json deleted file mode 100644 index f79dc05f67..0000000000 --- a/parser/testdata/00555_right_join_excessive_rows/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001099768, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00556_array_intersect/ast.json b/parser/testdata/00556_array_intersect/ast.json deleted file mode 100644 index 429f36d6cf..0000000000 --- a/parser/testdata/00556_array_intersect/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayIntersect (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001111728, - "rows_read": 10, - "bytes_read": 377 - } -} diff --git a/parser/testdata/00556_remove_columns_from_subquery/ast.json b/parser/testdata/00556_remove_columns_from_subquery/ast.json deleted file mode 100644 index 9be8e5d716..0000000000 --- a/parser/testdata/00556_remove_columns_from_subquery/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias a)" - }, - { - "explain": " Literal UInt64_2 (alias b)" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001259067, - "rows_read": 15, - "bytes_read": 610 - } -} diff --git a/parser/testdata/00557_alter_null_storage_tables/ast.json b/parser/testdata/00557_alter_null_storage_tables/ast.json deleted file mode 100644 index e9c26f8a9c..0000000000 --- a/parser/testdata/00557_alter_null_storage_tables/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery null_00557 (children 1)" - }, - { - "explain": " Identifier null_00557" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000994026, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00557_array_resize/ast.json b/parser/testdata/00557_array_resize/ast.json deleted file mode 100644 index 4bc451151d..0000000000 --- a/parser/testdata/00557_array_resize/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayResize (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001143007, - "rows_read": 8, - "bytes_read": 323 - } -} diff --git a/parser/testdata/00558_aggregate_merge_totals_with_arenas/ast.json b/parser/testdata/00558_aggregate_merge_totals_with_arenas/ast.json deleted file mode 100644 index ec9fab5458..0000000000 --- a/parser/testdata/00558_aggregate_merge_totals_with_arenas/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001507616, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00558_parse_floats/ast.json b/parser/testdata/00558_parse_floats/ast.json deleted file mode 100644 index bc6edd096b..0000000000 --- a/parser/testdata/00558_parse_floats/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFloat64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '0.00000'" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_100" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001462862, - "rows_read": 17, - "bytes_read": 682 - } -} diff --git a/parser/testdata/00559_filter_array_generic/ast.json b/parser/testdata/00559_filter_array_generic/ast.json deleted file mode 100644 index 5d634d03a8..0000000000 --- a/parser/testdata/00559_filter_array_generic/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[Array_[UInt64_1], Array_[UInt64_2]], Array_[Array_[UInt64_1]]]" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001429947, - "rows_read": 13, - "bytes_read": 556 - } -} diff --git a/parser/testdata/00560_float_leading_plus_in_exponent/ast.json b/parser/testdata/00560_float_leading_plus_in_exponent/ast.json deleted file mode 100644 index 38b73740f0..0000000000 --- a/parser/testdata/00560_float_leading_plus_in_exponent/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery test_float (children 2)" - }, - { - "explain": " Identifier test_float" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration x (children 1)" - }, - { - "explain": " DataType Float64" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001452855, - "rows_read": 6, - "bytes_read": 221 - } -} diff --git a/parser/testdata/00561_storage_join/ast.json b/parser/testdata/00561_storage_join/ast.json deleted file mode 100644 index fc1925baa0..0000000000 --- a/parser/testdata/00561_storage_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery joinbug (children 1)" - }, - { - "explain": " Identifier joinbug" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00112576, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00562_in_subquery_merge_tree/ast.json b/parser/testdata/00562_in_subquery_merge_tree/ast.json deleted file mode 100644 index 6256e18df0..0000000000 --- a/parser/testdata/00562_in_subquery_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge_tree_in_subqueries (children 1)" - }, - { - "explain": " Identifier merge_tree_in_subqueries" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001382289, - "rows_read": 2, - "bytes_read": 100 - } -} diff --git a/parser/testdata/00562_rewrite_select_expression_with_union/ast.json b/parser/testdata/00562_rewrite_select_expression_with_union/ast.json deleted file mode 100644 index 654b6df064..0000000000 --- a/parser/testdata/00562_rewrite_select_expression_with_union/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00562 (children 1)" - }, - { - "explain": " Identifier test_00562" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001371171, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00563_complex_in_expression/ast.json b/parser/testdata/00563_complex_in_expression/ast.json deleted file mode 100644 index 3a42aa713f..0000000000 --- a/parser/testdata/00563_complex_in_expression/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00563 (children 1)" - }, - { - "explain": " Identifier test_00563" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001119594, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00563_insert_into_remote_and_zookeeper_long/ast.json b/parser/testdata/00563_insert_into_remote_and_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00563_insert_into_remote_and_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00563_shard_insert_into_remote/ast.json b/parser/testdata/00563_shard_insert_into_remote/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00563_shard_insert_into_remote/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00564_initial_column_values_with_default_expression/ast.json b/parser/testdata/00564_initial_column_values_with_default_expression/ast.json deleted file mode 100644 index fa1a468b49..0000000000 --- a/parser/testdata/00564_initial_column_values_with_default_expression/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001007392, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00564_temporary_table_management/ast.json b/parser/testdata/00564_temporary_table_management/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00564_temporary_table_management/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00564_versioned_collapsing_merge_tree/ast.json b/parser/testdata/00564_versioned_collapsing_merge_tree/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00564_versioned_collapsing_merge_tree/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00566_enum_min_max/ast.json b/parser/testdata/00566_enum_min_max/ast.json deleted file mode 100644 index 0a4613330f..0000000000 --- a/parser/testdata/00566_enum_min_max/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function min (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function max (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal 'Enum8(\\'Hello\\' = 1, \\'World\\' = 2)'" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001214845, - "rows_read": 27, - "bytes_read": 1131 - } -} diff --git a/parser/testdata/00567_parse_datetime_as_unix_timestamp/ast.json b/parser/testdata/00567_parse_datetime_as_unix_timestamp/ast.json deleted file mode 100644 index 06dcdb36b3..0000000000 --- a/parser/testdata/00567_parse_datetime_as_unix_timestamp/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001151386, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00568_empty_function_with_fixed_string/ast.json b/parser/testdata/00568_empty_function_with_fixed_string/ast.json deleted file mode 100644 index f959f2d0b7..0000000000 --- a/parser/testdata/00568_empty_function_with_fixed_string/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toFixedString (alias str) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function empty (alias is_empty) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier str" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.00114886, - "rows_read": 11, - "bytes_read": 426 - } -} diff --git a/parser/testdata/00569_parse_date_time_best_effort/ast.json b/parser/testdata/00569_parse_date_time_best_effort/ast.json deleted file mode 100644 index 2df7b70f42..0000000000 --- a/parser/testdata/00569_parse_date_time_best_effort/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001210177, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00570_empty_array_is_const/ast.json b/parser/testdata/00570_empty_array_is_const/ast.json deleted file mode 100644 index e694fecdb4..0000000000 --- a/parser/testdata/00570_empty_array_is_const/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function dumpColumnStructure (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001364619, - "rows_read": 8, - "bytes_read": 312 - } -} diff --git a/parser/testdata/00571_alter_nullable/ast.json b/parser/testdata/00571_alter_nullable/ast.json deleted file mode 100644 index 0d2678c656..0000000000 --- a/parser/testdata/00571_alter_nullable/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nullable_00571 (children 1)" - }, - { - "explain": " Identifier nullable_00571" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001520795, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00571_non_exist_database_when_create_materializ_view/ast.json b/parser/testdata/00571_non_exist_database_when_create_materializ_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00571_non_exist_database_when_create_materializ_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00572_aggregation_by_empty_set/ast.json b/parser/testdata/00572_aggregation_by_empty_set/ast.json deleted file mode 100644 index 66ff0f8a91..0000000000 --- a/parser/testdata/00572_aggregation_by_empty_set/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery t (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration x (children 1)" - }, - { - "explain": " DataType UInt8" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001183711, - "rows_read": 6, - "bytes_read": 201 - } -} diff --git a/parser/testdata/00573_shard_aggregation_by_empty_set/ast.json b/parser/testdata/00573_shard_aggregation_by_empty_set/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00573_shard_aggregation_by_empty_set/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00575_merge_and_index_with_function_in_in/ast.json b/parser/testdata/00575_merge_and_index_with_function_in_in/ast.json deleted file mode 100644 index 8ee6e776b0..0000000000 --- a/parser/testdata/00575_merge_and_index_with_function_in_in/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00575 (children 1)" - }, - { - "explain": " Identifier t_00575" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000966019, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00576_nested_and_prewhere/ast.json b/parser/testdata/00576_nested_and_prewhere/ast.json deleted file mode 100644 index 568b5f4b8f..0000000000 --- a/parser/testdata/00576_nested_and_prewhere/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nested (children 1)" - }, - { - "explain": " Identifier nested" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001331222, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00577_full_join_segfault/ast.json b/parser/testdata/00577_full_join_segfault/ast.json deleted file mode 100644 index b8b0574b1a..0000000000 --- a/parser/testdata/00577_full_join_segfault/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000981647, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00577_replacing_merge_tree_vertical_merge/ast.json b/parser/testdata/00577_replacing_merge_tree_vertical_merge/ast.json deleted file mode 100644 index 4ee0226262..0000000000 --- a/parser/testdata/00577_replacing_merge_tree_vertical_merge/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001678271, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00578_merge_table_and_table_virtual_column/ast.json b/parser/testdata/00578_merge_table_and_table_virtual_column/ast.json deleted file mode 100644 index 9fd0533478..0000000000 --- a/parser/testdata/00578_merge_table_and_table_virtual_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery numbers1 (children 1)" - }, - { - "explain": " Identifier numbers1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00098555, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00578_merge_table_sampling/ast.json b/parser/testdata/00578_merge_table_sampling/ast.json deleted file mode 100644 index 0a4351b906..0000000000 --- a/parser/testdata/00578_merge_table_sampling/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery numbers1 (children 1)" - }, - { - "explain": " Identifier numbers1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00145057, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00578_merge_table_shadow_virtual_column/ast.json b/parser/testdata/00578_merge_table_shadow_virtual_column/ast.json deleted file mode 100644 index cc336dc3b2..0000000000 --- a/parser/testdata/00578_merge_table_shadow_virtual_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery numbers1 (children 1)" - }, - { - "explain": " Identifier numbers1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001543551, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00578_merge_trees_without_primary_key/ast.json b/parser/testdata/00578_merge_trees_without_primary_key/ast.json deleted file mode 100644 index 57b3740d16..0000000000 --- a/parser/testdata/00578_merge_trees_without_primary_key/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '*** MergeTree ***'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001418209, - "rows_read": 5, - "bytes_read": 188 - } -} diff --git a/parser/testdata/00579_merge_tree_partition_and_primary_keys_using_same_expression/ast.json b/parser/testdata/00579_merge_tree_partition_and_primary_keys_using_same_expression/ast.json deleted file mode 100644 index cf903d65dd..0000000000 --- a/parser/testdata/00579_merge_tree_partition_and_primary_keys_using_same_expression/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery partition_and_primary_keys_using_same_expression (children 1)" - }, - { - "explain": " Identifier partition_and_primary_keys_using_same_expression" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001290505, - "rows_read": 2, - "bytes_read": 148 - } -} diff --git a/parser/testdata/00579_virtual_column_and_lazy/ast.json b/parser/testdata/00579_virtual_column_and_lazy/ast.json deleted file mode 100644 index 1e1c5a32cc..0000000000 --- a/parser/testdata/00579_virtual_column_and_lazy/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery sample_00579_1 (children 1)" - }, - { - "explain": " Identifier sample_00579_1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001114452, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00580_cast_nullable_to_non_nullable/ast.json b/parser/testdata/00580_cast_nullable_to_non_nullable/ast.json deleted file mode 100644 index 969d6f3cf5..0000000000 --- a/parser/testdata/00580_cast_nullable_to_non_nullable/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_999999" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal 'UInt64'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001420899, - "rows_read": 20, - "bytes_read": 767 - } -} diff --git a/parser/testdata/00580_consistent_hashing_functions/ast.json b/parser/testdata/00580_consistent_hashing_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00580_consistent_hashing_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00581_limit_on_result_and_subquery_and_insert/ast.json b/parser/testdata/00581_limit_on_result_and_subquery_and_insert/ast.json deleted file mode 100644 index d4fd9580c2..0000000000 --- a/parser/testdata/00581_limit_on_result_and_subquery_and_insert/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00177981, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00582_not_aliasing_functions/ast.json b/parser/testdata/00582_not_aliasing_functions/ast.json deleted file mode 100644 index a003eb92fe..0000000000 --- a/parser/testdata/00582_not_aliasing_functions/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001611959, - "rows_read": 22, - "bytes_read": 937 - } -} diff --git a/parser/testdata/00583_limit_by_expressions/ast.json b/parser/testdata/00583_limit_by_expressions/ast.json deleted file mode 100644 index 21a0fd6f2f..0000000000 --- a/parser/testdata/00583_limit_by_expressions/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001494562, - "rows_read": 12, - "bytes_read": 445 - } -} diff --git a/parser/testdata/00584_view_union_all/ast.json b/parser/testdata/00584_view_union_all/ast.json deleted file mode 100644 index 50269715a9..0000000000 --- a/parser/testdata/00584_view_union_all/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery Test_00584 (children 1)" - }, - { - "explain": " Identifier Test_00584" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001335869, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00585_union_all_subquery_aggregation_column_removal/ast.json b/parser/testdata/00585_union_all_subquery_aggregation_column_removal/ast.json deleted file mode 100644 index 409a3484e5..0000000000 --- a/parser/testdata/00585_union_all_subquery_aggregation_column_removal/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery clicks (children 1)" - }, - { - "explain": " Identifier clicks" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001485085, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00586_removing_unused_columns_from_subquery/ast.json b/parser/testdata/00586_removing_unused_columns_from_subquery/ast.json deleted file mode 100644 index 29e2f035aa..0000000000 --- a/parser/testdata/00586_removing_unused_columns_from_subquery/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001408882, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00587_union_all_type_conversions/ast.json b/parser/testdata/00587_union_all_type_conversions/ast.json deleted file mode 100644 index 8be5b07571..0000000000 --- a/parser/testdata/00587_union_all_type_conversions/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001455822, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00588_shard_distributed_prewhere/ast.json b/parser/testdata/00588_shard_distributed_prewhere/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00588_shard_distributed_prewhere/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00589_removal_unused_columns_aggregation/ast.json b/parser/testdata/00589_removal_unused_columns_aggregation/ast.json deleted file mode 100644 index 36b0758e7d..0000000000 --- a/parser/testdata/00589_removal_unused_columns_aggregation/ast.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function sum (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function avg (alias b) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias x)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 34, - - "statistics": - { - "elapsed": 0.001422753, - "rows_read": 34, - "bytes_read": 1577 - } -} diff --git a/parser/testdata/00590_limit_by_column_removal/ast.json b/parser/testdata/00590_limit_by_column_removal/ast.json deleted file mode 100644 index 48131d0268..0000000000 --- a/parser/testdata/00590_limit_by_column_removal/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Literal UInt64_2 (alias y)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001571, - "rows_read": 18, - "bytes_read": 699 - } -} diff --git a/parser/testdata/00591_columns_removal_union_all/ast.json b/parser/testdata/00591_columns_removal_union_all/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00591_columns_removal_union_all/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00592_union_all_different_aliases/ast.json b/parser/testdata/00592_union_all_different_aliases/ast.json deleted file mode 100644 index 032ee0a2e9..0000000000 --- a/parser/testdata/00592_union_all_different_aliases/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias a)" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001517394, - "rows_read": 5, - "bytes_read": 187 - } -} diff --git a/parser/testdata/00593_union_all_assert_columns_removed/ast.json b/parser/testdata/00593_union_all_assert_columns_removed/ast.json deleted file mode 100644 index 1e858e3811..0000000000 --- a/parser/testdata/00593_union_all_assert_columns_removed/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery columns (children 1)" - }, - { - "explain": " Identifier columns" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001309812, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00594_alias_in_distributed/ast.json b/parser/testdata/00594_alias_in_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00594_alias_in_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00597_push_down_predicate_long/ast.json b/parser/testdata/00597_push_down_predicate_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00597_push_down_predicate_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00597_with_totals_on_empty_set/ast.json b/parser/testdata/00597_with_totals_on_empty_set/ast.json deleted file mode 100644 index 643f1f4fc5..0000000000 --- a/parser/testdata/00597_with_totals_on_empty_set/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Identifier Vertical" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001431811, - "rows_read": 17, - "bytes_read": 633 - } -} diff --git a/parser/testdata/00599_create_view_with_subquery/ast.json b/parser/testdata/00599_create_view_with_subquery/ast.json deleted file mode 100644 index 22ee1f16b0..0000000000 --- a/parser/testdata/00599_create_view_with_subquery/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00599 (children 1)" - }, - { - "explain": " Identifier test_00599" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001283599, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00600_create_temporary_table_if_not_exists/ast.json b/parser/testdata/00600_create_temporary_table_if_not_exists/ast.json deleted file mode 100644 index b595e4c18d..0000000000 --- a/parser/testdata/00600_create_temporary_table_if_not_exists/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery temporary_table (children 3)" - }, - { - "explain": " Identifier temporary_table" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration column (children 1)" - }, - { - "explain": " DataType UInt32" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function Memory" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.00134787, - "rows_read": 8, - "bytes_read": 300 - } -} diff --git a/parser/testdata/00603_system_parts_nonexistent_database/ast.json b/parser/testdata/00603_system_parts_nonexistent_database/ast.json deleted file mode 100644 index 406f9edc72..0000000000 --- a/parser/testdata/00603_system_parts_nonexistent_database/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.parts" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier database" - }, - { - "explain": " Literal 'T5yajf3DLcMjJJvpCeX5ajUy1P0VTk51zMEp1kDKXZAGr5EpleuIKbuY8cKaThkaBqllUm2EFxDX'" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001537147, - "rows_read": 14, - "bytes_read": 601 - } -} diff --git a/parser/testdata/00604_shard_remote_and_columns_with_defaults/ast.json b/parser/testdata/00604_shard_remote_and_columns_with_defaults/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00604_shard_remote_and_columns_with_defaults/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00604_show_create_database/ast.json b/parser/testdata/00604_show_create_database/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00604_show_create_database/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00605_intersections_aggregate_functions/ast.json b/parser/testdata/00605_intersections_aggregate_functions/ast.json deleted file mode 100644 index beb2e4936f..0000000000 --- a/parser/testdata/00605_intersections_aggregate_functions/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001372219, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00606_quantiles_and_nans/ast.json b/parser/testdata/00606_quantiles_and_nans/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00606_quantiles_and_nans/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00607_index_in_in/ast.json b/parser/testdata/00607_index_in_in/ast.json deleted file mode 100644 index fa2e670997..0000000000 --- a/parser/testdata/00607_index_in_in/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge_tree (children 1)" - }, - { - "explain": " Identifier merge_tree" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001418482, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00608_uniq_array/ast.json b/parser/testdata/00608_uniq_array/ast.json deleted file mode 100644 index ec743da299..0000000000 --- a/parser/testdata/00608_uniq_array/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001256172, - "rows_read": 24, - "bytes_read": 1073 - } -} diff --git a/parser/testdata/00609_distributed_with_case_when_then/ast.json b/parser/testdata/00609_distributed_with_case_when_then/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00609_distributed_with_case_when_then/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00609_mv_index_in_in/ast.json b/parser/testdata/00609_mv_index_in_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00609_mv_index_in_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00609_prewhere_and_default/ast.json b/parser/testdata/00609_prewhere_and_default/ast.json deleted file mode 100644 index e68df1c032..0000000000 --- a/parser/testdata/00609_prewhere_and_default/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_00609 (children 1)" - }, - { - "explain": " Identifier table_00609" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001354986, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00610_materialized_view_forward_alter_partition_statements/ast.json b/parser/testdata/00610_materialized_view_forward_alter_partition_statements/ast.json deleted file mode 100644 index a17317cf8e..0000000000 --- a/parser/testdata/00610_materialized_view_forward_alter_partition_statements/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab_00610 (children 1)" - }, - { - "explain": " Identifier tab_00610" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001349234, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00612_count/ast.json b/parser/testdata/00612_count/ast.json deleted file mode 100644 index dd39332095..0000000000 --- a/parser/testdata/00612_count/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery count (children 1)" - }, - { - "explain": " Identifier count" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001142725, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00612_http_max_query_size_for_distributed/ast.json b/parser/testdata/00612_http_max_query_size_for_distributed/ast.json deleted file mode 100644 index f5de26b064..0000000000 --- a/parser/testdata/00612_http_max_query_size_for_distributed/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_00612 (children 1)" - }, - { - "explain": " Identifier data_00612" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001278013, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00612_pk_in_tuple/ast.json b/parser/testdata/00612_pk_in_tuple/ast.json deleted file mode 100644 index c22e192c3a..0000000000 --- a/parser/testdata/00612_pk_in_tuple/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab_00612 (children 1)" - }, - { - "explain": " Identifier tab_00612" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001339276, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00612_shard_count/ast.json b/parser/testdata/00612_shard_count/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00612_shard_count/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00612_union_query_with_subquery/ast.json b/parser/testdata/00612_union_query_with_subquery/ast.json deleted file mode 100644 index 98a0784a42..0000000000 --- a/parser/testdata/00612_union_query_with_subquery/ast.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - } - ], - - "rows": 38, - - "statistics": - { - "elapsed": 0.001737901, - "rows_read": 38, - "bytes_read": 1599 - } -} diff --git a/parser/testdata/00613_shard_distributed_max_execution_time/ast.json b/parser/testdata/00613_shard_distributed_max_execution_time/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00613_shard_distributed_max_execution_time/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00614_array_nullable/ast.json b/parser/testdata/00614_array_nullable/ast.json deleted file mode 100644 index 633675e025..0000000000 --- a/parser/testdata/00614_array_nullable/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001187012, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00614_shard_same_header_for_local_and_remote_node_in_distributed_query/ast.json b/parser/testdata/00614_shard_same_header_for_local_and_remote_node_in_distributed_query/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00614_shard_same_header_for_local_and_remote_node_in_distributed_query/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00615_nullable_alter_optimize/ast.json b/parser/testdata/00615_nullable_alter_optimize/ast.json deleted file mode 100644 index 83097fc2da..0000000000 --- a/parser/testdata/00615_nullable_alter_optimize/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00615 (children 1)" - }, - { - "explain": " Identifier test_00615" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001285897, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00616_final_single_part/ast.json b/parser/testdata/00616_final_single_part/ast.json deleted file mode 100644 index f0212ed0c9..0000000000 --- a/parser/testdata/00616_final_single_part/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001233848, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00617_array_in/ast.json b/parser/testdata/00617_array_in/ast.json deleted file mode 100644 index c4ef138126..0000000000 --- a/parser/testdata/00617_array_in/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_array_ops (children 1)" - }, - { - "explain": " Identifier test_array_ops" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001279648, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00618_nullable_in/ast.json b/parser/testdata/00618_nullable_in/ast.json deleted file mode 100644 index 4778226cad..0000000000 --- a/parser/testdata/00618_nullable_in/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'a'" - }, - { - "explain": " Literal 'a'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001246875, - "rows_read": 12, - "bytes_read": 454 - } -} diff --git a/parser/testdata/00619_extract/ast.json b/parser/testdata/00619_extract/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00619_extract/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00619_union_highlite/ast.json b/parser/testdata/00619_union_highlite/ast.json deleted file mode 100644 index 38c87ca82b..0000000000 --- a/parser/testdata/00619_union_highlite/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery union (children 1)" - }, - { - "explain": " Identifier union" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001138975, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00620_optimize_on_nonleader_replica_zookeeper/ast.json b/parser/testdata/00620_optimize_on_nonleader_replica_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00620_optimize_on_nonleader_replica_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00621_regression_for_in_operator/ast.json b/parser/testdata/00621_regression_for_in_operator/ast.json deleted file mode 100644 index b0e3a468be..0000000000 --- a/parser/testdata/00621_regression_for_in_operator/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery regression_for_in_operator_view (children 1)" - }, - { - "explain": " Identifier regression_for_in_operator_view" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001121794, - "rows_read": 2, - "bytes_read": 114 - } -} diff --git a/parser/testdata/00622_select_in_parens/ast.json b/parser/testdata/00622_select_in_parens/ast.json deleted file mode 100644 index 665ff0089e..0000000000 --- a/parser/testdata/00622_select_in_parens/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001179172, - "rows_read": 5, - "bytes_read": 177 - } -} diff --git a/parser/testdata/00623_in_partition_key/ast.json b/parser/testdata/00623_in_partition_key/ast.json deleted file mode 100644 index b2ccbf1b81..0000000000 --- a/parser/testdata/00623_in_partition_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test54378 (children 1)" - }, - { - "explain": " Identifier test54378" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001511713, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00623_replicated_truncate_table_zookeeper_long/ast.json b/parser/testdata/00623_replicated_truncate_table_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00623_replicated_truncate_table_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00623_truncate_all_tables/ast.json b/parser/testdata/00623_truncate_all_tables/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00623_truncate_all_tables/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00623_truncate_table/ast.json b/parser/testdata/00623_truncate_table/ast.json deleted file mode 100644 index 4ee04911fa..0000000000 --- a/parser/testdata/00623_truncate_table/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001290147, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00624_length_utf8/ast.json b/parser/testdata/00624_length_utf8/ast.json deleted file mode 100644 index fe8c2e2d8d..0000000000 --- a/parser/testdata/00624_length_utf8/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'привет пр' (alias x)" - }, - { - "explain": " Function lengthUTF8 (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001340059, - "rows_read": 8, - "bytes_read": 318 - } -} diff --git a/parser/testdata/00625_arrays_in_nested/ast.json b/parser/testdata/00625_arrays_in_nested/ast.json deleted file mode 100644 index 2e11d849e7..0000000000 --- a/parser/testdata/00625_arrays_in_nested/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nested (children 1)" - }, - { - "explain": " Identifier nested" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00147293, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00625_summing_merge_tree_merge/ast.json b/parser/testdata/00625_summing_merge_tree_merge/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00625_summing_merge_tree_merge/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00626_in_syntax/ast.json b/parser/testdata/00626_in_syntax/ast.json deleted file mode 100644 index be4ed88fe9..0000000000 --- a/parser/testdata/00626_in_syntax/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2)" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001477808, - "rows_read": 10, - "bytes_read": 406 - } -} diff --git a/parser/testdata/00626_replace_partition_from_table/ast.json b/parser/testdata/00626_replace_partition_from_table/ast.json deleted file mode 100644 index a2d027b7ea..0000000000 --- a/parser/testdata/00626_replace_partition_from_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery src (children 1)" - }, - { - "explain": " Identifier src" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001465219, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00627_recursive_alias/ast.json b/parser/testdata/00627_recursive_alias/ast.json deleted file mode 100644 index 48e66d887b..0000000000 --- a/parser/testdata/00627_recursive_alias/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy (alias x)" - }, - { - "explain": " Function plus (alias dummy) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Function identity (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001381207, - "rows_read": 24, - "bytes_read": 992 - } -} diff --git a/parser/testdata/00628_in_lambda_on_merge_table_bug/ast.json b/parser/testdata/00628_in_lambda_on_merge_table_bug/ast.json deleted file mode 100644 index 0546f0f5b7..0000000000 --- a/parser/testdata/00628_in_lambda_on_merge_table_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_in_tuple_1 (children 1)" - }, - { - "explain": " Identifier test_in_tuple_1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001607269, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00632_aggregation_window_funnel/ast.json b/parser/testdata/00632_aggregation_window_funnel/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00632_aggregation_window_funnel/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00632_get_sample_block_cache/ast.json b/parser/testdata/00632_get_sample_block_cache/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00632_get_sample_block_cache/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00633_func_or_in/ast.json b/parser/testdata/00633_func_or_in/ast.json deleted file mode 100644 index 86e7c32681..0000000000 --- a/parser/testdata/00633_func_or_in/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery orin_test (children 1)" - }, - { - "explain": " Identifier orin_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001150066, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00634_rename_view/ast.json b/parser/testdata/00634_rename_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00634_rename_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00635_shard_distinct_order_by/ast.json b/parser/testdata/00635_shard_distinct_order_by/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00635_shard_distinct_order_by/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00639_startsWith/ast.json b/parser/testdata/00639_startsWith/ast.json deleted file mode 100644 index 6fd689fe09..0000000000 --- a/parser/testdata/00639_startsWith/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function startsWith (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " Literal 'He'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['', 'H', 'He', 'Hellow', '3434', 'fffffffffdHe']" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001743014, - "rows_read": 19, - "bytes_read": 823 - } -} diff --git a/parser/testdata/00640_endsWith/ast.json b/parser/testdata/00640_endsWith/ast.json deleted file mode 100644 index cc62cbe22c..0000000000 --- a/parser/testdata/00640_endsWith/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function endsWith (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " Literal 'ow'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['', 'o', 'ow', 'Hellow', '3434', 'owfffffffdHe']" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001416866, - "rows_read": 19, - "bytes_read": 821 - } -} diff --git a/parser/testdata/00642_cast/ast.json b/parser/testdata/00642_cast/ast.json deleted file mode 100644 index 626aba9bea..0000000000 --- a/parser/testdata/00642_cast/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Enum8(\\'hello\\' = 1, \\'world\\' = 2)'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001710037, - "rows_read": 8, - "bytes_read": 316 - } -} diff --git a/parser/testdata/00643_cast_zookeeper_long/ast.json b/parser/testdata/00643_cast_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00643_cast_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00644_different_expressions_with_same_alias/ast.json b/parser/testdata/00644_different_expressions_with_same_alias/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00644_different_expressions_with_same_alias/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00645_date_time_input_format/ast.json b/parser/testdata/00645_date_time_input_format/ast.json deleted file mode 100644 index 64b512b356..0000000000 --- a/parser/testdata/00645_date_time_input_format/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery test_00645 (children 3)" - }, - { - "explain": " Identifier test_00645" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration d (children 1)" - }, - { - "explain": " DataType DateTime" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function Memory" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001553989, - "rows_read": 8, - "bytes_read": 287 - } -} diff --git a/parser/testdata/00646_weird_mmx/ast.json b/parser/testdata/00646_weird_mmx/ast.json deleted file mode 100644 index 4b7cc24229..0000000000 --- a/parser/testdata/00646_weird_mmx/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery weird_mmx (children 1)" - }, - { - "explain": " Identifier weird_mmx" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001438474, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00647_histogram/ast.json b/parser/testdata/00647_histogram/ast.json deleted file mode 100644 index 4019ead158..0000000000 --- a/parser/testdata/00647_histogram/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function histogram (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_20" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001718506, - "rows_read": 26, - "bytes_read": 1067 - } -} diff --git a/parser/testdata/00647_histogram_negative/ast.json b/parser/testdata/00647_histogram_negative/ast.json deleted file mode 100644 index e445255371..0000000000 --- a/parser/testdata/00647_histogram_negative/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery histogram (children 1)" - }, - { - "explain": " Identifier histogram" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001310797, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00647_multiply_aggregation_state/ast.json b/parser/testdata/00647_multiply_aggregation_state/ast.json deleted file mode 100644 index 96a9c7aec1..0000000000 --- a/parser/testdata/00647_multiply_aggregation_state/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001485922, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00647_select_numbers_with_offset/ast.json b/parser/testdata/00647_select_numbers_with_offset/ast.json deleted file mode 100644 index f459e5dde1..0000000000 --- a/parser/testdata/00647_select_numbers_with_offset/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001162502, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00648_replacing_empty_set_from_prewhere/ast.json b/parser/testdata/00648_replacing_empty_set_from_prewhere/ast.json deleted file mode 100644 index 0166bb31ca..0000000000 --- a/parser/testdata/00648_replacing_empty_set_from_prewhere/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery final_test (children 1)" - }, - { - "explain": " Identifier final_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001560772, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00649_quantile_tdigest_negative/ast.json b/parser/testdata/00649_quantile_tdigest_negative/ast.json deleted file mode 100644 index 46c21a73a4..0000000000 --- a/parser/testdata/00649_quantile_tdigest_negative/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantileTDigest (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Int64_-1, Int64_-2, Int64_-3]" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.5" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.00142094, - "rows_read": 11, - "bytes_read": 458 - } -} diff --git a/parser/testdata/00650_array_enumerate_uniq_with_tuples/ast.json b/parser/testdata/00650_array_enumerate_uniq_with_tuples/ast.json deleted file mode 100644 index ce1b2be163..0000000000 --- a/parser/testdata/00650_array_enumerate_uniq_with_tuples/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab_00650 (children 1)" - }, - { - "explain": " Identifier tab_00650" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001466608, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00653_monotonic_integer_cast/ast.json b/parser/testdata/00653_monotonic_integer_cast/ast.json deleted file mode 100644 index c8679c21c7..0000000000 --- a/parser/testdata/00653_monotonic_integer_cast/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_00653 (children 1)" - }, - { - "explain": " Identifier table_00653" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001144115, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00653_running_difference/ast.json b/parser/testdata/00653_running_difference/ast.json deleted file mode 100644 index b8aa0162a2..0000000000 --- a/parser/testdata/00653_running_difference/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001358504, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00660_optimize_final_without_partition/ast.json b/parser/testdata/00660_optimize_final_without_partition/ast.json deleted file mode 100644 index f383fb789c..0000000000 --- a/parser/testdata/00660_optimize_final_without_partition/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001335004, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00661_array_has_silviucpp/ast.json b/parser/testdata/00661_array_has_silviucpp/ast.json deleted file mode 100644 index 8690b1c358..0000000000 --- a/parser/testdata/00661_array_has_silviucpp/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery has_function (children 1)" - }, - { - "explain": " Identifier has_function" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001232592, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00661_optimize_final_replicated_without_partition_zookeeper/ast.json b/parser/testdata/00661_optimize_final_replicated_without_partition_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00661_optimize_final_replicated_without_partition_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00662_array_has_nullable/ast.json b/parser/testdata/00662_array_has_nullable/ast.json deleted file mode 100644 index 06133e7d5e..0000000000 --- a/parser/testdata/00662_array_has_nullable/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function has (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_['a', 'b']" - }, - { - "explain": " Literal 'a'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001325548, - "rows_read": 8, - "bytes_read": 289 - } -} diff --git a/parser/testdata/00662_has_nullable/ast.json b/parser/testdata/00662_has_nullable/ast.json deleted file mode 100644 index 59e3a2fa99..0000000000 --- a/parser/testdata/00662_has_nullable/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery 00662_has_nullable (children 1)" - }, - { - "explain": " Identifier 00662_has_nullable" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001154579, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/00663_tiny_log_empty_insert/ast.json b/parser/testdata/00663_tiny_log_empty_insert/ast.json deleted file mode 100644 index e872659632..0000000000 --- a/parser/testdata/00663_tiny_log_empty_insert/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery empty (children 1)" - }, - { - "explain": " Identifier empty" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001443712, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00664_cast_from_string_to_nullable/ast.json b/parser/testdata/00664_cast_from_string_to_nullable/ast.json deleted file mode 100644 index b8d77c47c7..0000000000 --- a/parser/testdata/00664_cast_from_string_to_nullable/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['', 'abc', '123', '123a', '-123']" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001414962, - "rows_read": 10, - "bytes_read": 417 - } -} diff --git a/parser/testdata/00665_alter_nullable_string_to_nullable_uint8/ast.json b/parser/testdata/00665_alter_nullable_string_to_nullable_uint8/ast.json deleted file mode 100644 index 320acf8fac..0000000000 --- a/parser/testdata/00665_alter_nullable_string_to_nullable_uint8/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_00665 (children 1)" - }, - { - "explain": " Identifier alter_00665" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001154758, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00666_uniq_complex_types/ast.json b/parser/testdata/00666_uniq_complex_types/ast.json deleted file mode 100644 index df3d7f23fd..0000000000 --- a/parser/testdata/00666_uniq_complex_types/ast.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal Array_['a']" - }, - { - "explain": " Literal Array_['a', 'b']" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 25, - - "statistics": - { - "elapsed": 0.001430357, - "rows_read": 25, - "bytes_read": 1069 - } -} diff --git a/parser/testdata/00667_compare_arrays_of_different_types/ast.json b/parser/testdata/00667_compare_arrays_of_different_types/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00667_compare_arrays_of_different_types/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00668_compare_arrays_silviucpp/ast.json b/parser/testdata/00668_compare_arrays_silviucpp/ast.json deleted file mode 100644 index 26140e1d8e..0000000000 --- a/parser/testdata/00668_compare_arrays_silviucpp/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery array (children 1)" - }, - { - "explain": " Identifier array" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001139857, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00670_truncate_temporary_table/ast.json b/parser/testdata/00670_truncate_temporary_table/ast.json deleted file mode 100644 index 1db6728ca8..0000000000 --- a/parser/testdata/00670_truncate_temporary_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00670 (children 1)" - }, - { - "explain": " Identifier test_00670" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001370996, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00671_max_intersections/ast.json b/parser/testdata/00671_max_intersections/ast.json deleted file mode 100644 index fcac3494be..0000000000 --- a/parser/testdata/00671_max_intersections/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1_00671 (children 1)" - }, - { - "explain": " Identifier test1_00671" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001223738, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00672_arrayDistinct/ast.json b/parser/testdata/00672_arrayDistinct/ast.json deleted file mode 100644 index 65f8eaf1a0..0000000000 --- a/parser/testdata/00672_arrayDistinct/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayDistinct (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3]" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001229942, - "rows_read": 7, - "bytes_read": 294 - } -} diff --git a/parser/testdata/00673_subquery_prepared_set_performance/ast.json b/parser/testdata/00673_subquery_prepared_set_performance/ast.json deleted file mode 100644 index ea07ceaa59..0000000000 --- a/parser/testdata/00673_subquery_prepared_set_performance/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mergetree_00673 (children 1)" - }, - { - "explain": " Identifier mergetree_00673" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001307853, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00674_has_array_enum/ast.json b/parser/testdata/00674_has_array_enum/ast.json deleted file mode 100644 index 40f071d5d2..0000000000 --- a/parser/testdata/00674_has_array_enum/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function has (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Literal 'Enum8(\\'hello\\' = 1, \\'world\\' = 2, \\'abc\\' = 10)'" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001411144, - "rows_read": 22, - "bytes_read": 935 - } -} diff --git a/parser/testdata/00674_join_on_syntax/ast.json b/parser/testdata/00674_join_on_syntax/ast.json deleted file mode 100644 index 0eff7cfd2f..0000000000 --- a/parser/testdata/00674_join_on_syntax/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001381903, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00675_shard_remote_with_table_function/ast.json b/parser/testdata/00675_shard_remote_with_table_function/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00675_shard_remote_with_table_function/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00676_group_by_in/ast.json b/parser/testdata/00676_group_by_in/ast.json deleted file mode 100644 index 9cde471128..0000000000 --- a/parser/testdata/00676_group_by_in/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function in (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001170838, - "rows_read": 12, - "bytes_read": 423 - } -} diff --git a/parser/testdata/00677_shard_any_heavy_merge/ast.json b/parser/testdata/00677_shard_any_heavy_merge/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00677_shard_any_heavy_merge/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00678_murmurhash/ast.json b/parser/testdata/00678_murmurhash/ast.json deleted file mode 100644 index f8d8023287..0000000000 --- a/parser/testdata/00678_murmurhash/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function murmurHash2_32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_123456" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001583032, - "rows_read": 7, - "bytes_read": 272 - } -} diff --git a/parser/testdata/00678_shard_funnel_window/ast.json b/parser/testdata/00678_shard_funnel_window/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00678_shard_funnel_window/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00679_replace_asterisk/ast.json b/parser/testdata/00679_replace_asterisk/ast.json deleted file mode 100644 index f46b1f5de7..0000000000 --- a/parser/testdata/00679_replace_asterisk/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001671906, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00679_uuid_in_key/ast.json b/parser/testdata/00679_uuid_in_key/ast.json deleted file mode 100644 index 2585cf83e5..0000000000 --- a/parser/testdata/00679_uuid_in_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery uuid (children 1)" - }, - { - "explain": " Identifier uuid" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00121459, - "rows_read": 2, - "bytes_read": 61 - } -} diff --git a/parser/testdata/00680_duplicate_columns_inside_union_all/ast.json b/parser/testdata/00680_duplicate_columns_inside_union_all/ast.json deleted file mode 100644 index 12bc1f35fd..0000000000 --- a/parser/testdata/00680_duplicate_columns_inside_union_all/ast.json +++ /dev/null @@ -1,157 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Literal UInt64_2 (alias y)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3 (alias x)" - }, - { - "explain": " Literal UInt64_4 (alias y)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier y" - } - ], - - "rows": 45, - - "statistics": - { - "elapsed": 0.001740384, - "rows_read": 45, - "bytes_read": 1934 - } -} diff --git a/parser/testdata/00681_duplicate_columns_inside_union_all_stas_sviridov/ast.json b/parser/testdata/00681_duplicate_columns_inside_union_all_stas_sviridov/ast.json deleted file mode 100644 index 30358e8c83..0000000000 --- a/parser/testdata/00681_duplicate_columns_inside_union_all_stas_sviridov/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00681 (children 1)" - }, - { - "explain": " Identifier test_00681" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00100034, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00685_output_format_json_escape_forward_slashes/ast.json b/parser/testdata/00685_output_format_json_escape_forward_slashes/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00685_output_format_json_escape_forward_slashes/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00687_insert_into_mv/ast.json b/parser/testdata/00687_insert_into_mv/ast.json deleted file mode 100644 index 0a821292e0..0000000000 --- a/parser/testdata/00687_insert_into_mv/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00687 (children 1)" - }, - { - "explain": " Identifier test_00687" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000994697, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00688_aggregation_retention/ast.json b/parser/testdata/00688_aggregation_retention/ast.json deleted file mode 100644 index cee646d745..0000000000 --- a/parser/testdata/00688_aggregation_retention/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery retention_test (children 1)" - }, - { - "explain": " Identifier retention_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001216029, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00688_case_without_else/ast.json b/parser/testdata/00688_case_without_else/ast.json deleted file mode 100644 index e59a39b066..0000000000 --- a/parser/testdata/00688_case_without_else/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00688 (children 1)" - }, - { - "explain": " Identifier test_00688" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001307114, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00688_low_cardinality_alter_add_column/ast.json b/parser/testdata/00688_low_cardinality_alter_add_column/ast.json deleted file mode 100644 index 1f2065de65..0000000000 --- a/parser/testdata/00688_low_cardinality_alter_add_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery cardinality (children 1)" - }, - { - "explain": " Identifier cardinality" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001031167, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00688_low_cardinality_defaults/ast.json b/parser/testdata/00688_low_cardinality_defaults/ast.json deleted file mode 100644 index 20c84d6fed..0000000000 --- a/parser/testdata/00688_low_cardinality_defaults/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toLowCardinality (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier val" - }, - { - "explain": " Literal 'UInt64'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias val) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['1']" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001032767, - "rows_read": 21, - "bytes_read": 877 - } -} diff --git a/parser/testdata/00688_low_cardinality_dictionary_deserialization/ast.json b/parser/testdata/00688_low_cardinality_dictionary_deserialization/ast.json deleted file mode 100644 index 7a4fd05421..0000000000 --- a/parser/testdata/00688_low_cardinality_dictionary_deserialization/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery lc_dict_reading (children 1)" - }, - { - "explain": " Identifier lc_dict_reading" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001199466, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00688_low_cardinality_in/ast.json b/parser/testdata/00688_low_cardinality_in/ast.json deleted file mode 100644 index 624080ecce..0000000000 --- a/parser/testdata/00688_low_cardinality_in/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000978499, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00688_low_cardinality_nullable_cast/ast.json b/parser/testdata/00688_low_cardinality_nullable_cast/ast.json deleted file mode 100644 index 69d9a9a7a2..0000000000 --- a/parser/testdata/00688_low_cardinality_nullable_cast/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001175879, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00688_low_cardinality_prewhere/ast.json b/parser/testdata/00688_low_cardinality_prewhere/ast.json deleted file mode 100644 index ac280512d3..0000000000 --- a/parser/testdata/00688_low_cardinality_prewhere/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery lc_prewhere (children 1)" - }, - { - "explain": " Identifier lc_prewhere" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001361055, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00688_low_cardinality_serialization/ast.json b/parser/testdata/00688_low_cardinality_serialization/ast.json deleted file mode 100644 index d6872bbf5a..0000000000 --- a/parser/testdata/00688_low_cardinality_serialization/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'NativeReader'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001241504, - "rows_read": 5, - "bytes_read": 183 - } -} diff --git a/parser/testdata/00688_low_cardinality_syntax/ast.json b/parser/testdata/00688_low_cardinality_syntax/ast.json deleted file mode 100644 index 3c92eb9b59..0000000000 --- a/parser/testdata/00688_low_cardinality_syntax/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001369762, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00689_join_table_function/ast.json b/parser/testdata/00689_join_table_function/ast.json deleted file mode 100644 index fa1b9d6263..0000000000 --- a/parser/testdata/00689_join_table_function/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (alias b) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a.number" - }, - { - "explain": " Identifier b.number" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier a.number" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001313124, - "rows_read": 24, - "bytes_read": 948 - } -} diff --git a/parser/testdata/00691_array_distinct/ast.json b/parser/testdata/00691_array_distinct/ast.json deleted file mode 100644 index ffff0a6782..0000000000 --- a/parser/testdata/00691_array_distinct/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayDistinct (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001608761, - "rows_read": 23, - "bytes_read": 940 - } -} diff --git a/parser/testdata/00692_if_exception_code/ast.json b/parser/testdata/00692_if_exception_code/ast.json deleted file mode 100644 index 7edc635320..0000000000 --- a/parser/testdata/00692_if_exception_code/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001175111, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00693_max_block_size_system_tables_columns/ast.json b/parser/testdata/00693_max_block_size_system_tables_columns/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00693_max_block_size_system_tables_columns/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00695_pretty_max_column_pad_width/ast.json b/parser/testdata/00695_pretty_max_column_pad_width/ast.json deleted file mode 100644 index e265e8f797..0000000000 --- a/parser/testdata/00695_pretty_max_column_pad_width/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00105676, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00696_system_columns_limit/ast.json b/parser/testdata/00696_system_columns_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00696_system_columns_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00697_in_subquery_shard/ast.json b/parser/testdata/00697_in_subquery_shard/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00697_in_subquery_shard/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00698_validate_array_sizes_for_nested/ast.json b/parser/testdata/00698_validate_array_sizes_for_nested/ast.json deleted file mode 100644 index 4c4c6ea2f9..0000000000 --- a/parser/testdata/00698_validate_array_sizes_for_nested/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000935214, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00698_validate_array_sizes_for_nested_kshvakov/ast.json b/parser/testdata/00698_validate_array_sizes_for_nested_kshvakov/ast.json deleted file mode 100644 index 42b44b8585..0000000000 --- a/parser/testdata/00698_validate_array_sizes_for_nested_kshvakov/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001123606, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00700_decimal_aggregates/ast.json b/parser/testdata/00700_decimal_aggregates/ast.json deleted file mode 100644 index e30b1f05d4..0000000000 --- a/parser/testdata/00700_decimal_aggregates/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001099425, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_arithm/ast.json b/parser/testdata/00700_decimal_arithm/ast.json deleted file mode 100644 index e4f0555057..0000000000 --- a/parser/testdata/00700_decimal_arithm/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00113477, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_array_functions/ast.json b/parser/testdata/00700_decimal_array_functions/ast.json deleted file mode 100644 index ee076193c0..0000000000 --- a/parser/testdata/00700_decimal_array_functions/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayDifference (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_0" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_1" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001002594, - "rows_read": 19, - "bytes_read": 765 - } -} diff --git a/parser/testdata/00700_decimal_bounds/ast.json b/parser/testdata/00700_decimal_bounds/ast.json deleted file mode 100644 index f787a45914..0000000000 --- a/parser/testdata/00700_decimal_bounds/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001310927, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_casts/ast.json b/parser/testdata/00700_decimal_casts/ast.json deleted file mode 100644 index fe8ce3b80b..0000000000 --- a/parser/testdata/00700_decimal_casts/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1.1'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1.1'" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1.1'" - }, - { - "explain": " Literal UInt64_8" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001169272, - "rows_read": 16, - "bytes_read": 575 - } -} diff --git a/parser/testdata/00700_decimal_casts_2/ast.json b/parser/testdata/00700_decimal_casts_2/ast.json deleted file mode 100644 index 07448a398c..0000000000 --- a/parser/testdata/00700_decimal_casts_2/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function toDecimal128 (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1234567890'" - }, - { - "explain": " Literal UInt64_28" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_29" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1234567890'" - }, - { - "explain": " Literal UInt64_28" - }, - { - "explain": " Literal UInt64_29" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001328942, - "rows_read": 19, - "bytes_read": 729 - } -} diff --git a/parser/testdata/00700_decimal_compare/ast.json b/parser/testdata/00700_decimal_compare/ast.json deleted file mode 100644 index e4f9e87d1e..0000000000 --- a/parser/testdata/00700_decimal_compare/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00099215, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_complex_types/ast.json b/parser/testdata/00700_decimal_complex_types/ast.json deleted file mode 100644 index 9d1733b3e2..0000000000 --- a/parser/testdata/00700_decimal_complex_types/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001078482, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_defaults/ast.json b/parser/testdata/00700_decimal_defaults/ast.json deleted file mode 100644 index 4bdc653973..0000000000 --- a/parser/testdata/00700_decimal_defaults/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001041266, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_empty_aggregates/ast.json b/parser/testdata/00700_decimal_empty_aggregates/ast.json deleted file mode 100644 index 6dc482a99e..0000000000 --- a/parser/testdata/00700_decimal_empty_aggregates/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000983587, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_formats/ast.json b/parser/testdata/00700_decimal_formats/ast.json deleted file mode 100644 index 222276cc48..0000000000 --- a/parser/testdata/00700_decimal_formats/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001035301, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_gathers/ast.json b/parser/testdata/00700_decimal_gathers/ast.json deleted file mode 100644 index ddeb5916cf..0000000000 --- a/parser/testdata/00700_decimal_gathers/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_2" - }, - { - "explain": " Literal 'Decimal(9,3)'" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_1" - }, - { - "explain": " Literal 'Decimal(9,3)'" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001131618, - "rows_read": 23, - "bytes_read": 941 - } -} diff --git a/parser/testdata/00700_decimal_in_keys/ast.json b/parser/testdata/00700_decimal_in_keys/ast.json deleted file mode 100644 index 035ea3bfc8..0000000000 --- a/parser/testdata/00700_decimal_in_keys/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001189775, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_math/ast.json b/parser/testdata/00700_decimal_math/ast.json deleted file mode 100644 index 2ff01cdaa9..0000000000 --- a/parser/testdata/00700_decimal_math/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function toDecimal32 (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '42.42'" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function toDecimal32 (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function log (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function exp (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_6" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001108488, - "rows_read": 20, - "bytes_read": 755 - } -} diff --git a/parser/testdata/00700_decimal_null/ast.json b/parser/testdata/00700_decimal_null/ast.json deleted file mode 100644 index eab19a78df..0000000000 --- a/parser/testdata/00700_decimal_null/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001118402, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_decimal_round/ast.json b/parser/testdata/00700_decimal_round/ast.json deleted file mode 100644 index 0765cca6ef..0000000000 --- a/parser/testdata/00700_decimal_round/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 7)" - }, - { - "explain": " Function toDecimal32 (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_12345.6789" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_5" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001006645, - "rows_read": 31, - "bytes_read": 1094 - } -} diff --git a/parser/testdata/00700_decimal_with_default_precision_and_scale/ast.json b/parser/testdata/00700_decimal_with_default_precision_and_scale/ast.json deleted file mode 100644 index 52919b7a1d..0000000000 --- a/parser/testdata/00700_decimal_with_default_precision_and_scale/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal (children 1)" - }, - { - "explain": " Identifier decimal" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001266029, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00700_to_decimal_or_something/ast.json b/parser/testdata/00700_to_decimal_or_something/ast.json deleted file mode 100644 index bbca5407e4..0000000000 --- a/parser/testdata/00700_to_decimal_or_something/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function toDecimal32OrZero (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1.1'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toDecimal32OrZero (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1.1'" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function toDecimal32OrZero (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1.1'" - }, - { - "explain": " Literal UInt64_8" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001144277, - "rows_read": 16, - "bytes_read": 593 - } -} diff --git a/parser/testdata/00701_context_use_after_free/ast.json b/parser/testdata/00701_context_use_after_free/ast.json deleted file mode 100644 index e52bfef9eb..0000000000 --- a/parser/testdata/00701_context_use_after_free/ast.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '1'" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2'" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1'" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2'" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 28, - - "statistics": - { - "elapsed": 0.001066477, - "rows_read": 28, - "bytes_read": 1120 - } -} diff --git a/parser/testdata/00701_join_default_strictness/ast.json b/parser/testdata/00701_join_default_strictness/ast.json deleted file mode 100644 index c19fb67ef0..0000000000 --- a/parser/testdata/00701_join_default_strictness/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery a1 (children 1)" - }, - { - "explain": " Identifier a1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000988396, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00701_rollup/ast.json b/parser/testdata/00701_rollup/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00701_rollup/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00702_join_on_dups/ast.json b/parser/testdata/00702_join_on_dups/ast.json deleted file mode 100644 index 2fd3438815..0000000000 --- a/parser/testdata/00702_join_on_dups/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery X (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000983641, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00702_join_with_using/ast.json b/parser/testdata/00702_join_with_using/ast.json deleted file mode 100644 index 2ce81ddf19..0000000000 --- a/parser/testdata/00702_join_with_using/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery using1 (children 1)" - }, - { - "explain": " Identifier using1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001108141, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00702_join_with_using_dups/ast.json b/parser/testdata/00702_join_with_using_dups/ast.json deleted file mode 100644 index c966edc9e9..0000000000 --- a/parser/testdata/00702_join_with_using_dups/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery X (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001065457, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00702_where_with_quailified_names/ast.json b/parser/testdata/00702_where_with_quailified_names/ast.json deleted file mode 100644 index 45a65f2435..0000000000 --- a/parser/testdata/00702_where_with_quailified_names/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery where_qualified (children 1)" - }, - { - "explain": " Identifier where_qualified" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001401823, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00703_join_crash/ast.json b/parser/testdata/00703_join_crash/ast.json deleted file mode 100644 index b7b37c5da4..0000000000 --- a/parser/testdata/00703_join_crash/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab1 (children 1)" - }, - { - "explain": " Identifier tab1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001077986, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00704_arrayCumSumLimited_arrayDifference/ast.json b/parser/testdata/00704_arrayCumSumLimited_arrayDifference/ast.json deleted file mode 100644 index b035b741e1..0000000000 --- a/parser/testdata/00704_arrayCumSumLimited_arrayDifference/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000902583, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00705_aggregate_states_addition/ast.json b/parser/testdata/00705_aggregate_states_addition/ast.json deleted file mode 100644 index fd814770bc..0000000000 --- a/parser/testdata/00705_aggregate_states_addition/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001124711, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00706_iso_week_and_day_of_year/ast.json b/parser/testdata/00706_iso_week_and_day_of_year/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00706_iso_week_and_day_of_year/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00707_float_csv_delimiter/ast.json b/parser/testdata/00707_float_csv_delimiter/ast.json deleted file mode 100644 index 3308b1390a..0000000000 --- a/parser/testdata/00707_float_csv_delimiter/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00707 (children 1)" - }, - { - "explain": " Identifier test_00707" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001054198, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00709_virtual_column_partition_id/ast.json b/parser/testdata/00709_virtual_column_partition_id/ast.json deleted file mode 100644 index 1a702c7171..0000000000 --- a/parser/testdata/00709_virtual_column_partition_id/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery partition_id (children 1)" - }, - { - "explain": " Identifier partition_id" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001040986, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00710_array_enumerate_dense/ast.json b/parser/testdata/00710_array_enumerate_dense/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00710_array_enumerate_dense/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00711_array_enumerate_variants/ast.json b/parser/testdata/00711_array_enumerate_variants/ast.json deleted file mode 100644 index f5885b2253..0000000000 --- a/parser/testdata/00711_array_enumerate_variants/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayEnumerateUniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3, UInt64_1, UInt64_2]" - }, - { - "explain": " Function arrayEnumerateDense (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3, UInt64_1, UInt64_2]" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.000891382, - "rows_read": 10, - "bytes_read": 490 - } -} diff --git a/parser/testdata/00712_nan_comparison/ast.json b/parser/testdata/00712_nan_comparison/ast.json deleted file mode 100644 index 3ad3e54f53..0000000000 --- a/parser/testdata/00712_nan_comparison/ast.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function notEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function lessOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 40, - - "statistics": - { - "elapsed": 0.001634908, - "rows_read": 40, - "bytes_read": 1546 - } -} diff --git a/parser/testdata/00712_prewhere_with_alias/ast.json b/parser/testdata/00712_prewhere_with_alias/ast.json deleted file mode 100644 index 5ffd629fa2..0000000000 --- a/parser/testdata/00712_prewhere_with_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery prewhere_alias (children 1)" - }, - { - "explain": " Identifier prewhere_alias" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001540611, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00712_prewhere_with_alias_and_virtual_column/ast.json b/parser/testdata/00712_prewhere_with_alias_and_virtual_column/ast.json deleted file mode 100644 index 97c82ba78e..0000000000 --- a/parser/testdata/00712_prewhere_with_alias_and_virtual_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab_00712_1 (children 1)" - }, - { - "explain": " Identifier tab_00712_1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001084355, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00712_prewhere_with_alias_bug/ast.json b/parser/testdata/00712_prewhere_with_alias_bug/ast.json deleted file mode 100644 index f103834f7a..0000000000 --- a/parser/testdata/00712_prewhere_with_alias_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery prewhere_alias (children 1)" - }, - { - "explain": " Identifier prewhere_alias" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001392267, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00712_prewhere_with_alias_bug_2/ast.json b/parser/testdata/00712_prewhere_with_alias_bug_2/ast.json deleted file mode 100644 index 9ee921dae0..0000000000 --- a/parser/testdata/00712_prewhere_with_alias_bug_2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table (children 1)" - }, - { - "explain": " Identifier table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001059862, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00712_prewhere_with_final/ast.json b/parser/testdata/00712_prewhere_with_final/ast.json deleted file mode 100644 index 94e2eae265..0000000000 --- a/parser/testdata/00712_prewhere_with_final/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery trepl (children 1)" - }, - { - "explain": " Identifier trepl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001374667, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00712_prewhere_with_missing_columns/ast.json b/parser/testdata/00712_prewhere_with_missing_columns/ast.json deleted file mode 100644 index 09e0842bc9..0000000000 --- a/parser/testdata/00712_prewhere_with_missing_columns/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mergetree_00712 (children 1)" - }, - { - "explain": " Identifier mergetree_00712" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001040591, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00712_prewhere_with_missing_columns_2/ast.json b/parser/testdata/00712_prewhere_with_missing_columns_2/ast.json deleted file mode 100644 index 02c4a008b8..0000000000 --- a/parser/testdata/00712_prewhere_with_missing_columns_2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00712_1 (children 1)" - }, - { - "explain": " Identifier t_00712_1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001132854, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00712_prewhere_with_sampling/ast.json b/parser/testdata/00712_prewhere_with_sampling/ast.json deleted file mode 100644 index fe0f96a2de..0000000000 --- a/parser/testdata/00712_prewhere_with_sampling/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab_00712_2 (children 1)" - }, - { - "explain": " Identifier tab_00712_2" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001086783, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00712_prewhere_with_sampling_and_alias/ast.json b/parser/testdata/00712_prewhere_with_sampling_and_alias/ast.json deleted file mode 100644 index 0e03095e01..0000000000 --- a/parser/testdata/00712_prewhere_with_sampling_and_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00712_2 (children 1)" - }, - { - "explain": " Identifier t_00712_2" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001140518, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00713_collapsing_merge_tree/ast.json b/parser/testdata/00713_collapsing_merge_tree/ast.json deleted file mode 100644 index 4380a2f780..0000000000 --- a/parser/testdata/00713_collapsing_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery collapsing (children 1)" - }, - { - "explain": " Identifier collapsing" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000990802, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00714_alter_uuid/ast.json b/parser/testdata/00714_alter_uuid/ast.json deleted file mode 100644 index d3f1ca369b..0000000000 --- a/parser/testdata/00714_alter_uuid/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '00000000-0000-01f8-9cb8-cb1b82fb3900' (alias str)" - }, - { - "explain": " Function toUUID (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier str" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001393259, - "rows_read": 8, - "bytes_read": 327 - } -} diff --git a/parser/testdata/00714_create_temporary_table_with_in_clause/ast.json b/parser/testdata/00714_create_temporary_table_with_in_clause/ast.json deleted file mode 100644 index 64c4e1725e..0000000000 --- a/parser/testdata/00714_create_temporary_table_with_in_clause/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery temporary_table (children 1)" - }, - { - "explain": " Identifier temporary_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001018152, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00715_bounding_ratio/ast.json b/parser/testdata/00715_bounding_ratio/ast.json deleted file mode 100644 index 55802b3939..0000000000 --- a/parser/testdata/00715_bounding_ratio/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery rate_test (children 1)" - }, - { - "explain": " Identifier rate_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001124993, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00715_bounding_ratio_merge_empty/ast.json b/parser/testdata/00715_bounding_ratio_merge_empty/ast.json deleted file mode 100644 index bdaa89c5c5..0000000000 --- a/parser/testdata/00715_bounding_ratio_merge_empty/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery rate_test (children 1)" - }, - { - "explain": " Identifier rate_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001128656, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00716_allow_ddl/ast.json b/parser/testdata/00716_allow_ddl/ast.json deleted file mode 100644 index d143f642eb..0000000000 --- a/parser/testdata/00716_allow_ddl/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001015995, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00717_default_join_type/ast.json b/parser/testdata/00717_default_join_type/ast.json deleted file mode 100644 index 67ad0b02c8..0000000000 --- a/parser/testdata/00717_default_join_type/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery default_join1 (children 1)" - }, - { - "explain": " Identifier default_join1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001021703, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/00717_low_cardinaliry_distributed_group_by/ast.json b/parser/testdata/00717_low_cardinaliry_distributed_group_by/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00717_low_cardinaliry_distributed_group_by/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00717_low_cardinaliry_group_by/ast.json b/parser/testdata/00717_low_cardinaliry_group_by/ast.json deleted file mode 100644 index 869db9edc9..0000000000 --- a/parser/testdata/00717_low_cardinaliry_group_by/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab_00717 (children 1)" - }, - { - "explain": " Identifier tab_00717" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001180562, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00717_merge_and_distributed/ast.json b/parser/testdata/00717_merge_and_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00717_merge_and_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00718_format_datetime/ast.json b/parser/testdata/00718_format_datetime/ast.json deleted file mode 100644 index 1f1928db26..0000000000 --- a/parser/testdata/00718_format_datetime/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00129846, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00718_format_datetime_1/ast.json b/parser/testdata/00718_format_datetime_1/ast.json deleted file mode 100644 index dceddc99c3..0000000000 --- a/parser/testdata/00718_format_datetime_1/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function formatDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime64 (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal '1900-01-01 00:00:00.000'" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal 'UTC'" - }, - { - "explain": " Literal '%F %T.%f'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001273472, - "rows_read": 12, - "bytes_read": 469 - } -} diff --git a/parser/testdata/00718_low_cardinaliry_alter/ast.json b/parser/testdata/00718_low_cardinaliry_alter/ast.json deleted file mode 100644 index 4695842e29..0000000000 --- a/parser/testdata/00718_low_cardinaliry_alter/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001406185, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00719_format_datetime_f_varsize_bug/ast.json b/parser/testdata/00719_format_datetime_f_varsize_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00719_format_datetime_f_varsize_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00719_format_datetime_rand/ast.json b/parser/testdata/00719_format_datetime_rand/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00719_format_datetime_rand/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00720_combinations_of_aggregate_combinators/ast.json b/parser/testdata/00720_combinations_of_aggregate_combinators/ast.json deleted file mode 100644 index f6785c331f..0000000000 --- a/parser/testdata/00720_combinations_of_aggregate_combinators/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumForEachArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[UInt64_1], Array_[UInt64_2]]" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001087791, - "rows_read": 7, - "bytes_read": 302 - } -} diff --git a/parser/testdata/00720_with_cube/ast.json b/parser/testdata/00720_with_cube/ast.json deleted file mode 100644 index 094dc418c4..0000000000 --- a/parser/testdata/00720_with_cube/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery cube (children 1)" - }, - { - "explain": " Identifier cube" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001008939, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00721_force_by_identical_result_after_merge_zookeeper_long/ast.json b/parser/testdata/00721_force_by_identical_result_after_merge_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00721_force_by_identical_result_after_merge_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00722_inner_join/ast.json b/parser/testdata/00722_inner_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00722_inner_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00723_remerge_sort/ast.json b/parser/testdata/00723_remerge_sort/ast.json deleted file mode 100644 index df43b278dc..0000000000 --- a/parser/testdata/00723_remerge_sort/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_2000000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_10000" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.001392392, - "rows_read": 35, - "bytes_read": 1586 - } -} diff --git a/parser/testdata/00724_insert_values_datetime_conversion/ast.json b/parser/testdata/00724_insert_values_datetime_conversion/ast.json deleted file mode 100644 index 861543708e..0000000000 --- a/parser/testdata/00724_insert_values_datetime_conversion/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00724 (children 1)" - }, - { - "explain": " Identifier test_00724" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000985371, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00725_comment_columns_long/ast.json b/parser/testdata/00725_comment_columns_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00725_comment_columns_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00725_ipv4_ipv6_domains/ast.json b/parser/testdata/00725_ipv4_ipv6_domains/ast.json deleted file mode 100644 index 0d66d19f4c..0000000000 --- a/parser/testdata/00725_ipv4_ipv6_domains/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ipv4_test (children 1)" - }, - { - "explain": " Identifier ipv4_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001130826, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00725_join_on_bug_1/ast.json b/parser/testdata/00725_join_on_bug_1/ast.json deleted file mode 100644 index 3db474b60d..0000000000 --- a/parser/testdata/00725_join_on_bug_1/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery a1 (children 1)" - }, - { - "explain": " Identifier a1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00094043, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00725_join_on_bug_2/ast.json b/parser/testdata/00725_join_on_bug_2/ast.json deleted file mode 100644 index 3d91b1c5d0..0000000000 --- a/parser/testdata/00725_join_on_bug_2/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001017732, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00725_join_on_bug_3/ast.json b/parser/testdata/00725_join_on_bug_3/ast.json deleted file mode 100644 index 29220fbeca..0000000000 --- a/parser/testdata/00725_join_on_bug_3/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00725_3 (children 1)" - }, - { - "explain": " Identifier t_00725_3" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00098925, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00725_join_on_bug_4/ast.json b/parser/testdata/00725_join_on_bug_4/ast.json deleted file mode 100644 index b6d367c2e5..0000000000 --- a/parser/testdata/00725_join_on_bug_4/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00725_4 (children 1)" - }, - { - "explain": " Identifier t_00725_4" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001018788, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00725_memory_tracking/ast.json b/parser/testdata/00725_memory_tracking/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00725_memory_tracking/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00725_quantiles_shard/ast.json b/parser/testdata/00725_quantiles_shard/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00725_quantiles_shard/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00726_length_aliases/ast.json b/parser/testdata/00726_length_aliases/ast.json deleted file mode 100644 index 63810ecec2..0000000000 --- a/parser/testdata/00726_length_aliases/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function LENGTH (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'корова'" - }, - { - "explain": " Function CHAR_LENGTH (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'ворона'" - }, - { - "explain": " Function CHARACTER_LENGTH (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'фейхоа'" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001183514, - "rows_read": 13, - "bytes_read": 512 - } -} diff --git a/parser/testdata/00726_materialized_view_concurrent/ast.json b/parser/testdata/00726_materialized_view_concurrent/ast.json deleted file mode 100644 index 32467830e9..0000000000 --- a/parser/testdata/00726_materialized_view_concurrent/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery src_00726 (children 1)" - }, - { - "explain": " Identifier src_00726" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001136545, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00726_modulo_for_date/ast.json b/parser/testdata/00726_modulo_for_date/ast.json deleted file mode 100644 index dd9dde04db..0000000000 --- a/parser/testdata/00726_modulo_for_date/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2018-06-21'" - }, - { - "explain": " Literal UInt64_234" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUInt16 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2018-06-21'" - }, - { - "explain": " Literal UInt64_234" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001018434, - "rows_read": 20, - "bytes_read": 813 - } -} diff --git a/parser/testdata/00727_concat/ast.json b/parser/testdata/00727_concat/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00727_concat/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00729_prewhere_array_join/ast.json b/parser/testdata/00729_prewhere_array_join/ast.json deleted file mode 100644 index ba70699155..0000000000 --- a/parser/testdata/00729_prewhere_array_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001478529, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00730_unicode_terminal_format/ast.json b/parser/testdata/00730_unicode_terminal_format/ast.json deleted file mode 100644 index 0034b6a975..0000000000 --- a/parser/testdata/00730_unicode_terminal_format/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001044457, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00732_base64_functions/ast.json b/parser/testdata/00732_base64_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00732_base64_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00732_decimal_summing_merge_tree/ast.json b/parser/testdata/00732_decimal_summing_merge_tree/ast.json deleted file mode 100644 index ab1827a9ac..0000000000 --- a/parser/testdata/00732_decimal_summing_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery decimal_sum (children 1)" - }, - { - "explain": " Identifier decimal_sum" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001148066, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00732_quorum_insert_have_data_before_quorum_zookeeper_long/ast.json b/parser/testdata/00732_quorum_insert_have_data_before_quorum_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00732_quorum_insert_have_data_before_quorum_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00732_quorum_insert_lost_part_and_alive_part_zookeeper_long/ast.json b/parser/testdata/00732_quorum_insert_lost_part_and_alive_part_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00732_quorum_insert_lost_part_and_alive_part_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00732_quorum_insert_lost_part_zookeeper_long/ast.json b/parser/testdata/00732_quorum_insert_lost_part_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00732_quorum_insert_lost_part_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long/ast.json b/parser/testdata/00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00732_quorum_insert_simple_test_1_parts_zookeeper_long/ast.json b/parser/testdata/00732_quorum_insert_simple_test_1_parts_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00732_quorum_insert_simple_test_1_parts_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00732_quorum_insert_simple_test_2_parts_zookeeper_long/ast.json b/parser/testdata/00732_quorum_insert_simple_test_2_parts_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00732_quorum_insert_simple_test_2_parts_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00733_if_datetime/ast.json b/parser/testdata/00733_if_datetime/ast.json deleted file mode 100644 index 3664bb5c6f..0000000000 --- a/parser/testdata/00733_if_datetime/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2000-01-01 00:00:00'" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2001-02-03 04:05:06'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001109087, - "rows_read": 22, - "bytes_read": 892 - } -} diff --git a/parser/testdata/00734_timeslot/ast.json b/parser/testdata/00734_timeslot/ast.json deleted file mode 100644 index 7ff5f9bf91..0000000000 --- a/parser/testdata/00734_timeslot/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function timeSlot (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2000-01-02 03:04:05'" - }, - { - "explain": " Literal 'UTC'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001282468, - "rows_read": 10, - "bytes_read": 393 - } -} diff --git a/parser/testdata/00735_long_conditional/ast.json b/parser/testdata/00735_long_conditional/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00735_long_conditional/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00735_or_expr_optimize_bug/ast.json b/parser/testdata/00735_or_expr_optimize_bug/ast.json deleted file mode 100644 index bfb1f878fb..0000000000 --- a/parser/testdata/00735_or_expr_optimize_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery or_expr_bug (children 1)" - }, - { - "explain": " Identifier or_expr_bug" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001288478, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00736_disjunction_optimisation/ast.json b/parser/testdata/00736_disjunction_optimisation/ast.json deleted file mode 100644 index 2c06213bda..0000000000 --- a/parser/testdata/00736_disjunction_optimisation/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery bug (children 1)" - }, - { - "explain": " Identifier bug" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001352923, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00737_decimal_group_by/ast.json b/parser/testdata/00737_decimal_group_by/ast.json deleted file mode 100644 index 29b8163778..0000000000 --- a/parser/testdata/00737_decimal_group_by/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32 (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_1.1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.00136027, - "rows_read": 10, - "bytes_read": 369 - } -} diff --git a/parser/testdata/00738_nested_merge_multidimensional_array/ast.json b/parser/testdata/00738_nested_merge_multidimensional_array/ast.json deleted file mode 100644 index 7d5ddc8a5a..0000000000 --- a/parser/testdata/00738_nested_merge_multidimensional_array/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery sites (children 1)" - }, - { - "explain": " Identifier sites" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001220615, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00739_array_element_nullable_string_mattrobenolt/ast.json b/parser/testdata/00739_array_element_nullable_string_mattrobenolt/ast.json deleted file mode 100644 index 5e487473fe..0000000000 --- a/parser/testdata/00739_array_element_nullable_string_mattrobenolt/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery wups (children 1)" - }, - { - "explain": " Identifier wups" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001293186, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00740_database_in_nested_view/ast.json b/parser/testdata/00740_database_in_nested_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00740_database_in_nested_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00740_optimize_predicate_expression/ast.json b/parser/testdata/00740_optimize_predicate_expression/ast.json deleted file mode 100644 index c234fa9f86..0000000000 --- a/parser/testdata/00740_optimize_predicate_expression/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery perf (children 1)" - }, - { - "explain": " Identifier perf" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001473344, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00741_client_comment_multiline/ast.json b/parser/testdata/00741_client_comment_multiline/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00741_client_comment_multiline/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00742_require_join_strictness/ast.json b/parser/testdata/00742_require_join_strictness/ast.json deleted file mode 100644 index ee79713594..0000000000 --- a/parser/testdata/00742_require_join_strictness/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001322616, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00743_limit_by_not_found_column/ast.json b/parser/testdata/00743_limit_by_not_found_column/ast.json deleted file mode 100644 index 36cbde26ae..0000000000 --- a/parser/testdata/00743_limit_by_not_found_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery installation_stats (children 1)" - }, - { - "explain": " Identifier installation_stats" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000962691, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/00744_join_not_found_column/ast.json b/parser/testdata/00744_join_not_found_column/ast.json deleted file mode 100644 index e995ca2823..0000000000 --- a/parser/testdata/00744_join_not_found_column/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001269005, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00745_compile_scalar_subquery/ast.json b/parser/testdata/00745_compile_scalar_subquery/ast.json deleted file mode 100644 index 26429ba182..0000000000 --- a/parser/testdata/00745_compile_scalar_subquery/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001526845, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00746_compile_non_deterministic_function/ast.json b/parser/testdata/00746_compile_non_deterministic_function/ast.json deleted file mode 100644 index dbd0902851..0000000000 --- a/parser/testdata/00746_compile_non_deterministic_function/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001111161, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00746_hashing_tuples/ast.json b/parser/testdata/00746_hashing_tuples/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00746_hashing_tuples/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00747_contributors/ast.json b/parser/testdata/00747_contributors/ast.json deleted file mode 100644 index 1afaaa0b24..0000000000 --- a/parser/testdata/00747_contributors/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.contributors" - }, - { - "explain": " Literal UInt64_200" - }, - { - "explain": " Literal 'ok'" - }, - { - "explain": " Literal 'fail'" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001337056, - "rows_read": 23, - "bytes_read": 968 - } -} diff --git a/parser/testdata/00748_insert_array_with_null/ast.json b/parser/testdata/00748_insert_array_with_null/ast.json deleted file mode 100644 index ff53118a66..0000000000 --- a/parser/testdata/00748_insert_array_with_null/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery arraytest (children 1)" - }, - { - "explain": " Identifier arraytest" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001284166, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00749_inner_join_of_unnamed_subqueries/ast.json b/parser/testdata/00749_inner_join_of_unnamed_subqueries/ast.json deleted file mode 100644 index 7dcd4e93b2..0000000000 --- a/parser/testdata/00749_inner_join_of_unnamed_subqueries/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001600091, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00750_merge_tree_merge_with_o_direct/ast.json b/parser/testdata/00750_merge_tree_merge_with_o_direct/ast.json deleted file mode 100644 index 017e69eda2..0000000000 --- a/parser/testdata/00750_merge_tree_merge_with_o_direct/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery sample_merge_tree (children 1)" - }, - { - "explain": " Identifier sample_merge_tree" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001278963, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00751_default_databasename_for_view/ast.json b/parser/testdata/00751_default_databasename_for_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00751_default_databasename_for_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00751_hashing_ints/ast.json b/parser/testdata/00751_hashing_ints/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00751_hashing_ints/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00751_low_cardinality_nullable_group_by/ast.json b/parser/testdata/00751_low_cardinality_nullable_group_by/ast.json deleted file mode 100644 index 44fb391677..0000000000 --- a/parser/testdata/00751_low_cardinality_nullable_group_by/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001493558, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00752_low_cardinality_array_result/ast.json b/parser/testdata/00752_low_cardinality_array_result/ast.json deleted file mode 100644 index f6e7715b10..0000000000 --- a/parser/testdata/00752_low_cardinality_array_result/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function splitByChar (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal ','" - }, - { - "explain": " Function toLowCardinality (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'a,b,c'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001248582, - "rows_read": 12, - "bytes_read": 479 - } -} diff --git a/parser/testdata/00752_low_cardinality_lambda_argument/ast.json b/parser/testdata/00752_low_cardinality_lambda_argument/ast.json deleted file mode 100644 index ccacde20b0..0000000000 --- a/parser/testdata/00752_low_cardinality_lambda_argument/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001408733, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00752_low_cardinality_left_array_join/ast.json b/parser/testdata/00752_low_cardinality_left_array_join/ast.json deleted file mode 100644 index e52cfc03cb..0000000000 --- a/parser/testdata/00752_low_cardinality_left_array_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001071991, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00752_low_cardinality_mv_1/ast.json b/parser/testdata/00752_low_cardinality_mv_1/ast.json deleted file mode 100644 index 43c96fb908..0000000000 --- a/parser/testdata/00752_low_cardinality_mv_1/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery lc_00752 (children 1)" - }, - { - "explain": " Identifier lc_00752" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001089849, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00752_low_cardinality_mv_2/ast.json b/parser/testdata/00752_low_cardinality_mv_2/ast.json deleted file mode 100644 index 10664a73ed..0000000000 --- a/parser/testdata/00752_low_cardinality_mv_2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery radacct (children 1)" - }, - { - "explain": " Identifier radacct" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001424077, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00752_low_cardinality_permute/ast.json b/parser/testdata/00752_low_cardinality_permute/ast.json deleted file mode 100644 index a87fc9ef1a..0000000000 --- a/parser/testdata/00752_low_cardinality_permute/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery lc_perm (children 1)" - }, - { - "explain": " Identifier lc_perm" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001113123, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00753_alter_attach/ast.json b/parser/testdata/00753_alter_attach/ast.json deleted file mode 100644 index 607ff285d2..0000000000 --- a/parser/testdata/00753_alter_attach/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_attach (children 1)" - }, - { - "explain": " Identifier alter_attach" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001366057, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00753_alter_destination_for_storage_buffer/ast.json b/parser/testdata/00753_alter_destination_for_storage_buffer/ast.json deleted file mode 100644 index 64c686999f..0000000000 --- a/parser/testdata/00753_alter_destination_for_storage_buffer/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery dst_00753 (children 1)" - }, - { - "explain": " Identifier dst_00753" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001336, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00753_comment_columns_zookeeper/ast.json b/parser/testdata/00753_comment_columns_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00753_comment_columns_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00753_distributed_system_columns_and_system_tables/ast.json b/parser/testdata/00753_distributed_system_columns_and_system_tables/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00753_distributed_system_columns_and_system_tables/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00753_quantile_format/ast.json b/parser/testdata/00753_quantile_format/ast.json deleted file mode 100644 index 9b1a61eec7..0000000000 --- a/parser/testdata/00753_quantile_format/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery datetime (children 1)" - }, - { - "explain": " Identifier datetime" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001053642, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00753_system_columns_and_system_tables_long/ast.json b/parser/testdata/00753_system_columns_and_system_tables_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00753_system_columns_and_system_tables_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00753_with_with_single_alias/ast.json b/parser/testdata/00753_with_with_single_alias/ast.json deleted file mode 100644 index 3007e7b725..0000000000 --- a/parser/testdata/00753_with_with_single_alias/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dummy (alias myName)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier myName" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001089799, - "rows_read": 11, - "bytes_read": 434 - } -} diff --git a/parser/testdata/00754_alter_modify_column_partitions/ast.json b/parser/testdata/00754_alter_modify_column_partitions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00754_alter_modify_column_partitions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00754_alter_modify_order_by/ast.json b/parser/testdata/00754_alter_modify_order_by/ast.json deleted file mode 100644 index b6a26573ba..0000000000 --- a/parser/testdata/00754_alter_modify_order_by/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001290675, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00754_alter_modify_order_by_replicated_zookeeper_long/ast.json b/parser/testdata/00754_alter_modify_order_by_replicated_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00754_alter_modify_order_by_replicated_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00754_first_significant_subdomain_more/ast.json b/parser/testdata/00754_first_significant_subdomain_more/ast.json deleted file mode 100644 index dafa5edbb7..0000000000 --- a/parser/testdata/00754_first_significant_subdomain_more/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function firstSignificantSubdomain (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['http:\/\/usa.gov.com\/cgi-bin\/yabb.pl?password=qwerty', 'https:\/\/www2.pentagon.mil.net\/index.phtml', 'ftp:\/\/stanford.edu.org\/~ivanov\/phd-thesis.SHTM']" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001224939, - "rows_read": 9, - "bytes_read": 514 - } -} diff --git a/parser/testdata/00755_avg_value_size_hint_passing/ast.json b/parser/testdata/00755_avg_value_size_hint_passing/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00755_avg_value_size_hint_passing/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00756_power_alias/ast.json b/parser/testdata/00756_power_alias/ast.json deleted file mode 100644 index dd882d42d5..0000000000 --- a/parser/testdata/00756_power_alias/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function pow (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function POW (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function power (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function POWER (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001178041, - "rows_read": 20, - "bytes_read": 701 - } -} diff --git a/parser/testdata/00757_enum_defaults/ast.json b/parser/testdata/00757_enum_defaults/ast.json deleted file mode 100644 index d508141b54..0000000000 --- a/parser/testdata/00757_enum_defaults/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery auto_assign_enum (children 1)" - }, - { - "explain": " Identifier auto_assign_enum" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00155601, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/00757_enum_defaults_const/ast.json b/parser/testdata/00757_enum_defaults_const/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00757_enum_defaults_const/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00757_enum_defaults_const_analyzer/ast.json b/parser/testdata/00757_enum_defaults_const_analyzer/ast.json deleted file mode 100644 index 163da531bf..0000000000 --- a/parser/testdata/00757_enum_defaults_const_analyzer/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001302531, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00758_array_reverse/ast.json b/parser/testdata/00758_array_reverse/ast.json deleted file mode 100644 index 39056f5071..0000000000 --- a/parser/testdata/00758_array_reverse/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function reverse (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[NULL, '\\0']" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001382457, - "rows_read": 7, - "bytes_read": 270 - } -} diff --git a/parser/testdata/00759_kodieg/ast.json b/parser/testdata/00759_kodieg/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00759_kodieg/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00760_insert_json_with_defaults/ast.json b/parser/testdata/00760_insert_json_with_defaults/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00760_insert_json_with_defaults/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00760_url_functions_overflow/ast.json b/parser/testdata/00760_url_functions_overflow/ast.json deleted file mode 100644 index c9486cfa16..0000000000 --- a/parser/testdata/00760_url_functions_overflow/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function extractURLParameter (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '?_'" - }, - { - "explain": " Literal '\\0_________________________________'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.00145762, - "rows_read": 8, - "bytes_read": 327 - } -} diff --git a/parser/testdata/00761_lower_utf8_bug/ast.json b/parser/testdata/00761_lower_utf8_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00761_lower_utf8_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00762_date_comparsion/ast.json b/parser/testdata/00762_date_comparsion/ast.json deleted file mode 100644 index f84d83f094..0000000000 --- a/parser/testdata/00762_date_comparsion/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001451692, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00763_create_query_as_table_engine_bug/ast.json b/parser/testdata/00763_create_query_as_table_engine_bug/ast.json deleted file mode 100644 index dd9fa785d1..0000000000 --- a/parser/testdata/00763_create_query_as_table_engine_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001477189, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00765_locate/ast.json b/parser/testdata/00765_locate/ast.json deleted file mode 100644 index 4193829d2e..0000000000 --- a/parser/testdata/00765_locate/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001176219, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00765_sql_compatibility_aliases/ast.json b/parser/testdata/00765_sql_compatibility_aliases/ast.json deleted file mode 100644 index fdb5446e8f..0000000000 --- a/parser/testdata/00765_sql_compatibility_aliases/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001156181, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00779_all_right_join_max_block_size/ast.json b/parser/testdata/00779_all_right_join_max_block_size/ast.json deleted file mode 100644 index 74e61b1dd5..0000000000 --- a/parser/testdata/00779_all_right_join_max_block_size/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001480251, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00780_unaligned_array_join/ast.json b/parser/testdata/00780_unaligned_array_join/ast.json deleted file mode 100644 index 1d989cfd0a..0000000000 --- a/parser/testdata/00780_unaligned_array_join/ast.json +++ /dev/null @@ -1,145 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier arr1" - }, - { - "explain": " Identifier arr2" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function range (alias arr1) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function range (alias arr2) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " ArrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier arr1 (alias x)" - }, - { - "explain": " Identifier arr2 (alias y)" - }, - { - "explain": " Set" - } - ], - - "rows": 41, - - "statistics": - { - "elapsed": 0.001397651, - "rows_read": 41, - "bytes_read": 1692 - } -} diff --git a/parser/testdata/00794_materialized_view_with_column_defaults/ast.json b/parser/testdata/00794_materialized_view_with_column_defaults/ast.json deleted file mode 100644 index 3af1c6361d..0000000000 --- a/parser/testdata/00794_materialized_view_with_column_defaults/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_view (children 1)" - }, - { - "explain": " Identifier table_view" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00197913, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00799_function_dry_run/ast.json b/parser/testdata/00799_function_dry_run/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00799_function_dry_run/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00800_function_java_hash/ast.json b/parser/testdata/00800_function_java_hash/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00800_function_java_hash/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00800_low_cardinality_array_group_by_arg/ast.json b/parser/testdata/00800_low_cardinality_array_group_by_arg/ast.json deleted file mode 100644 index 4d1d3b1b94..0000000000 --- a/parser/testdata/00800_low_cardinality_array_group_by_arg/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table1 (children 1)" - }, - { - "explain": " Identifier table1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001219751, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00800_low_cardinality_distinct_numeric/ast.json b/parser/testdata/00800_low_cardinality_distinct_numeric/ast.json deleted file mode 100644 index fa6a48253d..0000000000 --- a/parser/testdata/00800_low_cardinality_distinct_numeric/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001430763, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00800_low_cardinality_distributed_insert/ast.json b/parser/testdata/00800_low_cardinality_distributed_insert/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00800_low_cardinality_distributed_insert/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00800_low_cardinality_empty_array/ast.json b/parser/testdata/00800_low_cardinality_empty_array/ast.json deleted file mode 100644 index 555d229d16..0000000000 --- a/parser/testdata/00800_low_cardinality_empty_array/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery lc_00800_1 (children 1)" - }, - { - "explain": " Identifier lc_00800_1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001353523, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00800_low_cardinality_join/ast.json b/parser/testdata/00800_low_cardinality_join/ast.json deleted file mode 100644 index 3ab23752a7..0000000000 --- a/parser/testdata/00800_low_cardinality_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001435779, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00800_versatile_storage_join/ast.json b/parser/testdata/00800_versatile_storage_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00800_versatile_storage_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00801_daylight_saving_time_hour_underflow/ast.json b/parser/testdata/00801_daylight_saving_time_hour_underflow/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00801_daylight_saving_time_hour_underflow/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00802_daylight_saving_time_shift_backwards_at_midnight/ast.json b/parser/testdata/00802_daylight_saving_time_shift_backwards_at_midnight/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00802_daylight_saving_time_shift_backwards_at_midnight/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00802_system_parts_with_datetime_partition/ast.json b/parser/testdata/00802_system_parts_with_datetime_partition/ast.json deleted file mode 100644 index 0568bb3ae9..0000000000 --- a/parser/testdata/00802_system_parts_with_datetime_partition/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery datetime_table (children 1)" - }, - { - "explain": " Identifier datetime_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001357384, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00803_odbc_driver_2_format/ast.json b/parser/testdata/00803_odbc_driver_2_format/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00803_odbc_driver_2_format/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00803_xxhash/ast.json b/parser/testdata/00803_xxhash/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00803_xxhash/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00804_rollup_with_having/ast.json b/parser/testdata/00804_rollup_with_having/ast.json deleted file mode 100644 index 5362e71e97..0000000000 --- a/parser/testdata/00804_rollup_with_having/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery rollup_having (children 1)" - }, - { - "explain": " Identifier rollup_having" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001595913, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/00804_test_alter_compression_codecs/ast.json b/parser/testdata/00804_test_alter_compression_codecs/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00804_test_alter_compression_codecs/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00804_test_custom_compression_codecs/ast.json b/parser/testdata/00804_test_custom_compression_codecs/ast.json deleted file mode 100644 index 67933b02b3..0000000000 --- a/parser/testdata/00804_test_custom_compression_codecs/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001393953, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00804_test_custom_compression_codes_log_storages/ast.json b/parser/testdata/00804_test_custom_compression_codes_log_storages/ast.json deleted file mode 100644 index 3c9fc4eec0..0000000000 --- a/parser/testdata/00804_test_custom_compression_codes_log_storages/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001359793, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00804_test_deflate_qpl_codec_compression/ast.json b/parser/testdata/00804_test_deflate_qpl_codec_compression/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00804_test_deflate_qpl_codec_compression/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00804_test_delta_codec_compression/ast.json b/parser/testdata/00804_test_delta_codec_compression/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00804_test_delta_codec_compression/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00804_test_delta_codec_no_type_alter/ast.json b/parser/testdata/00804_test_delta_codec_no_type_alter/ast.json deleted file mode 100644 index 5335bbd467..0000000000 --- a/parser/testdata/00804_test_delta_codec_no_type_alter/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001753029, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00804_test_zstd_qat_codec_compression/ast.json b/parser/testdata/00804_test_zstd_qat_codec_compression/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00804_test_zstd_qat_codec_compression/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00805_round_down/ast.json b/parser/testdata/00805_round_down/ast.json deleted file mode 100644 index 1e9deecf6c..0000000000 --- a/parser/testdata/00805_round_down/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number (alias x)" - }, - { - "explain": " Function roundDown (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal Array_[UInt64_0, UInt64_1, UInt64_2, UInt64_3, UInt64_4, UInt64_5]" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001586231, - "rows_read": 14, - "bytes_read": 592 - } -} diff --git a/parser/testdata/00806_alter_update/ast.json b/parser/testdata/00806_alter_update/ast.json deleted file mode 100644 index 5612249672..0000000000 --- a/parser/testdata/00806_alter_update/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_update_00806 (children 1)" - }, - { - "explain": " Identifier alter_update_00806" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001231919, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/00807_regexp_quote_meta/ast.json b/parser/testdata/00807_regexp_quote_meta/ast.json deleted file mode 100644 index 99581bab2f..0000000000 --- a/parser/testdata/00807_regexp_quote_meta/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function regexpQuoteMeta (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'hello'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001829427, - "rows_read": 7, - "bytes_read": 267 - } -} diff --git a/parser/testdata/00808_array_enumerate_segfault/ast.json b/parser/testdata/00808_array_enumerate_segfault/ast.json deleted file mode 100644 index d7baa4d784..0000000000 --- a/parser/testdata/00808_array_enumerate_segfault/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001160254, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00808_not_optimize_predicate/ast.json b/parser/testdata/00808_not_optimize_predicate/ast.json deleted file mode 100644 index 1b9d7d5610..0000000000 --- a/parser/testdata/00808_not_optimize_predicate/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001265607, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00809_add_days_segfault/ast.json b/parser/testdata/00809_add_days_segfault/ast.json deleted file mode 100644 index b54eb97ab7..0000000000 --- a/parser/testdata/00809_add_days_segfault/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function ignore (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function addDays (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Int64_-1" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001741598, - "rows_read": 12, - "bytes_read": 472 - } -} diff --git a/parser/testdata/00810_in_operators_segfault/ast.json b/parser/testdata/00810_in_operators_segfault/ast.json deleted file mode 100644 index 90acc1a27c..0000000000 --- a/parser/testdata/00810_in_operators_segfault/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001678384, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00811_garbage/ast.json b/parser/testdata/00811_garbage/ast.json deleted file mode 100644 index 2664cdeaf9..0000000000 --- a/parser/testdata/00811_garbage/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00227159, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00812_prewhere_alias_array/ast.json b/parser/testdata/00812_prewhere_alias_array/ast.json deleted file mode 100644 index 8d43682f18..0000000000 --- a/parser/testdata/00812_prewhere_alias_array/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery prewhere (children 1)" - }, - { - "explain": " Identifier prewhere" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001488, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00813_parse_date_time_best_effort_more/ast.json b/parser/testdata/00813_parse_date_time_best_effort_more/ast.json deleted file mode 100644 index 1200e4f3ac..0000000000 --- a/parser/testdata/00813_parse_date_time_best_effort_more/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001413947, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00814_parsing_ub/ast.json b/parser/testdata/00814_parsing_ub/ast.json deleted file mode 100644 index a1308cb7c0..0000000000 --- a/parser/testdata/00814_parsing_ub/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '-128'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.0011827, - "rows_read": 7, - "bytes_read": 257 - } -} diff --git a/parser/testdata/00815_left_join_on_stepanel/ast.json b/parser/testdata/00815_left_join_on_stepanel/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00815_left_join_on_stepanel/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00816_join_column_names_sarg/ast.json b/parser/testdata/00816_join_column_names_sarg/ast.json deleted file mode 100644 index efdc176726..0000000000 --- a/parser/testdata/00816_join_column_names_sarg/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1_00816 (children 1)" - }, - { - "explain": " Identifier t1_00816" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00116398, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00817_with_simple/ast.json b/parser/testdata/00817_with_simple/ast.json deleted file mode 100644 index 04770a2993..0000000000 --- a/parser/testdata/00817_with_simple/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number (alias k)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.00166686, - "rows_read": 12, - "bytes_read": 457 - } -} diff --git a/parser/testdata/00818_alias_bug_4110/ast.json b/parser/testdata/00818_alias_bug_4110/ast.json deleted file mode 100644 index 9ac85e2b35..0000000000 --- a/parser/testdata/00818_alias_bug_4110/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001281393, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00818_inner_join_bug_3567/ast.json b/parser/testdata/00818_inner_join_bug_3567/ast.json deleted file mode 100644 index 90b8e8063d..0000000000 --- a/parser/testdata/00818_inner_join_bug_3567/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001183373, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00818_join_bug_4271/ast.json b/parser/testdata/00818_join_bug_4271/ast.json deleted file mode 100644 index 61985c556c..0000000000 --- a/parser/testdata/00818_join_bug_4271/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_00818 (children 1)" - }, - { - "explain": " Identifier t_00818" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001444315, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00819_ast_refactoring_bugs/ast.json b/parser/testdata/00819_ast_refactoring_bugs/ast.json deleted file mode 100644 index 8b068f4b3b..0000000000 --- a/parser/testdata/00819_ast_refactoring_bugs/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery visits1 (children 1)" - }, - { - "explain": " Identifier visits1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001346539, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00819_full_join_wrong_columns_in_block/ast.json b/parser/testdata/00819_full_join_wrong_columns_in_block/ast.json deleted file mode 100644 index 86fbdf795c..0000000000 --- a/parser/testdata/00819_full_join_wrong_columns_in_block/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001182406, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00820_multiple_joins/ast.json b/parser/testdata/00820_multiple_joins/ast.json deleted file mode 100644 index c55e076051..0000000000 --- a/parser/testdata/00820_multiple_joins/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001163864, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00820_multiple_joins_subquery_requires_alias/ast.json b/parser/testdata/00820_multiple_joins_subquery_requires_alias/ast.json deleted file mode 100644 index ec2bad7007..0000000000 --- a/parser/testdata/00820_multiple_joins_subquery_requires_alias/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001430002, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00821_distributed_storage_with_join_on/ast.json b/parser/testdata/00821_distributed_storage_with_join_on/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00821_distributed_storage_with_join_on/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00822_array_insert_default/ast.json b/parser/testdata/00822_array_insert_default/ast.json deleted file mode 100644 index b8dd8cb062..0000000000 --- a/parser/testdata/00822_array_insert_default/ast.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function ignore (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayFirst (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function empty (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10000000" - } - ], - - "rows": 38, - - "statistics": - { - "elapsed": 0.001615115, - "rows_read": 38, - "bytes_read": 1694 - } -} diff --git a/parser/testdata/00823_sequence_match_dfa/ast.json b/parser/testdata/00823_sequence_match_dfa/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00823_sequence_match_dfa/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00824_filesystem/ast.json b/parser/testdata/00824_filesystem/ast.json deleted file mode 100644 index 480d190ccf..0000000000 --- a/parser/testdata/00824_filesystem/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function and (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function filesystemCapacity (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function filesystemAvailable (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function filesystemAvailable (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function filesystemUnreserved (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001592709, - "rows_read": 22, - "bytes_read": 921 - } -} diff --git a/parser/testdata/00826_cross_to_inner_join/ast.json b/parser/testdata/00826_cross_to_inner_join/ast.json deleted file mode 100644 index 03ef32f376..0000000000 --- a/parser/testdata/00826_cross_to_inner_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001441651, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00829_bitmap64_function/ast.json b/parser/testdata/00829_bitmap64_function/ast.json deleted file mode 100644 index 967ebb6c63..0000000000 --- a/parser/testdata/00829_bitmap64_function/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery bitmap_test (children 1)" - }, - { - "explain": " Identifier bitmap_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001264702, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00829_bitmap_function/ast.json b/parser/testdata/00829_bitmap_function/ast.json deleted file mode 100644 index 49d3c8aaa7..0000000000 --- a/parser/testdata/00829_bitmap_function/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitmapToArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitmapBuild (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3, UInt64_4, UInt64_5]" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001162562, - "rows_read": 9, - "bytes_read": 405 - } -} diff --git a/parser/testdata/00830_join_overwrite/ast.json b/parser/testdata/00830_join_overwrite/ast.json deleted file mode 100644 index d081f6f652..0000000000 --- a/parser/testdata/00830_join_overwrite/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery kv (children 1)" - }, - { - "explain": " Identifier kv" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001494259, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00831_quantile_weighted_parameter_check/ast.json b/parser/testdata/00831_quantile_weighted_parameter_check/ast.json deleted file mode 100644 index bbf721dab8..0000000000 --- a/parser/testdata/00831_quantile_weighted_parameter_check/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantileExactWeighted (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001107757, - "rows_read": 16, - "bytes_read": 632 - } -} diff --git a/parser/testdata/00832_storage_file_lock/ast.json b/parser/testdata/00832_storage_file_lock/ast.json deleted file mode 100644 index 45489e7fd1..0000000000 --- a/parser/testdata/00832_storage_file_lock/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery file (children 1)" - }, - { - "explain": " Identifier file" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001186875, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00833_sleep_overflow/ast.json b/parser/testdata/00833_sleep_overflow/ast.json deleted file mode 100644 index 6bd2cc7ad5..0000000000 --- a/parser/testdata/00833_sleep_overflow/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sleep (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_4295.967296" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001134043, - "rows_read": 7, - "bytes_read": 269 - } -} diff --git a/parser/testdata/00834_date_datetime_cmp/ast.json b/parser/testdata/00834_date_datetime_cmp/ast.json deleted file mode 100644 index 4be3c7da28..0000000000 --- a/parser/testdata/00834_date_datetime_cmp/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2017-06-28 12:01:01'" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2017-07-01'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001369085, - "rows_read": 12, - "bytes_read": 480 - } -} diff --git a/parser/testdata/00834_limit_with_constant_expressions/ast.json b/parser/testdata/00834_limit_with_constant_expressions/ast.json deleted file mode 100644 index 80e16982d8..0000000000 --- a/parser/testdata/00834_limit_with_constant_expressions/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001009176, - "rows_read": 15, - "bytes_read": 565 - } -} diff --git a/parser/testdata/00834_not_between/ast.json b/parser/testdata/00834_not_between/ast.json deleted file mode 100644 index 3ea68b26ac..0000000000 --- a/parser/testdata/00834_not_between/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function or (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001257893, - "rows_read": 20, - "bytes_read": 765 - } -} diff --git a/parser/testdata/00835_if_generic_case/ast.json b/parser/testdata/00835_if_generic_case/ast.json deleted file mode 100644 index bba06cacc9..0000000000 --- a/parser/testdata/00835_if_generic_case/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001369162, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00836_indices_alter/ast.json b/parser/testdata/00836_indices_alter/ast.json deleted file mode 100644 index 36df91f549..0000000000 --- a/parser/testdata/00836_indices_alter/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery minmax_idx (children 1)" - }, - { - "explain": " Identifier minmax_idx" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001015581, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00836_indices_alter_replicated_zookeeper_long/ast.json b/parser/testdata/00836_indices_alter_replicated_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00836_indices_alter_replicated_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00836_numbers_table_function_zero/ast.json b/parser/testdata/00836_numbers_table_function_zero/ast.json deleted file mode 100644 index dc98ce1d51..0000000000 --- a/parser/testdata/00836_numbers_table_function_zero/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001264635, - "rows_read": 12, - "bytes_read": 467 - } -} diff --git a/parser/testdata/00837_insert_select_and_read_prefix/ast.json b/parser/testdata/00837_insert_select_and_read_prefix/ast.json deleted file mode 100644 index 0fb385be4c..0000000000 --- a/parser/testdata/00837_insert_select_and_read_prefix/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery file (children 1)" - }, - { - "explain": " Identifier file" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001361939, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00837_minmax_index_replicated_zookeeper_long/ast.json b/parser/testdata/00837_minmax_index_replicated_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00837_minmax_index_replicated_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00839_bitmask_negative/ast.json b/parser/testdata/00839_bitmask_negative/ast.json deleted file mode 100644 index 7494c720aa..0000000000 --- a/parser/testdata/00839_bitmask_negative/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitmaskToList (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001115139, - "rows_read": 7, - "bytes_read": 266 - } -} diff --git a/parser/testdata/00840_top_k_weighted/ast.json b/parser/testdata/00840_top_k_weighted/ast.json deleted file mode 100644 index e8ebdd4887..0000000000 --- a/parser/testdata/00840_top_k_weighted/ast.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function topKWeighted (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier weight" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tupleElement (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function tupleElement (alias weight) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias t) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal Tuple_('hello', UInt64_1)" - }, - { - "explain": " Literal Tuple_('world', UInt64_2)" - }, - { - "explain": " Literal Tuple_('goodbye', UInt64_3)" - }, - { - "explain": " Literal Tuple_('abc', UInt64_1)" - } - ], - - "rows": 42, - - "statistics": - { - "elapsed": 0.001596902, - "rows_read": 42, - "bytes_read": 1961 - } -} diff --git a/parser/testdata/00841_temporary_table_database/ast.json b/parser/testdata/00841_temporary_table_database/ast.json deleted file mode 100644 index 63e2421aa6..0000000000 --- a/parser/testdata/00841_temporary_table_database/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery t1_00841 (children 2)" - }, - { - "explain": " Identifier t1_00841" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration x (children 1)" - }, - { - "explain": " DataType UInt8" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001543336, - "rows_read": 6, - "bytes_read": 215 - } -} diff --git a/parser/testdata/00842_array_with_constant_overflow/ast.json b/parser/testdata/00842_array_with_constant_overflow/ast.json deleted file mode 100644 index 7bbdff9164..0000000000 --- a/parser/testdata/00842_array_with_constant_overflow/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayWithConstant (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_-231.37104" - }, - { - "explain": " Literal Int64_-138" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001146614, - "rows_read": 8, - "bytes_read": 312 - } -} diff --git a/parser/testdata/00843_optimize_predicate_and_rename_table/ast.json b/parser/testdata/00843_optimize_predicate_and_rename_table/ast.json deleted file mode 100644 index 40fb519b7b..0000000000 --- a/parser/testdata/00843_optimize_predicate_and_rename_table/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001354085, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00844_join_lightee2/ast.json b/parser/testdata/00844_join_lightee2/ast.json deleted file mode 100644 index 92437d2577..0000000000 --- a/parser/testdata/00844_join_lightee2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1_00844 (children 1)" - }, - { - "explain": " Identifier t1_00844" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001447436, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00845_join_on_aliases/ast.json b/parser/testdata/00845_join_on_aliases/ast.json deleted file mode 100644 index e8ffc92ed6..0000000000 --- a/parser/testdata/00845_join_on_aliases/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table1 (children 1)" - }, - { - "explain": " Identifier table1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001365687, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00846_join_using_tuple_crash/ast.json b/parser/testdata/00846_join_using_tuple_crash/ast.json deleted file mode 100644 index 698641032b..0000000000 --- a/parser/testdata/00846_join_using_tuple_crash/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001820977, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00847_multiple_join_same_column/ast.json b/parser/testdata/00847_multiple_join_same_column/ast.json deleted file mode 100644 index 4ebd783d0e..0000000000 --- a/parser/testdata/00847_multiple_join_same_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001225142, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00848_join_use_nulls_segfault/ast.json b/parser/testdata/00848_join_use_nulls_segfault/ast.json deleted file mode 100644 index c89aba4989..0000000000 --- a/parser/testdata/00848_join_use_nulls_segfault/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001357237, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00849_multiple_comma_join_2/ast.json b/parser/testdata/00849_multiple_comma_join_2/ast.json deleted file mode 100644 index 3488a7726a..0000000000 --- a/parser/testdata/00849_multiple_comma_join_2/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001199943, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00850_global_join_dups/ast.json b/parser/testdata/00850_global_join_dups/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00850_global_join_dups/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00852_any_join_nulls/ast.json b/parser/testdata/00852_any_join_nulls/ast.json deleted file mode 100644 index fed94eee79..0000000000 --- a/parser/testdata/00852_any_join_nulls/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table1 (children 1)" - }, - { - "explain": " Identifier table1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00137349, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00853_join_with_nulls_crash/ast.json b/parser/testdata/00853_join_with_nulls_crash/ast.json deleted file mode 100644 index 91195eb6eb..0000000000 --- a/parser/testdata/00853_join_with_nulls_crash/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_a (children 1)" - }, - { - "explain": " Identifier table_a" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001090699, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00854_multiple_join_asterisks/ast.json b/parser/testdata/00854_multiple_join_asterisks/ast.json deleted file mode 100644 index 766506c6a9..0000000000 --- a/parser/testdata/00854_multiple_join_asterisks/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier t1.dummy" - }, - { - "explain": " Identifier t2.dummy" - }, - { - "explain": " Identifier t3.dummy" - }, - { - "explain": " TablesInSelectQuery (children 3)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one (alias t1)" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one (alias t2)" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t1.dummy" - }, - { - "explain": " Identifier t2.dummy" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one (alias t3)" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t1.dummy" - }, - { - "explain": " Identifier t3.dummy" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001088407, - "rows_read": 27, - "bytes_read": 1092 - } -} diff --git a/parser/testdata/00855_join_with_array_join/ast.json b/parser/testdata/00855_join_with_array_join/ast.json deleted file mode 100644 index 4841965afb..0000000000 --- a/parser/testdata/00855_join_with_array_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001061232, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00856_no_column_issue_4242/ast.json b/parser/testdata/00856_no_column_issue_4242/ast.json deleted file mode 100644 index d2963afb55..0000000000 --- a/parser/testdata/00856_no_column_issue_4242/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1_00856 (children 1)" - }, - { - "explain": " Identifier t1_00856" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000963391, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00857_global_joinsavel_table_alias/ast.json b/parser/testdata/00857_global_joinsavel_table_alias/ast.json deleted file mode 100644 index 88e7fd5401..0000000000 --- a/parser/testdata/00857_global_joinsavel_table_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery local_table (children 1)" - }, - { - "explain": " Identifier local_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001061547, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00858_issue_4756/ast.json b/parser/testdata/00858_issue_4756/ast.json deleted file mode 100644 index 75c9cbe4f2..0000000000 --- a/parser/testdata/00858_issue_4756/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001407137, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00859_distinct_with_join/ast.json b/parser/testdata/00859_distinct_with_join/ast.json deleted file mode 100644 index 804348ddd3..0000000000 --- a/parser/testdata/00859_distinct_with_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery fooL (children 1)" - }, - { - "explain": " Identifier fooL" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00113707, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00860_unknown_identifier_bug/ast.json b/parser/testdata/00860_unknown_identifier_bug/ast.json deleted file mode 100644 index 3d31289869..0000000000 --- a/parser/testdata/00860_unknown_identifier_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery appointment_events (children 1)" - }, - { - "explain": " Identifier appointment_events" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001240836, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/00861_decimal_quoted_csv/ast.json b/parser/testdata/00861_decimal_quoted_csv/ast.json deleted file mode 100644 index 089ef0fdea..0000000000 --- a/parser/testdata/00861_decimal_quoted_csv/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00861 (children 1)" - }, - { - "explain": " Identifier test_00861" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001207856, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00862_decimal_in/ast.json b/parser/testdata/00862_decimal_in/ast.json deleted file mode 100644 index 5020d5ec8f..0000000000 --- a/parser/testdata/00862_decimal_in/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery temp (children 1)" - }, - { - "explain": " Identifier temp" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00106926, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00863_comma_join_in/ast.json b/parser/testdata/00863_comma_join_in/ast.json deleted file mode 100644 index ff1bbbe93e..0000000000 --- a/parser/testdata/00863_comma_join_in/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1_00863 (children 1)" - }, - { - "explain": " Identifier test1_00863" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001097952, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00864_union_all_supertype/ast.json b/parser/testdata/00864_union_all_supertype/ast.json deleted file mode 100644 index c267d01a21..0000000000 --- a/parser/testdata/00864_union_all_supertype/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000925325, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00870_t64_codec/ast.json b/parser/testdata/00870_t64_codec/ast.json deleted file mode 100644 index bb0f4f7274..0000000000 --- a/parser/testdata/00870_t64_codec/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t64 (children 1)" - }, - { - "explain": " Identifier t64" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001322454, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00871_t64_codec_signed/ast.json b/parser/testdata/00871_t64_codec_signed/ast.json deleted file mode 100644 index 7aabcb8d69..0000000000 --- a/parser/testdata/00871_t64_codec_signed/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t64 (children 1)" - }, - { - "explain": " Identifier t64" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001015083, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00872_t64_bit_codec/ast.json b/parser/testdata/00872_t64_bit_codec/ast.json deleted file mode 100644 index acd2a95f10..0000000000 --- a/parser/testdata/00872_t64_bit_codec/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t64 (children 1)" - }, - { - "explain": " Identifier t64" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001343863, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00873_t64_codec_date/ast.json b/parser/testdata/00873_t64_codec_date/ast.json deleted file mode 100644 index b03f84fde7..0000000000 --- a/parser/testdata/00873_t64_codec_date/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t64 (children 1)" - }, - { - "explain": " Identifier t64" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001188643, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00874_issue_3495/ast.json b/parser/testdata/00874_issue_3495/ast.json deleted file mode 100644 index 4679c011fa..0000000000 --- a/parser/testdata/00874_issue_3495/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00102652, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00875_join_right_nulls/ast.json b/parser/testdata/00875_join_right_nulls/ast.json deleted file mode 100644 index 6c72fa84de..0000000000 --- a/parser/testdata/00875_join_right_nulls/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001339422, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00875_join_right_nulls_ors/ast.json b/parser/testdata/00875_join_right_nulls_ors/ast.json deleted file mode 100644 index 237cdf2c21..0000000000 --- a/parser/testdata/00875_join_right_nulls_ors/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000939031, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00876_wrong_arraj_join_column/ast.json b/parser/testdata/00876_wrong_arraj_join_column/ast.json deleted file mode 100644 index b6a734bd8c..0000000000 --- a/parser/testdata/00876_wrong_arraj_join_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery visits (children 1)" - }, - { - "explain": " Identifier visits" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001177041, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00877_memory_limit_for_new_delete/ast.json b/parser/testdata/00877_memory_limit_for_new_delete/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00877_memory_limit_for_new_delete/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00878_join_unexpected_results/ast.json b/parser/testdata/00878_join_unexpected_results/ast.json deleted file mode 100644 index 54a00b76fa..0000000000 --- a/parser/testdata/00878_join_unexpected_results/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001126559, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00879_cast_to_decimal_crash/ast.json b/parser/testdata/00879_cast_to_decimal_crash/ast.json deleted file mode 100644 index f8feb0786d..0000000000 --- a/parser/testdata/00879_cast_to_decimal_crash/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toIntervalDay (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Nullable(Decimal(10, 10))'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001135672, - "rows_read": 10, - "bytes_read": 399 - } -} diff --git a/parser/testdata/00880_decimal_in_key/ast.json b/parser/testdata/00880_decimal_in_key/ast.json deleted file mode 100644 index fa3640d30d..0000000000 --- a/parser/testdata/00880_decimal_in_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001240897, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00881_unknown_identifier_in_in/ast.json b/parser/testdata/00881_unknown_identifier_in_in/ast.json deleted file mode 100644 index c1be10833e..0000000000 --- a/parser/testdata/00881_unknown_identifier_in_in/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt64 (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001368095, - "rows_read": 16, - "bytes_read": 653 - } -} diff --git a/parser/testdata/00882_multiple_join_no_alias/ast.json b/parser/testdata/00882_multiple_join_no_alias/ast.json deleted file mode 100644 index e0188e7ea7..0000000000 --- a/parser/testdata/00882_multiple_join_no_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00126944, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00897_flatten/ast.json b/parser/testdata/00897_flatten/ast.json deleted file mode 100644 index 5d32ed991e..0000000000 --- a/parser/testdata/00897_flatten/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function flatten (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Array_[Array_[UInt64_1, UInt64_2, UInt64_3], Array_[UInt64_4, UInt64_5]], Array_[Array_[UInt64_6], Array_[UInt64_7, UInt64_8]]]" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001353328, - "rows_read": 9, - "bytes_read": 475 - } -} diff --git a/parser/testdata/00898_quantile_timing_parameter_check/ast.json b/parser/testdata/00898_quantile_timing_parameter_check/ast.json deleted file mode 100644 index 1b7b3b4087..0000000000 --- a/parser/testdata/00898_quantile_timing_parameter_check/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantileTiming (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001194993, - "rows_read": 15, - "bytes_read": 594 - } -} diff --git a/parser/testdata/00899_long_attach_memory_limit/ast.json b/parser/testdata/00899_long_attach_memory_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00899_long_attach_memory_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00900_entropy_shard/ast.json b/parser/testdata/00900_entropy_shard/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00900_entropy_shard/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00901_joint_entropy/ast.json b/parser/testdata/00901_joint_entropy/ast.json deleted file mode 100644 index aa22c76a7b..0000000000 --- a/parser/testdata/00901_joint_entropy/ast.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function max (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function min (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal Float64_0.000001" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Function entropy (alias e1) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Function log2 (alias e2) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function log2 (alias e3) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniq (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Function entropy (alias e4) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function entropy (alias e5) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function entropy (alias e6) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal 'world'" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Function entropy (alias e7) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function entropy (alias e8) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Identifier e1" - }, - { - "explain": " Identifier e2" - }, - { - "explain": " Identifier e3" - }, - { - "explain": " Identifier e4" - }, - { - "explain": " Identifier e5" - }, - { - "explain": " Identifier e6" - }, - { - "explain": " Identifier e7" - }, - { - "explain": " Identifier e8" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 122, - - "statistics": - { - "elapsed": 0.001678139, - "rows_read": 122, - "bytes_read": 5543 - } -} diff --git a/parser/testdata/00902_entropy/ast.json b/parser/testdata/00902_entropy/ast.json deleted file mode 100644 index 3028249c0a..0000000000 --- a/parser/testdata/00902_entropy/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001024726, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00903_array_with_constant_function/ast.json b/parser/testdata/00903_array_with_constant_function/ast.json deleted file mode 100644 index 6a50f7111e..0000000000 --- a/parser/testdata/00903_array_with_constant_function/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function arrayWithConstant (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal 'qwerty'" - }, - { - "explain": " Function arrayWithConstant (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Function arrayWithConstant (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001176951, - "rows_read": 16, - "bytes_read": 602 - } -} diff --git a/parser/testdata/00904_array_with_constant_2/ast.json b/parser/testdata/00904_array_with_constant_2/ast.json deleted file mode 100644 index 486e9b6a55..0000000000 --- a/parser/testdata/00904_array_with_constant_2/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayWithConstant (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001282493, - "rows_read": 14, - "bytes_read": 554 - } -} diff --git a/parser/testdata/00905_compile_expressions_compare_big_dates/ast.json b/parser/testdata/00905_compile_expressions_compare_big_dates/ast.json deleted file mode 100644 index a9616e8361..0000000000 --- a/parser/testdata/00905_compile_expressions_compare_big_dates/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001315155, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00905_field_with_aggregate_function_state/ast.json b/parser/testdata/00905_field_with_aggregate_function_state/ast.json deleted file mode 100644 index 8b1ffafd0b..0000000000 --- a/parser/testdata/00905_field_with_aggregate_function_state/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Subquery (alias s) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumState (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumMerge (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier s" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001191696, - "rows_read": 16, - "bytes_read": 634 - } -} diff --git a/parser/testdata/00906_low_cardinality_cache/ast.json b/parser/testdata/00906_low_cardinality_cache/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00906_low_cardinality_cache/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00906_low_cardinality_const_argument/ast.json b/parser/testdata/00906_low_cardinality_const_argument/ast.json deleted file mode 100644 index b736d856ac..0000000000 --- a/parser/testdata/00906_low_cardinality_const_argument/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toLowCardinality (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'a'" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001107768, - "rows_read": 9, - "bytes_read": 355 - } -} diff --git a/parser/testdata/00906_low_cardinality_rollup/ast.json b/parser/testdata/00906_low_cardinality_rollup/ast.json deleted file mode 100644 index 7c98c67948..0000000000 --- a/parser/testdata/00906_low_cardinality_rollup/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery lc (children 1)" - }, - { - "explain": " Identifier lc" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00129689, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00907_set_index_with_nullable_and_low_cardinality/ast.json b/parser/testdata/00907_set_index_with_nullable_and_low_cardinality/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00907_set_index_with_nullable_and_low_cardinality/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00907_set_index_with_nullable_and_low_cardinality_bug/ast.json b/parser/testdata/00907_set_index_with_nullable_and_low_cardinality_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00907_set_index_with_nullable_and_low_cardinality_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00908_analyze_query/ast.json b/parser/testdata/00908_analyze_query/ast.json deleted file mode 100644 index 8d7a55500a..0000000000 --- a/parser/testdata/00908_analyze_query/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery a (children 1)" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001034147, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00909_arrayEnumerateUniq/ast.json b/parser/testdata/00909_arrayEnumerateUniq/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00909_arrayEnumerateUniq/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00909_ngram_distance/ast.json b/parser/testdata/00909_ngram_distance/ast.json deleted file mode 100644 index dfb9794ac7..0000000000 --- a/parser/testdata/00909_ngram_distance/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1000" - }, - { - "explain": " Function ngramDistanceUTF8 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal ''" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_5" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001300923, - "rows_read": 20, - "bytes_read": 809 - } -} diff --git a/parser/testdata/00910_buffer_prewhere/ast.json b/parser/testdata/00910_buffer_prewhere/ast.json deleted file mode 100644 index 9ce482db7d..0000000000 --- a/parser/testdata/00910_buffer_prewhere/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery mt (children 3)" - }, - { - "explain": " Identifier mt" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " ColumnDeclaration uid (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " ColumnDeclaration ts (children 1)" - }, - { - "explain": " DataType DateTime" - }, - { - "explain": " ColumnDeclaration val (children 1)" - }, - { - "explain": " DataType Float64" - }, - { - "explain": " Storage definition (children 3)" - }, - { - "explain": " Function MergeTree" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier ts" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier uid" - }, - { - "explain": " Identifier ts" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001461231, - "rows_read": 19, - "bytes_read": 647 - } -} diff --git a/parser/testdata/00910_buffer_prewhere_different_types/ast.json b/parser/testdata/00910_buffer_prewhere_different_types/ast.json deleted file mode 100644 index 536a25a258..0000000000 --- a/parser/testdata/00910_buffer_prewhere_different_types/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery buffer_table1__fuzz_28 (children 1)" - }, - { - "explain": " Identifier buffer_table1__fuzz_28" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000970567, - "rows_read": 2, - "bytes_read": 96 - } -} diff --git a/parser/testdata/00910_crash_when_distributed_modify_order_by/ast.json b/parser/testdata/00910_crash_when_distributed_modify_order_by/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00910_crash_when_distributed_modify_order_by/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00910_decimal_group_array_crash_3783/ast.json b/parser/testdata/00910_decimal_group_array_crash_3783/ast.json deleted file mode 100644 index 61d4777615..0000000000 --- a/parser/testdata/00910_decimal_group_array_crash_3783/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sum (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier n" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32 (alias n) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.001538419, - "rows_read": 30, - "bytes_read": 1354 - } -} diff --git a/parser/testdata/00910_zookeeper_custom_compression_codecs_replicated_long/ast.json b/parser/testdata/00910_zookeeper_custom_compression_codecs_replicated_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00910_zookeeper_custom_compression_codecs_replicated_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00910_zookeeper_test_alter_compression_codecs_long/ast.json b/parser/testdata/00910_zookeeper_test_alter_compression_codecs_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00910_zookeeper_test_alter_compression_codecs_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00911_tautological_compare/ast.json b/parser/testdata/00911_tautological_compare/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00911_tautological_compare/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00912_string_comparison/ast.json b/parser/testdata/00912_string_comparison/ast.json deleted file mode 100644 index 7c3f7bf8d9..0000000000 --- a/parser/testdata/00912_string_comparison/ast.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function substring (alias prefix) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function concat (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier prefix" - }, - { - "explain": " Literal 'x'" - }, - { - "explain": " Function concat (alias b) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier prefix" - }, - { - "explain": " Literal 'y'" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Function lessOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_40" - } - ], - - "rows": 44, - - "statistics": - { - "elapsed": 0.001927177, - "rows_read": 44, - "bytes_read": 1630 - } -} diff --git a/parser/testdata/00913_many_threads/ast.json b/parser/testdata/00913_many_threads/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00913_many_threads/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00914_join_bgranvea/ast.json b/parser/testdata/00914_join_bgranvea/ast.json deleted file mode 100644 index dbae659416..0000000000 --- a/parser/testdata/00914_join_bgranvea/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table1 (children 1)" - }, - { - "explain": " Identifier table1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001395627, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00914_replicate/ast.json b/parser/testdata/00914_replicate/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00914_replicate/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00915_simple_aggregate_function/ast.json b/parser/testdata/00915_simple_aggregate_function/ast.json deleted file mode 100644 index 809558bb9f..0000000000 --- a/parser/testdata/00915_simple_aggregate_function/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000971321, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00915_simple_aggregate_function_summing_merge_tree/ast.json b/parser/testdata/00915_simple_aggregate_function_summing_merge_tree/ast.json deleted file mode 100644 index 92e69b6140..0000000000 --- a/parser/testdata/00915_simple_aggregate_function_summing_merge_tree/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001293726, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00915_tuple_orantius/ast.json b/parser/testdata/00915_tuple_orantius/ast.json deleted file mode 100644 index e7539b78a3..0000000000 --- a/parser/testdata/00915_tuple_orantius/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2, UInt64_3) (alias y)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001388997, - "rows_read": 10, - "bytes_read": 381 - } -} diff --git a/parser/testdata/00916_add_materialized_column_after/ast.json b/parser/testdata/00916_add_materialized_column_after/ast.json deleted file mode 100644 index f9b95014f3..0000000000 --- a/parser/testdata/00916_add_materialized_column_after/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery add_materialized_column_after (children 1)" - }, - { - "explain": " Identifier add_materialized_column_after" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001071529, - "rows_read": 2, - "bytes_read": 110 - } -} diff --git a/parser/testdata/00916_create_or_replace_view/ast.json b/parser/testdata/00916_create_or_replace_view/ast.json deleted file mode 100644 index c96f75fdc1..0000000000 --- a/parser/testdata/00916_create_or_replace_view/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001225972, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00916_join_using_duplicate_columns/ast.json b/parser/testdata/00916_join_using_duplicate_columns/ast.json deleted file mode 100644 index dc9387fb18..0000000000 --- a/parser/testdata/00916_join_using_duplicate_columns/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00121557, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00917_least_sqr/ast.json b/parser/testdata/00917_least_sqr/ast.json deleted file mode 100644 index bed5117da3..0000000000 --- a/parser/testdata/00917_least_sqr/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayReduce (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'simpleLinearRegression'" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3, UInt64_4]" - }, - { - "explain": " Literal Array_[UInt64_100, UInt64_110, UInt64_120, UInt64_130]" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.00126065, - "rows_read": 9, - "bytes_read": 424 - } -} diff --git a/parser/testdata/00917_multiple_joins_denny_crane/ast.json b/parser/testdata/00917_multiple_joins_denny_crane/ast.json deleted file mode 100644 index ef507b08ee..0000000000 --- a/parser/testdata/00917_multiple_joins_denny_crane/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001226094, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00918_has_unsufficient_type_check/ast.json b/parser/testdata/00918_has_unsufficient_type_check/ast.json deleted file mode 100644 index 238c1ed53c..0000000000 --- a/parser/testdata/00918_has_unsufficient_type_check/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hasAny (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[Array_['Hello, world']]" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.000965785, - "rows_read": 13, - "bytes_read": 529 - } -} diff --git a/parser/testdata/00918_json_functions/ast.json b/parser/testdata/00918_json_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00918_json_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00919_histogram_merge/ast.json b/parser/testdata/00919_histogram_merge/ast.json deleted file mode 100644 index d3be91a98f..0000000000 --- a/parser/testdata/00919_histogram_merge/ast.json +++ /dev/null @@ -1,211 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (alias hist) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function finalizeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function histogramState (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Literal UInt64_190" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function histogramState (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function round (alias l) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier hist" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function round (alias r) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier hist" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function round (alias cnt) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier hist" - }, - { - "explain": " Literal UInt64_3" - } - ], - - "rows": 63, - - "statistics": - { - "elapsed": 0.001349774, - "rows_read": 63, - "bytes_read": 2873 - } -} diff --git a/parser/testdata/00919_sum_aggregate_states_constants/ast.json b/parser/testdata/00919_sum_aggregate_states_constants/ast.json deleted file mode 100644 index dc3cf2c10e..0000000000 --- a/parser/testdata/00919_sum_aggregate_states_constants/ast.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function finalizeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumState (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumState (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 36, - - "statistics": - { - "elapsed": 0.001752637, - "rows_read": 36, - "bytes_read": 1662 - } -} diff --git a/parser/testdata/00920_multiply_aggregate_states_constants/ast.json b/parser/testdata/00920_multiply_aggregate_states_constants/ast.json deleted file mode 100644 index 566b7bd403..0000000000 --- a/parser/testdata/00920_multiply_aggregate_states_constants/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function finalizeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumState (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001328661, - "rows_read": 23, - "bytes_read": 1030 - } -} diff --git a/parser/testdata/00921_datetime64_basic/ast.json b/parser/testdata/00921_datetime64_basic/ast.json deleted file mode 100644 index bea1adbb1c..0000000000 --- a/parser/testdata/00921_datetime64_basic/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery A (children 1)" - }, - { - "explain": " Identifier A" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001383662, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00926_adaptive_index_granularity_collapsing_merge_tree/ast.json b/parser/testdata/00926_adaptive_index_granularity_collapsing_merge_tree/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00926_adaptive_index_granularity_collapsing_merge_tree/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00926_adaptive_index_granularity_merge_tree/ast.json b/parser/testdata/00926_adaptive_index_granularity_merge_tree/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00926_adaptive_index_granularity_merge_tree/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00926_adaptive_index_granularity_pk/ast.json b/parser/testdata/00926_adaptive_index_granularity_pk/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00926_adaptive_index_granularity_pk/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00926_adaptive_index_granularity_replacing_merge_tree/ast.json b/parser/testdata/00926_adaptive_index_granularity_replacing_merge_tree/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00926_adaptive_index_granularity_replacing_merge_tree/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00926_adaptive_index_granularity_versioned_collapsing_merge_tree/ast.json b/parser/testdata/00926_adaptive_index_granularity_versioned_collapsing_merge_tree/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00926_adaptive_index_granularity_versioned_collapsing_merge_tree/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00926_geo_to_h3/ast.json b/parser/testdata/00926_geo_to_h3/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00926_geo_to_h3/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00926_multimatch/ast.json b/parser/testdata/00926_multimatch/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00926_multimatch/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long/ast.json b/parser/testdata/00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00927_asof_join_correct_bt/ast.json b/parser/testdata/00927_asof_join_correct_bt/ast.json deleted file mode 100644 index 1436750f6b..0000000000 --- a/parser/testdata/00927_asof_join_correct_bt/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery A (children 1)" - }, - { - "explain": " Identifier A" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001322189, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00927_asof_join_long/ast.json b/parser/testdata/00927_asof_join_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00927_asof_join_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00927_asof_join_noninclusive/ast.json b/parser/testdata/00927_asof_join_noninclusive/ast.json deleted file mode 100644 index fbf9ffac67..0000000000 --- a/parser/testdata/00927_asof_join_noninclusive/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery A (children 1)" - }, - { - "explain": " Identifier A" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001468212, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00927_asof_joins/ast.json b/parser/testdata/00927_asof_joins/ast.json deleted file mode 100644 index c150cd242d..0000000000 --- a/parser/testdata/00927_asof_joins/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery md (children 1)" - }, - { - "explain": " Identifier md" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001391423, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00927_disable_hyperscan/ast.json b/parser/testdata/00927_disable_hyperscan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00927_disable_hyperscan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00928_multi_match_constant_constant/ast.json b/parser/testdata/00928_multi_match_constant_constant/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00928_multi_match_constant_constant/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00929_multi_match_edit_distance/ast.json b/parser/testdata/00929_multi_match_edit_distance/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00929_multi_match_edit_distance/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00930_arrayIntersect/ast.json b/parser/testdata/00930_arrayIntersect/ast.json deleted file mode 100644 index 75fe136f85..0000000000 --- a/parser/testdata/00930_arrayIntersect/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery array_intersect (children 1)" - }, - { - "explain": " Identifier array_intersect" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001030341, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00930_max_partitions_per_insert_block/ast.json b/parser/testdata/00930_max_partitions_per_insert_block/ast.json deleted file mode 100644 index a8aa40b561..0000000000 --- a/parser/testdata/00930_max_partitions_per_insert_block/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery partitions (children 1)" - }, - { - "explain": " Identifier partitions" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001083644, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00931_low_cardinality_nullable_aggregate_function_type/ast.json b/parser/testdata/00931_low_cardinality_nullable_aggregate_function_type/ast.json deleted file mode 100644 index 74f7f26b13..0000000000 --- a/parser/testdata/00931_low_cardinality_nullable_aggregate_function_type/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery lc (children 1)" - }, - { - "explain": " Identifier lc" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001249718, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00931_low_cardinality_read_with_empty_array/ast.json b/parser/testdata/00931_low_cardinality_read_with_empty_array/ast.json deleted file mode 100644 index 64aebcf442..0000000000 --- a/parser/testdata/00931_low_cardinality_read_with_empty_array/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery lc_00931 (children 1)" - }, - { - "explain": " Identifier lc_00931" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001022496, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00931_low_cardinality_set_index_in_key_condition/ast.json b/parser/testdata/00931_low_cardinality_set_index_in_key_condition/ast.json deleted file mode 100644 index 8ea39c1532..0000000000 --- a/parser/testdata/00931_low_cardinality_set_index_in_key_condition/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_in (children 1)" - }, - { - "explain": " Identifier test_in" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001029122, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00932_array_intersect_bug/ast.json b/parser/testdata/00932_array_intersect_bug/ast.json deleted file mode 100644 index ad5f68693e..0000000000 --- a/parser/testdata/00932_array_intersect_bug/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arraySort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayIntersect (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_['a', 'b', 'c']" - }, - { - "explain": " Literal Array_['a', 'a']" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001068454, - "rows_read": 10, - "bytes_read": 409 - } -} diff --git a/parser/testdata/00932_geohash_support/ast.json b/parser/testdata/00932_geohash_support/ast.json deleted file mode 100644 index 9bc7343c53..0000000000 --- a/parser/testdata/00932_geohash_support/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery geohash_test_data (children 1)" - }, - { - "explain": " Identifier geohash_test_data" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00124198, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00933_alter_ttl/ast.json b/parser/testdata/00933_alter_ttl/ast.json deleted file mode 100644 index d855dc94bb..0000000000 --- a/parser/testdata/00933_alter_ttl/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00118671, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00933_reserved_word/ast.json b/parser/testdata/00933_reserved_word/ast.json deleted file mode 100644 index 8b4ef23d76..0000000000 --- a/parser/testdata/00933_reserved_word/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery reserved_word_table (children 1)" - }, - { - "explain": " Identifier reserved_word_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001078836, - "rows_read": 2, - "bytes_read": 90 - } -} diff --git a/parser/testdata/00933_ttl_formatting/ast.json b/parser/testdata/00933_ttl_formatting/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00933_ttl_formatting/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00933_ttl_simple/ast.json b/parser/testdata/00933_ttl_simple/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00933_ttl_simple/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00933_ttl_with_default/ast.json b/parser/testdata/00933_ttl_with_default/ast.json deleted file mode 100644 index 060af8e174..0000000000 --- a/parser/testdata/00933_ttl_with_default/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ttl_00933_2 (children 1)" - }, - { - "explain": " Identifier ttl_00933_2" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00104667, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00934_is_valid_utf8/ast.json b/parser/testdata/00934_is_valid_utf8/ast.json deleted file mode 100644 index 3aeddc309a..0000000000 --- a/parser/testdata/00934_is_valid_utf8/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function isValidUTF8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001009949, - "rows_read": 15, - "bytes_read": 581 - } -} diff --git a/parser/testdata/00935_to_iso_week_first_year/ast.json b/parser/testdata/00935_to_iso_week_first_year/ast.json deleted file mode 100644 index bf18cc272a..0000000000 --- a/parser/testdata/00935_to_iso_week_first_year/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function plus (alias d) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '1970-01-01'" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toISOWeek (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier d" - }, - { - "explain": " Function toISOYear (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier d" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_15" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001070195, - "rows_read": 22, - "bytes_read": 859 - } -} diff --git a/parser/testdata/00936_crc_functions/ast.json b/parser/testdata/00936_crc_functions/ast.json deleted file mode 100644 index 2def2fda75..0000000000 --- a/parser/testdata/00936_crc_functions/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table1 (children 1)" - }, - { - "explain": " Identifier table1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001139815, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/00936_function_result_with_operator_in/ast.json b/parser/testdata/00936_function_result_with_operator_in/ast.json deleted file mode 100644 index 6ca225bbd6..0000000000 --- a/parser/testdata/00936_function_result_with_operator_in/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001438444, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00936_substring_utf8_non_const/ast.json b/parser/testdata/00936_substring_utf8_non_const/ast.json deleted file mode 100644 index cbbfb7523a..0000000000 --- a/parser/testdata/00936_substring_utf8_non_const/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function substringUTF8 (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'hello, привет'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_16" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001385257, - "rows_read": 15, - "bytes_read": 593 - } -} diff --git a/parser/testdata/00937_ipv4_cidr_range/ast.json b/parser/testdata/00937_ipv4_cidr_range/ast.json deleted file mode 100644 index 2424db5c4c..0000000000 --- a/parser/testdata/00937_ipv4_cidr_range/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'tests'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001518412, - "rows_read": 5, - "bytes_read": 176 - } -} diff --git a/parser/testdata/00938_basename/ast.json b/parser/testdata/00938_basename/ast.json deleted file mode 100644 index 363b3705de..0000000000 --- a/parser/testdata/00938_basename/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function basename (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '\/usr\/bin\/bash'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001175897, - "rows_read": 7, - "bytes_read": 268 - } -} diff --git a/parser/testdata/00938_dataset_test/ast.json b/parser/testdata/00938_dataset_test/ast.json deleted file mode 100644 index e727ab7e17..0000000000 --- a/parser/testdata/00938_dataset_test/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001568839, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00938_ipv6_cidr_range/ast.json b/parser/testdata/00938_ipv6_cidr_range/ast.json deleted file mode 100644 index 4eb8ad1538..0000000000 --- a/parser/testdata/00938_ipv6_cidr_range/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'check invalid params'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001091834, - "rows_read": 5, - "bytes_read": 191 - } -} diff --git a/parser/testdata/00938_test_retention_function/ast.json b/parser/testdata/00938_test_retention_function/ast.json deleted file mode 100644 index 1ab00afa9e..0000000000 --- a/parser/testdata/00938_test_retention_function/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery retention_test (children 1)" - }, - { - "explain": " Identifier retention_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001135065, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00939_limit_by_offset/ast.json b/parser/testdata/00939_limit_by_offset/ast.json deleted file mode 100644 index 068eec55eb..0000000000 --- a/parser/testdata/00939_limit_by_offset/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery limit_by (children 1)" - }, - { - "explain": " Identifier limit_by" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001106542, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00939_test_null_in/ast.json b/parser/testdata/00939_test_null_in/ast.json deleted file mode 100644 index 6c7b59b5d8..0000000000 --- a/parser/testdata/00939_test_null_in/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nullt (children 1)" - }, - { - "explain": " Identifier nullt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001119702, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00940_max_parts_in_total/ast.json b/parser/testdata/00940_max_parts_in_total/ast.json deleted file mode 100644 index 92d1f3029c..0000000000 --- a/parser/testdata/00940_max_parts_in_total/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery max_parts_in_total (children 1)" - }, - { - "explain": " Identifier max_parts_in_total" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001174174, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/00940_order_by_read_in_order/ast.json b/parser/testdata/00940_order_by_read_in_order/ast.json deleted file mode 100644 index fab15fb03d..0000000000 --- a/parser/testdata/00940_order_by_read_in_order/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk_order (children 1)" - }, - { - "explain": " Identifier pk_order" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001392495, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00940_order_by_read_in_order_query_plan/ast.json b/parser/testdata/00940_order_by_read_in_order_query_plan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00940_order_by_read_in_order_query_plan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00941_to_custom_week/ast.json b/parser/testdata/00941_to_custom_week/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00941_to_custom_week/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00942_mv_rename_table/ast.json b/parser/testdata/00942_mv_rename_table/ast.json deleted file mode 100644 index 887ffab55b..0000000000 --- a/parser/testdata/00942_mv_rename_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery src_00942 (children 1)" - }, - { - "explain": " Identifier src_00942" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001348007, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00943_mv_rename_without_inner_table/ast.json b/parser/testdata/00943_mv_rename_without_inner_table/ast.json deleted file mode 100644 index 9ac1f93163..0000000000 --- a/parser/testdata/00943_mv_rename_without_inner_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery src (children 1)" - }, - { - "explain": " Identifier src" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001431417, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00944_minmax_nan/ast.json b/parser/testdata/00944_minmax_nan/ast.json deleted file mode 100644 index 3851ebaff6..0000000000 --- a/parser/testdata/00944_minmax_nan/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001829823, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00944_minmax_null/ast.json b/parser/testdata/00944_minmax_null/ast.json deleted file mode 100644 index 6e9e6fc7e5..0000000000 --- a/parser/testdata/00944_minmax_null/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery min_max_with_nullable_string (children 1)" - }, - { - "explain": " Identifier min_max_with_nullable_string" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001673662, - "rows_read": 2, - "bytes_read": 108 - } -} diff --git a/parser/testdata/00944_ml_test/ast.json b/parser/testdata/00944_ml_test/ast.json deleted file mode 100644 index 0e28441dd7..0000000000 --- a/parser/testdata/00944_ml_test/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001674774, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00945_bloom_filter_index/ast.json b/parser/testdata/00945_bloom_filter_index/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00945_bloom_filter_index/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00945_ml_test/ast.json b/parser/testdata/00945_ml_test/ast.json deleted file mode 100644 index 7e8ef7fd61..0000000000 --- a/parser/testdata/00945_ml_test/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001226265, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00946_ml_test/ast.json b/parser/testdata/00946_ml_test/ast.json deleted file mode 100644 index 859f4b7820..0000000000 --- a/parser/testdata/00946_ml_test/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001431434, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00947_ml_test/ast.json b/parser/testdata/00947_ml_test/ast.json deleted file mode 100644 index 0ae4c9ddc3..0000000000 --- a/parser/testdata/00947_ml_test/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001121271, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/00948_to_valid_utf8/ast.json b/parser/testdata/00948_to_valid_utf8/ast.json deleted file mode 100644 index c4cf6f9490..0000000000 --- a/parser/testdata/00948_to_valid_utf8/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toValidUTF8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001317588, - "rows_read": 12, - "bytes_read": 465 - } -} diff --git a/parser/testdata/00948_values_interpreter_template/ast.json b/parser/testdata/00948_values_interpreter_template/ast.json deleted file mode 100644 index 4a61e369ec..0000000000 --- a/parser/testdata/00948_values_interpreter_template/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery type_names (children 1)" - }, - { - "explain": " Identifier type_names" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001278502, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00949_format/ast.json b/parser/testdata/00949_format/ast.json deleted file mode 100644 index ee7eae3520..0000000000 --- a/parser/testdata/00949_format/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00128735, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00950_bad_alloc_when_truncate_join_storage/ast.json b/parser/testdata/00950_bad_alloc_when_truncate_join_storage/ast.json deleted file mode 100644 index b854fecaa5..0000000000 --- a/parser/testdata/00950_bad_alloc_when_truncate_join_storage/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery join_test (children 1)" - }, - { - "explain": " Identifier join_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00166642, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00950_default_prewhere/ast.json b/parser/testdata/00950_default_prewhere/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00950_default_prewhere/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00950_dict_get/ast.json b/parser/testdata/00950_dict_get/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00950_dict_get/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00950_test_double_delta_codec/ast.json b/parser/testdata/00950_test_double_delta_codec/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00950_test_double_delta_codec/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00950_test_double_delta_codec_types/ast.json b/parser/testdata/00950_test_double_delta_codec_types/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00950_test_double_delta_codec_types/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00950_test_gorilla_codec/ast.json b/parser/testdata/00950_test_gorilla_codec/ast.json deleted file mode 100644 index 793c031084..0000000000 --- a/parser/testdata/00950_test_gorilla_codec/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery codecTest (children 1)" - }, - { - "explain": " Identifier codecTest" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00173849, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00951_ngram_search/ast.json b/parser/testdata/00951_ngram_search/ast.json deleted file mode 100644 index 391a6c6a8f..0000000000 --- a/parser/testdata/00951_ngram_search/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1000" - }, - { - "explain": " Function ngramSearchUTF8 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal ''" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_5" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.002204031, - "rows_read": 20, - "bytes_read": 807 - } -} diff --git a/parser/testdata/00952_insert_into_distributed_with_materialized_column/ast.json b/parser/testdata/00952_insert_into_distributed_with_materialized_column/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00952_insert_into_distributed_with_materialized_column/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00952_part_frozen_info/ast.json b/parser/testdata/00952_part_frozen_info/ast.json deleted file mode 100644 index 3d7b5bf8a7..0000000000 --- a/parser/testdata/00952_part_frozen_info/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery part_info (children 1)" - }, - { - "explain": " Identifier part_info" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001413268, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00953_moving_functions/ast.json b/parser/testdata/00953_moving_functions/ast.json deleted file mode 100644 index f0ef334995..0000000000 --- a/parser/testdata/00953_moving_functions/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery moving_sum_num (children 1)" - }, - { - "explain": " Identifier moving_sum_num" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001865886, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/00954_resample_combinator/ast.json b/parser/testdata/00954_resample_combinator/ast.json deleted file mode 100644 index 49e3ace1c1..0000000000 --- a/parser/testdata/00954_resample_combinator/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayReduce (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'sumResample(1, 7, 1)'" - }, - { - "explain": " Literal Array_[UInt64_10, UInt64_11, UInt64_12, UInt64_13, UInt64_14, UInt64_15, UInt64_16, UInt64_17, UInt64_18, UInt64_19]" - }, - { - "explain": " Literal Array_[UInt64_0, UInt64_1, UInt64_2, UInt64_3, UInt64_4, UInt64_5, UInt64_6, UInt64_7, UInt64_8, UInt64_9]" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001578338, - "rows_read": 9, - "bytes_read": 544 - } -} diff --git a/parser/testdata/00955_test_final_mark/ast.json b/parser/testdata/00955_test_final_mark/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00955_test_final_mark/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00956_join_use_nulls_with_array_column/ast.json b/parser/testdata/00956_join_use_nulls_with_array_column/ast.json deleted file mode 100644 index c782a28e87..0000000000 --- a/parser/testdata/00956_join_use_nulls_with_array_column/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00130326, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00957_coalesce_const_nullable_crash/ast.json b/parser/testdata/00957_coalesce_const_nullable_crash/ast.json deleted file mode 100644 index 1adbd161a7..0000000000 --- a/parser/testdata/00957_coalesce_const_nullable_crash/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function coalesce (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001549765, - "rows_read": 15, - "bytes_read": 591 - } -} diff --git a/parser/testdata/00957_delta_diff_bug/ast.json b/parser/testdata/00957_delta_diff_bug/ast.json deleted file mode 100644 index f0aba1890c..0000000000 --- a/parser/testdata/00957_delta_diff_bug/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001463056, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00957_neighbor/ast.json b/parser/testdata/00957_neighbor/ast.json deleted file mode 100644 index 2e93b5fe27..0000000000 --- a/parser/testdata/00957_neighbor/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001352728, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00960_eval_ml_method_const/ast.json b/parser/testdata/00960_eval_ml_method_const/ast.json deleted file mode 100644 index d94ab251dc..0000000000 --- a/parser/testdata/00960_eval_ml_method_const/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Subquery (alias model) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function stochasticLinearRegressionState (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function evalMLMethod (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier model" - }, - { - "explain": " Function toFloat64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toFloat64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001439231, - "rows_read": 24, - "bytes_read": 977 - } -} diff --git a/parser/testdata/00961_check_table/ast.json b/parser/testdata/00961_check_table/ast.json deleted file mode 100644 index 94b1e5e437..0000000000 --- a/parser/testdata/00961_check_table/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001453106, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00961_checksums_in_system_parts_columns_table/ast.json b/parser/testdata/00961_checksums_in_system_parts_columns_table/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00961_checksums_in_system_parts_columns_table/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00961_visit_param_buffer_underflow/ast.json b/parser/testdata/00961_visit_param_buffer_underflow/ast.json deleted file mode 100644 index eeb73c9c4f..0000000000 --- a/parser/testdata/00961_visit_param_buffer_underflow/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function visitParamExtractRaw (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '\"a\":'" - }, - { - "explain": " Literal 'a'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001290653, - "rows_read": 8, - "bytes_read": 296 - } -} diff --git a/parser/testdata/00962_enumNotExect/ast.json b/parser/testdata/00962_enumNotExect/ast.json deleted file mode 100644 index 4f267e0016..0000000000 --- a/parser/testdata/00962_enumNotExect/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_enum8 (children 1)" - }, - { - "explain": " Identifier t_enum8" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001371926, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00962_visit_param_various/ast.json b/parser/testdata/00962_visit_param_various/ast.json deleted file mode 100644 index 37136384ea..0000000000 --- a/parser/testdata/00962_visit_param_various/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function visitParamExtractUInt (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '\"a\":123'" - }, - { - "explain": " Literal 'a'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001544707, - "rows_read": 8, - "bytes_read": 300 - } -} diff --git a/parser/testdata/00963_achimbab/ast.json b/parser/testdata/00963_achimbab/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00963_achimbab/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00963_startsWith_force_primary_key/ast.json b/parser/testdata/00963_startsWith_force_primary_key/ast.json deleted file mode 100644 index 94339ac4de..0000000000 --- a/parser/testdata/00963_startsWith_force_primary_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_startsWith (children 1)" - }, - { - "explain": " Identifier test_startsWith" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001263212, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00964_os_thread_priority/ast.json b/parser/testdata/00964_os_thread_priority/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00964_os_thread_priority/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00965_shard_unresolvable_addresses/ast.json b/parser/testdata/00965_shard_unresolvable_addresses/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00965_shard_unresolvable_addresses/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00966_invalid_json_must_not_parse/ast.json b/parser/testdata/00966_invalid_json_must_not_parse/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00966_invalid_json_must_not_parse/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00967_insert_into_distributed_different_types/ast.json b/parser/testdata/00967_insert_into_distributed_different_types/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00967_insert_into_distributed_different_types/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00968_file_engine_in_subquery/ast.json b/parser/testdata/00968_file_engine_in_subquery/ast.json deleted file mode 100644 index 4265a76df3..0000000000 --- a/parser/testdata/00968_file_engine_in_subquery/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tableFile_00968 (children 1)" - }, - { - "explain": " Identifier tableFile_00968" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001267468, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/00968_roundAge/ast.json b/parser/testdata/00968_roundAge/ast.json deleted file mode 100644 index aa25a06623..0000000000 --- a/parser/testdata/00968_roundAge/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function roundAge (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001424376, - "rows_read": 7, - "bytes_read": 261 - } -} diff --git a/parser/testdata/00969_columns_clause/ast.json b/parser/testdata/00969_columns_clause/ast.json deleted file mode 100644 index d823689388..0000000000 --- a/parser/testdata/00969_columns_clause/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ColumnsClauseTest (children 1)" - }, - { - "explain": " Identifier ColumnsClauseTest" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001473366, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/00969_roundDuration/ast.json b/parser/testdata/00969_roundDuration/ast.json deleted file mode 100644 index 53c465b891..0000000000 --- a/parser/testdata/00969_roundDuration/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function roundDuration (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001078251, - "rows_read": 7, - "bytes_read": 266 - } -} diff --git a/parser/testdata/00971_merge_tree_uniform_read_distribution_and_max_rows_to_read/ast.json b/parser/testdata/00971_merge_tree_uniform_read_distribution_and_max_rows_to_read/ast.json deleted file mode 100644 index 6d12edae43..0000000000 --- a/parser/testdata/00971_merge_tree_uniform_read_distribution_and_max_rows_to_read/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge_tree (children 1)" - }, - { - "explain": " Identifier merge_tree" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001173544, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00972_desc_table_virtual_columns/ast.json b/parser/testdata/00972_desc_table_virtual_columns/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00972_desc_table_virtual_columns/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00972_geohashesInBox/ast.json b/parser/testdata/00972_geohashesInBox/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00972_geohashesInBox/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00973_create_table_as_table_function/ast.json b/parser/testdata/00973_create_table_as_table_function/ast.json deleted file mode 100644 index f6de2aa2cd..0000000000 --- a/parser/testdata/00973_create_table_as_table_function/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001283414, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00973_uniq_non_associativity/ast.json b/parser/testdata/00973_uniq_non_associativity/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00973_uniq_non_associativity/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00974_adaptive_granularity_secondary_index/ast.json b/parser/testdata/00974_adaptive_granularity_secondary_index/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00974_adaptive_granularity_secondary_index/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00974_bitmapContains_with_primary_key/ast.json b/parser/testdata/00974_bitmapContains_with_primary_key/ast.json deleted file mode 100644 index 0878116375..0000000000 --- a/parser/testdata/00974_bitmapContains_with_primary_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001154634, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00974_distributed_join_on/ast.json b/parser/testdata/00974_distributed_join_on/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00974_distributed_join_on/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00974_final_predicate_push_down/ast.json b/parser/testdata/00974_final_predicate_push_down/ast.json deleted file mode 100644 index 3654882854..0000000000 --- a/parser/testdata/00974_final_predicate_push_down/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_00974 (children 1)" - }, - { - "explain": " Identifier test_00974" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001064839, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/00974_fix_join_on/ast.json b/parser/testdata/00974_fix_join_on/ast.json deleted file mode 100644 index 9e7a99182e..0000000000 --- a/parser/testdata/00974_fix_join_on/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00157429, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/00974_full_outer_join/ast.json b/parser/testdata/00974_full_outer_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00974_full_outer_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00974_low_cardinality_cast/ast.json b/parser/testdata/00974_low_cardinality_cast/ast.json deleted file mode 100644 index c171cf26c2..0000000000 --- a/parser/testdata/00974_low_cardinality_cast/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001198986, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00974_query_profiler/ast.json b/parser/testdata/00974_query_profiler/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00974_query_profiler/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00975_json_hang/ast.json b/parser/testdata/00975_json_hang/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00975_json_hang/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00975_move_partition_merge_tree/ast.json b/parser/testdata/00975_move_partition_merge_tree/ast.json deleted file mode 100644 index 84d101da67..0000000000 --- a/parser/testdata/00975_move_partition_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_move_partition_src (children 1)" - }, - { - "explain": " Identifier test_move_partition_src" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001370317, - "rows_read": 2, - "bytes_read": 98 - } -} diff --git a/parser/testdata/00975_recursive_materialized_view/ast.json b/parser/testdata/00975_recursive_materialized_view/ast.json deleted file mode 100644 index eca9f2d29e..0000000000 --- a/parser/testdata/00975_recursive_materialized_view/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery src (children 1)" - }, - { - "explain": " Identifier src" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001375898, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00975_sample_prewhere_distributed/ast.json b/parser/testdata/00975_sample_prewhere_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00975_sample_prewhere_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00975_values_list/ast.json b/parser/testdata/00975_values_list/ast.json deleted file mode 100644 index fecb76a930..0000000000 --- a/parser/testdata/00975_values_list/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery values_list (children 1)" - }, - { - "explain": " Identifier values_list" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001706747, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00976_max_execution_speed/ast.json b/parser/testdata/00976_max_execution_speed/ast.json deleted file mode 100644 index 4aa00214a4..0000000000 --- a/parser/testdata/00976_max_execution_speed/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001134665, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00976_shard_low_cardinality_achimbab/ast.json b/parser/testdata/00976_shard_low_cardinality_achimbab/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00976_shard_low_cardinality_achimbab/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00976_system_stop_ttl_merges/ast.json b/parser/testdata/00976_system_stop_ttl_merges/ast.json deleted file mode 100644 index 54678810bf..0000000000 --- a/parser/testdata/00976_system_stop_ttl_merges/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ttl (children 1)" - }, - { - "explain": " Identifier ttl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001154295, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00976_ttl_with_old_parts/ast.json b/parser/testdata/00976_ttl_with_old_parts/ast.json deleted file mode 100644 index d8de1d187b..0000000000 --- a/parser/testdata/00976_ttl_with_old_parts/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ttl (children 1)" - }, - { - "explain": " Identifier ttl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001146388, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00977_int_div/ast.json b/parser/testdata/00977_int_div/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00977_int_div/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00977_join_use_nulls_denny_crane/ast.json b/parser/testdata/00977_join_use_nulls_denny_crane/ast.json deleted file mode 100644 index c994186ee2..0000000000 --- a/parser/testdata/00977_join_use_nulls_denny_crane/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001436362, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00978_ml_math/ast.json b/parser/testdata/00978_ml_math/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00978_ml_math/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00978_sum_map_bugfix/ast.json b/parser/testdata/00978_sum_map_bugfix/ast.json deleted file mode 100644 index c38853f37c..0000000000 --- a/parser/testdata/00978_sum_map_bugfix/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function arrayReduce (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'sumMap'" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier b" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal Array_[UInt64_100, UInt64_100, UInt64_200] (alias a)" - }, - { - "explain": " Literal Array_[UInt64_10, UInt64_20, UInt64_30] (alias b)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001787539, - "rows_read": 31, - "bytes_read": 1347 - } -} diff --git a/parser/testdata/00978_table_function_values_alias/ast.json b/parser/testdata/00978_table_function_values_alias/ast.json deleted file mode 100644 index c382196ddb..0000000000 --- a/parser/testdata/00978_table_function_values_alias/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier s" - }, - { - "explain": " Identifier z" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function VALUES (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'x UInt64, s String, z ALIAS concat(toString(x), \\': \\', s)'" - }, - { - "explain": " Literal Tuple_(UInt64_1, 'hello')" - }, - { - "explain": " Literal Tuple_(UInt64_2, 'world')" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001281842, - "rows_read": 15, - "bytes_read": 622 - } -} diff --git a/parser/testdata/00979_quantileExcatExclusive_and_Inclusive/ast.json b/parser/testdata/00979_quantileExcatExclusive_and_Inclusive/ast.json deleted file mode 100644 index f91532d58c..0000000000 --- a/parser/testdata/00979_quantileExcatExclusive_and_Inclusive/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery num (children 1)" - }, - { - "explain": " Identifier num" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001574046, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/00979_set_index_not/ast.json b/parser/testdata/00979_set_index_not/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00979_set_index_not/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00979_toFloat_monotonicity/ast.json b/parser/testdata/00979_toFloat_monotonicity/ast.json deleted file mode 100644 index 79504af665..0000000000 --- a/parser/testdata/00979_toFloat_monotonicity/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001251737, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00979_yandex_consistent_hash_fpe/ast.json b/parser/testdata/00979_yandex_consistent_hash_fpe/ast.json deleted file mode 100644 index 0997446629..0000000000 --- a/parser/testdata/00979_yandex_consistent_hash_fpe/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function kostikConsistentHash (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Literal UInt64_40000" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001406129, - "rows_read": 8, - "bytes_read": 307 - } -} diff --git a/parser/testdata/00980_crash_nullable_decimal/ast.json b/parser/testdata/00980_crash_nullable_decimal/ast.json deleted file mode 100644 index ec5ef64de1..0000000000 --- a/parser/testdata/00980_crash_nullable_decimal/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayReduce (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'median'" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32OrNull (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1'" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001682907, - "rows_read": 13, - "bytes_read": 509 - } -} diff --git a/parser/testdata/00980_full_join_crash_fancyqlx/ast.json b/parser/testdata/00980_full_join_crash_fancyqlx/ast.json deleted file mode 100644 index 53b6847f6b..0000000000 --- a/parser/testdata/00980_full_join_crash_fancyqlx/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_join (children 1)" - }, - { - "explain": " Identifier test_join" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001240839, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/00980_merge_alter_settings/ast.json b/parser/testdata/00980_merge_alter_settings/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00980_merge_alter_settings/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00980_shard_aggregation_state_deserialization/ast.json b/parser/testdata/00980_shard_aggregation_state_deserialization/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00980_shard_aggregation_state_deserialization/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00980_skip_unused_shards_without_sharding_key/ast.json b/parser/testdata/00980_skip_unused_shards_without_sharding_key/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00980_skip_unused_shards_without_sharding_key/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00980_zookeeper_merge_tree_alter_settings/ast.json b/parser/testdata/00980_zookeeper_merge_tree_alter_settings/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00980_zookeeper_merge_tree_alter_settings/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00981_no_virtual_columns/ast.json b/parser/testdata/00981_no_virtual_columns/ast.json deleted file mode 100644 index 3b67065f32..0000000000 --- a/parser/testdata/00981_no_virtual_columns/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge_a (children 1)" - }, - { - "explain": " Identifier merge_a" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001077256, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/00981_topK_topKWeighted_long/ast.json b/parser/testdata/00981_topK_topKWeighted_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00981_topK_topKWeighted_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00982_array_enumerate_uniq_ranked/ast.json b/parser/testdata/00982_array_enumerate_uniq_ranked/ast.json deleted file mode 100644 index ed4e05bb14..0000000000 --- a/parser/testdata/00982_array_enumerate_uniq_ranked/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayEnumerateUniqRanked (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function VALUES (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal 'x Array(Array(String))'" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal Array_[Array_['a'], Array_['a'], Array_['b']]" - }, - { - "explain": " Literal Array_[Array_['a'], Array_['a'], Array_['b']]" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001355791, - "rows_read": 20, - "bytes_read": 873 - } -} diff --git a/parser/testdata/00982_low_cardinality_setting_in_mv/ast.json b/parser/testdata/00982_low_cardinality_setting_in_mv/ast.json deleted file mode 100644 index 0312255bdc..0000000000 --- a/parser/testdata/00982_low_cardinality_setting_in_mv/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1 (children 1)" - }, - { - "explain": " Identifier test1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001391469, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00983_summing_merge_tree_not_an_identifier/ast.json b/parser/testdata/00983_summing_merge_tree_not_an_identifier/ast.json deleted file mode 100644 index 83b90ee0b5..0000000000 --- a/parser/testdata/00983_summing_merge_tree_not_an_identifier/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery xx (children 1)" - }, - { - "explain": " Identifier xx" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000984961, - "rows_read": 2, - "bytes_read": 57 - } -} diff --git a/parser/testdata/00984_materialized_view_to_columns/ast.json b/parser/testdata/00984_materialized_view_to_columns/ast.json deleted file mode 100644 index a7e00e1ac9..0000000000 --- a/parser/testdata/00984_materialized_view_to_columns/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1 (children 1)" - }, - { - "explain": " Identifier test1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001369257, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00985_merge_stack_overflow/ast.json b/parser/testdata/00985_merge_stack_overflow/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00985_merge_stack_overflow/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00986_materialized_view_stack_overflow/ast.json b/parser/testdata/00986_materialized_view_stack_overflow/ast.json deleted file mode 100644 index d5135ebc84..0000000000 --- a/parser/testdata/00986_materialized_view_stack_overflow/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1 (children 1)" - }, - { - "explain": " Identifier test1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001288888, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/00987_distributed_stack_overflow/ast.json b/parser/testdata/00987_distributed_stack_overflow/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00987_distributed_stack_overflow/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00988_constraints_replication_zookeeper_long/ast.json b/parser/testdata/00988_constraints_replication_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00988_constraints_replication_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00988_expansion_aliases_limit/ast.json b/parser/testdata/00988_expansion_aliases_limit/ast.json deleted file mode 100644 index 1a32f1a116..0000000000 --- a/parser/testdata/00988_expansion_aliases_limit/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001369603, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00988_parallel_parts_removal/ast.json b/parser/testdata/00988_parallel_parts_removal/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00988_parallel_parts_removal/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00989_parallel_parts_loading/ast.json b/parser/testdata/00989_parallel_parts_loading/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00989_parallel_parts_loading/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00990_function_current_user/ast.json b/parser/testdata/00990_function_current_user/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00990_function_current_user/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00990_hasToken_and_tokenbf/ast.json b/parser/testdata/00990_hasToken_and_tokenbf/ast.json deleted file mode 100644 index fe294734f7..0000000000 --- a/parser/testdata/00990_hasToken_and_tokenbf/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery bloom_filter (children 1)" - }, - { - "explain": " Identifier bloom_filter" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001284224, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/00990_metric_log_table_not_empty/ast.json b/parser/testdata/00990_metric_log_table_not_empty/ast.json deleted file mode 100644 index 3b2f1f6e95..0000000000 --- a/parser/testdata/00990_metric_log_table_not_empty/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sleep (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001023362, - "rows_read": 8, - "bytes_read": 282 - } -} diff --git a/parser/testdata/00990_request_splitting/ast.json b/parser/testdata/00990_request_splitting/ast.json deleted file mode 100644 index 36b278fee6..0000000000 --- a/parser/testdata/00990_request_splitting/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function url (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'http:\/\/127.0.0.1:1337\/? HTTP\/1.1\\r\\nTest: test'" - }, - { - "explain": " Identifier CSV" - }, - { - "explain": " Literal 'column1 String'" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001285023, - "rows_read": 13, - "bytes_read": 527 - } -} diff --git a/parser/testdata/00994_table_function_numbers_mt/ast.json b/parser/testdata/00994_table_function_numbers_mt/ast.json deleted file mode 100644 index 875230069b..0000000000 --- a/parser/testdata/00994_table_function_numbers_mt/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function min (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function max (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers_mt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10000000" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001188996, - "rows_read": 19, - "bytes_read": 735 - } -} diff --git a/parser/testdata/00995_optimize_read_in_order_with_aggregation/ast.json b/parser/testdata/00995_optimize_read_in_order_with_aggregation/ast.json deleted file mode 100644 index c8bc8aeffc..0000000000 --- a/parser/testdata/00995_optimize_read_in_order_with_aggregation/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001221973, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00995_order_by_with_fill/ast.json b/parser/testdata/00995_order_by_with_fill/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00995_order_by_with_fill/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00996_limit_with_ties/ast.json b/parser/testdata/00996_limit_with_ties/ast.json deleted file mode 100644 index cca59a83e5..0000000000 --- a/parser/testdata/00996_limit_with_ties/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ties (children 1)" - }, - { - "explain": " Identifier ties" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001348825, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/00996_neighbor/ast.json b/parser/testdata/00996_neighbor/ast.json deleted file mode 100644 index b5e2c63eea..0000000000 --- a/parser/testdata/00996_neighbor/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001287693, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00997_extract_all_crash_6627/ast.json b/parser/testdata/00997_extract_all_crash_6627/ast.json deleted file mode 100644 index 914e3aea1f..0000000000 --- a/parser/testdata/00997_extract_all_crash_6627/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function extractAll (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'Mozilla\/5.0 (Windows NT 10.0; WOW64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/75.0.3770.143 YaBrowser\/19.7.2.455 Yowser\/2.5 Safari\/537.36'" - }, - { - "explain": " Literal '[Y][a-zA-Z]{8}\/[1-9]([1-9]+)?(((.?)([0-9]+)?){0,4})?'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001443644, - "rows_read": 8, - "bytes_read": 475 - } -} diff --git a/parser/testdata/00997_set_index_array/ast.json b/parser/testdata/00997_set_index_array/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00997_set_index_array/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00997_trim/ast.json b/parser/testdata/00997_trim/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/00997_trim/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/00998_constraints_all_tables/ast.json b/parser/testdata/00998_constraints_all_tables/ast.json deleted file mode 100644 index 4100186931..0000000000 --- a/parser/testdata/00998_constraints_all_tables/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery constrained (children 1)" - }, - { - "explain": " Identifier constrained" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001352695, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/00999_full_join_dup_keys_crash/ast.json b/parser/testdata/00999_full_join_dup_keys_crash/ast.json deleted file mode 100644 index cbaa314486..0000000000 --- a/parser/testdata/00999_full_join_dup_keys_crash/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001220261, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00999_join_not_nullable_types/ast.json b/parser/testdata/00999_join_not_nullable_types/ast.json deleted file mode 100644 index a13df4ecb7..0000000000 --- a/parser/testdata/00999_join_not_nullable_types/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001200111, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/00999_join_on_expression/ast.json b/parser/testdata/00999_join_on_expression/ast.json deleted file mode 100644 index e94bad06dc..0000000000 --- a/parser/testdata/00999_join_on_expression/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery X (children 1)" - }, - { - "explain": " Identifier X" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001144492, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00999_nullable_nested_types_4877/ast.json b/parser/testdata/00999_nullable_nested_types_4877/ast.json deleted file mode 100644 index ac3888c283..0000000000 --- a/parser/testdata/00999_nullable_nested_types_4877/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery l (children 1)" - }, - { - "explain": " Identifier l" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001210449, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/00999_settings_no_extra_quotes/ast.json b/parser/testdata/00999_settings_no_extra_quotes/ast.json deleted file mode 100644 index a9a8929238..0000000000 --- a/parser/testdata/00999_settings_no_extra_quotes/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier description" - }, - { - "explain": " Literal '\"%\"'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.settings" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001238797, - "rows_read": 12, - "bytes_read": 470 - } -} diff --git a/parser/testdata/00999_test_skip_indices_with_alter_and_merge/ast.json b/parser/testdata/00999_test_skip_indices_with_alter_and_merge/ast.json deleted file mode 100644 index 032cb0f093..0000000000 --- a/parser/testdata/00999_test_skip_indices_with_alter_and_merge/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_vertical_merge (children 1)" - }, - { - "explain": " Identifier test_vertical_merge" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001619283, - "rows_read": 2, - "bytes_read": 90 - } -} diff --git a/parser/testdata/01000_bad_size_of_marks_skip_idx/ast.json b/parser/testdata/01000_bad_size_of_marks_skip_idx/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01000_bad_size_of_marks_skip_idx/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01000_subquery_requires_alias/ast.json b/parser/testdata/01000_subquery_requires_alias/ast.json deleted file mode 100644 index 04ddf9b768..0000000000 --- a/parser/testdata/01000_subquery_requires_alias/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001351679, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01001_enums_in_in_section/ast.json b/parser/testdata/01001_enums_in_in_section/ast.json deleted file mode 100644 index 6c90c2ddd3..0000000000 --- a/parser/testdata/01001_enums_in_in_section/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery enums (children 1)" - }, - { - "explain": " Identifier enums" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001674102, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01006_ttl_with_default_2/ast.json b/parser/testdata/01006_ttl_with_default_2/ast.json deleted file mode 100644 index 673df1019b..0000000000 --- a/parser/testdata/01006_ttl_with_default_2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ttl_with_default (children 1)" - }, - { - "explain": " Identifier ttl_with_default" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001244135, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/01008_materialized_view_henyihanwobushi/ast.json b/parser/testdata/01008_materialized_view_henyihanwobushi/ast.json deleted file mode 100644 index 70f9b28df5..0000000000 --- a/parser/testdata/01008_materialized_view_henyihanwobushi/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery foo (children 1)" - }, - { - "explain": " Identifier foo" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.0014109, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01009_global_array_join_names/ast.json b/parser/testdata/01009_global_array_join_names/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01009_global_array_join_names/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01009_insert_select_data_loss/ast.json b/parser/testdata/01009_insert_select_data_loss/ast.json deleted file mode 100644 index beb1eafff6..0000000000 --- a/parser/testdata/01009_insert_select_data_loss/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab (children 1)" - }, - { - "explain": " Identifier tab" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001002066, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01009_insert_select_nicelulu/ast.json b/parser/testdata/01009_insert_select_nicelulu/ast.json deleted file mode 100644 index c636680069..0000000000 --- a/parser/testdata/01009_insert_select_nicelulu/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_insert_t1 (children 1)" - }, - { - "explain": " Identifier test_insert_t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001343014, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01010_partial_merge_join/ast.json b/parser/testdata/01010_partial_merge_join/ast.json deleted file mode 100644 index 67b57af0d1..0000000000 --- a/parser/testdata/01010_partial_merge_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t0 (children 1)" - }, - { - "explain": " Identifier t0" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001311402, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01010_partial_merge_join_const_and_lc/ast.json b/parser/testdata/01010_partial_merge_join_const_and_lc/ast.json deleted file mode 100644 index 77b85e35ec..0000000000 --- a/parser/testdata/01010_partial_merge_join_const_and_lc/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001530699, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01010_partial_merge_join_negative/ast.json b/parser/testdata/01010_partial_merge_join_negative/ast.json deleted file mode 100644 index f35dfd698f..0000000000 --- a/parser/testdata/01010_partial_merge_join_negative/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t0 (children 1)" - }, - { - "explain": " Identifier t0" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000951379, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01010_pm_join_all_join_bug/ast.json b/parser/testdata/01010_pm_join_all_join_bug/ast.json deleted file mode 100644 index 0ce62e5bc1..0000000000 --- a/parser/testdata/01010_pm_join_all_join_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ints (children 1)" - }, - { - "explain": " Identifier ints" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001341239, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01010_pmj_on_disk/ast.json b/parser/testdata/01010_pmj_on_disk/ast.json deleted file mode 100644 index ec5b6ff694..0000000000 --- a/parser/testdata/01010_pmj_on_disk/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001533257, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01010_pmj_one_row_blocks/ast.json b/parser/testdata/01010_pmj_one_row_blocks/ast.json deleted file mode 100644 index c33cbf7c33..0000000000 --- a/parser/testdata/01010_pmj_one_row_blocks/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t0 (children 1)" - }, - { - "explain": " Identifier t0" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001214267, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01010_pmj_right_table_memory_limits/ast.json b/parser/testdata/01010_pmj_right_table_memory_limits/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01010_pmj_right_table_memory_limits/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01010_pmj_skip_blocks/ast.json b/parser/testdata/01010_pmj_skip_blocks/ast.json deleted file mode 100644 index 8ea35fa87d..0000000000 --- a/parser/testdata/01010_pmj_skip_blocks/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t0 (children 1)" - }, - { - "explain": " Identifier t0" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001181707, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01011_group_uniq_array_memsan/ast.json b/parser/testdata/01011_group_uniq_array_memsan/ast.json deleted file mode 100644 index 1e9a1967e3..0000000000 --- a/parser/testdata/01011_group_uniq_array_memsan/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupUniqArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier v" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function values (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'id int, v Array(int)'" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Array_[UInt64_2]" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier id" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001360763, - "rows_read": 24, - "bytes_read": 953 - } -} diff --git a/parser/testdata/01011_test_create_as_skip_indices/ast.json b/parser/testdata/01011_test_create_as_skip_indices/ast.json deleted file mode 100644 index b930667ec9..0000000000 --- a/parser/testdata/01011_test_create_as_skip_indices/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery foo (children 3)" - }, - { - "explain": " Identifier foo" - }, - { - "explain": " Columns definition (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration key (children 1)" - }, - { - "explain": " DataType int" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Index (children 2)" - }, - { - "explain": " Identifier key" - }, - { - "explain": " Function minmax (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Storage definition (children 2)" - }, - { - "explain": " Function MergeTree (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Identifier key" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001444356, - "rows_read": 15, - "bytes_read": 494 - } -} diff --git a/parser/testdata/01012_reset_running_accumulate/ast.json b/parser/testdata/01012_reset_running_accumulate/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01012_reset_running_accumulate/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01012_select_limit_x_0/ast.json b/parser/testdata/01012_select_limit_x_0/ast.json deleted file mode 100644 index bc29def836..0000000000 --- a/parser/testdata/01012_select_limit_x_0/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001283773, - "rows_read": 12, - "bytes_read": 448 - } -} diff --git a/parser/testdata/01012_serialize_array_memory_usage/ast.json b/parser/testdata/01012_serialize_array_memory_usage/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01012_serialize_array_memory_usage/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01012_show_tables_limit/ast.json b/parser/testdata/01012_show_tables_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01012_show_tables_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01013_hex_decimal/ast.json b/parser/testdata/01013_hex_decimal/ast.json deleted file mode 100644 index c22067062b..0000000000 --- a/parser/testdata/01013_hex_decimal/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_1" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.0014093, - "rows_read": 10, - "bytes_read": 380 - } -} diff --git a/parser/testdata/01013_hex_float/ast.json b/parser/testdata/01013_hex_float/ast.json deleted file mode 100644 index ce432675a2..0000000000 --- a/parser/testdata/01013_hex_float/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_1" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001317225, - "rows_read": 7, - "bytes_read": 257 - } -} diff --git a/parser/testdata/01013_repeat_function/ast.json b/parser/testdata/01013_repeat_function/ast.json deleted file mode 100644 index 01b074c9bf..0000000000 --- a/parser/testdata/01013_repeat_function/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function repeat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'abc'" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001227627, - "rows_read": 8, - "bytes_read": 287 - } -} diff --git a/parser/testdata/01013_totals_without_aggregation/ast.json b/parser/testdata/01013_totals_without_aggregation/ast.json deleted file mode 100644 index 9fcea61bbd..0000000000 --- a/parser/testdata/01013_totals_without_aggregation/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001263355, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01014_count_of_merges_metrics/ast.json b/parser/testdata/01014_count_of_merges_metrics/ast.json deleted file mode 100644 index 6163da2530..0000000000 --- a/parser/testdata/01014_count_of_merges_metrics/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery new_table_test (children 1)" - }, - { - "explain": " Identifier new_table_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001403574, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01014_function_repeat_corner_cases/ast.json b/parser/testdata/01014_function_repeat_corner_cases/ast.json deleted file mode 100644 index d6bb46969c..0000000000 --- a/parser/testdata/01014_function_repeat_corner_cases/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function repeat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'x'" - }, - { - "explain": " Literal UInt64_1000000" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001200025, - "rows_read": 10, - "bytes_read": 378 - } -} diff --git a/parser/testdata/01015_array_split/ast.json b/parser/testdata/01015_array_split/ast.json deleted file mode 100644 index 550a13142f..0000000000 --- a/parser/testdata/01015_array_split/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arraySplit (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3, UInt64_4, UInt64_5]" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_0, UInt64_0, UInt64_1, UInt64_0]" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001640658, - "rows_read": 15, - "bytes_read": 648 - } -} diff --git a/parser/testdata/01015_attach_part/ast.json b/parser/testdata/01015_attach_part/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01015_attach_part/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01015_random_constant/ast.json b/parser/testdata/01015_random_constant/ast.json deleted file mode 100644 index dada07caea..0000000000 --- a/parser/testdata/01015_random_constant/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function randConstant (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001027564, - "rows_read": 9, - "bytes_read": 345 - } -} diff --git a/parser/testdata/01016_index_tuple_field_type/ast.json b/parser/testdata/01016_index_tuple_field_type/ast.json deleted file mode 100644 index 3493dcdd8b..0000000000 --- a/parser/testdata/01016_index_tuple_field_type/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tuple_01016 (children 1)" - }, - { - "explain": " Identifier tuple_01016" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001129149, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01016_macros/ast.json b/parser/testdata/01016_macros/ast.json deleted file mode 100644 index 9f6a5d2888..0000000000 --- a/parser/testdata/01016_macros/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.macros" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier macro" - }, - { - "explain": " Literal 'test'" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001331825, - "rows_read": 13, - "bytes_read": 481 - } -} diff --git a/parser/testdata/01016_null_part_minmax/ast.json b/parser/testdata/01016_null_part_minmax/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01016_null_part_minmax/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01016_simhash_minhash/ast.json b/parser/testdata/01016_simhash_minhash/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01016_simhash_minhash/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01016_simhash_minhash_ppc/ast.json b/parser/testdata/01016_simhash_minhash_ppc/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01016_simhash_minhash_ppc/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01016_uniqCombined64/ast.json b/parser/testdata/01016_uniqCombined64/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01016_uniqCombined64/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01017_bithamming_distance/ast.json b/parser/testdata/01017_bithamming_distance/ast.json deleted file mode 100644 index e8506b8447..0000000000 --- a/parser/testdata/01017_bithamming_distance/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitHammingDistance (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_5" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001397929, - "rows_read": 8, - "bytes_read": 301 - } -} diff --git a/parser/testdata/01017_in_unconvertible_complex_type/ast.json b/parser/testdata/01017_in_unconvertible_complex_type/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01017_in_unconvertible_complex_type/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01017_tuplehamming_distance/ast.json b/parser/testdata/01017_tuplehamming_distance/ast.json deleted file mode 100644 index 4bdfcf58c7..0000000000 --- a/parser/testdata/01017_tuplehamming_distance/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tupleHammingDistance (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2)" - }, - { - "explain": " Literal Tuple_(UInt64_3, UInt64_4)" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001222795, - "rows_read": 8, - "bytes_read": 339 - } -} diff --git a/parser/testdata/01017_uniqCombined_memory_usage/ast.json b/parser/testdata/01017_uniqCombined_memory_usage/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01017_uniqCombined_memory_usage/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01018_Distributed__shard_num/ast.json b/parser/testdata/01018_Distributed__shard_num/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01018_Distributed__shard_num/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01018_ambiguous_column/ast.json b/parser/testdata/01018_ambiguous_column/ast.json deleted file mode 100644 index b6400f1203..0000000000 --- a/parser/testdata/01018_ambiguous_column/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001235141, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01018_ddl_dictionaries_create/ast.json b/parser/testdata/01018_ddl_dictionaries_create/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01018_ddl_dictionaries_create/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01018_ddl_dictionaries_select/ast.json b/parser/testdata/01018_ddl_dictionaries_select/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01018_ddl_dictionaries_select/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01018_ddl_dictionaries_special/ast.json b/parser/testdata/01018_ddl_dictionaries_special/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01018_ddl_dictionaries_special/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01018_dictionaries_from_dictionaries/ast.json b/parser/testdata/01018_dictionaries_from_dictionaries/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01018_dictionaries_from_dictionaries/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01018_empty_aggregation_filling/ast.json b/parser/testdata/01018_empty_aggregation_filling/ast.json deleted file mode 100644 index a33842bc16..0000000000 --- a/parser/testdata/01018_empty_aggregation_filling/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '--- Int Empty ---'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.000984544, - "rows_read": 5, - "bytes_read": 188 - } -} diff --git a/parser/testdata/01018_ip_dictionary_long/ast.json b/parser/testdata/01018_ip_dictionary_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01018_ip_dictionary_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01018_optimize_read_in_order_with_in_subquery/ast.json b/parser/testdata/01018_optimize_read_in_order_with_in_subquery/ast.json deleted file mode 100644 index bac7db7f05..0000000000 --- a/parser/testdata/01018_optimize_read_in_order_with_in_subquery/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001192185, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01019_Buffer_and_max_memory_usage/ast.json b/parser/testdata/01019_Buffer_and_max_memory_usage/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01019_Buffer_and_max_memory_usage/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01019_alter_materialized_view_query/ast.json b/parser/testdata/01019_alter_materialized_view_query/ast.json deleted file mode 100644 index c948e4deed..0000000000 --- a/parser/testdata/01019_alter_materialized_view_query/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery src_01019 (children 1)" - }, - { - "explain": " Identifier src_01019" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001274352, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01019_array_fill/ast.json b/parser/testdata/01019_array_fill/ast.json deleted file mode 100644 index 4b9b8736ff..0000000000 --- a/parser/testdata/01019_array_fill/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayFill (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3, UInt64_11, UInt64_12, UInt64_13, UInt64_4, UInt64_5, UInt64_6, UInt64_14, UInt64_15, UInt64_16]" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001294748, - "rows_read": 13, - "bytes_read": 619 - } -} diff --git a/parser/testdata/01019_materialized_view_select_extra_columns/ast.json b/parser/testdata/01019_materialized_view_select_extra_columns/ast.json deleted file mode 100644 index a12b1c9081..0000000000 --- a/parser/testdata/01019_materialized_view_select_extra_columns/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00120106, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01020_function_array_compact/ast.json b/parser/testdata/01020_function_array_compact/ast.json deleted file mode 100644 index 82eca00d36..0000000000 --- a/parser/testdata/01020_function_array_compact/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayCompact (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_0]" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001242579, - "rows_read": 7, - "bytes_read": 273 - } -} diff --git a/parser/testdata/01020_function_char/ast.json b/parser/testdata/01020_function_char/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01020_function_char/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01020_having_without_group_by/ast.json b/parser/testdata/01020_having_without_group_by/ast.json deleted file mode 100644 index b11ad05350..0000000000 --- a/parser/testdata/01020_having_without_group_by/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001123234, - "rows_read": 6, - "bytes_read": 204 - } -} diff --git a/parser/testdata/01021_create_as_select/ast.json b/parser/testdata/01021_create_as_select/ast.json deleted file mode 100644 index 1de79fdfe8..0000000000 --- a/parser/testdata/01021_create_as_select/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery create_as_select_01021 (children 1)" - }, - { - "explain": " Identifier create_as_select_01021" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00111532, - "rows_read": 2, - "bytes_read": 96 - } -} diff --git a/parser/testdata/01021_only_tuple_columns/ast.json b/parser/testdata/01021_only_tuple_columns/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01021_only_tuple_columns/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01021_tuple_parser/ast.json b/parser/testdata/01021_tuple_parser/ast.json deleted file mode 100644 index 7eb134ec34..0000000000 --- a/parser/testdata/01021_tuple_parser/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001352784, - "rows_read": 12, - "bytes_read": 457 - } -} diff --git a/parser/testdata/01023_materialized_view_query_context/ast.json b/parser/testdata/01023_materialized_view_query_context/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01023_materialized_view_query_context/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01024__getScalar/ast.json b/parser/testdata/01024__getScalar/ast.json deleted file mode 100644 index 27bf308f94..0000000000 --- a/parser/testdata/01024__getScalar/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery foo (children 3)" - }, - { - "explain": " Identifier foo" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " ColumnDeclaration key (children 1)" - }, - { - "explain": " DataType String" - }, - { - "explain": " ColumnDeclaration macro (children 2)" - }, - { - "explain": " DataType String" - }, - { - "explain": " Function __getScalar (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier key" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function Null (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001371443, - "rows_read": 14, - "bytes_read": 496 - } -} diff --git a/parser/testdata/01025_array_compact_generic/ast.json b/parser/testdata/01025_array_compact_generic/ast.json deleted file mode 100644 index 653f24dd91..0000000000 --- a/parser/testdata/01025_array_compact_generic/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayCompact (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001136261, - "rows_read": 8, - "bytes_read": 305 - } -} diff --git a/parser/testdata/01026_char_utf8/ast.json b/parser/testdata/01026_char_utf8/ast.json deleted file mode 100644 index 162dc2d8c8..0000000000 --- a/parser/testdata/01026_char_utf8/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function char (alias hello) (children 1)" - }, - { - "explain": " ExpressionList (children 12)" - }, - { - "explain": " Literal UInt64_208" - }, - { - "explain": " Literal UInt64_191" - }, - { - "explain": " Literal UInt64_209" - }, - { - "explain": " Literal UInt64_128" - }, - { - "explain": " Literal UInt64_208" - }, - { - "explain": " Literal UInt64_184" - }, - { - "explain": " Literal UInt64_208" - }, - { - "explain": " Literal UInt64_178" - }, - { - "explain": " Literal UInt64_208" - }, - { - "explain": " Literal UInt64_181" - }, - { - "explain": " Literal UInt64_209" - }, - { - "explain": " Literal UInt64_130" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.00132463, - "rows_read": 18, - "bytes_read": 626 - } -} diff --git a/parser/testdata/01029_early_constant_folding/ast.json b/parser/testdata/01029_early_constant_folding/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01029_early_constant_folding/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01030_concatenate_equal_fixed_strings/ast.json b/parser/testdata/01030_concatenate_equal_fixed_strings/ast.json deleted file mode 100644 index e9a9ffbf80..0000000000 --- a/parser/testdata/01030_concatenate_equal_fixed_strings/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toFixedString (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'aa'" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001298273, - "rows_read": 12, - "bytes_read": 434 - } -} diff --git a/parser/testdata/01030_final_mark_empty_primary_key/ast.json b/parser/testdata/01030_final_mark_empty_primary_key/ast.json deleted file mode 100644 index 90511b665a..0000000000 --- a/parser/testdata/01030_final_mark_empty_primary_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery empty_pk (children 1)" - }, - { - "explain": " Identifier empty_pk" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001294183, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01030_incorrect_count_summing_merge_tree/ast.json b/parser/testdata/01030_incorrect_count_summing_merge_tree/ast.json deleted file mode 100644 index c13434e30a..0000000000 --- a/parser/testdata/01030_incorrect_count_summing_merge_tree/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001154377, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01030_storage_set_supports_read/ast.json b/parser/testdata/01030_storage_set_supports_read/ast.json deleted file mode 100644 index dbe3a54026..0000000000 --- a/parser/testdata/01030_storage_set_supports_read/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery userid_test (children 1)" - }, - { - "explain": " Identifier userid_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001131213, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01030_storage_url_syntax/ast.json b/parser/testdata/01030_storage_url_syntax/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01030_storage_url_syntax/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01031_pmj_new_any_semi_join/ast.json b/parser/testdata/01031_pmj_new_any_semi_join/ast.json deleted file mode 100644 index 9ac998b63c..0000000000 --- a/parser/testdata/01031_pmj_new_any_semi_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001071447, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01031_semi_anti_join/ast.json b/parser/testdata/01031_semi_anti_join/ast.json deleted file mode 100644 index f32a09962a..0000000000 --- a/parser/testdata/01031_semi_anti_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001150861, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01032_cityHash64_for_UUID/ast.json b/parser/testdata/01032_cityHash64_for_UUID/ast.json deleted file mode 100644 index f400bf41cd..0000000000 --- a/parser/testdata/01032_cityHash64_for_UUID/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function cityHash64 (alias uuid) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUUID (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '61f0c404-5cb3-11e7-907b-a6006ad3dba0'" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001286582, - "rows_read": 9, - "bytes_read": 392 - } -} diff --git a/parser/testdata/01032_cityHash64_for_decimal/ast.json b/parser/testdata/01032_cityHash64_for_decimal/ast.json deleted file mode 100644 index b55ddd3cab..0000000000 --- a/parser/testdata/01032_cityHash64_for_decimal/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function cityHash64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_32" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001320439, - "rows_read": 10, - "bytes_read": 387 - } -} diff --git a/parser/testdata/01032_duplicate_column_insert_query/ast.json b/parser/testdata/01032_duplicate_column_insert_query/ast.json deleted file mode 100644 index a74bce8d92..0000000000 --- a/parser/testdata/01032_duplicate_column_insert_query/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery sometable (children 1)" - }, - { - "explain": " Identifier sometable" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001442756, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01033_dictionaries_lifetime/ast.json b/parser/testdata/01033_dictionaries_lifetime/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01033_dictionaries_lifetime/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01033_function_substring/ast.json b/parser/testdata/01033_function_substring/ast.json deleted file mode 100644 index 207280fdf2..0000000000 --- a/parser/testdata/01033_function_substring/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '-- argument validation'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001049255, - "rows_read": 5, - "bytes_read": 193 - } -} diff --git a/parser/testdata/01033_quota_dcl/ast.json b/parser/testdata/01033_quota_dcl/ast.json deleted file mode 100644 index a96b4280cc..0000000000 --- a/parser/testdata/01033_quota_dcl/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SHOW CREATE QUOTA query" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001195458, - "rows_read": 1, - "bytes_read": 31 - } -} diff --git a/parser/testdata/01033_storage_odbc_parsing_exception_check/ast.json b/parser/testdata/01033_storage_odbc_parsing_exception_check/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01033_storage_odbc_parsing_exception_check/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01034_JSONCompactEachRow/ast.json b/parser/testdata/01034_JSONCompactEachRow/ast.json deleted file mode 100644 index 886ff51615..0000000000 --- a/parser/testdata/01034_JSONCompactEachRow/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_table (children 1)" - }, - { - "explain": " Identifier test_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001373616, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01034_order_by_pk_prefix/ast.json b/parser/testdata/01034_order_by_pk_prefix/ast.json deleted file mode 100644 index 1d07d8f020..0000000000 --- a/parser/testdata/01034_order_by_pk_prefix/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_table (children 1)" - }, - { - "explain": " Identifier test_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001590569, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01034_prewhere_max_parallel_replicas_distributed/ast.json b/parser/testdata/01034_prewhere_max_parallel_replicas_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01034_prewhere_max_parallel_replicas_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01034_sample_final_distributed/ast.json b/parser/testdata/01034_sample_final_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01034_sample_final_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01034_unknown_qualified_column_in_join/ast.json b/parser/testdata/01034_unknown_qualified_column_in_join/ast.json deleted file mode 100644 index 39fddd1696..0000000000 --- a/parser/testdata/01034_unknown_qualified_column_in_join/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier l.c" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias l) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias a)" - }, - { - "explain": " Literal UInt64_2 (alias b)" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias r) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2 (alias b)" - }, - { - "explain": " Literal UInt64_3 (alias c)" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier b" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.00127979, - "rows_read": 27, - "bytes_read": 1129 - } -} diff --git a/parser/testdata/01034_with_fill_and_push_down_predicate/ast.json b/parser/testdata/01034_with_fill_and_push_down_predicate/ast.json deleted file mode 100644 index 81626284fe..0000000000 --- a/parser/testdata/01034_with_fill_and_push_down_predicate/ast.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier date_time" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime (alias date_time) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2019-11-14 22:15:00'" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime (alias date_time) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2019-11-15 01:15:00'" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 2)" - }, - { - "explain": " Identifier date_time" - }, - { - "explain": " Literal UInt64_900" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier date_time" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2019-11-15 00:15:00'" - } - ], - - "rows": 40, - - "statistics": - { - "elapsed": 0.00193061, - "rows_read": 40, - "bytes_read": 1840 - } -} diff --git a/parser/testdata/01035_avg/ast.json b/parser/testdata/01035_avg/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01035_avg/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01035_prewhere_with_alias/ast.json b/parser/testdata/01035_prewhere_with_alias/ast.json deleted file mode 100644 index 5326ff0625..0000000000 --- a/parser/testdata/01035_prewhere_with_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001164721, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01036_no_superfluous_dict_reload_on_create_database/ast.json b/parser/testdata/01036_no_superfluous_dict_reload_on_create_database/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01036_no_superfluous_dict_reload_on_create_database/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01036_no_superfluous_dict_reload_on_create_database_2/ast.json b/parser/testdata/01036_no_superfluous_dict_reload_on_create_database_2/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01036_no_superfluous_dict_reload_on_create_database_2/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01036_union_different_columns/ast.json b/parser/testdata/01036_union_different_columns/ast.json deleted file mode 100644 index ab27b5cad8..0000000000 --- a/parser/testdata/01036_union_different_columns/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1 (alias c1)" - }, - { - "explain": " Literal UInt64_2 (alias c2)" - }, - { - "explain": " Literal UInt64_3 (alias c3)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1 (alias c1)" - }, - { - "explain": " Literal UInt64_2 (alias c2)" - }, - { - "explain": " Literal UInt64_3 (alias c3)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias c1)" - }, - { - "explain": " Literal UInt64_2 (alias c2)" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001415647, - "rows_read": 16, - "bytes_read": 605 - } -} diff --git a/parser/testdata/01037_zookeeper_check_table_empty_pk/ast.json b/parser/testdata/01037_zookeeper_check_table_empty_pk/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01037_zookeeper_check_table_empty_pk/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01038_array_of_unnamed_tuples/ast.json b/parser/testdata/01038_array_of_unnamed_tuples/ast.json deleted file mode 100644 index 806ef0e4cc..0000000000 --- a/parser/testdata/01038_array_of_unnamed_tuples/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001243254, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01039_mergetree_exec_time/ast.json b/parser/testdata/01039_mergetree_exec_time/ast.json deleted file mode 100644 index 049f85f89a..0000000000 --- a/parser/testdata/01039_mergetree_exec_time/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab (children 1)" - }, - { - "explain": " Identifier tab" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001063114, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01039_test_setting_parse/ast.json b/parser/testdata/01039_test_setting_parse/ast.json deleted file mode 100644 index 38133a5696..0000000000 --- a/parser/testdata/01039_test_setting_parse/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001232389, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01040_distributed_background_insert_batch_inserts/ast.json b/parser/testdata/01040_distributed_background_insert_batch_inserts/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01040_distributed_background_insert_batch_inserts/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01040_h3_get_resolution/ast.json b/parser/testdata/01040_h3_get_resolution/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01040_h3_get_resolution/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01041_create_dictionary_if_not_exists/ast.json b/parser/testdata/01041_create_dictionary_if_not_exists/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01041_create_dictionary_if_not_exists/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01041_h3_is_valid/ast.json b/parser/testdata/01041_h3_is_valid/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01041_h3_is_valid/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01042_check_query_and_last_granule_size/ast.json b/parser/testdata/01042_check_query_and_last_granule_size/ast.json deleted file mode 100644 index 1b197f55be..0000000000 --- a/parser/testdata/01042_check_query_and_last_granule_size/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001366818, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01042_h3_k_ring/ast.json b/parser/testdata/01042_h3_k_ring/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01042_h3_k_ring/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01043_categorical_iv/ast.json b/parser/testdata/01043_categorical_iv/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01043_categorical_iv/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01043_dictionary_attribute_properties_values/ast.json b/parser/testdata/01043_dictionary_attribute_properties_values/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01043_dictionary_attribute_properties_values/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01043_geo_distance/ast.json b/parser/testdata/01043_geo_distance/ast.json deleted file mode 100644 index 5e0ee268a4..0000000000 --- a/parser/testdata/01043_geo_distance/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000877728, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01043_h3_edge_length_m/ast.json b/parser/testdata/01043_h3_edge_length_m/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01043_h3_edge_length_m/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01044_great_circle_angle/ast.json b/parser/testdata/01044_great_circle_angle/ast.json deleted file mode 100644 index 796091dea2..0000000000 --- a/parser/testdata/01044_great_circle_angle/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function minus (alias lat) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_90" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function greatCircleAngle (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Identifier lat" - }, - { - "explain": " Function abs (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier lat" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_180" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001104242, - "rows_read": 26, - "bytes_read": 1005 - } -} diff --git a/parser/testdata/01044_h3_edge_angle/ast.json b/parser/testdata/01044_h3_edge_angle/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01044_h3_edge_angle/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01045_array_zip/ast.json b/parser/testdata/01045_array_zip/ast.json deleted file mode 100644 index d3eb266c82..0000000000 --- a/parser/testdata/01045_array_zip/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayZip (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_['a', 'b', 'c']" - }, - { - "explain": " Literal Array_['d', 'e', 'f']" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001118462, - "rows_read": 8, - "bytes_read": 317 - } -} diff --git a/parser/testdata/01045_bloom_filter_null_array/ast.json b/parser/testdata/01045_bloom_filter_null_array/ast.json deleted file mode 100644 index 8071c5e36c..0000000000 --- a/parser/testdata/01045_bloom_filter_null_array/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery bloom_filter_null_array (children 1)" - }, - { - "explain": " Identifier bloom_filter_null_array" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001310062, - "rows_read": 2, - "bytes_read": 98 - } -} diff --git a/parser/testdata/01045_dictionaries_restrictions/ast.json b/parser/testdata/01045_dictionaries_restrictions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01045_dictionaries_restrictions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01046_materialized_view_with_join_over_distributed/ast.json b/parser/testdata/01046_materialized_view_with_join_over_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01046_materialized_view_with_join_over_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01046_trivial_count_query_distributed/ast.json b/parser/testdata/01046_trivial_count_query_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01046_trivial_count_query_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01047_no_alias_columns_with_table_aliases/ast.json b/parser/testdata/01047_no_alias_columns_with_table_aliases/ast.json deleted file mode 100644 index 32afb70253..0000000000 --- a/parser/testdata/01047_no_alias_columns_with_table_aliases/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery requests (children 1)" - }, - { - "explain": " Identifier requests" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001040094, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01047_nullable_rand/ast.json b/parser/testdata/01047_nullable_rand/ast.json deleted file mode 100644 index 21b072c5e5..0000000000 --- a/parser/testdata/01047_nullable_rand/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function rand (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001103867, - "rows_read": 12, - "bytes_read": 478 - } -} diff --git a/parser/testdata/01047_simple_aggregate_sizes_of_columns_bug/ast.json b/parser/testdata/01047_simple_aggregate_sizes_of_columns_bug/ast.json deleted file mode 100644 index 9ac95ef168..0000000000 --- a/parser/testdata/01047_simple_aggregate_sizes_of_columns_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery column_size_bug (children 1)" - }, - { - "explain": " Identifier column_size_bug" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00112351, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/01048_exists_query/ast.json b/parser/testdata/01048_exists_query/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01048_exists_query/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01049_join_low_card_crash/ast.json b/parser/testdata/01049_join_low_card_crash/ast.json deleted file mode 100644 index 1e34ab6beb..0000000000 --- a/parser/testdata/01049_join_low_card_crash/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery Alpha (children 1)" - }, - { - "explain": " Identifier Alpha" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001230767, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01049_window_view_window_functions/ast.json b/parser/testdata/01049_window_view_window_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01049_window_view_window_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01049_zookeeper_synchronous_mutations_long/ast.json b/parser/testdata/01049_zookeeper_synchronous_mutations_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01049_zookeeper_synchronous_mutations_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01050_clickhouse_dict_source_with_subquery/ast.json b/parser/testdata/01050_clickhouse_dict_source_with_subquery/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01050_clickhouse_dict_source_with_subquery/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01050_engine_join_crash/ast.json b/parser/testdata/01050_engine_join_crash/ast.json deleted file mode 100644 index ae3bda2de9..0000000000 --- a/parser/testdata/01050_engine_join_crash/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery testJoinTable (children 1)" - }, - { - "explain": " Identifier testJoinTable" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001084096, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01050_engine_join_view_crash/ast.json b/parser/testdata/01050_engine_join_view_crash/ast.json deleted file mode 100644 index 591bd84eee..0000000000 --- a/parser/testdata/01050_engine_join_view_crash/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery a (children 1)" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001083945, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01050_group_array_sample/ast.json b/parser/testdata/01050_group_array_sample/ast.json deleted file mode 100644 index b2f1415cd2..0000000000 --- a/parser/testdata/01050_group_array_sample/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Function groupArraySample (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier v" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Literal UInt64_123456" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Identifier number (alias v)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1024" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.001173794, - "rows_read": 35, - "bytes_read": 1428 - } -} diff --git a/parser/testdata/01051_aggregate_function_crash/ast.json b/parser/testdata/01051_aggregate_function_crash/ast.json deleted file mode 100644 index abfa47de00..0000000000 --- a/parser/testdata/01051_aggregate_function_crash/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000951119, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01051_all_join_engine/ast.json b/parser/testdata/01051_all_join_engine/ast.json deleted file mode 100644 index 73eab34e36..0000000000 --- a/parser/testdata/01051_all_join_engine/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000936644, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01051_new_any_join_engine/ast.json b/parser/testdata/01051_new_any_join_engine/ast.json deleted file mode 100644 index d563ad7624..0000000000 --- a/parser/testdata/01051_new_any_join_engine/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001054874, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01051_random_printable_ascii/ast.json b/parser/testdata/01051_random_printable_ascii/ast.json deleted file mode 100644 index ae183a4e8d..0000000000 --- a/parser/testdata/01051_random_printable_ascii/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function randomPrintableASCII (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1000" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.000962277, - "rows_read": 9, - "bytes_read": 366 - } -} diff --git a/parser/testdata/01051_same_name_alias_with_joins/ast.json b/parser/testdata/01051_same_name_alias_with_joins/ast.json deleted file mode 100644 index 893346fcab..0000000000 --- a/parser/testdata/01051_same_name_alias_with_joins/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery a (children 1)" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001037978, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01051_scalar_optimization/ast.json b/parser/testdata/01051_scalar_optimization/ast.json deleted file mode 100644 index e7c883c054..0000000000 --- a/parser/testdata/01051_scalar_optimization/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.00127747, - "rows_read": 20, - "bytes_read": 823 - } -} diff --git a/parser/testdata/01052_array_reduce_exception/ast.json b/parser/testdata/01052_array_reduce_exception/ast.json deleted file mode 100644 index 1743308d26..0000000000 --- a/parser/testdata/01052_array_reduce_exception/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayReduce (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'aggThrow(0.0001)'" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001177616, - "rows_read": 18, - "bytes_read": 718 - } -} diff --git a/parser/testdata/01053_drop_database_mat_view/ast.json b/parser/testdata/01053_drop_database_mat_view/ast.json deleted file mode 100644 index 44af576b17..0000000000 --- a/parser/testdata/01053_drop_database_mat_view/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001171057, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01053_if_chain_check/ast.json b/parser/testdata/01053_if_chain_check/ast.json deleted file mode 100644 index 4aea12a0a3..0000000000 --- a/parser/testdata/01053_if_chain_check/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001167079, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01054_cache_dictionary_overflow_cell/ast.json b/parser/testdata/01054_cache_dictionary_overflow_cell/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01054_cache_dictionary_overflow_cell/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01055_compact_parts/ast.json b/parser/testdata/01055_compact_parts/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01055_compact_parts/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01055_compact_parts_1/ast.json b/parser/testdata/01055_compact_parts_1/ast.json deleted file mode 100644 index 5ee8ab9bf8..0000000000 --- a/parser/testdata/01055_compact_parts_1/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery mt_compact (children 3)" - }, - { - "explain": " Identifier mt_compact" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " ColumnDeclaration a (children 1)" - }, - { - "explain": " DataType Int" - }, - { - "explain": " ColumnDeclaration s (children 1)" - }, - { - "explain": " DataType String" - }, - { - "explain": " Storage definition (children 3)" - }, - { - "explain": " Function MergeTree" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001062659, - "rows_read": 12, - "bytes_read": 399 - } -} diff --git a/parser/testdata/01055_prewhere_bugs/ast.json b/parser/testdata/01055_prewhere_bugs/ast.json deleted file mode 100644 index d0ffcdcca9..0000000000 --- a/parser/testdata/01055_prewhere_bugs/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_prewhere_default_column (children 1)" - }, - { - "explain": " Identifier test_prewhere_default_column" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001337136, - "rows_read": 2, - "bytes_read": 108 - } -} diff --git a/parser/testdata/01056_create_table_as/ast.json b/parser/testdata/01056_create_table_as/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01056_create_table_as/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01056_create_table_as_with_sorting_clauses/ast.json b/parser/testdata/01056_create_table_as_with_sorting_clauses/ast.json deleted file mode 100644 index 8353963934..0000000000 --- a/parser/testdata/01056_create_table_as_with_sorting_clauses/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery x (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001104735, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01056_negative_with_bloom_filter/ast.json b/parser/testdata/01056_negative_with_bloom_filter/ast.json deleted file mode 100644 index cfbf20b3fc..0000000000 --- a/parser/testdata/01056_negative_with_bloom_filter/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001205337, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01056_predicate_optimizer_bugs/ast.json b/parser/testdata/01056_predicate_optimizer_bugs/ast.json deleted file mode 100644 index a0c1a88c6d..0000000000 --- a/parser/testdata/01056_predicate_optimizer_bugs/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001155915, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01060_defaults_all_columns/ast.json b/parser/testdata/01060_defaults_all_columns/ast.json deleted file mode 100644 index 4069749de0..0000000000 --- a/parser/testdata/01060_defaults_all_columns/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults_all_columns (children 1)" - }, - { - "explain": " Identifier defaults_all_columns" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001230696, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/01060_shutdown_table_after_detach/ast.json b/parser/testdata/01060_shutdown_table_after_detach/ast.json deleted file mode 100644 index c8fc105afe..0000000000 --- a/parser/testdata/01060_shutdown_table_after_detach/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001392019, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01061_alter_codec_with_type/ast.json b/parser/testdata/01061_alter_codec_with_type/ast.json deleted file mode 100644 index d0f4da8ee9..0000000000 --- a/parser/testdata/01061_alter_codec_with_type/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_bug (children 1)" - }, - { - "explain": " Identifier alter_bug" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00128822, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01062_alter_on_mutataion_zookeeper_long/ast.json b/parser/testdata/01062_alter_on_mutataion_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01062_alter_on_mutataion_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01062_pm_all_join_with_block_continuation/ast.json b/parser/testdata/01062_pm_all_join_with_block_continuation/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01062_pm_all_join_with_block_continuation/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01062_pm_multiple_all_join_same_value/ast.json b/parser/testdata/01062_pm_multiple_all_join_same_value/ast.json deleted file mode 100644 index dc8565e873..0000000000 --- a/parser/testdata/01062_pm_multiple_all_join_same_value/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001699966, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01063_create_column_set/ast.json b/parser/testdata/01063_create_column_set/ast.json deleted file mode 100644 index 35f3c72385..0000000000 --- a/parser/testdata/01063_create_column_set/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mt (children 1)" - }, - { - "explain": " Identifier mt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001239046, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01064_arrayROCAUC/ast.json b/parser/testdata/01064_arrayROCAUC/ast.json deleted file mode 100644 index 5a0f956545..0000000000 --- a/parser/testdata/01064_arrayROCAUC/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayROCAUC (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[Float64_0.1, Float64_0.4, Float64_0.35, Float64_0.8]" - }, - { - "explain": " Literal Array_[UInt64_0, UInt64_0, UInt64_1, UInt64_1]" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001323021, - "rows_read": 8, - "bytes_read": 383 - } -} diff --git a/parser/testdata/01064_incremental_streaming_from_2_src_with_feedback/ast.json b/parser/testdata/01064_incremental_streaming_from_2_src_with_feedback/ast.json deleted file mode 100644 index f5f304b20b..0000000000 --- a/parser/testdata/01064_incremental_streaming_from_2_src_with_feedback/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001206104, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01064_pm_all_join_const_and_nullable/ast.json b/parser/testdata/01064_pm_all_join_const_and_nullable/ast.json deleted file mode 100644 index c8dcf3c6e3..0000000000 --- a/parser/testdata/01064_pm_all_join_const_and_nullable/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001162494, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01065_array_zip_mixed_const/ast.json b/parser/testdata/01065_array_zip_mixed_const/ast.json deleted file mode 100644 index 399effb64e..0000000000 --- a/parser/testdata/01065_array_zip_mixed_const/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayZip (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_0, UInt64_1]" - }, - { - "explain": " Literal Array_['hello', 'world']" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001358425, - "rows_read": 8, - "bytes_read": 325 - } -} diff --git a/parser/testdata/01065_if_not_finite/ast.json b/parser/testdata/01065_if_not_finite/ast.json deleted file mode 100644 index 3596fbd901..0000000000 --- a/parser/testdata/01065_if_not_finite/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function ifNotFinite (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function divide (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_111" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001301694, - "rows_read": 20, - "bytes_read": 791 - } -} diff --git a/parser/testdata/01066_bit_count/ast.json b/parser/testdata/01066_bit_count/ast.json deleted file mode 100644 index a850dea553..0000000000 --- a/parser/testdata/01066_bit_count/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitCount (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001428517, - "rows_read": 13, - "bytes_read": 515 - } -} diff --git a/parser/testdata/01067_join_null/ast.json b/parser/testdata/01067_join_null/ast.json deleted file mode 100644 index 6db12d58e1..0000000000 --- a/parser/testdata/01067_join_null/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier id" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001370201, - "rows_read": 5, - "bytes_read": 174 - } -} diff --git a/parser/testdata/01068_parens/ast.json b/parser/testdata/01068_parens/ast.json deleted file mode 100644 index 1a5b833e50..0000000000 --- a/parser/testdata/01068_parens/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001049568, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01069_database_memory/ast.json b/parser/testdata/01069_database_memory/ast.json deleted file mode 100644 index 0ea348cd35..0000000000 --- a/parser/testdata/01069_database_memory/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery memory_01069 (children 1)" - }, - { - "explain": " Identifier memory_01069" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001513574, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01069_insert_float_as_nullable_unit8/ast.json b/parser/testdata/01069_insert_float_as_nullable_unit8/ast.json deleted file mode 100644 index accc5d18e3..0000000000 --- a/parser/testdata/01069_insert_float_as_nullable_unit8/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery t1 (children 2)" - }, - { - "explain": " Identifier t1" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration a (children 1)" - }, - { - "explain": " DataType Nullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " DataType UInt8" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001557449, - "rows_read": 8, - "bytes_read": 287 - } -} diff --git a/parser/testdata/01069_materialized_view_alter_target_table/ast.json b/parser/testdata/01069_materialized_view_alter_target_table/ast.json deleted file mode 100644 index 7677e9a57a..0000000000 --- a/parser/testdata/01069_materialized_view_alter_target_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mv (children 1)" - }, - { - "explain": " Identifier mv" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001501316, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01069_materialized_view_alter_target_table_with_default_expression/ast.json b/parser/testdata/01069_materialized_view_alter_target_table_with_default_expression/ast.json deleted file mode 100644 index 862bd077e1..0000000000 --- a/parser/testdata/01069_materialized_view_alter_target_table_with_default_expression/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mv (children 1)" - }, - { - "explain": " Identifier mv" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001364414, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01069_set_in_group_by/ast.json b/parser/testdata/01069_set_in_group_by/ast.json deleted file mode 100644 index abb76324e2..0000000000 --- a/parser/testdata/01069_set_in_group_by/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery testmt (children 1)" - }, - { - "explain": " Identifier testmt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001149229, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/01070_alter_with_ttl/ast.json b/parser/testdata/01070_alter_with_ttl/ast.json deleted file mode 100644 index 36d0eb76ab..0000000000 --- a/parser/testdata/01070_alter_with_ttl/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_ttl (children 1)" - }, - { - "explain": " Identifier alter_ttl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001440556, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01070_exception_code_in_query_log_table/ast.json b/parser/testdata/01070_exception_code_in_query_log_table/ast.json deleted file mode 100644 index 165d27ad4a..0000000000 --- a/parser/testdata/01070_exception_code_in_query_log_table/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_table_for_01070_exception_code_in_query_log_table (children 1)" - }, - { - "explain": " Identifier test_table_for_01070_exception_code_in_query_log_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001345817, - "rows_read": 2, - "bytes_read": 160 - } -} diff --git a/parser/testdata/01070_h3_get_base_cell/ast.json b/parser/testdata/01070_h3_get_base_cell/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_h3_get_base_cell/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_h3_hex_area_m2/ast.json b/parser/testdata/01070_h3_hex_area_m2/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_h3_hex_area_m2/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_h3_indexes_are_neighbors/ast.json b/parser/testdata/01070_h3_indexes_are_neighbors/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_h3_indexes_are_neighbors/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_h3_to_children/ast.json b/parser/testdata/01070_h3_to_children/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_h3_to_children/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_h3_to_parent/ast.json b/parser/testdata/01070_h3_to_parent/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_h3_to_parent/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_h3_to_string/ast.json b/parser/testdata/01070_h3_to_string/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_h3_to_string/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_materialize_ttl/ast.json b/parser/testdata/01070_materialize_ttl/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_materialize_ttl/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_modify_ttl/ast.json b/parser/testdata/01070_modify_ttl/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_modify_ttl/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_modify_ttl_recalc_only/ast.json b/parser/testdata/01070_modify_ttl_recalc_only/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_modify_ttl_recalc_only/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_mutations_with_dependencies/ast.json b/parser/testdata/01070_mutations_with_dependencies/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_mutations_with_dependencies/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_string_to_h3/ast.json b/parser/testdata/01070_string_to_h3/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01070_string_to_h3/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01070_template_empty_file/ast.json b/parser/testdata/01070_template_empty_file/ast.json deleted file mode 100644 index 829fcc78b8..0000000000 --- a/parser/testdata/01070_template_empty_file/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier Template" - }, - { - "explain": " Set" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001145141, - "rows_read": 7, - "bytes_read": 217 - } -} diff --git a/parser/testdata/01070_to_decimal_or_null_exception/ast.json b/parser/testdata/01070_to_decimal_or_null_exception/ast.json deleted file mode 100644 index 9cde90e76c..0000000000 --- a/parser/testdata/01070_to_decimal_or_null_exception/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'e'" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001494972, - "rows_read": 8, - "bytes_read": 289 - } -} diff --git a/parser/testdata/01071_force_optimize_skip_unused_shards/ast.json b/parser/testdata/01071_force_optimize_skip_unused_shards/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01071_force_optimize_skip_unused_shards/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01071_in_array/ast.json b/parser/testdata/01071_in_array/ast.json deleted file mode 100644 index 48ba30229c..0000000000 --- a/parser/testdata/01071_in_array/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001814348, - "rows_read": 8, - "bytes_read": 321 - } -} diff --git a/parser/testdata/01071_prohibition_secondary_index_with_old_format_merge_tree/ast.json b/parser/testdata/01071_prohibition_secondary_index_with_old_format_merge_tree/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01071_prohibition_secondary_index_with_old_format_merge_tree/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01072_drop_temporary_table_with_same_name/ast.json b/parser/testdata/01072_drop_temporary_table_with_same_name/ast.json deleted file mode 100644 index 9f34c8f8c4..0000000000 --- a/parser/testdata/01072_drop_temporary_table_with_same_name/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_to_drop (children 1)" - }, - { - "explain": " Identifier table_to_drop" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001294869, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01072_json_each_row_data_in_square_brackets/ast.json b/parser/testdata/01072_json_each_row_data_in_square_brackets/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01072_json_each_row_data_in_square_brackets/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01072_nullable_jit/ast.json b/parser/testdata/01072_nullable_jit/ast.json deleted file mode 100644 index cce4a55b96..0000000000 --- a/parser/testdata/01072_nullable_jit/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001029213, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01072_optimize_skip_unused_shards_const_expr_eval/ast.json b/parser/testdata/01072_optimize_skip_unused_shards_const_expr_eval/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01072_optimize_skip_unused_shards_const_expr_eval/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01072_select_constant_limit/ast.json b/parser/testdata/01072_select_constant_limit/ast.json deleted file mode 100644 index 35e160c6d9..0000000000 --- a/parser/testdata/01072_select_constant_limit/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_42 (alias foo)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier foo" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001045502, - "rows_read": 9, - "bytes_read": 321 - } -} diff --git a/parser/testdata/01073_attach_if_not_exists/ast.json b/parser/testdata/01073_attach_if_not_exists/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01073_attach_if_not_exists/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01073_bad_alter_partition/ast.json b/parser/testdata/01073_bad_alter_partition/ast.json deleted file mode 100644 index cc7963fb7d..0000000000 --- a/parser/testdata/01073_bad_alter_partition/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge_tree (children 1)" - }, - { - "explain": " Identifier merge_tree" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001100084, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01073_blockSerializedSize/ast.json b/parser/testdata/01073_blockSerializedSize/ast.json deleted file mode 100644 index fcee1aa02f..0000000000 --- a/parser/testdata/01073_blockSerializedSize/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'UInt8'" - }, - { - "explain": " Function blockSerializedSize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001375742, - "rows_read": 8, - "bytes_read": 299 - } -} diff --git a/parser/testdata/01073_crlf_end_of_line/ast.json b/parser/testdata/01073_crlf_end_of_line/ast.json deleted file mode 100644 index a2dba7aaff..0000000000 --- a/parser/testdata/01073_crlf_end_of_line/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_01073_crlf_end_of_line (children 1)" - }, - { - "explain": " Identifier test_01073_crlf_end_of_line" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001449773, - "rows_read": 2, - "bytes_read": 106 - } -} diff --git a/parser/testdata/01073_grant_and_revoke/ast.json b/parser/testdata/01073_grant_and_revoke/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01073_grant_and_revoke/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01073_show_tables_not_like/ast.json b/parser/testdata/01073_show_tables_not_like/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01073_show_tables_not_like/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01074_h3_range_check/ast.json b/parser/testdata/01074_h3_range_check/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01074_h3_range_check/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01074_partial_revokes/ast.json b/parser/testdata/01074_partial_revokes/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01074_partial_revokes/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01075_allowed_client_hosts/ast.json b/parser/testdata/01075_allowed_client_hosts/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01075_allowed_client_hosts/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01075_in_arrays_enmk/ast.json b/parser/testdata/01075_in_arrays_enmk/ast.json deleted file mode 100644 index d87155d813..0000000000 --- a/parser/testdata/01075_in_arrays_enmk/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001678151, - "rows_read": 8, - "bytes_read": 303 - } -} diff --git a/parser/testdata/01076_array_join_prewhere_const_folding/ast.json b/parser/testdata/01076_array_join_prewhere_const_folding/ast.json deleted file mode 100644 index dfb69b3a6c..0000000000 --- a/parser/testdata/01076_array_join_prewhere_const_folding/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00139283, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01076_predicate_optimizer_with_view/ast.json b/parser/testdata/01076_predicate_optimizer_with_view/ast.json deleted file mode 100644 index e4c3dabef7..0000000000 --- a/parser/testdata/01076_predicate_optimizer_with_view/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001240786, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01076_range_reader_segfault/ast.json b/parser/testdata/01076_range_reader_segfault/ast.json deleted file mode 100644 index a427140075..0000000000 --- a/parser/testdata/01076_range_reader_segfault/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001277585, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01077_yet_another_prewhere_test/ast.json b/parser/testdata/01077_yet_another_prewhere_test/ast.json deleted file mode 100644 index 5ace0e5f73..0000000000 --- a/parser/testdata/01077_yet_another_prewhere_test/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t50 (children 1)" - }, - { - "explain": " Identifier t50" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001419937, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01078_bloom_filter_operator_not_has/ast.json b/parser/testdata/01078_bloom_filter_operator_not_has/ast.json deleted file mode 100644 index 0fe407f422..0000000000 --- a/parser/testdata/01078_bloom_filter_operator_not_has/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery bloom_filter_not_has (children 1)" - }, - { - "explain": " Identifier bloom_filter_not_has" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001225349, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/01078_merge_tree_read_one_thread/ast.json b/parser/testdata/01078_merge_tree_read_one_thread/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01078_merge_tree_read_one_thread/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01079_alter_default_zookeeper_long/ast.json b/parser/testdata/01079_alter_default_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01079_alter_default_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01079_bit_operations_using_bitset/ast.json b/parser/testdata/01079_bit_operations_using_bitset/ast.json deleted file mode 100644 index cb656367c8..0000000000 --- a/parser/testdata/01079_bit_operations_using_bitset/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function IPv6NumToString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitAnd (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function IPv6StringToNum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2001:0db8:85a3:8d3a:b2da:8a2e:0370:7334'" - }, - { - "explain": " Function IPv6StringToNum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'ffff:ffff:ffff:0000:0000:0000:0000:0000'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.00154548, - "rows_read": 19, - "bytes_read": 857 - } -} diff --git a/parser/testdata/01079_new_range_reader_segfault/ast.json b/parser/testdata/01079_new_range_reader_segfault/ast.json deleted file mode 100644 index fbfeb2eb66..0000000000 --- a/parser/testdata/01079_new_range_reader_segfault/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00118218, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01079_order_by_pk/ast.json b/parser/testdata/01079_order_by_pk/ast.json deleted file mode 100644 index 45e00bfdb5..0000000000 --- a/parser/testdata/01079_order_by_pk/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mt_pk (children 1)" - }, - { - "explain": " Identifier mt_pk" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001315492, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01079_reinterpret_as_fixed_string/ast.json b/parser/testdata/01079_reinterpret_as_fixed_string/ast.json deleted file mode 100644 index d255355410..0000000000 --- a/parser/testdata/01079_reinterpret_as_fixed_string/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function reinterpretAsFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3735928559" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001328636, - "rows_read": 9, - "bytes_read": 376 - } -} diff --git a/parser/testdata/01080_check_for_error_incorrect_size_of_nested_column/ast.json b/parser/testdata/01080_check_for_error_incorrect_size_of_nested_column/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01080_check_for_error_incorrect_size_of_nested_column/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01080_engine_merge_prewhere_tupleelement_error/ast.json b/parser/testdata/01080_engine_merge_prewhere_tupleelement_error/ast.json deleted file mode 100644 index 7ba105e99c..0000000000 --- a/parser/testdata/01080_engine_merge_prewhere_tupleelement_error/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery A1 (children 1)" - }, - { - "explain": " Identifier A1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001027207, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01080_join_get_null/ast.json b/parser/testdata/01080_join_get_null/ast.json deleted file mode 100644 index cfedc0ca0d..0000000000 --- a/parser/testdata/01080_join_get_null/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_joinGet (children 1)" - }, - { - "explain": " Identifier test_joinGet" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001495223, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01081_PartialSortingTransform_full_column/ast.json b/parser/testdata/01081_PartialSortingTransform_full_column/ast.json deleted file mode 100644 index d6f52d1963..0000000000 --- a/parser/testdata/01081_PartialSortingTransform_full_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_01081 (children 1)" - }, - { - "explain": " Identifier test_01081" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001080749, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01081_demangle/ast.json b/parser/testdata/01081_demangle/ast.json deleted file mode 100644 index 7df75baa00..0000000000 --- a/parser/testdata/01081_demangle/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001229136, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01081_keywords_formatting/ast.json b/parser/testdata/01081_keywords_formatting/ast.json deleted file mode 100644 index cc92d83be8..0000000000 --- a/parser/testdata/01081_keywords_formatting/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias interval)" - }, - { - "explain": " Identifier interval" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001311276, - "rows_read": 8, - "bytes_read": 307 - } -} diff --git a/parser/testdata/01082_bit_test_out_of_bound/ast.json b/parser/testdata/01082_bit_test_out_of_bound/ast.json deleted file mode 100644 index 67e028840e..0000000000 --- a/parser/testdata/01082_bit_test_out_of_bound/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '-- bitTestAny'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001172411, - "rows_read": 5, - "bytes_read": 184 - } -} diff --git a/parser/testdata/01083_aggregation_memory_efficient_bug/ast.json b/parser/testdata/01083_aggregation_memory_efficient_bug/ast.json deleted file mode 100644 index 65748e74ed..0000000000 --- a/parser/testdata/01083_aggregation_memory_efficient_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery da_memory_efficient_shard (children 1)" - }, - { - "explain": " Identifier da_memory_efficient_shard" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000992593, - "rows_read": 2, - "bytes_read": 102 - } -} diff --git a/parser/testdata/01083_cross_to_inner_with_in_bug/ast.json b/parser/testdata/01083_cross_to_inner_with_in_bug/ast.json deleted file mode 100644 index 5920bcfb73..0000000000 --- a/parser/testdata/01083_cross_to_inner_with_in_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ax (children 1)" - }, - { - "explain": " Identifier ax" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001103506, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01083_cross_to_inner_with_like/ast.json b/parser/testdata/01083_cross_to_inner_with_like/ast.json deleted file mode 100644 index 3dc7a73fe7..0000000000 --- a/parser/testdata/01083_cross_to_inner_with_like/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001205997, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01083_expressions_in_engine_arguments/ast.json b/parser/testdata/01083_expressions_in_engine_arguments/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01083_expressions_in_engine_arguments/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01083_functional_index_in_mergetree/ast.json b/parser/testdata/01083_functional_index_in_mergetree/ast.json deleted file mode 100644 index a4917ff910..0000000000 --- a/parser/testdata/01083_functional_index_in_mergetree/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001119647, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01083_log_first_column_alias/ast.json b/parser/testdata/01083_log_first_column_alias/ast.json deleted file mode 100644 index 89b9c03463..0000000000 --- a/parser/testdata/01083_log_first_column_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_alias (children 1)" - }, - { - "explain": " Identifier test_alias" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001004612, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01083_match_zero_byte/ast.json b/parser/testdata/01083_match_zero_byte/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01083_match_zero_byte/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01084_defaults_on_aliases/ast.json b/parser/testdata/01084_defaults_on_aliases/ast.json deleted file mode 100644 index 67542b71cb..0000000000 --- a/parser/testdata/01084_defaults_on_aliases/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_defaults_on_aliases (children 1)" - }, - { - "explain": " Identifier table_with_defaults_on_aliases" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001128068, - "rows_read": 2, - "bytes_read": 112 - } -} diff --git a/parser/testdata/01084_regexp_empty/ast.json b/parser/testdata/01084_regexp_empty/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01084_regexp_empty/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01085_datetime_arithmetic_preserve_timezone/ast.json b/parser/testdata/01085_datetime_arithmetic_preserve_timezone/ast.json deleted file mode 100644 index a6876cd0be..0000000000 --- a/parser/testdata/01085_datetime_arithmetic_preserve_timezone/ast.json +++ /dev/null @@ -1,163 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Function toDateTime (alias t) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2020-01-01 00:00:00'" - }, - { - "explain": " Literal 'UTC'" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Function toIntervalSecond (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Function toIntervalDay (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function plus (alias dt64) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime64 (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal 'UTC'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dt64" - } - ], - - "rows": 47, - - "statistics": - { - "elapsed": 0.001308458, - "rows_read": 47, - "bytes_read": 1763 - } -} diff --git a/parser/testdata/01085_extract_all_empty/ast.json b/parser/testdata/01085_extract_all_empty/ast.json deleted file mode 100644 index fe0871f4b9..0000000000 --- a/parser/testdata/01085_extract_all_empty/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function extractAll (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '\\0'" - }, - { - "explain": " Literal ''" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001025591, - "rows_read": 8, - "bytes_read": 283 - } -} diff --git a/parser/testdata/01085_simdjson_uint64/ast.json b/parser/testdata/01085_simdjson_uint64/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01085_simdjson_uint64/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01086_modulo_or_zero/ast.json b/parser/testdata/01086_modulo_or_zero/ast.json deleted file mode 100644 index 4e69c48c20..0000000000 --- a/parser/testdata/01086_modulo_or_zero/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function moduloOrZero (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001028464, - "rows_read": 11, - "bytes_read": 413 - } -} diff --git a/parser/testdata/01087_index_set_ubsan/ast.json b/parser/testdata/01087_index_set_ubsan/ast.json deleted file mode 100644 index 5bb5afb1ff..0000000000 --- a/parser/testdata/01087_index_set_ubsan/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001428574, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01087_storage_generate/ast.json b/parser/testdata/01087_storage_generate/ast.json deleted file mode 100644 index 218dfcc2c8..0000000000 --- a/parser/testdata/01087_storage_generate/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_table (children 1)" - }, - { - "explain": " Identifier test_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001184913, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01087_table_function_generate/ast.json b/parser/testdata/01087_table_function_generate/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01087_table_function_generate/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01088_array_slice_of_aggregate_functions/ast.json b/parser/testdata/01088_array_slice_of_aggregate_functions/ast.json deleted file mode 100644 index a1cfd376be..0000000000 --- a/parser/testdata/01088_array_slice_of_aggregate_functions/ast.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arraySlice (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniqState (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - } - ], - - "rows": 33, - - "statistics": - { - "elapsed": 0.001374214, - "rows_read": 33, - "bytes_read": 1415 - } -} diff --git a/parser/testdata/01089_alter_settings_old_format/ast.json b/parser/testdata/01089_alter_settings_old_format/ast.json deleted file mode 100644 index 3c1d71de30..0000000000 --- a/parser/testdata/01089_alter_settings_old_format/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery old_format_mt (children 1)" - }, - { - "explain": " Identifier old_format_mt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001507742, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01090_fixed_string_bit_ops/ast.json b/parser/testdata/01090_fixed_string_bit_ops/ast.json deleted file mode 100644 index 8d7f0f9067..0000000000 --- a/parser/testdata/01090_fixed_string_bit_ops/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitXor (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'abc'" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '\\0\u0001\u0002'" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001480929, - "rows_read": 22, - "bytes_read": 884 - } -} diff --git a/parser/testdata/01090_zookeeper_mutations_and_insert_quorum_long/ast.json b/parser/testdata/01090_zookeeper_mutations_and_insert_quorum_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01090_zookeeper_mutations_and_insert_quorum_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01091_insert_with_default_json/ast.json b/parser/testdata/01091_insert_with_default_json/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01091_insert_with_default_json/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01091_num_threads/ast.json b/parser/testdata/01091_num_threads/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01091_num_threads/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01091_query_profiler_does_not_hang/ast.json b/parser/testdata/01091_query_profiler_does_not_hang/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01091_query_profiler_does_not_hang/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01092_memory_profiler/ast.json b/parser/testdata/01092_memory_profiler/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01092_memory_profiler/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01093_cyclic_defaults_filimonov/ast.json b/parser/testdata/01093_cyclic_defaults_filimonov/ast.json deleted file mode 100644 index bb16a7455a..0000000000 --- a/parser/testdata/01093_cyclic_defaults_filimonov/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.002023331, - "rows_read": 2, - "bytes_read": 61 - } -} diff --git a/parser/testdata/01095_tpch_like_smoke/ast.json b/parser/testdata/01095_tpch_like_smoke/ast.json deleted file mode 100644 index dc6e9adbdc..0000000000 --- a/parser/testdata/01095_tpch_like_smoke/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery part (children 1)" - }, - { - "explain": " Identifier part" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00183956, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01096_array_reduce_in_ranges/ast.json b/parser/testdata/01096_array_reduce_in_ranges/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01096_array_reduce_in_ranges/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01096_block_serialized_state/ast.json b/parser/testdata/01096_block_serialized_state/ast.json deleted file mode 100644 index c976ed12be..0000000000 --- a/parser/testdata/01096_block_serialized_state/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function ignore (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function blockSerializedSize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_1)" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001414243, - "rows_read": 9, - "bytes_read": 376 - } -} diff --git a/parser/testdata/01096_zeros/ast.json b/parser/testdata/01096_zeros/ast.json deleted file mode 100644 index 9c9b64eafa..0000000000 --- a/parser/testdata/01096_zeros/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier zero" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.zeros" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Set" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001346812, - "rows_read": 11, - "bytes_read": 395 - } -} diff --git a/parser/testdata/01097_cyclic_defaults/ast.json b/parser/testdata/01097_cyclic_defaults/ast.json deleted file mode 100644 index 70b05bc8aa..0000000000 --- a/parser/testdata/01097_cyclic_defaults/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_cyclic_defaults (children 1)" - }, - { - "explain": " Identifier table_with_cyclic_defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001453357, - "rows_read": 2, - "bytes_read": 104 - } -} diff --git a/parser/testdata/01097_one_more_range_reader_test/ast.json b/parser/testdata/01097_one_more_range_reader_test/ast.json deleted file mode 100644 index e93b309f8c..0000000000 --- a/parser/testdata/01097_one_more_range_reader_test/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001227425, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01097_one_more_range_reader_test_wide_part/ast.json b/parser/testdata/01097_one_more_range_reader_test_wide_part/ast.json deleted file mode 100644 index 50871d2354..0000000000 --- a/parser/testdata/01097_one_more_range_reader_test_wide_part/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001446343, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01097_pre_limit/ast.json b/parser/testdata/01097_pre_limit/ast.json deleted file mode 100644 index 19bac39fb3..0000000000 --- a/parser/testdata/01097_pre_limit/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers_mt" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1000000" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001497323, - "rows_read": 14, - "bytes_read": 521 - } -} diff --git a/parser/testdata/01098_sum/ast.json b/parser/testdata/01098_sum/ast.json deleted file mode 100644 index a46d60c9c9..0000000000 --- a/parser/testdata/01098_sum/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumKahan (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.{2,3}'" - }, - { - "explain": " Identifier system.one" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.00124415, - "rows_read": 14, - "bytes_read": 552 - } -} diff --git a/parser/testdata/01099_operators_date_and_timestamp/ast.json b/parser/testdata/01099_operators_date_and_timestamp/ast.json deleted file mode 100644 index 6db461c409..0000000000 --- a/parser/testdata/01099_operators_date_and_timestamp/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function toIntervalSecond (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toIntervalMinute (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toIntervalHour (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001299059, - "rows_read": 13, - "bytes_read": 507 - } -} diff --git a/parser/testdata/01099_parallel_distributed_insert_select/ast.json b/parser/testdata/01099_parallel_distributed_insert_select/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01099_parallel_distributed_insert_select/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01100_split_by_string/ast.json b/parser/testdata/01100_split_by_string/ast.json deleted file mode 100644 index dc8ca5d583..0000000000 --- a/parser/testdata/01100_split_by_string/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function splitByString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'ab'" - }, - { - "explain": " Literal 'cdeabcde'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001473031, - "rows_read": 8, - "bytes_read": 294 - } -} diff --git a/parser/testdata/01101_literal_column_clash/ast.json b/parser/testdata/01101_literal_column_clash/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01101_literal_column_clash/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01101_prewhere_after_alter/ast.json b/parser/testdata/01101_prewhere_after_alter/ast.json deleted file mode 100644 index dd374c4ba0..0000000000 --- a/parser/testdata/01101_prewhere_after_alter/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_a (children 1)" - }, - { - "explain": " Identifier test_a" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001137141, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/01102_distributed_local_in_bug/ast.json b/parser/testdata/01102_distributed_local_in_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01102_distributed_local_in_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01103_distributed_product_mode_local_column_renames/ast.json b/parser/testdata/01103_distributed_product_mode_local_column_renames/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01103_distributed_product_mode_local_column_renames/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01104_distributed_numbers_test/ast.json b/parser/testdata/01104_distributed_numbers_test/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01104_distributed_numbers_test/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01104_distributed_one_test/ast.json b/parser/testdata/01104_distributed_one_test/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01104_distributed_one_test/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01104_fixed_string_like/ast.json b/parser/testdata/01104_fixed_string_like/ast.json deleted file mode 100644 index a297dde2a5..0000000000 --- a/parser/testdata/01104_fixed_string_like/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_['hello', 'world']" - }, - { - "explain": " Literal 'Array(FixedString(5))'" - }, - { - "explain": " Literal 'hello'" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.00147319, - "rows_read": 13, - "bytes_read": 528 - } -} diff --git a/parser/testdata/01105_string_like/ast.json b/parser/testdata/01105_string_like/ast.json deleted file mode 100644 index 8a44d18d59..0000000000 --- a/parser/testdata/01105_string_like/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['hello', 'world']" - }, - { - "explain": " Literal 'hello'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001243796, - "rows_read": 10, - "bytes_read": 391 - } -} diff --git a/parser/testdata/01106_const_fixed_string_like/ast.json b/parser/testdata/01106_const_fixed_string_like/ast.json deleted file mode 100644 index 30b4762518..0000000000 --- a/parser/testdata/01106_const_fixed_string_like/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal 'FixedString(5)'" - }, - { - "explain": " Literal 'hello'" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.00141514, - "rows_read": 11, - "bytes_read": 409 - } -} diff --git a/parser/testdata/01107_join_right_table_totals/ast.json b/parser/testdata/01107_join_right_table_totals/ast.json deleted file mode 100644 index 2794455798..0000000000 --- a/parser/testdata/01107_join_right_table_totals/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001256729, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01109_exchange_tables/ast.json b/parser/testdata/01109_exchange_tables/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01109_exchange_tables/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01109_inflating_cross_join/ast.json b/parser/testdata/01109_inflating_cross_join/ast.json deleted file mode 100644 index 7296bac688..0000000000 --- a/parser/testdata/01109_inflating_cross_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001219202, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01109_sc0rp10_string_hash_map_zero_bytes/ast.json b/parser/testdata/01109_sc0rp10_string_hash_map_zero_bytes/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01109_sc0rp10_string_hash_map_zero_bytes/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01110_dictionary_layout_without_arguments/ast.json b/parser/testdata/01110_dictionary_layout_without_arguments/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01110_dictionary_layout_without_arguments/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01112_check_table_with_index/ast.json b/parser/testdata/01112_check_table_with_index/ast.json deleted file mode 100644 index 0c858482ce..0000000000 --- a/parser/testdata/01112_check_table_with_index/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001693676, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01113_local_dictionary_type_conversion/ast.json b/parser/testdata/01113_local_dictionary_type_conversion/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01113_local_dictionary_type_conversion/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01114_alter_modify_compact_parts/ast.json b/parser/testdata/01114_alter_modify_compact_parts/ast.json deleted file mode 100644 index 039cc8918a..0000000000 --- a/parser/testdata/01114_alter_modify_compact_parts/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mt_compact (children 1)" - }, - { - "explain": " Identifier mt_compact" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001728093, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01114_clear_column_compact_parts/ast.json b/parser/testdata/01114_clear_column_compact_parts/ast.json deleted file mode 100644 index 170d80902a..0000000000 --- a/parser/testdata/01114_clear_column_compact_parts/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery clear_column (children 1)" - }, - { - "explain": " Identifier clear_column" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00166968, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01114_materialize_clear_index_compact_parts/ast.json b/parser/testdata/01114_materialize_clear_index_compact_parts/ast.json deleted file mode 100644 index 901edbb2ec..0000000000 --- a/parser/testdata/01114_materialize_clear_index_compact_parts/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001948557, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01114_mysql_database_engine_segfault/ast.json b/parser/testdata/01114_mysql_database_engine_segfault/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01114_mysql_database_engine_segfault/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01115_join_with_dictionary/ast.json b/parser/testdata/01115_join_with_dictionary/ast.json deleted file mode 100644 index 6f12c1764b..0000000000 --- a/parser/testdata/01115_join_with_dictionary/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001329995, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01115_prewhere_array_join/ast.json b/parser/testdata/01115_prewhere_array_join/ast.json deleted file mode 100644 index 34d8aa8822..0000000000 --- a/parser/testdata/01115_prewhere_array_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery prewhere (children 1)" - }, - { - "explain": " Identifier prewhere" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001135546, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01116_asof_join_dolbyzerr/ast.json b/parser/testdata/01116_asof_join_dolbyzerr/ast.json deleted file mode 100644 index 70b417ad69..0000000000 --- a/parser/testdata/01116_asof_join_dolbyzerr/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery sessions (children 2)" - }, - { - "explain": " Identifier sessions" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " ColumnDeclaration date (children 1)" - }, - { - "explain": " DataType DateTime" - }, - { - "explain": " ColumnDeclaration visitorId (children 1)" - }, - { - "explain": " DataType String" - }, - { - "explain": " ColumnDeclaration sessionId (children 1)" - }, - { - "explain": " DataType String" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001323594, - "rows_read": 10, - "bytes_read": 377 - } -} diff --git a/parser/testdata/01116_cross_count_asterisks/ast.json b/parser/testdata/01116_cross_count_asterisks/ast.json deleted file mode 100644 index bde64ad5d2..0000000000 --- a/parser/testdata/01116_cross_count_asterisks/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001290632, - "rows_read": 7, - "bytes_read": 250 - } -} diff --git a/parser/testdata/01117_chain_finalize_bug/ast.json b/parser/testdata/01117_chain_finalize_bug/ast.json deleted file mode 100644 index 14559dd339..0000000000 --- a/parser/testdata/01117_chain_finalize_bug/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (alias index) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier i" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier i" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Identifier number" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.00152334, - "rows_read": 21, - "bytes_read": 851 - } -} diff --git a/parser/testdata/01117_comma_and_others_join_mix/ast.json b/parser/testdata/01117_comma_and_others_join_mix/ast.json deleted file mode 100644 index 0ecfe26664..0000000000 --- a/parser/testdata/01117_comma_and_others_join_mix/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001162842, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01117_greatest_least_case/ast.json b/parser/testdata/01117_greatest_least_case/ast.json deleted file mode 100644 index 61c70d0625..0000000000 --- a/parser/testdata/01117_greatest_least_case/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function GREATEST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001495211, - "rows_read": 8, - "bytes_read": 291 - } -} diff --git a/parser/testdata/01118_is_constant/ast.json b/parser/testdata/01118_is_constant/ast.json deleted file mode 100644 index 7131200ec4..0000000000 --- a/parser/testdata/01118_is_constant/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function isConstant (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001283559, - "rows_read": 7, - "bytes_read": 263 - } -} diff --git a/parser/testdata/01119_optimize_trivial_insert_select/ast.json b/parser/testdata/01119_optimize_trivial_insert_select/ast.json deleted file mode 100644 index a63a2f1498..0000000000 --- a/parser/testdata/01119_optimize_trivial_insert_select/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.002115065, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01119_weird_user_names/ast.json b/parser/testdata/01119_weird_user_names/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01119_weird_user_names/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01120_join_constants/ast.json b/parser/testdata/01120_join_constants/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01120_join_constants/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01121_remote_scalar_subquery/ast.json b/parser/testdata/01121_remote_scalar_subquery/ast.json deleted file mode 100644 index 80b4c6c2a4..0000000000 --- a/parser/testdata/01121_remote_scalar_subquery/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.0.0.{1,2}'" - }, - { - "explain": " Identifier system.one" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001332853, - "rows_read": 17, - "bytes_read": 679 - } -} diff --git a/parser/testdata/01122_totals_rollup_having_block_header/ast.json b/parser/testdata/01122_totals_rollup_having_block_header/ast.json deleted file mode 100644 index 6ef50f61af..0000000000 --- a/parser/testdata/01122_totals_rollup_having_block_header/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery rollup_having (children 1)" - }, - { - "explain": " Identifier rollup_having" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001264408, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01123_parse_date_time_best_effort_even_more/ast.json b/parser/testdata/01123_parse_date_time_best_effort_even_more/ast.json deleted file mode 100644 index 2fd2673da4..0000000000 --- a/parser/testdata/01123_parse_date_time_best_effort_even_more/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toTimeZone (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function parseDateTimeBestEffort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Thu, 18 Aug 2018 07:22:16 GMT'" - }, - { - "explain": " Literal 'UTC'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001435258, - "rows_read": 10, - "bytes_read": 416 - } -} diff --git a/parser/testdata/01124_view_bad_types/ast.json b/parser/testdata/01124_view_bad_types/ast.json deleted file mode 100644 index df13fe8205..0000000000 --- a/parser/testdata/01124_view_bad_types/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery source_table (children 1)" - }, - { - "explain": " Identifier source_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001526256, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01125_dict_ddl_cannot_add_column/ast.json b/parser/testdata/01125_dict_ddl_cannot_add_column/ast.json deleted file mode 100644 index bd19ead81e..0000000000 --- a/parser/testdata/01125_dict_ddl_cannot_add_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery date_table (children 1)" - }, - { - "explain": " Identifier date_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001417016, - "rows_read": 2, - "bytes_read": 73 - } -} diff --git a/parser/testdata/01125_generate_random_qoega/ast.json b/parser/testdata/01125_generate_random_qoega/ast.json deleted file mode 100644 index 5b557d0997..0000000000 --- a/parser/testdata/01125_generate_random_qoega/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mass_table_117 (children 1)" - }, - { - "explain": " Identifier mass_table_117" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001251254, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01126_month_partitioning_consistent_code/ast.json b/parser/testdata/01126_month_partitioning_consistent_code/ast.json deleted file mode 100644 index f4ab1e414b..0000000000 --- a/parser/testdata/01126_month_partitioning_consistent_code/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mt (children 1)" - }, - { - "explain": " Identifier mt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001585625, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01127_month_partitioning_consistency_select/ast.json b/parser/testdata/01127_month_partitioning_consistency_select/ast.json deleted file mode 100644 index 9ff8f5666b..0000000000 --- a/parser/testdata/01127_month_partitioning_consistency_select/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001183783, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01128_generate_random_nested/ast.json b/parser/testdata/01128_generate_random_nested/ast.json deleted file mode 100644 index 1d1124eba8..0000000000 --- a/parser/testdata/01128_generate_random_nested/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mass_table_312 (children 1)" - }, - { - "explain": " Identifier mass_table_312" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001240587, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01129_dict_get_join_lose_constness/ast.json b/parser/testdata/01129_dict_get_join_lose_constness/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01129_dict_get_join_lose_constness/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01131_max_rows_to_sort/ast.json b/parser/testdata/01131_max_rows_to_sort/ast.json deleted file mode 100644 index ebbb7cb053..0000000000 --- a/parser/testdata/01131_max_rows_to_sort/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001459568, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01132_max_rows_to_read/ast.json b/parser/testdata/01132_max_rows_to_read/ast.json deleted file mode 100644 index 81c4db9473..0000000000 --- a/parser/testdata/01132_max_rows_to_read/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery row_limits_test (children 1)" - }, - { - "explain": " Identifier row_limits_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001395446, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/01134_max_rows_to_group_by/ast.json b/parser/testdata/01134_max_rows_to_group_by/ast.json deleted file mode 100644 index 0437edd235..0000000000 --- a/parser/testdata/01134_max_rows_to_group_by/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001569278, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01134_set_overflow_mode/ast.json b/parser/testdata/01134_set_overflow_mode/ast.json deleted file mode 100644 index 29002d45af..0000000000 --- a/parser/testdata/01134_set_overflow_mode/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001848037, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01135_default_and_alter_zookeeper/ast.json b/parser/testdata/01135_default_and_alter_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01135_default_and_alter_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01136_multiple_sets/ast.json b/parser/testdata/01136_multiple_sets/ast.json deleted file mode 100644 index bf53ad922d..0000000000 --- a/parser/testdata/01136_multiple_sets/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001406124, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01137_order_by_func/ast.json b/parser/testdata/01137_order_by_func/ast.json deleted file mode 100644 index af6879ad16..0000000000 --- a/parser/testdata/01137_order_by_func/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk_func (children 1)" - }, - { - "explain": " Identifier pk_func" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.002021508, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01137_order_by_func_final/ast.json b/parser/testdata/01137_order_by_func_final/ast.json deleted file mode 100644 index b85178c743..0000000000 --- a/parser/testdata/01137_order_by_func_final/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk_func (children 1)" - }, - { - "explain": " Identifier pk_func" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00119676, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01137_sample_final/ast.json b/parser/testdata/01137_sample_final/ast.json deleted file mode 100644 index aa86e084ad..0000000000 --- a/parser/testdata/01137_sample_final/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab (children 1)" - }, - { - "explain": " Identifier tab" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001421795, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01138_join_on_distributed_and_tmp/ast.json b/parser/testdata/01138_join_on_distributed_and_tmp/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01138_join_on_distributed_and_tmp/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01139_asof_join_types/ast.json b/parser/testdata/01139_asof_join_types/ast.json deleted file mode 100644 index b01366c015..0000000000 --- a/parser/testdata/01139_asof_join_types/ast.json +++ /dev/null @@ -1,118 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias t1) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0 (alias k)" - }, - { - "explain": " Function toInt8 (alias v) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias t2) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0 (alias k)" - }, - { - "explain": " Function toInt8 (alias v) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " Identifier v" - } - ], - - "rows": 32, - - "statistics": - { - "elapsed": 0.001588609, - "rows_read": 32, - "bytes_read": 1344 - } -} diff --git a/parser/testdata/01140_select_from_storage_join_fix/ast.json b/parser/testdata/01140_select_from_storage_join_fix/ast.json deleted file mode 100644 index 38a8260f39..0000000000 --- a/parser/testdata/01140_select_from_storage_join_fix/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001436769, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01141_join_get_negative/ast.json b/parser/testdata/01141_join_get_negative/ast.json deleted file mode 100644 index 9b52b32094..0000000000 --- a/parser/testdata/01141_join_get_negative/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001172812, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01142_join_lc_and_nullable_in_key/ast.json b/parser/testdata/01142_join_lc_and_nullable_in_key/ast.json deleted file mode 100644 index 59496aac8e..0000000000 --- a/parser/testdata/01142_join_lc_and_nullable_in_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001739361, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01142_merge_join_lc_and_nullable_in_key/ast.json b/parser/testdata/01142_merge_join_lc_and_nullable_in_key/ast.json deleted file mode 100644 index 87794d21ff..0000000000 --- a/parser/testdata/01142_merge_join_lc_and_nullable_in_key/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001417857, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01142_with_ties_and_aliases/ast.json b/parser/testdata/01142_with_ties_and_aliases/ast.json deleted file mode 100644 index c44ed94c1c..0000000000 --- a/parser/testdata/01142_with_ties_and_aliases/ast.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function intDiv (alias value) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_20" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier value" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier value" - } - ], - - "rows": 33, - - "statistics": - { - "elapsed": 0.001754522, - "rows_read": 33, - "bytes_read": 1366 - } -} diff --git a/parser/testdata/01143_trivial_count_with_join/ast.json b/parser/testdata/01143_trivial_count_with_join/ast.json deleted file mode 100644 index 1d528c1df0..0000000000 --- a/parser/testdata/01143_trivial_count_with_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001358206, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01144_join_rewrite_with_ambiguous_column_and_view/ast.json b/parser/testdata/01144_join_rewrite_with_ambiguous_column_and_view/ast.json deleted file mode 100644 index 620a727776..0000000000 --- a/parser/testdata/01144_join_rewrite_with_ambiguous_column_and_view/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001215128, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01144_multiple_joins_rewriter_v2_and_lambdas/ast.json b/parser/testdata/01144_multiple_joins_rewriter_v2_and_lambdas/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01144_multiple_joins_rewriter_v2_and_lambdas/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01144_multiword_data_types/ast.json b/parser/testdata/01144_multiword_data_types/ast.json deleted file mode 100644 index 94dd63d50f..0000000000 --- a/parser/testdata/01144_multiword_data_types/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery multiword_types (children 1)" - }, - { - "explain": " Identifier multiword_types" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001604154, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/01145_with_fill_const/ast.json b/parser/testdata/01145_with_fill_const/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01145_with_fill_const/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01147_partial_merge_full_join/ast.json b/parser/testdata/01147_partial_merge_full_join/ast.json deleted file mode 100644 index 4b217f2d2a..0000000000 --- a/parser/testdata/01147_partial_merge_full_join/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t0 (children 1)" - }, - { - "explain": " Identifier t0" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001334466, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01148_zookeeper_path_macros_unfolding/ast.json b/parser/testdata/01148_zookeeper_path_macros_unfolding/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01148_zookeeper_path_macros_unfolding/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01149_zookeeper_mutation_stuck_after_replace_partition/ast.json b/parser/testdata/01149_zookeeper_mutation_stuck_after_replace_partition/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01149_zookeeper_mutation_stuck_after_replace_partition/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01151_storage_merge_filter_tables_by_virtual_column/ast.json b/parser/testdata/01151_storage_merge_filter_tables_by_virtual_column/ast.json deleted file mode 100644 index 246ab7ec16..0000000000 --- a/parser/testdata/01151_storage_merge_filter_tables_by_virtual_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery src_table_1 (children 1)" - }, - { - "explain": " Identifier src_table_1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001313549, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01152_cross_replication/ast.json b/parser/testdata/01152_cross_replication/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01152_cross_replication/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01153_attach_mv_uuid/ast.json b/parser/testdata/01153_attach_mv_uuid/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01153_attach_mv_uuid/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01155_rename_move_materialized_view/ast.json b/parser/testdata/01155_rename_move_materialized_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01155_rename_move_materialized_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01157_replace_table/ast.json b/parser/testdata/01157_replace_table/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01157_replace_table/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01158_zookeeper_log_long/ast.json b/parser/testdata/01158_zookeeper_log_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01158_zookeeper_log_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01159_combinators_with_parameters/ast.json b/parser/testdata/01159_combinators_with_parameters/ast.json deleted file mode 100644 index 1f60724bdb..0000000000 --- a/parser/testdata/01159_combinators_with_parameters/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function topKArrayState (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.0012498, - "rows_read": 21, - "bytes_read": 872 - } -} diff --git a/parser/testdata/01161_information_schema/ast.json b/parser/testdata/01161_information_schema/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01161_information_schema/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01163_search_case_insensetive_utf8/ast.json b/parser/testdata/01163_search_case_insensetive_utf8/ast.json deleted file mode 100644 index 32a679e048..0000000000 --- a/parser/testdata/01163_search_case_insensetive_utf8/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function positionCaseInsensitiveUTF8 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'сссссс'" - }, - { - "explain": " Literal 'Ё'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001474085, - "rows_read": 10, - "bytes_read": 403 - } -} diff --git a/parser/testdata/01164_alter_memory_database/ast.json b/parser/testdata/01164_alter_memory_database/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01164_alter_memory_database/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01165_lost_part_empty_partition/ast.json b/parser/testdata/01165_lost_part_empty_partition/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01165_lost_part_empty_partition/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01166_truncate_multiple_partitions/ast.json b/parser/testdata/01166_truncate_multiple_partitions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01166_truncate_multiple_partitions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01172_transaction_counters/ast.json b/parser/testdata/01172_transaction_counters/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01172_transaction_counters/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01173_transaction_control_queries/ast.json b/parser/testdata/01173_transaction_control_queries/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01173_transaction_control_queries/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01177_group_array_moving/ast.json b/parser/testdata/01177_group_array_moving/ast.json deleted file mode 100644 index 2309e2c8ae..0000000000 --- a/parser/testdata/01177_group_array_moving/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function groupArrayMovingSum (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_257" - }, - { - "explain": " Function groupArrayMovingSum (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_18446744073709551615" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1048575" - }, - { - "explain": " Function groupArrayMovingSum (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_9223372036854775807" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_9223372036854775807" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.0.0.{1..2}'" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001399146, - "rows_read": 31, - "bytes_read": 1312 - } -} diff --git a/parser/testdata/01178_int_field_to_decimal/ast.json b/parser/testdata/01178_int_field_to_decimal/ast.json deleted file mode 100644 index 4c787523a4..0000000000 --- a/parser/testdata/01178_int_field_to_decimal/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier d" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function values (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'd Decimal(8, 8)'" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function notIn (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier d" - }, - { - "explain": " Literal Tuple_(Int64_-1, UInt64_0)" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.000996301, - "rows_read": 17, - "bytes_read": 646 - } -} diff --git a/parser/testdata/01181_db_atomic_drop_on_cluster/ast.json b/parser/testdata/01181_db_atomic_drop_on_cluster/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01181_db_atomic_drop_on_cluster/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01182_materialized_view_different_structure/ast.json b/parser/testdata/01182_materialized_view_different_structure/ast.json deleted file mode 100644 index da85fb0fcc..0000000000 --- a/parser/testdata/01182_materialized_view_different_structure/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000977806, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01185_create_or_replace_table/ast.json b/parser/testdata/01185_create_or_replace_table/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01185_create_or_replace_table/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01186_conversion_to_nullable/ast.json b/parser/testdata/01186_conversion_to_nullable/ast.json deleted file mode 100644 index 01468ee86f..0000000000 --- a/parser/testdata/01186_conversion_to_nullable/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function values (children 1)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Literal 'x Nullable(String)'" - }, - { - "explain": " Literal '42'" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal '0'" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal '256'" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001203284, - "rows_read": 18, - "bytes_read": 657 - } -} diff --git a/parser/testdata/01188_attach_table_from_path/ast.json b/parser/testdata/01188_attach_table_from_path/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01188_attach_table_from_path/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01189_create_as_table_as_table_function/ast.json b/parser/testdata/01189_create_as_table_as_table_function/ast.json deleted file mode 100644 index 00720608d8..0000000000 --- a/parser/testdata/01189_create_as_table_as_table_function/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table2 (children 1)" - }, - { - "explain": " Identifier table2" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00119242, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/01191_rename_dictionary/ast.json b/parser/testdata/01191_rename_dictionary/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01191_rename_dictionary/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01197_summing_enum/ast.json b/parser/testdata/01197_summing_enum/ast.json deleted file mode 100644 index 33c2180a4e..0000000000 --- a/parser/testdata/01197_summing_enum/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery summing (children 1)" - }, - { - "explain": " Identifier summing" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001037701, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01198_plus_inf/ast.json b/parser/testdata/01198_plus_inf/ast.json deleted file mode 100644 index cbba143357..0000000000 --- a/parser/testdata/01198_plus_inf/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFloat64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['+inf', '+Inf', '+INF', '+infinity', '+Infinity']" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001172675, - "rows_read": 9, - "bytes_read": 399 - } -} diff --git a/parser/testdata/01199_url_functions_path_without_schema_yiurule/ast.json b/parser/testdata/01199_url_functions_path_without_schema_yiurule/ast.json deleted file mode 100644 index f051b0e1c4..0000000000 --- a/parser/testdata/01199_url_functions_path_without_schema_yiurule/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function path (alias Path) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'www.example.com:443\/a\/b\/c'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001274891, - "rows_read": 7, - "bytes_read": 289 - } -} diff --git a/parser/testdata/01200_mutations_memory_consumption/ast.json b/parser/testdata/01200_mutations_memory_consumption/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01200_mutations_memory_consumption/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01201_drop_column_compact_part_replicated_zookeeper_long/ast.json b/parser/testdata/01201_drop_column_compact_part_replicated_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01201_drop_column_compact_part_replicated_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01201_read_single_thread_in_order/ast.json b/parser/testdata/01201_read_single_thread_in_order/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01201_read_single_thread_in_order/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01202_arrayROCAUC_special/ast.json b/parser/testdata/01202_arrayROCAUC_special/ast.json deleted file mode 100644 index 9ee65685f1..0000000000 --- a/parser/testdata/01202_arrayROCAUC_special/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayROCAUC (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001042266, - "rows_read": 10, - "bytes_read": 374 - } -} diff --git a/parser/testdata/01210_drop_view/ast.json b/parser/testdata/01210_drop_view/ast.json deleted file mode 100644 index 32053a31b7..0000000000 --- a/parser/testdata/01210_drop_view/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery v_01210 (children 1)" - }, - { - "explain": " Identifier v_01210" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001236516, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01211_optimize_skip_unused_shards_type_mismatch/ast.json b/parser/testdata/01211_optimize_skip_unused_shards_type_mismatch/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01211_optimize_skip_unused_shards_type_mismatch/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01212_empty_join_and_totals/ast.json b/parser/testdata/01212_empty_join_and_totals/ast.json deleted file mode 100644 index 2f7a6dbfc7..0000000000 --- a/parser/testdata/01212_empty_join_and_totals/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one (alias t1)" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001183562, - "rows_read": 9, - "bytes_read": 355 - } -} diff --git a/parser/testdata/01213_alter_rename_column/ast.json b/parser/testdata/01213_alter_rename_column/ast.json deleted file mode 100644 index bb7e1f1b12..0000000000 --- a/parser/testdata/01213_alter_rename_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_for_rename (children 1)" - }, - { - "explain": " Identifier table_for_rename" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001067459, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/01213_alter_rename_compact_part/ast.json b/parser/testdata/01213_alter_rename_compact_part/ast.json deleted file mode 100644 index ed8cbc5147..0000000000 --- a/parser/testdata/01213_alter_rename_compact_part/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_compact_parts (children 1)" - }, - { - "explain": " Identifier table_with_compact_parts" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001607191, - "rows_read": 2, - "bytes_read": 100 - } -} diff --git a/parser/testdata/01213_alter_rename_nested/ast.json b/parser/testdata/01213_alter_rename_nested/ast.json deleted file mode 100644 index d548ff4986..0000000000 --- a/parser/testdata/01213_alter_rename_nested/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_for_rename_nested (children 1)" - }, - { - "explain": " Identifier table_for_rename_nested" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001247185, - "rows_read": 2, - "bytes_read": 98 - } -} diff --git a/parser/testdata/01213_alter_rename_primary_key_zookeeper_long/ast.json b/parser/testdata/01213_alter_rename_primary_key_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01213_alter_rename_primary_key_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01213_alter_rename_with_default_zookeeper_long/ast.json b/parser/testdata/01213_alter_rename_with_default_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01213_alter_rename_with_default_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01213_alter_table_rename_nested/ast.json b/parser/testdata/01213_alter_table_rename_nested/ast.json deleted file mode 100644 index 12f9d530ad..0000000000 --- a/parser/testdata/01213_alter_table_rename_nested/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_for_rename_nested (children 1)" - }, - { - "explain": " Identifier table_for_rename_nested" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001049928, - "rows_read": 2, - "bytes_read": 98 - } -} diff --git a/parser/testdata/01213_optimize_skip_unused_shards_DISTINCT/ast.json b/parser/testdata/01213_optimize_skip_unused_shards_DISTINCT/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01213_optimize_skip_unused_shards_DISTINCT/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01213_point_in_Myanmar/ast.json b/parser/testdata/01213_point_in_Myanmar/ast.json deleted file mode 100644 index 3bef6379d6..0000000000 --- a/parser/testdata/01213_point_in_Myanmar/ast.json +++ /dev/null @@ -1,379 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function pointInPolygon (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(Float64_97.66905, Float64_16.5026053)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 110)" - }, - { - "explain": " Literal Tuple_(Float64_97.66905, Float64_16.5026053)" - }, - { - "explain": " Literal Tuple_(Float64_97.667878, Float64_16.4979175)" - }, - { - "explain": " Literal Tuple_(Float64_97.661433, Float64_16.4917645)" - }, - { - "explain": " Literal Tuple_(Float64_97.656745, Float64_16.4859047)" - }, - { - "explain": " Literal Tuple_(Float64_97.656745, Float64_16.4818029)" - }, - { - "explain": " Literal Tuple_(Float64_97.658796, Float64_16.4785801)" - }, - { - "explain": " Literal Tuple_(Float64_97.665535, Float64_16.4753572)" - }, - { - "explain": " Literal Tuple_(Float64_97.670808, Float64_16.4730135)" - }, - { - "explain": " Literal Tuple_(Float64_97.676082, Float64_16.4697907)" - }, - { - "explain": " Literal Tuple_(Float64_97.680477, Float64_16.4677398)" - }, - { - "explain": " Literal Tuple_(Float64_97.68575, Float64_16.4686189)" - }, - { - "explain": " Literal Tuple_(Float64_97.689559, Float64_16.4727207)" - }, - { - "explain": " Literal Tuple_(Float64_97.69454, Float64_16.4744788)" - }, - { - "explain": " Literal Tuple_(Float64_97.698055, Float64_16.4747718)" - }, - { - "explain": " Literal Tuple_(Float64_97.702157, Float64_16.4724279)" - }, - { - "explain": " Literal Tuple_(Float64_97.703036, Float64_16.4683261)" - }, - { - "explain": " Literal Tuple_(Float64_97.703036, Float64_16.4633453)" - }, - { - "explain": " Literal Tuple_(Float64_97.702451, Float64_16.4594354)" - }, - { - "explain": " Literal Tuple_(Float64_97.699533, Float64_16.4539205)" - }, - { - "explain": " Literal Tuple_(Float64_97.699106, Float64_16.4521467)" - }, - { - "explain": " Literal Tuple_(Float64_97.699896, Float64_16.4500714)" - }, - { - "explain": " Literal Tuple_(Float64_97.701852, Float64_16.4474887)" - }, - { - "explain": " Literal Tuple_(Float64_97.701272, Float64_16.4460233)" - }, - { - "explain": " Literal Tuple_(Float64_97.699896, Float64_16.4439216)" - }, - { - "explain": " Literal Tuple_(Float64_97.699857, Float64_16.4425297)" - }, - { - "explain": " Literal Tuple_(Float64_97.700705, Float64_16.4417585)" - }, - { - "explain": " Literal Tuple_(Float64_97.699266, Float64_16.4404319)" - }, - { - "explain": " Literal Tuple_(Float64_97.696817, Float64_16.439585)" - }, - { - "explain": " Literal Tuple_(Float64_97.69468, Float64_16.4391501)" - }, - { - "explain": " Literal Tuple_(Float64_97.690854, Float64_16.439294)" - }, - { - "explain": " Literal Tuple_(Float64_97.686571, Float64_16.4407665)" - }, - { - "explain": " Literal Tuple_(Float64_97.683728, Float64_16.4428458)" - }, - { - "explain": " Literal Tuple_(Float64_97.680647, Float64_16.444719)" - }, - { - "explain": " Literal Tuple_(Float64_97.678369, Float64_16.445322)" - }, - { - "explain": " Literal Tuple_(Float64_97.675195, Float64_16.4448526)" - }, - { - "explain": " Literal Tuple_(Float64_97.672627, Float64_16.4435941)" - }, - { - "explain": " Literal Tuple_(Float64_97.670568, Float64_16.4419727)" - }, - { - "explain": " Literal Tuple_(Float64_97.667276, Float64_16.4410039)" - }, - { - "explain": " Literal Tuple_(Float64_97.666215, Float64_16.439402)" - }, - { - "explain": " Literal Tuple_(Float64_97.66599, Float64_16.43656)" - }, - { - "explain": " Literal Tuple_(Float64_97.664579, Float64_16.435632)" - }, - { - "explain": " Literal Tuple_(Float64_97.66195, Float64_16.4344612)" - }, - { - "explain": " Literal Tuple_(Float64_97.659174, Float64_16.4324549)" - }, - { - "explain": " Literal Tuple_(Float64_97.658693, Float64_16.4290256)" - }, - { - "explain": " Literal Tuple_(Float64_97.659289, Float64_16.4246502)" - }, - { - "explain": " Literal Tuple_(Float64_97.660882, Float64_16.422609)" - }, - { - "explain": " Literal Tuple_(Float64_97.663533, Float64_16.4225057)" - }, - { - "explain": " Literal Tuple_(Float64_97.666402, Float64_16.4210711)" - }, - { - "explain": " Literal Tuple_(Float64_97.67148, Float64_16.4170395)" - }, - { - "explain": " Literal Tuple_(Float64_97.673433, Float64_16.4146478)" - }, - { - "explain": " Literal Tuple_(Float64_97.674184, Float64_16.4124121)" - }, - { - "explain": " Literal Tuple_(Float64_97.6742, Float64_16.4085257)" - }, - { - "explain": " Literal Tuple_(Float64_97.674894, Float64_16.4055148)" - }, - { - "explain": " Literal Tuple_(Float64_97.675906, Float64_16.4019452)" - }, - { - "explain": " Literal Tuple_(Float64_97.675287, Float64_16.3996593)" - }, - { - "explain": " Literal Tuple_(Float64_97.675062, Float64_16.3963334)" - }, - { - "explain": " Literal Tuple_(Float64_97.675798, Float64_16.3936434)" - }, - { - "explain": " Literal Tuple_(Float64_97.675676, Float64_16.3909321)" - }, - { - "explain": " Literal Tuple_(Float64_97.67508, Float64_16.386655)" - }, - { - "explain": " Literal Tuple_(Float64_97.679839, Float64_16.386241)" - }, - { - "explain": " Literal Tuple_(Float64_97.689403, Float64_16.3726191)" - }, - { - "explain": " Literal Tuple_(Float64_97.692011, Float64_16.372909)" - }, - { - "explain": " Literal Tuple_(Float64_97.696359, Float64_16.3679819)" - }, - { - "explain": " Literal Tuple_(Float64_97.699866, Float64_16.360968)" - }, - { - "explain": " Literal Tuple_(Float64_97.697233, Float64_16.3609438)" - }, - { - "explain": " Literal Tuple_(Float64_97.693077, Float64_16.3596272)" - }, - { - "explain": " Literal Tuple_(Float64_97.686631, Float64_16.3584552)" - }, - { - "explain": " Literal Tuple_(Float64_97.68165, Float64_16.3558182)" - }, - { - "explain": " Literal Tuple_(Float64_97.674619, Float64_16.3496653)" - }, - { - "explain": " Literal Tuple_(Float64_97.667588, Float64_16.3482003)" - }, - { - "explain": " Literal Tuple_(Float64_97.664072, Float64_16.3502511)" - }, - { - "explain": " Literal Tuple_(Float64_97.659384, Float64_16.3540599)" - }, - { - "explain": " Literal Tuple_(Float64_97.652353, Float64_16.3578686)" - }, - { - "explain": " Literal Tuple_(Float64_97.649716, Float64_16.3625565)" - }, - { - "explain": " Literal Tuple_(Float64_97.650595, Float64_16.3672443)" - }, - { - "explain": " Literal Tuple_(Float64_97.65206, Float64_16.3701742)" - }, - { - "explain": " Literal Tuple_(Float64_97.65206, Float64_16.3733971)" - }, - { - "explain": " Literal Tuple_(Float64_97.651181, Float64_16.3760339)" - }, - { - "explain": " Literal Tuple_(Float64_97.646493, Float64_16.3763268)" - }, - { - "explain": " Literal Tuple_(Float64_97.6462, Float64_16.3801357)" - }, - { - "explain": " Literal Tuple_(Float64_97.646786, Float64_16.3851165)" - }, - { - "explain": " Literal Tuple_(Float64_97.643563, Float64_16.3883393)" - }, - { - "explain": " Literal Tuple_(Float64_97.638583, Float64_16.3889252)" - }, - { - "explain": " Literal Tuple_(Float64_97.636239, Float64_16.392148)" - }, - { - "explain": " Literal Tuple_(Float64_97.630379, Float64_16.3933199)" - }, - { - "explain": " Literal Tuple_(Float64_97.629132, Float64_16.3964903)" - }, - { - "explain": " Literal Tuple_(Float64_97.624347, Float64_16.4056104)" - }, - { - "explain": " Literal Tuple_(Float64_97.615377, Float64_16.4165245)" - }, - { - "explain": " Literal Tuple_(Float64_97.614779, Float64_16.4229534)" - }, - { - "explain": " Literal Tuple_(Float64_97.611938, Float64_16.4335685)" - }, - { - "explain": " Literal Tuple_(Float64_97.613882, Float64_16.4410439)" - }, - { - "explain": " Literal Tuple_(Float64_97.619713, Float64_16.4461272)" - }, - { - "explain": " Literal Tuple_(Float64_97.62375, Float64_16.4542007)" - }, - { - "explain": " Literal Tuple_(Float64_97.62345, Float64_16.4640683)" - }, - { - "explain": " Literal Tuple_(Float64_97.618965, Float64_16.4793181)" - }, - { - "explain": " Literal Tuple_(Float64_97.617321, Float64_16.4884382)" - }, - { - "explain": " Literal Tuple_(Float64_97.617747, Float64_16.4985751)" - }, - { - "explain": " Literal Tuple_(Float64_97.623301, Float64_16.5026416)" - }, - { - "explain": " Literal Tuple_(Float64_97.629303, Float64_16.5016624)" - }, - { - "explain": " Literal Tuple_(Float64_97.63272, Float64_16.4986048)" - }, - { - "explain": " Literal Tuple_(Float64_97.640862, Float64_16.498226)" - }, - { - "explain": " Literal Tuple_(Float64_97.647134, Float64_16.5006382)" - }, - { - "explain": " Literal Tuple_(Float64_97.650873, Float64_16.5051263)" - }, - { - "explain": " Literal Tuple_(Float64_97.654987, Float64_16.5089598)" - }, - { - "explain": " Literal Tuple_(Float64_97.65639, Float64_16.5118583)" - }, - { - "explain": " Literal Tuple_(Float64_97.658166, Float64_16.5160658)" - }, - { - "explain": " Literal Tuple_(Float64_97.660395, Float64_16.5197566)" - }, - { - "explain": " Literal Tuple_(Float64_97.66612, Float64_16.5140318)" - }, - { - "explain": " Literal Tuple_(Float64_97.668757, Float64_16.507879)" - }, - { - "explain": " Literal Tuple_(Float64_97.66905, Float64_16.5026053)" - } - ], - - "rows": 119, - - "statistics": - { - "elapsed": 0.002289116, - "rows_read": 119, - "bytes_read": 7941 - } -} diff --git a/parser/testdata/01214_point_in_Mecca/ast.json b/parser/testdata/01214_point_in_Mecca/ast.json deleted file mode 100644 index ef53b1bd8c..0000000000 --- a/parser/testdata/01214_point_in_Mecca/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Outer part of Mecca'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001184562, - "rows_read": 5, - "bytes_read": 190 - } -} diff --git a/parser/testdata/01214_test_storage_merge_aliases_with_where/ast.json b/parser/testdata/01214_test_storage_merge_aliases_with_where/ast.json deleted file mode 100644 index fd63ac9f44..0000000000 --- a/parser/testdata/01214_test_storage_merge_aliases_with_where/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tt1 (children 1)" - }, - { - "explain": " Identifier tt1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001247391, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01220_scalar_optimization_in_alter/ast.json b/parser/testdata/01220_scalar_optimization_in_alter/ast.json deleted file mode 100644 index c28ef607ad..0000000000 --- a/parser/testdata/01220_scalar_optimization_in_alter/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery cdp_segments (children 1)" - }, - { - "explain": " Identifier cdp_segments" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00152372, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01221_system_settings/ast.json b/parser/testdata/01221_system_settings/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01221_system_settings/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01222_system_codecs/ast.json b/parser/testdata/01222_system_codecs/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01222_system_codecs/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01223_dist_on_dist/ast.json b/parser/testdata/01223_dist_on_dist/ast.json deleted file mode 100644 index a4aa9bbee2..0000000000 --- a/parser/testdata/01223_dist_on_dist/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge_dist_01223 (children 1)" - }, - { - "explain": " Identifier merge_dist_01223" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001302458, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/01224_no_superfluous_dict_reload/ast.json b/parser/testdata/01224_no_superfluous_dict_reload/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01224_no_superfluous_dict_reload/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01225_drop_dictionary_as_table/ast.json b/parser/testdata/01225_drop_dictionary_as_table/ast.json deleted file mode 100644 index e5f93b4e5e..0000000000 --- a/parser/testdata/01225_drop_dictionary_as_table/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery dict_data (children 3)" - }, - { - "explain": " Identifier dict_data" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " ColumnDeclaration key (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " ColumnDeclaration val (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function Memory (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001200678, - "rows_read": 11, - "bytes_read": 395 - } -} diff --git a/parser/testdata/01225_show_create_table_from_dictionary/ast.json b/parser/testdata/01225_show_create_table_from_dictionary/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01225_show_create_table_from_dictionary/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01226_dist_on_dist_global_in/ast.json b/parser/testdata/01226_dist_on_dist_global_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01226_dist_on_dist_global_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01227_distributed_global_in_issue_2610/ast.json b/parser/testdata/01227_distributed_global_in_issue_2610/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01227_distributed_global_in_issue_2610/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01227_distributed_merge_global_in_primary_key/ast.json b/parser/testdata/01227_distributed_merge_global_in_primary_key/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01227_distributed_merge_global_in_primary_key/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01230_join_get_truncate/ast.json b/parser/testdata/01230_join_get_truncate/ast.json deleted file mode 100644 index 16ab4b8c2c..0000000000 --- a/parser/testdata/01230_join_get_truncate/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery join_test (children 1)" - }, - { - "explain": " Identifier join_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001766726, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01231_distributed_aggregation_memory_efficient_mix_levels/ast.json b/parser/testdata/01231_distributed_aggregation_memory_efficient_mix_levels/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01231_distributed_aggregation_memory_efficient_mix_levels/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01231_log_queries_min_type/ast.json b/parser/testdata/01231_log_queries_min_type/ast.json deleted file mode 100644 index 65297749bd..0000000000 --- a/parser/testdata/01231_log_queries_min_type/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001750356, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01231_markdown_format/ast.json b/parser/testdata/01231_markdown_format/ast.json deleted file mode 100644 index 9929ee9964..0000000000 --- a/parser/testdata/01231_markdown_format/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery markdown (children 1)" - }, - { - "explain": " Identifier markdown" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001234344, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01231_operator_null_in/ast.json b/parser/testdata/01231_operator_null_in/ast.json deleted file mode 100644 index 460c034258..0000000000 --- a/parser/testdata/01231_operator_null_in/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery null_in (children 1)" - }, - { - "explain": " Identifier null_in" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001376231, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01232_extremes/ast.json b/parser/testdata/01232_extremes/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01232_extremes/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01232_untuple/ast.json b/parser/testdata/01232_untuple/ast.json deleted file mode 100644 index c805f162b4..0000000000 --- a/parser/testdata/01232_untuple/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001659197, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01234_to_string_monotonic/ast.json b/parser/testdata/01234_to_string_monotonic/ast.json deleted file mode 100644 index 8bc8c7ab32..0000000000 --- a/parser/testdata/01234_to_string_monotonic/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001476331, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01236_graphite_mt/ast.json b/parser/testdata/01236_graphite_mt/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01236_graphite_mt/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01240_join_get_or_null/ast.json b/parser/testdata/01240_join_get_or_null/ast.json deleted file mode 100644 index d08794beeb..0000000000 --- a/parser/testdata/01240_join_get_or_null/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery join_test (children 1)" - }, - { - "explain": " Identifier join_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00119669, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01244_optimize_distributed_group_by_sharding_key/ast.json b/parser/testdata/01244_optimize_distributed_group_by_sharding_key/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01244_optimize_distributed_group_by_sharding_key/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01245_distributed_group_by_no_merge_with-extremes_and_totals/ast.json b/parser/testdata/01245_distributed_group_by_no_merge_with-extremes_and_totals/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01245_distributed_group_by_no_merge_with-extremes_and_totals/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01245_limit_infinite_sources/ast.json b/parser/testdata/01245_limit_infinite_sources/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01245_limit_infinite_sources/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01246_extractAllGroupsHorizontal/ast.json b/parser/testdata/01246_extractAllGroupsHorizontal/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01246_extractAllGroupsHorizontal/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01246_extractAllGroupsVertical/ast.json b/parser/testdata/01246_extractAllGroupsVertical/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01246_extractAllGroupsVertical/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01246_finalize_aggregation_race/ast.json b/parser/testdata/01246_finalize_aggregation_race/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01246_finalize_aggregation_race/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01246_least_greatest_generic/ast.json b/parser/testdata/01246_least_greatest_generic/ast.json deleted file mode 100644 index 4f7e30b65a..0000000000 --- a/parser/testdata/01246_least_greatest_generic/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function least (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal 'world'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001002197, - "rows_read": 8, - "bytes_read": 286 - } -} diff --git a/parser/testdata/01247_least_greatest_filimonov/ast.json b/parser/testdata/01247_least_greatest_filimonov/ast.json deleted file mode 100644 index 347d7e98a8..0000000000 --- a/parser/testdata/01247_least_greatest_filimonov/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function GREATEST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.000993166, - "rows_read": 8, - "bytes_read": 291 - } -} diff --git a/parser/testdata/01247_optimize_distributed_group_by_sharding_key_dist_on_dist/ast.json b/parser/testdata/01247_optimize_distributed_group_by_sharding_key_dist_on_dist/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01247_optimize_distributed_group_by_sharding_key_dist_on_dist/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01247_some_msan_crashs_from_22517/ast.json b/parser/testdata/01247_some_msan_crashs_from_22517/ast.json deleted file mode 100644 index c15497472f..0000000000 --- a/parser/testdata/01247_some_msan_crashs_from_22517/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function ignore (alias a) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier a (alias b)" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001088912, - "rows_read": 22, - "bytes_read": 954 - } -} diff --git a/parser/testdata/01248_least_greatest_mixed_const/ast.json b/parser/testdata/01248_least_greatest_mixed_const/ast.json deleted file mode 100644 index 36c2b29c1d..0000000000 --- a/parser/testdata/01248_least_greatest_mixed_const/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function least (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_6" - }, - { - "explain": " Function greatest (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_6" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001319347, - "rows_read": 20, - "bytes_read": 745 - } -} diff --git a/parser/testdata/01249_bad_arguments_for_bloom_filter/ast.json b/parser/testdata/01249_bad_arguments_for_bloom_filter/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01249_bad_arguments_for_bloom_filter/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01250_fixed_string_comparison/ast.json b/parser/testdata/01250_fixed_string_comparison/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01250_fixed_string_comparison/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01251_dict_is_in_infinite_loop/ast.json b/parser/testdata/01251_dict_is_in_infinite_loop/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01251_dict_is_in_infinite_loop/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01251_string_comparison/ast.json b/parser/testdata/01251_string_comparison/ast.json deleted file mode 100644 index 073eb38b27..0000000000 --- a/parser/testdata/01251_string_comparison/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function isConstant (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'a'" - }, - { - "explain": " Literal 'b'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.00146075, - "rows_read": 10, - "bytes_read": 371 - } -} diff --git a/parser/testdata/01252_weird_time_zone/ast.json b/parser/testdata/01252_weird_time_zone/ast.json deleted file mode 100644 index 43f99bd4de..0000000000 --- a/parser/testdata/01252_weird_time_zone/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal 'Pacific\/Kiritimati'" - }, - { - "explain": " Function toDateTime (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2020-01-02 03:04:05'" - }, - { - "explain": " Literal 'Pacific\/Kiritimati'" - }, - { - "explain": " Function toStartOfDay (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toHour (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001257948, - "rows_read": 15, - "bytes_read": 586 - } -} diff --git a/parser/testdata/01253_subquery_in_aggregate_function_JustStranger/ast.json b/parser/testdata/01253_subquery_in_aggregate_function_JustStranger/ast.json deleted file mode 100644 index c0f72aad7f..0000000000 --- a/parser/testdata/01253_subquery_in_aggregate_function_JustStranger/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_table (children 1)" - }, - { - "explain": " Identifier test_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001158106, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01254_array_of_unnamed_tuples/ast.json b/parser/testdata/01254_array_of_unnamed_tuples/ast.json deleted file mode 100644 index f802d556d5..0000000000 --- a/parser/testdata/01254_array_of_unnamed_tuples/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mass_table_457 (children 1)" - }, - { - "explain": " Identifier mass_table_457" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000904143, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01254_dict_create_without_db/ast.json b/parser/testdata/01254_dict_create_without_db/ast.json deleted file mode 100644 index b68fc13c44..0000000000 --- a/parser/testdata/01254_dict_create_without_db/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery dict_data (children 3)" - }, - { - "explain": " Identifier dict_data" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " ColumnDeclaration key (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " ColumnDeclaration val (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function Memory (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001156797, - "rows_read": 11, - "bytes_read": 395 - } -} diff --git a/parser/testdata/01254_dict_load_after_detach_attach/ast.json b/parser/testdata/01254_dict_load_after_detach_attach/ast.json deleted file mode 100644 index ae83491c5f..0000000000 --- a/parser/testdata/01254_dict_load_after_detach_attach/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery dict_data (children 3)" - }, - { - "explain": " Identifier dict_data" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " ColumnDeclaration key (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " ColumnDeclaration val (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function Memory (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001114798, - "rows_read": 11, - "bytes_read": 395 - } -} diff --git a/parser/testdata/01255_geo_types_livace/ast.json b/parser/testdata/01255_geo_types_livace/ast.json deleted file mode 100644 index f4c409bb75..0000000000 --- a/parser/testdata/01255_geo_types_livace/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tutorial (children 1)" - }, - { - "explain": " Identifier tutorial" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00103143, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01256_misspell_layout_name_podshumok/ast.json b/parser/testdata/01256_misspell_layout_name_podshumok/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01256_misspell_layout_name_podshumok/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01256_negative_generate_random/ast.json b/parser/testdata/01256_negative_generate_random/ast.json deleted file mode 100644 index 9c298af793..0000000000 --- a/parser/testdata/01256_negative_generate_random/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function generateRandom (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal 'i8'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001107181, - "rows_read": 14, - "bytes_read": 522 - } -} diff --git a/parser/testdata/01257_dictionary_mismatch_types/ast.json b/parser/testdata/01257_dictionary_mismatch_types/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01257_dictionary_mismatch_types/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01258_wrong_cast_filimonov/ast.json b/parser/testdata/01258_wrong_cast_filimonov/ast.json deleted file mode 100644 index 0d845ff0cd..0000000000 --- a/parser/testdata/01258_wrong_cast_filimonov/ast.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery x (children 3)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " ColumnDeclaration id (children 1)" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " ColumnDeclaration t (children 2)" - }, - { - "explain": " DataType AggregateFunction (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier argMax" - }, - { - "explain": " DataType Enum8 (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'Male'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'Female'" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " DataType UInt64" - }, - { - "explain": " Function arrayReduce (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'argMaxState'" - }, - { - "explain": " Literal Array_['cast(-1, \\'Enum8(\\'\\' = -1, \\'Male\\' = 1, \\'Female\\' = 2)']" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Storage definition (children 2)" - }, - { - "explain": " Function MergeTree" - }, - { - "explain": " Identifier id" - } - ], - - "rows": 37, - - "statistics": - { - "elapsed": 0.001408918, - "rows_read": 37, - "bytes_read": 1461 - } -} diff --git a/parser/testdata/01259_combinator_distinct/ast.json b/parser/testdata/01259_combinator_distinct/ast.json deleted file mode 100644 index edea91a42a..0000000000 --- a/parser/testdata/01259_combinator_distinct/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumDistinct (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers_mt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100000" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001342799, - "rows_read": 13, - "bytes_read": 525 - } -} diff --git a/parser/testdata/01259_combinator_distinct_distributed/ast.json b/parser/testdata/01259_combinator_distinct_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01259_combinator_distinct_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01259_datetime64_ubsan/ast.json b/parser/testdata/01259_datetime64_ubsan/ast.json deleted file mode 100644 index b9aecf6a28..0000000000 --- a/parser/testdata/01259_datetime64_ubsan/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function now64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.0011475, - "rows_read": 7, - "bytes_read": 259 - } -} diff --git a/parser/testdata/01259_dictionary_custom_settings_ddl/ast.json b/parser/testdata/01259_dictionary_custom_settings_ddl/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01259_dictionary_custom_settings_ddl/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01260_ubsan_decimal_parse/ast.json b/parser/testdata/01260_ubsan_decimal_parse/ast.json deleted file mode 100644 index 22850c3490..0000000000 --- a/parser/testdata/01260_ubsan_decimal_parse/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32OrZero (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-7174046" - }, - { - "explain": " Literal 'String'" - }, - { - "explain": " Literal UInt64_6" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.00113122, - "rows_read": 11, - "bytes_read": 422 - } -} diff --git a/parser/testdata/01262_fractional_timezone_near_start_of_epoch/ast.json b/parser/testdata/01262_fractional_timezone_near_start_of_epoch/ast.json deleted file mode 100644 index 0206a1c16c..0000000000 --- a/parser/testdata/01262_fractional_timezone_near_start_of_epoch/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_10000" - }, - { - "explain": " Literal 'Asia\/Calcutta'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001220828, - "rows_read": 8, - "bytes_read": 304 - } -} diff --git a/parser/testdata/01262_low_cardinality_remove/ast.json b/parser/testdata/01262_low_cardinality_remove/ast.json deleted file mode 100644 index b157a527c5..0000000000 --- a/parser/testdata/01262_low_cardinality_remove/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery testView (children 1)" - }, - { - "explain": " Identifier testView" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001268584, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01263_type_conversion_nvartolomei/ast.json b/parser/testdata/01263_type_conversion_nvartolomei/ast.json deleted file mode 100644 index 4ad0951d32..0000000000 --- a/parser/testdata/01263_type_conversion_nvartolomei/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery m (children 1)" - }, - { - "explain": " Identifier m" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001317891, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01264_nested_baloo_bear/ast.json b/parser/testdata/01264_nested_baloo_bear/ast.json deleted file mode 100644 index 1247862b68..0000000000 --- a/parser/testdata/01264_nested_baloo_bear/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery LOG_T (children 1)" - }, - { - "explain": " Identifier LOG_T" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00147534, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01265_datetime_string_comparison_felix_mueller/ast.json b/parser/testdata/01265_datetime_string_comparison_felix_mueller/ast.json deleted file mode 100644 index c02e6b3101..0000000000 --- a/parser/testdata/01265_datetime_string_comparison_felix_mueller/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tztest (children 1)" - }, - { - "explain": " Identifier tztest" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001378507, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/01266_default_prewhere_reqq/ast.json b/parser/testdata/01266_default_prewhere_reqq/ast.json deleted file mode 100644 index 0658fe3a67..0000000000 --- a/parser/testdata/01266_default_prewhere_reqq/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001237857, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01267_alter_default_key_columns_zookeeper_long/ast.json b/parser/testdata/01267_alter_default_key_columns_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01267_alter_default_key_columns_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01268_DateTime64_in_WHERE/ast.json b/parser/testdata/01268_DateTime64_in_WHERE/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01268_DateTime64_in_WHERE/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01268_data_numeric_parameters/ast.json b/parser/testdata/01268_data_numeric_parameters/ast.json deleted file mode 100644 index bceb854124..0000000000 --- a/parser/testdata/01268_data_numeric_parameters/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ints (children 1)" - }, - { - "explain": " Identifier ints" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000951471, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01268_dictionary_direct_layout/ast.json b/parser/testdata/01268_dictionary_direct_layout/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01268_dictionary_direct_layout/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01268_mergine_sorted_limit/ast.json b/parser/testdata/01268_mergine_sorted_limit/ast.json deleted file mode 100644 index c261ec826b..0000000000 --- a/parser/testdata/01268_mergine_sorted_limit/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab (children 1)" - }, - { - "explain": " Identifier tab" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00111811, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01268_mv_scalars/ast.json b/parser/testdata/01268_mv_scalars/ast.json deleted file mode 100644 index 1c7bbbd2c3..0000000000 --- a/parser/testdata/01268_mv_scalars/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery dest_table_mv (children 1)" - }, - { - "explain": " Identifier dest_table_mv" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00131625, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01268_shard_avgweighted/ast.json b/parser/testdata/01268_shard_avgweighted/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01268_shard_avgweighted/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01269_alias_type_differs/ast.json b/parser/testdata/01269_alias_type_differs/ast.json deleted file mode 100644 index 91d9602fd6..0000000000 --- a/parser/testdata/01269_alias_type_differs/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01269 (children 1)" - }, - { - "explain": " Identifier data_01269" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001172477, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01269_create_with_null/ast.json b/parser/testdata/01269_create_with_null/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01269_create_with_null/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01269_toStartOfSecond/ast.json b/parser/testdata/01269_toStartOfSecond/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01269_toStartOfSecond/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01270_optimize_skip_unused_shards_low_cardinality/ast.json b/parser/testdata/01270_optimize_skip_unused_shards_low_cardinality/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01270_optimize_skip_unused_shards_low_cardinality/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01271_optimize_arithmetic_operations_in_aggr_func_long/ast.json b/parser/testdata/01271_optimize_arithmetic_operations_in_aggr_func_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01271_optimize_arithmetic_operations_in_aggr_func_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01271_optimize_arithmetic_operations_in_aggr_func_with_alias/ast.json b/parser/testdata/01271_optimize_arithmetic_operations_in_aggr_func_with_alias/ast.json deleted file mode 100644 index c76a91d0da..0000000000 --- a/parser/testdata/01271_optimize_arithmetic_operations_in_aggr_func_with_alias/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001625881, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01271_show_privileges/ast.json b/parser/testdata/01271_show_privileges/ast.json deleted file mode 100644 index 835374137b..0000000000 --- a/parser/testdata/01271_show_privileges/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "ShowPrivilegesQuery" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001139246, - "rows_read": 1, - "bytes_read": 27 - } -} diff --git a/parser/testdata/01272_offset_without_limit/ast.json b/parser/testdata/01272_offset_without_limit/ast.json deleted file mode 100644 index c4d9a98489..0000000000 --- a/parser/testdata/01272_offset_without_limit/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery offset_without_limit (children 1)" - }, - { - "explain": " Identifier offset_without_limit" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001219041, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/01272_suspicious_codecs/ast.json b/parser/testdata/01272_suspicious_codecs/ast.json deleted file mode 100644 index d395b35dae..0000000000 --- a/parser/testdata/01272_suspicious_codecs/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery codecs (children 1)" - }, - { - "explain": " Identifier codecs" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001277686, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/01272_totals_and_filter_bug/ast.json b/parser/testdata/01272_totals_and_filter_bug/ast.json deleted file mode 100644 index 349f969ec8..0000000000 --- a/parser/testdata/01272_totals_and_filter_bug/ast.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Set" - } - ], - - "rows": 29, - - "statistics": - { - "elapsed": 0.001576097, - "rows_read": 29, - "bytes_read": 1159 - } -} diff --git a/parser/testdata/01273_extractGroups/ast.json b/parser/testdata/01273_extractGroups/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01273_extractGroups/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01273_h3EdgeAngle_range_check/ast.json b/parser/testdata/01273_h3EdgeAngle_range_check/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01273_h3EdgeAngle_range_check/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01273_lc_fixed_string_field/ast.json b/parser/testdata/01273_lc_fixed_string_field/ast.json deleted file mode 100644 index 845d55aa01..0000000000 --- a/parser/testdata/01273_lc_fixed_string_field/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001260331, - "rows_read": 2, - "bytes_read": 55 - } -} diff --git a/parser/testdata/01274_alter_rename_column_distributed/ast.json b/parser/testdata/01274_alter_rename_column_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01274_alter_rename_column_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01275_alter_rename_column_default_expr/ast.json b/parser/testdata/01275_alter_rename_column_default_expr/ast.json deleted file mode 100644 index 130290bc99..0000000000 --- a/parser/testdata/01275_alter_rename_column_default_expr/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_for_rename (children 1)" - }, - { - "explain": " Identifier table_for_rename" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001131772, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/01275_extract_groups_check/ast.json b/parser/testdata/01275_extract_groups_check/ast.json deleted file mode 100644 index 9e7302b155..0000000000 --- a/parser/testdata/01275_extract_groups_check/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function extractGroups (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal ''" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001032404, - "rows_read": 8, - "bytes_read": 289 - } -} diff --git a/parser/testdata/01276_alter_rename_column_materialized_expr/ast.json b/parser/testdata/01276_alter_rename_column_materialized_expr/ast.json deleted file mode 100644 index 92ccc13a9e..0000000000 --- a/parser/testdata/01276_alter_rename_column_materialized_expr/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_for_rename (children 1)" - }, - { - "explain": " Identifier table_for_rename" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001297023, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/01276_random_string/ast.json b/parser/testdata/01276_random_string/ast.json deleted file mode 100644 index 0e022ce928..0000000000 --- a/parser/testdata/01276_random_string/ast.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier c" - }, - { - "explain": " Literal UInt64_30000" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (alias byte) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function reinterpretAsUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function substring (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function randomString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Function count (alias c) (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100000" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier byte" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier byte" - } - ], - - "rows": 53, - - "statistics": - { - "elapsed": 0.001642674, - "rows_read": 53, - "bytes_read": 2478 - } -} diff --git a/parser/testdata/01276_system_licenses/ast.json b/parser/testdata/01276_system_licenses/ast.json deleted file mode 100644 index 3c08278fb1..0000000000 --- a/parser/testdata/01276_system_licenses/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.licenses" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001386233, - "rows_read": 13, - "bytes_read": 511 - } -} diff --git a/parser/testdata/01277_alter_rename_column_constraint/ast.json b/parser/testdata/01277_alter_rename_column_constraint/ast.json deleted file mode 100644 index 5222134ed4..0000000000 --- a/parser/testdata/01277_alter_rename_column_constraint/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_for_rename (children 1)" - }, - { - "explain": " Identifier table_for_rename" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001124362, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/01277_alter_rename_column_constraint_zookeeper_long/ast.json b/parser/testdata/01277_alter_rename_column_constraint_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01277_alter_rename_column_constraint_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01277_buffer_column_order/ast.json b/parser/testdata/01277_buffer_column_order/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01277_buffer_column_order/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01277_convert_field_to_type_logical_error/ast.json b/parser/testdata/01277_convert_field_to_type_logical_error/ast.json deleted file mode 100644 index 4cf58b0724..0000000000 --- a/parser/testdata/01277_convert_field_to_type_logical_error/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal Int64_-2487" - }, - { - "explain": " Function globalNullIn (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toIntervalMinute (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Int64_-88074" - }, - { - "explain": " Literal 'qEkek..'" - }, - { - "explain": " Literal Array_[Float64_-27.537293]" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.0011708, - "rows_read": 12, - "bytes_read": 473 - } -} diff --git a/parser/testdata/01277_fromUnixTimestamp64/ast.json b/parser/testdata/01277_fromUnixTimestamp64/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01277_fromUnixTimestamp64/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01277_large_tuples/ast.json b/parser/testdata/01277_large_tuples/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01277_large_tuples/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01277_random_fixed_string/ast.json b/parser/testdata/01277_random_fixed_string/ast.json deleted file mode 100644 index f27daa2ce5..0000000000 --- a/parser/testdata/01277_random_fixed_string/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function randomFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'string'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001071226, - "rows_read": 7, - "bytes_read": 270 - } -} diff --git a/parser/testdata/01277_toUnixTimestamp64/ast.json b/parser/testdata/01277_toUnixTimestamp64/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01277_toUnixTimestamp64/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01277_unixTimestamp64_compatibility/ast.json b/parser/testdata/01277_unixTimestamp64_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01277_unixTimestamp64_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01278_alter_rename_combination/ast.json b/parser/testdata/01278_alter_rename_combination/ast.json deleted file mode 100644 index 21f53c7cdf..0000000000 --- a/parser/testdata/01278_alter_rename_combination/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery rename_table (children 1)" - }, - { - "explain": " Identifier rename_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001321256, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01278_random_string_utf8/ast.json b/parser/testdata/01278_random_string_utf8/ast.json deleted file mode 100644 index 7ef7582256..0000000000 --- a/parser/testdata/01278_random_string_utf8/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function randomStringUTF8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'string'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001025068, - "rows_read": 7, - "bytes_read": 269 - } -} diff --git a/parser/testdata/01278_variance_nonnegative/ast.json b/parser/testdata/01278_variance_nonnegative/ast.json deleted file mode 100644 index 3b69862ed4..0000000000 --- a/parser/testdata/01278_variance_nonnegative/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function varSamp (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1000000" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001080734, - "rows_read": 13, - "bytes_read": 521 - } -} diff --git a/parser/testdata/01279_dist_group_by/ast.json b/parser/testdata/01279_dist_group_by/ast.json deleted file mode 100644 index 48524f88a4..0000000000 --- a/parser/testdata/01279_dist_group_by/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01279 (children 1)" - }, - { - "explain": " Identifier data_01279" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001470515, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01280_min_map_max_map/ast.json b/parser/testdata/01280_min_map_max_map/ast.json deleted file mode 100644 index c4ac56df8a..0000000000 --- a/parser/testdata/01280_min_map_max_map/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function minMap (alias m) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toInt32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier m" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_100" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.00128737, - "rows_read": 35, - "bytes_read": 1407 - } -} diff --git a/parser/testdata/01280_null_in/ast.json b/parser/testdata/01280_null_in/ast.json deleted file mode 100644 index 66e5540c66..0000000000 --- a/parser/testdata/01280_null_in/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001391083, - "rows_read": 11, - "bytes_read": 410 - } -} diff --git a/parser/testdata/01280_opencl_bitonic_order_by/ast.json b/parser/testdata/01280_opencl_bitonic_order_by/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01280_opencl_bitonic_order_by/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01280_ttl_where_group_by_negative/ast.json b/parser/testdata/01280_ttl_where_group_by_negative/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01280_ttl_where_group_by_negative/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01280_unicode_whitespaces_lexer/ast.json b/parser/testdata/01280_unicode_whitespaces_lexer/ast.json deleted file mode 100644 index 5d7f117929..0000000000 --- a/parser/testdata/01280_unicode_whitespaces_lexer/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001077063, - "rows_read": 5, - "bytes_read": 177 - } -} diff --git a/parser/testdata/01281_alter_rename_and_other_renames/ast.json b/parser/testdata/01281_alter_rename_and_other_renames/ast.json deleted file mode 100644 index 009c46e62f..0000000000 --- a/parser/testdata/01281_alter_rename_and_other_renames/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery rename_table_multiple (children 1)" - }, - { - "explain": " Identifier rename_table_multiple" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001278979, - "rows_read": 2, - "bytes_read": 94 - } -} diff --git a/parser/testdata/01281_join_with_prewhere_fix/ast.json b/parser/testdata/01281_join_with_prewhere_fix/ast.json deleted file mode 100644 index 82df03df29..0000000000 --- a/parser/testdata/01281_join_with_prewhere_fix/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001028067, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01281_parseDateTime64BestEffort/ast.json b/parser/testdata/01281_parseDateTime64BestEffort/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01281_parseDateTime64BestEffort/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01281_sum_nullable/ast.json b/parser/testdata/01281_sum_nullable/ast.json deleted file mode 100644 index 3d417493f7..0000000000 --- a/parser/testdata/01281_sum_nullable/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumKahan (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toFloat64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001417459, - "rows_read": 15, - "bytes_read": 604 - } -} diff --git a/parser/testdata/01281_unsucceeded_insert_select_queries_counter/ast.json b/parser/testdata/01281_unsucceeded_insert_select_queries_counter/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01281_unsucceeded_insert_select_queries_counter/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01282_system_parts_ttl_info/ast.json b/parser/testdata/01282_system_parts_ttl_info/ast.json deleted file mode 100644 index 80430d0315..0000000000 --- a/parser/testdata/01282_system_parts_ttl_info/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ttl (children 1)" - }, - { - "explain": " Identifier ttl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000975322, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01283_max_threads_simple_query_optimization/ast.json b/parser/testdata/01283_max_threads_simple_query_optimization/ast.json deleted file mode 100644 index 934d9848ee..0000000000 --- a/parser/testdata/01283_max_threads_simple_query_optimization/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01283 (children 1)" - }, - { - "explain": " Identifier data_01283" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001437387, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01283_strict_resize_bug/ast.json b/parser/testdata/01283_strict_resize_bug/ast.json deleted file mode 100644 index eae8f39c4d..0000000000 --- a/parser/testdata/01283_strict_resize_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery num_10m (children 1)" - }, - { - "explain": " Identifier num_10m" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001161001, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01284_escape_sequences_php_mysql_style/ast.json b/parser/testdata/01284_escape_sequences_php_mysql_style/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01284_escape_sequences_php_mysql_style/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01284_fuzz_bits/ast.json b/parser/testdata/01284_fuzz_bits/ast.json deleted file mode 100644 index 2a1888d011..0000000000 --- a/parser/testdata/01284_fuzz_bits/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function fuzzBits (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'string'" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.000989377, - "rows_read": 10, - "bytes_read": 379 - } -} diff --git a/parser/testdata/01284_view_and_extremes_bug/ast.json b/parser/testdata/01284_view_and_extremes_bug/ast.json deleted file mode 100644 index fb8d18e4b4..0000000000 --- a/parser/testdata/01284_view_and_extremes_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery view_bug_const (children 1)" - }, - { - "explain": " Identifier view_bug_const" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001401245, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01285_data_skip_index_over_aggregation/ast.json b/parser/testdata/01285_data_skip_index_over_aggregation/ast.json deleted file mode 100644 index 11667d3051..0000000000 --- a/parser/testdata/01285_data_skip_index_over_aggregation/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001536109, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01285_date_datetime_key_condition/ast.json b/parser/testdata/01285_date_datetime_key_condition/ast.json deleted file mode 100644 index 23209a65e4..0000000000 --- a/parser/testdata/01285_date_datetime_key_condition/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery date_datetime_key_condition (children 1)" - }, - { - "explain": " Identifier date_datetime_key_condition" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001573989, - "rows_read": 2, - "bytes_read": 106 - } -} diff --git a/parser/testdata/01286_constraints_on_default/ast.json b/parser/testdata/01286_constraints_on_default/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01286_constraints_on_default/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01287_max_execution_speed/ast.json b/parser/testdata/01287_max_execution_speed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01287_max_execution_speed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01288_shard_max_network_bandwidth/ast.json b/parser/testdata/01288_shard_max_network_bandwidth/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01288_shard_max_network_bandwidth/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01289_min_execution_speed_not_too_early/ast.json b/parser/testdata/01289_min_execution_speed_not_too_early/ast.json deleted file mode 100644 index 6e50e39fba..0000000000 --- a/parser/testdata/01289_min_execution_speed_not_too_early/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ES (children 1)" - }, - { - "explain": " Identifier ES" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00115935, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01290_empty_array_index_analysis/ast.json b/parser/testdata/01290_empty_array_index_analysis/ast.json deleted file mode 100644 index 6b22bd2f9f..0000000000 --- a/parser/testdata/01290_empty_array_index_analysis/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery count_lc_test (children 1)" - }, - { - "explain": " Identifier count_lc_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00112336, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01290_max_execution_speed_distributed/ast.json b/parser/testdata/01290_max_execution_speed_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01290_max_execution_speed_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01291_aggregation_in_order/ast.json b/parser/testdata/01291_aggregation_in_order/ast.json deleted file mode 100644 index dcc195bceb..0000000000 --- a/parser/testdata/01291_aggregation_in_order/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk_order (children 1)" - }, - { - "explain": " Identifier pk_order" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001283949, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01291_distributed_low_cardinality_memory_efficient/ast.json b/parser/testdata/01291_distributed_low_cardinality_memory_efficient/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01291_distributed_low_cardinality_memory_efficient/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01291_geo_types/ast.json b/parser/testdata/01291_geo_types/ast.json deleted file mode 100644 index b01098a837..0000000000 --- a/parser/testdata/01291_geo_types/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery geo (children 1)" - }, - { - "explain": " Identifier geo" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00132383, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01291_unsupported_conversion_from_decimal/ast.json b/parser/testdata/01291_unsupported_conversion_from_decimal/ast.json deleted file mode 100644 index 6130ea749a..0000000000 --- a/parser/testdata/01291_unsupported_conversion_from_decimal/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toIntervalSecond (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function now64 (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001416345, - "rows_read": 8, - "bytes_read": 309 - } -} diff --git a/parser/testdata/01292_create_user/ast.json b/parser/testdata/01292_create_user/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01292_create_user/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01292_optimize_data_skip_idx_order_by_expr/ast.json b/parser/testdata/01292_optimize_data_skip_idx_order_by_expr/ast.json deleted file mode 100644 index e7ebb3d4d5..0000000000 --- a/parser/testdata/01292_optimize_data_skip_idx_order_by_expr/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01292 (children 1)" - }, - { - "explain": " Identifier data_01292" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001336868, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01292_quantile_array_bug/ast.json b/parser/testdata/01292_quantile_array_bug/ast.json deleted file mode 100644 index cc8c9f084b..0000000000 --- a/parser/testdata/01292_quantile_array_bug/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantilesExactWeightedArray (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.5" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001511925, - "rows_read": 14, - "bytes_read": 555 - } -} diff --git a/parser/testdata/01293_create_role/ast.json b/parser/testdata/01293_create_role/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01293_create_role/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01293_external_sorting_limit_bug/ast.json b/parser/testdata/01293_external_sorting_limit_bug/ast.json deleted file mode 100644 index 576772a690..0000000000 --- a/parser/testdata/01293_external_sorting_limit_bug/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 6)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_999990" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Literal UInt64_65535" - }, - { - "explain": " Set" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001794836, - "rows_read": 26, - "bytes_read": 1012 - } -} diff --git a/parser/testdata/01293_pretty_max_value_width/ast.json b/parser/testdata/01293_pretty_max_value_width/ast.json deleted file mode 100644 index 9ec4321108..0000000000 --- a/parser/testdata/01293_pretty_max_value_width/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001442708, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01293_show_settings/ast.json b/parser/testdata/01293_show_settings/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01293_show_settings/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01293_system_distribution_queue/ast.json b/parser/testdata/01293_system_distribution_queue/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01293_system_distribution_queue/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01294_create_settings_profile/ast.json b/parser/testdata/01294_create_settings_profile/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01294_create_settings_profile/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01294_system_distributed_on_cluster/ast.json b/parser/testdata/01294_system_distributed_on_cluster/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01294_system_distributed_on_cluster/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01295_aggregation_bug_11413/ast.json b/parser/testdata/01295_aggregation_bug_11413/ast.json deleted file mode 100644 index 885ae3a003..0000000000 --- a/parser/testdata/01295_aggregation_bug_11413/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.0.0.{1,2}'" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_99" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function and (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function argMax (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001386735, - "rows_read": 31, - "bytes_read": 1204 - } -} diff --git a/parser/testdata/01295_create_row_policy/ast.json b/parser/testdata/01295_create_row_policy/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01295_create_row_policy/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01296_codecs_bad_arguments/ast.json b/parser/testdata/01296_codecs_bad_arguments/ast.json deleted file mode 100644 index bb5688b0c9..0000000000 --- a/parser/testdata/01296_codecs_bad_arguments/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery delta_table (children 1)" - }, - { - "explain": " Identifier delta_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001461173, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01296_create_row_policy_in_current_database/ast.json b/parser/testdata/01296_create_row_policy_in_current_database/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01296_create_row_policy_in_current_database/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01296_pipeline_stuck/ast.json b/parser/testdata/01296_pipeline_stuck/ast.json deleted file mode 100644 index ec72e4f20f..0000000000 --- a/parser/testdata/01296_pipeline_stuck/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01295 (children 1)" - }, - { - "explain": " Identifier data_01295" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001272107, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01297_alter_distributed/ast.json b/parser/testdata/01297_alter_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01297_alter_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01297_create_quota/ast.json b/parser/testdata/01297_create_quota/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01297_create_quota/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01298_alter_merge/ast.json b/parser/testdata/01298_alter_merge/ast.json deleted file mode 100644 index 0b13acaf44..0000000000 --- a/parser/testdata/01298_alter_merge/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge (children 1)" - }, - { - "explain": " Identifier merge" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001343056, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01299_alter_merge_tree/ast.json b/parser/testdata/01299_alter_merge_tree/ast.json deleted file mode 100644 index 946216f162..0000000000 --- a/parser/testdata/01299_alter_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery merge_tree (children 1)" - }, - { - "explain": " Identifier merge_tree" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001518014, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01300_group_by_other_keys/ast.json b/parser/testdata/01300_group_by_other_keys/ast.json deleted file mode 100644 index 74fbbf6407..0000000000 --- a/parser/testdata/01300_group_by_other_keys/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001281209, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01300_group_by_other_keys_having/ast.json b/parser/testdata/01300_group_by_other_keys_having/ast.json deleted file mode 100644 index cf37430254..0000000000 --- a/parser/testdata/01300_group_by_other_keys_having/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001319496, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01300_polygon_convex_hull/ast.json b/parser/testdata/01300_polygon_convex_hull/ast.json deleted file mode 100644 index e8a9d94bce..0000000000 --- a/parser/testdata/01300_polygon_convex_hull/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonConvexHullCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_5)" - }, - { - "explain": " Literal Tuple_(Float64_5, Float64_5)" - }, - { - "explain": " Literal Tuple_(Float64_5, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_2, Float64_3)" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001461472, - "rows_read": 17, - "bytes_read": 790 - } -} diff --git a/parser/testdata/01300_read_wkt/ast.json b/parser/testdata/01300_read_wkt/ast.json deleted file mode 100644 index af137278ea..0000000000 --- a/parser/testdata/01300_read_wkt/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function readWKTPoint (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'POINT(0 0)'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001208339, - "rows_read": 7, - "bytes_read": 269 - } -} diff --git a/parser/testdata/01300_svg/ast.json b/parser/testdata/01300_svg/ast.json deleted file mode 100644 index 301e39d2f6..0000000000 --- a/parser/testdata/01300_svg/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function SVG (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001218153, - "rows_read": 7, - "bytes_read": 276 - } -} diff --git a/parser/testdata/01300_wkt/ast.json b/parser/testdata/01300_wkt/ast.json deleted file mode 100644 index 346f088dc7..0000000000 --- a/parser/testdata/01300_wkt/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function wkt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001199898, - "rows_read": 7, - "bytes_read": 276 - } -} diff --git a/parser/testdata/01301_polygons_within/ast.json b/parser/testdata/01301_polygons_within/ast.json deleted file mode 100644 index 951490e481..0000000000 --- a/parser/testdata/01301_polygons_within/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonsWithinCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_3)" - }, - { - "explain": " Literal Tuple_(UInt64_1, Float64_2.9)" - }, - { - "explain": " Literal Tuple_(UInt64_2, Float64_2.6)" - }, - { - "explain": " Literal Tuple_(Float64_2.6, UInt64_2)" - }, - { - "explain": " Literal Tuple_(Float64_2.9, UInt64_1)" - }, - { - "explain": " Literal Tuple_(UInt64_3, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001625949, - "rows_read": 31, - "bytes_read": 1492 - } -} diff --git a/parser/testdata/01302_polygons_distance/ast.json b/parser/testdata/01302_polygons_distance/ast.json deleted file mode 100644 index e1feef4dbf..0000000000 --- a/parser/testdata/01302_polygons_distance/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonsDistanceCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_3)" - }, - { - "explain": " Literal Tuple_(UInt64_1, Float64_2.9)" - }, - { - "explain": " Literal Tuple_(UInt64_2, Float64_2.6)" - }, - { - "explain": " Literal Tuple_(Float64_2.6, UInt64_2)" - }, - { - "explain": " Literal Tuple_(Float64_2.9, UInt64_1)" - }, - { - "explain": " Literal Tuple_(UInt64_3, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001356576, - "rows_read": 31, - "bytes_read": 1494 - } -} diff --git a/parser/testdata/01303_polygons_equals/ast.json b/parser/testdata/01303_polygons_equals/ast.json deleted file mode 100644 index 58bda818f5..0000000000 --- a/parser/testdata/01303_polygons_equals/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonsEqualsCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_3)" - }, - { - "explain": " Literal Tuple_(UInt64_1, Float64_2.9)" - }, - { - "explain": " Literal Tuple_(UInt64_2, Float64_2.6)" - }, - { - "explain": " Literal Tuple_(Float64_2.6, UInt64_2)" - }, - { - "explain": " Literal Tuple_(Float64_2.9, UInt64_1)" - }, - { - "explain": " Literal Tuple_(UInt64_3, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001136759, - "rows_read": 31, - "bytes_read": 1492 - } -} diff --git a/parser/testdata/01304_polygons_sym_difference/ast.json b/parser/testdata/01304_polygons_sym_difference/ast.json deleted file mode 100644 index 518996451a..0000000000 --- a/parser/testdata/01304_polygons_sym_difference/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonsSymDifferenceCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_3)" - }, - { - "explain": " Literal Tuple_(UInt64_1, Float64_2.9)" - }, - { - "explain": " Literal Tuple_(UInt64_2, Float64_2.6)" - }, - { - "explain": " Literal Tuple_(Float64_2.6, UInt64_2)" - }, - { - "explain": " Literal Tuple_(Float64_2.9, UInt64_1)" - }, - { - "explain": " Literal Tuple_(UInt64_3, UInt64_0)" - }, - { - "explain": " Literal Tuple_(UInt64_0, UInt64_0)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001430705, - "rows_read": 31, - "bytes_read": 1499 - } -} diff --git a/parser/testdata/01305_array_join_prewhere_in_subquery/ast.json b/parser/testdata/01305_array_join_prewhere_in_subquery/ast.json deleted file mode 100644 index 382e543e5b..0000000000 --- a/parser/testdata/01305_array_join_prewhere_in_subquery/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery h (children 1)" - }, - { - "explain": " Identifier h" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001188598, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01305_buffer_final_bug/ast.json b/parser/testdata/01305_buffer_final_bug/ast.json deleted file mode 100644 index 8e616065b3..0000000000 --- a/parser/testdata/01305_buffer_final_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001236371, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01305_nullable-prewhere_bug/ast.json b/parser/testdata/01305_nullable-prewhere_bug/ast.json deleted file mode 100644 index 7d0a0f8966..0000000000 --- a/parser/testdata/01305_nullable-prewhere_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data (children 1)" - }, - { - "explain": " Identifier data" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001147574, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01305_polygons_union/ast.json b/parser/testdata/01305_polygons_union/ast.json deleted file mode 100644 index abd74de991..0000000000 --- a/parser/testdata/01305_polygons_union/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonsUnionCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_3)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_2.9)" - }, - { - "explain": " Literal Tuple_(Float64_2, Float64_2.6)" - }, - { - "explain": " Literal Tuple_(Float64_2.6, Float64_2)" - }, - { - "explain": " Literal Tuple_(Float64_2.9, UInt64_1)" - }, - { - "explain": " Literal Tuple_(Float64_3, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001152436, - "rows_read": 31, - "bytes_read": 1502 - } -} diff --git a/parser/testdata/01306_polygons_intersection/ast.json b/parser/testdata/01306_polygons_intersection/ast.json deleted file mode 100644 index 5fedd3f946..0000000000 --- a/parser/testdata/01306_polygons_intersection/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonsIntersectionCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 8)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_3)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_2.9)" - }, - { - "explain": " Literal Tuple_(Float64_2, Float64_2.6)" - }, - { - "explain": " Literal Tuple_(Float64_2.6, Float64_2)" - }, - { - "explain": " Literal Tuple_(Float64_2.9, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_3, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_4)" - }, - { - "explain": " Literal Tuple_(Float64_4, Float64_1)" - }, - { - "explain": " Literal Tuple_(Float64_1, Float64_1)" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001470462, - "rows_read": 31, - "bytes_read": 1510 - } -} diff --git a/parser/testdata/01307_bloom_filter_index_string_multi_granulas/ast.json b/parser/testdata/01307_bloom_filter_index_string_multi_granulas/ast.json deleted file mode 100644 index 2d74b0ef22..0000000000 --- a/parser/testdata/01307_bloom_filter_index_string_multi_granulas/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_01307 (children 1)" - }, - { - "explain": " Identifier test_01307" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001062144, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01307_polygon_perimeter/ast.json b/parser/testdata/01307_polygon_perimeter/ast.json deleted file mode 100644 index 966fde2c33..0000000000 --- a/parser/testdata/01307_polygon_perimeter/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonPerimeterCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_5)" - }, - { - "explain": " Literal Tuple_(Float64_5, Float64_5)" - }, - { - "explain": " Literal Tuple_(Float64_5, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001399603, - "rows_read": 17, - "bytes_read": 789 - } -} diff --git a/parser/testdata/01308_polygon_area/ast.json b/parser/testdata/01308_polygon_area/ast.json deleted file mode 100644 index 054084c625..0000000000 --- a/parser/testdata/01308_polygon_area/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function polygonAreaCartesian (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_0)" - }, - { - "explain": " Literal Tuple_(Float64_0, Float64_5)" - }, - { - "explain": " Literal Tuple_(Float64_5, Float64_5)" - }, - { - "explain": " Literal Tuple_(Float64_5, Float64_0)" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001546649, - "rows_read": 16, - "bytes_read": 728 - } -} diff --git a/parser/testdata/01308_row_policy_and_trivial_count_query/ast.json b/parser/testdata/01308_row_policy_and_trivial_count_query/ast.json deleted file mode 100644 index 67e15cf055..0000000000 --- a/parser/testdata/01308_row_policy_and_trivial_count_query/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001143512, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01310_enum_comparison/ast.json b/parser/testdata/01310_enum_comparison/ast.json deleted file mode 100644 index 4697478802..0000000000 --- a/parser/testdata/01310_enum_comparison/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery enum (children 2)" - }, - { - "explain": " Identifier enum" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration x (children 1)" - }, - { - "explain": " DataType Enum (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'world'" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001393846, - "rows_read": 15, - "bytes_read": 553 - } -} diff --git a/parser/testdata/01311_comparison_with_constant_string/ast.json b/parser/testdata/01311_comparison_with_constant_string/ast.json deleted file mode 100644 index ba60eb0d17..0000000000 --- a/parser/testdata/01311_comparison_with_constant_string/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal '1'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001410439, - "rows_read": 14, - "bytes_read": 537 - } -} diff --git a/parser/testdata/01312_case_insensitive_regexp/ast.json b/parser/testdata/01312_case_insensitive_regexp/ast.json deleted file mode 100644 index 6c92b17ce6..0000000000 --- a/parser/testdata/01312_case_insensitive_regexp/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function match (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'Too late'" - }, - { - "explain": " Literal 'Too late'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001552185, - "rows_read": 8, - "bytes_read": 292 - } -} diff --git a/parser/testdata/01312_comparison_with_constant_string_in_index_analysis/ast.json b/parser/testdata/01312_comparison_with_constant_string_in_index_analysis/ast.json deleted file mode 100644 index 8be2471f70..0000000000 --- a/parser/testdata/01312_comparison_with_constant_string_in_index_analysis/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001218795, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01313_parse_date_time_best_effort_null_zero/ast.json b/parser/testdata/01313_parse_date_time_best_effort_null_zero/ast.json deleted file mode 100644 index c06ed6538d..0000000000 --- a/parser/testdata/01313_parse_date_time_best_effort_null_zero/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function parseDateTimeBestEffort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ''" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001301574, - "rows_read": 7, - "bytes_read": 277 - } -} diff --git a/parser/testdata/01314_position_in_system_columns/ast.json b/parser/testdata/01314_position_in_system_columns/ast.json deleted file mode 100644 index bb2c7b4f6e..0000000000 --- a/parser/testdata/01314_position_in_system_columns/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001462661, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01315_count_distinct_return_not_nullable/ast.json b/parser/testdata/01315_count_distinct_return_not_nullable/ast.json deleted file mode 100644 index 8deb36f4ce..0000000000 --- a/parser/testdata/01315_count_distinct_return_not_nullable/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniq (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001858106, - "rows_read": 20, - "bytes_read": 788 - } -} diff --git a/parser/testdata/01318_alter_add_column_exists/ast.json b/parser/testdata/01318_alter_add_column_exists/ast.json deleted file mode 100644 index 1b87544396..0000000000 --- a/parser/testdata/01318_alter_add_column_exists/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery add_table (children 1)" - }, - { - "explain": " Identifier add_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001632089, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01318_decrypt/ast.json b/parser/testdata/01318_decrypt/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01318_decrypt/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01318_encrypt/ast.json b/parser/testdata/01318_encrypt/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01318_encrypt/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01318_map_add_map_subtract/ast.json b/parser/testdata/01318_map_add_map_subtract/ast.json deleted file mode 100644 index d748d6282f..0000000000 --- a/parser/testdata/01318_map_add_map_subtract/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab (children 1)" - }, - { - "explain": " Identifier tab" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001387519, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01318_map_add_map_subtract_on_map_type/ast.json b/parser/testdata/01318_map_add_map_subtract_on_map_type/ast.json deleted file mode 100644 index 66a75f631d..0000000000 --- a/parser/testdata/01318_map_add_map_subtract_on_map_type/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tab (children 1)" - }, - { - "explain": " Identifier tab" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001134037, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01318_map_populate_series/ast.json b/parser/testdata/01318_map_populate_series/ast.json deleted file mode 100644 index 2619525e50..0000000000 --- a/parser/testdata/01318_map_populate_series/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery map_test (children 1)" - }, - { - "explain": " Identifier map_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001578836, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01318_parallel_final_stuck/ast.json b/parser/testdata/01318_parallel_final_stuck/ast.json deleted file mode 100644 index 7522bc4ab6..0000000000 --- a/parser/testdata/01318_parallel_final_stuck/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery final_bug (children 1)" - }, - { - "explain": " Identifier final_bug" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001607467, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01319_manual_write_to_replicas_long/ast.json b/parser/testdata/01319_manual_write_to_replicas_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01319_manual_write_to_replicas_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01319_mv_constants_bug/ast.json b/parser/testdata/01319_mv_constants_bug/ast.json deleted file mode 100644 index 4052cf25ca..0000000000 --- a/parser/testdata/01319_mv_constants_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery distributed_table_merged (children 1)" - }, - { - "explain": " Identifier distributed_table_merged" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00148002, - "rows_read": 2, - "bytes_read": 100 - } -} diff --git a/parser/testdata/01319_optimize_skip_unused_shards_nesting/ast.json b/parser/testdata/01319_optimize_skip_unused_shards_nesting/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01319_optimize_skip_unused_shards_nesting/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01319_query_formatting_in_server_log/ast.json b/parser/testdata/01319_query_formatting_in_server_log/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01319_query_formatting_in_server_log/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01320_optimize_skip_unused_shards_no_non_deterministic/ast.json b/parser/testdata/01320_optimize_skip_unused_shards_no_non_deterministic/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01320_optimize_skip_unused_shards_no_non_deterministic/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01321_aggregate_functions_of_group_by_keys/ast.json b/parser/testdata/01321_aggregate_functions_of_group_by_keys/ast.json deleted file mode 100644 index 50dfff4159..0000000000 --- a/parser/testdata/01321_aggregate_functions_of_group_by_keys/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001690037, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01321_monotonous_functions_in_order_by_bug/ast.json b/parser/testdata/01321_monotonous_functions_in_order_by_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01321_monotonous_functions_in_order_by_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01322_cast_keep_nullable/ast.json b/parser/testdata/01322_cast_keep_nullable/ast.json deleted file mode 100644 index 70eeb1ab2e..0000000000 --- a/parser/testdata/01322_cast_keep_nullable/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001691037, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01323_add_scalars_in_time/ast.json b/parser/testdata/01323_add_scalars_in_time/ast.json deleted file mode 100644 index 7f7574a9be..0000000000 --- a/parser/testdata/01323_add_scalars_in_time/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001235447, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01323_bad_arg_in_arithmetic_operations/ast.json b/parser/testdata/01323_bad_arg_in_arithmetic_operations/ast.json deleted file mode 100644 index 0542509a67..0000000000 --- a/parser/testdata/01323_bad_arg_in_arithmetic_operations/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001603697, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01323_if_with_nulls/ast.json b/parser/testdata/01323_if_with_nulls/ast.json deleted file mode 100644 index ee22c11c3c..0000000000 --- a/parser/testdata/01323_if_with_nulls/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function if (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001604441, - "rows_read": 19, - "bytes_read": 730 - } -} diff --git a/parser/testdata/01323_redundant_functions_in_order_by/ast.json b/parser/testdata/01323_redundant_functions_in_order_by/ast.json deleted file mode 100644 index dd8d3e01da..0000000000 --- a/parser/testdata/01323_redundant_functions_in_order_by/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001434076, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01323_too_many_threads_bug/ast.json b/parser/testdata/01323_too_many_threads_bug/ast.json deleted file mode 100644 index bf2b7c6671..0000000000 --- a/parser/testdata/01323_too_many_threads_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_01323_many_parts (children 1)" - }, - { - "explain": " Identifier table_01323_many_parts" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00155205, - "rows_read": 2, - "bytes_read": 96 - } -} diff --git a/parser/testdata/01324_if_transform_strings_to_enum/ast.json b/parser/testdata/01324_if_transform_strings_to_enum/ast.json deleted file mode 100644 index 6f424cbcfb..0000000000 --- a/parser/testdata/01324_if_transform_strings_to_enum/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001316437, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01324_insert_tsv_raw/ast.json b/parser/testdata/01324_insert_tsv_raw/ast.json deleted file mode 100644 index 22cdae020b..0000000000 --- a/parser/testdata/01324_insert_tsv_raw/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tsv_raw (children 1)" - }, - { - "explain": " Identifier tsv_raw" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001112892, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01324_settings_documentation/ast.json b/parser/testdata/01324_settings_documentation/ast.json deleted file mode 100644 index 6c2dde3510..0000000000 --- a/parser/testdata/01324_settings_documentation/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Settings description should start with capital letter'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.00104858, - "rows_read": 5, - "bytes_read": 224 - } -} diff --git a/parser/testdata/01325_freeze_mutation_stuck/ast.json b/parser/testdata/01325_freeze_mutation_stuck/ast.json deleted file mode 100644 index 37724f9888..0000000000 --- a/parser/testdata/01325_freeze_mutation_stuck/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mt (children 1)" - }, - { - "explain": " Identifier mt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001156993, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01326_build_id/ast.json b/parser/testdata/01326_build_id/ast.json deleted file mode 100644 index 3965c09ff8..0000000000 --- a/parser/testdata/01326_build_id/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function buildId (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal UInt64_16" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001433511, - "rows_read": 11, - "bytes_read": 429 - } -} diff --git a/parser/testdata/01326_fixed_string_comparison_denny_crane/ast.json b/parser/testdata/01326_fixed_string_comparison_denny_crane/ast.json deleted file mode 100644 index 6aa60e189f..0000000000 --- a/parser/testdata/01326_fixed_string_comparison_denny_crane/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greater (alias r) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toFixedString (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function unhex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '202005295555'" - }, - { - "explain": " Literal UInt64_15" - }, - { - "explain": " Function unhex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '20200529'" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001167228, - "rows_read": 15, - "bytes_read": 608 - } -} diff --git a/parser/testdata/01326_hostname_alias/ast.json b/parser/testdata/01326_hostname_alias/ast.json deleted file mode 100644 index 536a62112c..0000000000 --- a/parser/testdata/01326_hostname_alias/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function hostname (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function hostName (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.00122753, - "rows_read": 10, - "bytes_read": 375 - } -} diff --git a/parser/testdata/01327_decimal_cut_extra_digits_after_point/ast.json b/parser/testdata/01327_decimal_cut_extra_digits_after_point/ast.json deleted file mode 100644 index 9b7f68a449..0000000000 --- a/parser/testdata/01327_decimal_cut_extra_digits_after_point/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1.1'" - }, - { - "explain": " Literal 'Decimal(10, 5)'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001574937, - "rows_read": 8, - "bytes_read": 292 - } -} diff --git a/parser/testdata/01328_bad_peephole_optimization/ast.json b/parser/testdata/01328_bad_peephole_optimization/ast.json deleted file mode 100644 index 5fd8d043ad..0000000000 --- a/parser/testdata/01328_bad_peephole_optimization/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function max (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias a)" - }, - { - "explain": " Literal UInt64_2 (alias b)" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001538867, - "rows_read": 20, - "bytes_read": 801 - } -} diff --git a/parser/testdata/01329_compare_tuple_string_constant/ast.json b/parser/testdata/01329_compare_tuple_string_constant/ast.json deleted file mode 100644 index f89c84934a..0000000000 --- a/parser/testdata/01329_compare_tuple_string_constant/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal ''" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001294439, - "rows_read": 10, - "bytes_read": 366 - } -} diff --git a/parser/testdata/01330_array_join_in_higher_order_function/ast.json b/parser/testdata/01330_array_join_in_higher_order_function/ast.json deleted file mode 100644 index 11bba66ad5..0000000000 --- a/parser/testdata/01330_array_join_in_higher_order_function/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001460937, - "rows_read": 18, - "bytes_read": 730 - } -} diff --git a/parser/testdata/01332_join_type_syntax_position/ast.json b/parser/testdata/01332_join_type_syntax_position/ast.json deleted file mode 100644 index bbe4a9344d..0000000000 --- a/parser/testdata/01332_join_type_syntax_position/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (alias t1) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (alias t2) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001066776, - "rows_read": 19, - "bytes_read": 760 - } -} diff --git a/parser/testdata/01333_select_abc_asterisk/ast.json b/parser/testdata/01333_select_abc_asterisk/ast.json deleted file mode 100644 index e371b85f21..0000000000 --- a/parser/testdata/01333_select_abc_asterisk/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.0010856, - "rows_read": 5, - "bytes_read": 169 - } -} diff --git a/parser/testdata/01337_mysql_global_variables/ast.json b/parser/testdata/01337_mysql_global_variables/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01337_mysql_global_variables/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01338_sha256_fixedstring/ast.json b/parser/testdata/01338_sha256_fixedstring/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01338_sha256_fixedstring/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01338_uuid_without_separator/ast.json b/parser/testdata/01338_uuid_without_separator/ast.json deleted file mode 100644 index 9fda979f7a..0000000000 --- a/parser/testdata/01338_uuid_without_separator/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUUID (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '417ddc5de5564d2795dda34d84e46a50'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001061685, - "rows_read": 7, - "bytes_read": 285 - } -} diff --git a/parser/testdata/01340_datetime64_fpe/ast.json b/parser/testdata/01340_datetime64_fpe/ast.json deleted file mode 100644 index a322d318da..0000000000 --- a/parser/testdata/01340_datetime64_fpe/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime64 (alias dt64) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2019-09-16 19:20:12.3456789102019-09-16 19:20:12.345678910'" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier dt64" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001109524, - "rows_read": 10, - "bytes_read": 425 - } -} diff --git a/parser/testdata/01341_datetime64_wrong_supertype/ast.json b/parser/testdata/01341_datetime64_wrong_supertype/ast.json deleted file mode 100644 index 8d45d3432e..0000000000 --- a/parser/testdata/01341_datetime64_wrong_supertype/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime64 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2000-01-01 01:01:01.123'" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Function toDateTime64 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2000-01-01 01:01:01.123456'" - }, - { - "explain": " Literal UInt64_6" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.00094568, - "rows_read": 14, - "bytes_read": 573 - } -} diff --git a/parser/testdata/01343_min_bytes_to_use_mmap_io/ast.json b/parser/testdata/01343_min_bytes_to_use_mmap_io/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01343_min_bytes_to_use_mmap_io/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01344_alter_enum_partition_key/ast.json b/parser/testdata/01344_alter_enum_partition_key/ast.json deleted file mode 100644 index 3c4d597579..0000000000 --- a/parser/testdata/01344_alter_enum_partition_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001179597, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01344_min_bytes_to_use_mmap_io_index/ast.json b/parser/testdata/01344_min_bytes_to_use_mmap_io_index/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01344_min_bytes_to_use_mmap_io_index/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01345_array_join_LittleMaverick/ast.json b/parser/testdata/01345_array_join_LittleMaverick/ast.json deleted file mode 100644 index 3185aa581d..0000000000 --- a/parser/testdata/01345_array_join_LittleMaverick/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001351821, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01345_index_date_vs_datetime/ast.json b/parser/testdata/01345_index_date_vs_datetime/ast.json deleted file mode 100644 index fd4cdae036..0000000000 --- a/parser/testdata/01345_index_date_vs_datetime/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery index (children 1)" - }, - { - "explain": " Identifier index" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001178335, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01346_alter_enum_partition_key_replicated_zookeeper_long/ast.json b/parser/testdata/01346_alter_enum_partition_key_replicated_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01346_alter_enum_partition_key_replicated_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01346_array_join_mrxotey/ast.json b/parser/testdata/01346_array_join_mrxotey/ast.json deleted file mode 100644 index 2cc00baad7..0000000000 --- a/parser/testdata/01346_array_join_mrxotey/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001308031, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01347_partition_date_vs_datetime/ast.json b/parser/testdata/01347_partition_date_vs_datetime/ast.json deleted file mode 100644 index 3c67e9a9c1..0000000000 --- a/parser/testdata/01347_partition_date_vs_datetime/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_datetime (children 1)" - }, - { - "explain": " Identifier test_datetime" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001322968, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01349_mutation_datetime_key/ast.json b/parser/testdata/01349_mutation_datetime_key/ast.json deleted file mode 100644 index 0f2deb30ea..0000000000 --- a/parser/testdata/01349_mutation_datetime_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery cdp_orders (children 1)" - }, - { - "explain": " Identifier cdp_orders" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00138837, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01350_intdiv_nontrivial_fpe/ast.json b/parser/testdata/01350_intdiv_nontrivial_fpe/ast.json deleted file mode 100644 index ac4623e4ab..0000000000 --- a/parser/testdata/01350_intdiv_nontrivial_fpe/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function intDiv (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Literal UInt64_255" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001331905, - "rows_read": 8, - "bytes_read": 309 - } -} diff --git a/parser/testdata/01351_geohash_assert/ast.json b/parser/testdata/01351_geohash_assert/ast.json deleted file mode 100644 index c5035741d5..0000000000 --- a/parser/testdata/01351_geohash_assert/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arraySort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function geohashesInBox (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Float64_-1" - }, - { - "explain": " Literal Float64_-1" - }, - { - "explain": " Literal Float64_1" - }, - { - "explain": " Literal Float64_inf" - }, - { - "explain": " Literal UInt64_3" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001231914, - "rows_read": 13, - "bytes_read": 492 - } -} diff --git a/parser/testdata/01351_parse_date_time_best_effort_us/ast.json b/parser/testdata/01351_parse_date_time_best_effort_us/ast.json deleted file mode 100644 index f73b48cc93..0000000000 --- a/parser/testdata/01351_parse_date_time_best_effort_us/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001110155, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01352_add_datetime_bad_get/ast.json b/parser/testdata/01352_add_datetime_bad_get/ast.json deleted file mode 100644 index 920ca92d40..0000000000 --- a/parser/testdata/01352_add_datetime_bad_get/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function addMonths (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2017-11-05 08:07:47'" - }, - { - "explain": " Literal Float64_1" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001310428, - "rows_read": 12, - "bytes_read": 491 - } -} diff --git a/parser/testdata/01352_generate_random_overflow/ast.json b/parser/testdata/01352_generate_random_overflow/ast.json deleted file mode 100644 index 9753e75610..0000000000 --- a/parser/testdata/01352_generate_random_overflow/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier i" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function generateRandom (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal 'i Array(Nullable(Enum8(\\'hello\\' = 1, \\'world\\' = 5)))'" - }, - { - "explain": " Literal UInt64_1025" - }, - { - "explain": " Literal UInt64_65535" - }, - { - "explain": " Literal UInt64_9223372036854775807" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001174159, - "rows_read": 15, - "bytes_read": 629 - } -} diff --git a/parser/testdata/01353_low_cardinality_join_types/ast.json b/parser/testdata/01353_low_cardinality_join_types/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01353_low_cardinality_join_types/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01353_neighbor_overflow/ast.json b/parser/testdata/01353_neighbor_overflow/ast.json deleted file mode 100644 index d582214142..0000000000 --- a/parser/testdata/01353_neighbor_overflow/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001315068, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01353_nullable_tuple/ast.json b/parser/testdata/01353_nullable_tuple/ast.json deleted file mode 100644 index 8e5b61afbe..0000000000 --- a/parser/testdata/01353_nullable_tuple/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'single argument'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001089536, - "rows_read": 5, - "bytes_read": 186 - } -} diff --git a/parser/testdata/01353_topk_enum/ast.json b/parser/testdata/01353_topk_enum/ast.json deleted file mode 100644 index c2c36ac17b..0000000000 --- a/parser/testdata/01353_topk_enum/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sqrt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Literal 'Enum(\\'\\' = 0, \\'hello\\' = 1, \\'world\\' = 2, \\'test\\' = 3)'" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function topK (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1000" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001697208, - "rows_read": 27, - "bytes_read": 1117 - } -} diff --git a/parser/testdata/01354_order_by_tuple_collate_const/ast.json b/parser/testdata/01354_order_by_tuple_collate_const/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01354_order_by_tuple_collate_const/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01354_tuple_low_cardinality_array_mapped_bug/ast.json b/parser/testdata/01354_tuple_low_cardinality_array_mapped_bug/ast.json deleted file mode 100644 index 59ffa4affd..0000000000 --- a/parser/testdata/01354_tuple_low_cardinality_array_mapped_bug/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayExists (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tupleElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'pattern'" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'a'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal 'Array(Tuple(LowCardinality(String), UInt8))'" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001264633, - "rows_read": 27, - "bytes_read": 1120 - } -} diff --git a/parser/testdata/01355_alter_column_with_order/ast.json b/parser/testdata/01355_alter_column_with_order/ast.json deleted file mode 100644 index 7955cbcc57..0000000000 --- a/parser/testdata/01355_alter_column_with_order/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alter_01355 (children 1)" - }, - { - "explain": " Identifier alter_01355" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001390693, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01355_defaultValueOfArgumentType_bug/ast.json b/parser/testdata/01355_defaultValueOfArgumentType_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01355_defaultValueOfArgumentType_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01355_if_fixed_string/ast.json b/parser/testdata/01355_if_fixed_string/ast.json deleted file mode 100644 index 47550b953d..0000000000 --- a/parser/testdata/01355_if_fixed_string/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001128376, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01355_ilike/ast.json b/parser/testdata/01355_ilike/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01355_ilike/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01356_initialize_aggregation/ast.json b/parser/testdata/01356_initialize_aggregation/ast.json deleted file mode 100644 index 9318d006d2..0000000000 --- a/parser/testdata/01356_initialize_aggregation/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniqMerge (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier state" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function initializeAggregation (alias state) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'uniqState'" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_10000" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001376818, - "rows_read": 27, - "bytes_read": 1194 - } -} diff --git a/parser/testdata/01356_state_resample/ast.json b/parser/testdata/01356_state_resample/ast.json deleted file mode 100644 index a77ef2816e..0000000000 --- a/parser/testdata/01356_state_resample/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumResample (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_20" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_20" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_200" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001398002, - "rows_read": 21, - "bytes_read": 800 - } -} diff --git a/parser/testdata/01356_view_threads/ast.json b/parser/testdata/01356_view_threads/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01356_view_threads/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01356_wrong_filter-type_bug/ast.json b/parser/testdata/01356_wrong_filter-type_bug/ast.json deleted file mode 100644 index 81d97d9826..0000000000 --- a/parser/testdata/01356_wrong_filter-type_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t0 (children 1)" - }, - { - "explain": " Identifier t0" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001482584, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01357_result_rows/ast.json b/parser/testdata/01357_result_rows/ast.json deleted file mode 100644 index 101c7f4855..0000000000 --- a/parser/testdata/01357_result_rows/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001276403, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01357_version_collapsing_attach_detach_zookeeper/ast.json b/parser/testdata/01357_version_collapsing_attach_detach_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01357_version_collapsing_attach_detach_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01358_constexpr_constraint/ast.json b/parser/testdata/01358_constexpr_constraint/ast.json deleted file mode 100644 index c38c8c3fe3..0000000000 --- a/parser/testdata/01358_constexpr_constraint/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery constrained (children 1)" - }, - { - "explain": " Identifier constrained" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001229067, - "rows_read": 2, - "bytes_read": 75 - } -} diff --git a/parser/testdata/01358_mutation_delete_null_rows/ast.json b/parser/testdata/01358_mutation_delete_null_rows/ast.json deleted file mode 100644 index fb2967f823..0000000000 --- a/parser/testdata/01358_mutation_delete_null_rows/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '--------'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001147456, - "rows_read": 5, - "bytes_read": 179 - } -} diff --git a/parser/testdata/01358_union_threads_bug/ast.json b/parser/testdata/01358_union_threads_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01358_union_threads_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01359_codeql/ast.json b/parser/testdata/01359_codeql/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01359_codeql/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01359_geodistance_loop/ast.json b/parser/testdata/01359_geodistance_loop/ast.json deleted file mode 100644 index a069b5310a..0000000000 --- a/parser/testdata/01359_geodistance_loop/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function geoDistance (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal Float64_0" - }, - { - "explain": " Literal Float64_0" - }, - { - "explain": " Literal Float64_-inf" - }, - { - "explain": " Literal Float64_1" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001201953, - "rows_read": 10, - "bytes_read": 361 - } -} diff --git a/parser/testdata/01360_division_overflow/ast.json b/parser/testdata/01360_division_overflow/ast.json deleted file mode 100644 index 86e44cf6c5..0000000000 --- a/parser/testdata/01360_division_overflow/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function intDiv (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toInt32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_4294967296" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.00107649, - "rows_read": 12, - "bytes_read": 480 - } -} diff --git a/parser/testdata/01360_materialized_view_with_join_on_query_log/ast.json b/parser/testdata/01360_materialized_view_with_join_on_query_log/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01360_materialized_view_with_join_on_query_log/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01361_buffer_table_flush_with_materialized_view/ast.json b/parser/testdata/01361_buffer_table_flush_with_materialized_view/ast.json deleted file mode 100644 index bdbd482590..0000000000 --- a/parser/testdata/01361_buffer_table_flush_with_materialized_view/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1_01361 (children 1)" - }, - { - "explain": " Identifier t1_01361" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000962487, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01362_year_of_ISO8601_week_modificators_for_formatDateTime/ast.json b/parser/testdata/01362_year_of_ISO8601_week_modificators_for_formatDateTime/ast.json deleted file mode 100644 index d98f877d0e..0000000000 --- a/parser/testdata/01362_year_of_ISO8601_week_modificators_for_formatDateTime/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function formatDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2010-01-01'" - }, - { - "explain": " Literal '%G'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001423815, - "rows_read": 10, - "bytes_read": 383 - } -} diff --git a/parser/testdata/01372_remote_table_function_empty_table/ast.json b/parser/testdata/01372_remote_table_function_empty_table/ast.json deleted file mode 100644 index 86b267b8e6..0000000000 --- a/parser/testdata/01372_remote_table_function_empty_table/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127..2'" - }, - { - "explain": " Literal 'a.'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.000850349, - "rows_read": 12, - "bytes_read": 448 - } -} diff --git a/parser/testdata/01372_wrong_order_by_removal/ast.json b/parser/testdata/01372_wrong_order_by_removal/ast.json deleted file mode 100644 index 6134a10355..0000000000 --- a/parser/testdata/01372_wrong_order_by_removal/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery moving_sum_num (children 1)" - }, - { - "explain": " Identifier moving_sum_num" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001205051, - "rows_read": 2, - "bytes_read": 81 - } -} diff --git a/parser/testdata/01373_is_zero_or_null/ast.json b/parser/testdata/01373_is_zero_or_null/ast.json deleted file mode 100644 index 6f96d51fdd..0000000000 --- a/parser/testdata/01373_is_zero_or_null/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function not (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function isZeroOrNull (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3, NULL]" - }, - { - "explain": " Literal UInt64_3" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001733585, - "rows_read": 24, - "bytes_read": 1026 - } -} diff --git a/parser/testdata/01373_summing_merge_tree_exclude_partition_key/ast.json b/parser/testdata/01373_summing_merge_tree_exclude_partition_key/ast.json deleted file mode 100644 index f7255ee1b6..0000000000 --- a/parser/testdata/01373_summing_merge_tree_exclude_partition_key/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001297557, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01373_summing_merge_tree_explicit_columns_definition/ast.json b/parser/testdata/01373_summing_merge_tree_explicit_columns_definition/ast.json deleted file mode 100644 index 118b22e511..0000000000 --- a/parser/testdata/01373_summing_merge_tree_explicit_columns_definition/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tt_error_1373 (children 1)" - }, - { - "explain": " Identifier tt_error_1373" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001303296, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01374_if_nullable_filimonov/ast.json b/parser/testdata/01374_if_nullable_filimonov/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01374_if_nullable_filimonov/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS/ast.json b/parser/testdata/01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS/ast.json deleted file mode 100644 index 2d59a9c317..0000000000 --- a/parser/testdata/01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function dictGetString (alias country) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'default'" - }, - { - "explain": " Literal '.countryId'" - }, - { - "explain": " Literal 'country'" - }, - { - "explain": " Function toUInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier country" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001293269, - "rows_read": 22, - "bytes_read": 875 - } -} diff --git a/parser/testdata/01375_compact_parts_codecs/ast.json b/parser/testdata/01375_compact_parts_codecs/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01375_compact_parts_codecs/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01375_null_issue_3767/ast.json b/parser/testdata/01375_null_issue_3767/ast.json deleted file mode 100644 index c413986adf..0000000000 --- a/parser/testdata/01375_null_issue_3767/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery null_issue_3767 (children 1)" - }, - { - "explain": " Identifier null_issue_3767" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001200176, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/01375_storage_file_write_prefix_csv_with_names/ast.json b/parser/testdata/01375_storage_file_write_prefix_csv_with_names/ast.json deleted file mode 100644 index 2ea8ae116f..0000000000 --- a/parser/testdata/01375_storage_file_write_prefix_csv_with_names/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tmp_01375 (children 1)" - }, - { - "explain": " Identifier tmp_01375" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001594794, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01375_storage_file_write_prefix_tsv_with_names/ast.json b/parser/testdata/01375_storage_file_write_prefix_tsv_with_names/ast.json deleted file mode 100644 index be7472b85d..0000000000 --- a/parser/testdata/01375_storage_file_write_prefix_tsv_with_names/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tmp_01375 (children 1)" - }, - { - "explain": " Identifier tmp_01375" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001547443, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01376_GROUP_BY_injective_elimination_dictGet/ast.json b/parser/testdata/01376_GROUP_BY_injective_elimination_dictGet/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01376_GROUP_BY_injective_elimination_dictGet/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01376_array_fill_empty/ast.json b/parser/testdata/01376_array_fill_empty/ast.json deleted file mode 100644 index 4c65e35de2..0000000000 --- a/parser/testdata/01376_array_fill_empty/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayFill (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001374171, - "rows_read": 17, - "bytes_read": 654 - } -} diff --git a/parser/testdata/01376_null_logical/ast.json b/parser/testdata/01376_null_logical/ast.json deleted file mode 100644 index edd02b5fba..0000000000 --- a/parser/testdata/01376_null_logical/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function or (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001173907, - "rows_read": 8, - "bytes_read": 281 - } -} diff --git a/parser/testdata/01377_supertype_low_cardinality/ast.json b/parser/testdata/01377_supertype_low_cardinality/ast.json deleted file mode 100644 index 576a788578..0000000000 --- a/parser/testdata/01377_supertype_low_cardinality/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toLowCardinality (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'hello'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001622423, - "rows_read": 10, - "bytes_read": 367 - } -} diff --git a/parser/testdata/01378_alter_rename_with_ttl_zookeeper/ast.json b/parser/testdata/01378_alter_rename_with_ttl_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01378_alter_rename_with_ttl_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01379_with_fill_several_columns/ast.json b/parser/testdata/01379_with_fill_several_columns/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01379_with_fill_several_columns/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01380_coded_delta_exception_code/ast.json b/parser/testdata/01380_coded_delta_exception_code/ast.json deleted file mode 100644 index 87b98bc97c..0000000000 --- a/parser/testdata/01380_coded_delta_exception_code/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery delta_codec_synthetic (children 3)" - }, - { - "explain": " Identifier delta_codec_synthetic" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration id (children 2)" - }, - { - "explain": " DataType Decimal (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_38" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " Function CODEC (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function Delta" - }, - { - "explain": " Function ZSTD (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_22" - }, - { - "explain": " Storage definition (children 2)" - }, - { - "explain": " Function MergeTree (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001209356, - "rows_read": 20, - "bytes_read": 749 - } -} diff --git a/parser/testdata/01380_nullable_state/ast.json b/parser/testdata/01380_nullable_state/ast.json deleted file mode 100644 index 2ff64173a5..0000000000 --- a/parser/testdata/01380_nullable_state/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniqState (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001939197, - "rows_read": 13, - "bytes_read": 535 - } -} diff --git a/parser/testdata/01381_for_each_with_states/ast.json b/parser/testdata/01381_for_each_with_states/ast.json deleted file mode 100644 index 4961aee2f3..0000000000 --- a/parser/testdata/01381_for_each_with_states/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function hex (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniqStateForEach (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, NULL]" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001668955, - "rows_read": 11, - "bytes_read": 458 - } -} diff --git a/parser/testdata/01383_remote_ambiguous_column_shard/ast.json b/parser/testdata/01383_remote_ambiguous_column_shard/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01383_remote_ambiguous_column_shard/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01384_bloom_filter_bad_arguments/ast.json b/parser/testdata/01384_bloom_filter_bad_arguments/ast.json deleted file mode 100644 index 2f51d45d0b..0000000000 --- a/parser/testdata/01384_bloom_filter_bad_arguments/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001372524, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01385_not_function/ast.json b/parser/testdata/01385_not_function/ast.json deleted file mode 100644 index c838e6d1d9..0000000000 --- a/parser/testdata/01385_not_function/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function notEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function not (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.00140836, - "rows_read": 10, - "bytes_read": 375 - } -} diff --git a/parser/testdata/01386_negative_float_constant_key_condition/ast.json b/parser/testdata/01386_negative_float_constant_key_condition/ast.json deleted file mode 100644 index 386b63afb3..0000000000 --- a/parser/testdata/01386_negative_float_constant_key_condition/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001334606, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01387_clear_column_default_depends/ast.json b/parser/testdata/01387_clear_column_default_depends/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01387_clear_column_default_depends/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01388_clear_all_columns/ast.json b/parser/testdata/01388_clear_all_columns/ast.json deleted file mode 100644 index 420aba45ff..0000000000 --- a/parser/testdata/01388_clear_all_columns/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001461382, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01388_multi_if_optimization/ast.json b/parser/testdata/01388_multi_if_optimization/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01388_multi_if_optimization/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01389_filter_by_virtual_columns/ast.json b/parser/testdata/01389_filter_by_virtual_columns/ast.json deleted file mode 100644 index 9736428e19..0000000000 --- a/parser/testdata/01389_filter_by_virtual_columns/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.parts" - }, - { - "explain": " Function and (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier table" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier database" - }, - { - "explain": " Function currentDatabase (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001530954, - "rows_read": 21, - "bytes_read": 805 - } -} diff --git a/parser/testdata/01390_check_table_codec/ast.json b/parser/testdata/01390_check_table_codec/ast.json deleted file mode 100644 index 55a99a3702..0000000000 --- a/parser/testdata/01390_check_table_codec/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001440645, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01390_remove_injective_in_uniq/ast.json b/parser/testdata/01390_remove_injective_in_uniq/ast.json deleted file mode 100644 index 93f675948a..0000000000 --- a/parser/testdata/01390_remove_injective_in_uniq/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001104517, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01391_join_on_dict_crash/ast.json b/parser/testdata/01391_join_on_dict_crash/ast.json deleted file mode 100644 index 28eb5523df..0000000000 --- a/parser/testdata/01391_join_on_dict_crash/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery t (children 3)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " ColumnDeclaration click_city_id (children 1)" - }, - { - "explain": " DataType UInt32" - }, - { - "explain": " ColumnDeclaration click_country_id (children 1)" - }, - { - "explain": " DataType UInt32" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function Memory" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001329086, - "rows_read": 10, - "bytes_read": 364 - } -} diff --git a/parser/testdata/01391_limit_overflow/ast.json b/parser/testdata/01391_limit_overflow/ast.json deleted file mode 100644 index c2f9556cb1..0000000000 --- a/parser/testdata/01391_limit_overflow/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_9223372036854775807" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001287378, - "rows_read": 16, - "bytes_read": 610 - } -} diff --git a/parser/testdata/01392_column_resolve/ast.json b/parser/testdata/01392_column_resolve/ast.json deleted file mode 100644 index ccd986bfa6..0000000000 --- a/parser/testdata/01392_column_resolve/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery tableConversion (children 3)" - }, - { - "explain": " Identifier tableConversion" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " ColumnDeclaration conversionId (children 1)" - }, - { - "explain": " DataType String" - }, - { - "explain": " ColumnDeclaration value (children 1)" - }, - { - "explain": " DataType Nullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " DataType Double" - }, - { - "explain": " Storage definition (children 1)" - }, - { - "explain": " Function Log (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.00102632, - "rows_read": 13, - "bytes_read": 499 - } -} diff --git a/parser/testdata/01396_low_cardinality_fixed_string_default/ast.json b/parser/testdata/01396_low_cardinality_fixed_string_default/ast.json deleted file mode 100644 index 34f50a3021..0000000000 --- a/parser/testdata/01396_low_cardinality_fixed_string_default/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00136448, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01396_negative_datetime_saturate_to_zero/ast.json b/parser/testdata/01396_negative_datetime_saturate_to_zero/ast.json deleted file mode 100644 index 5d8e14b5cb..0000000000 --- a/parser/testdata/01396_negative_datetime_saturate_to_zero/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greater (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toTimeZone (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function now (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Literal 'Asia\/Istanbul'" - }, - { - "explain": " Literal '1970-01-01 00:00:00'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001711765, - "rows_read": 12, - "bytes_read": 472 - } -} diff --git a/parser/testdata/01397_in_bad_arguments/ast.json b/parser/testdata/01397_in_bad_arguments/ast.json deleted file mode 100644 index 760a6d1d1d..0000000000 --- a/parser/testdata/01397_in_bad_arguments/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_1, UInt64_1, UInt64_1)" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001239341, - "rows_read": 7, - "bytes_read": 293 - } -} diff --git a/parser/testdata/01398_in_tuple_func/ast.json b/parser/testdata/01398_in_tuple_func/ast.json deleted file mode 100644 index 8b8a4c4546..0000000000 --- a/parser/testdata/01398_in_tuple_func/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Set" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001903297, - "rows_read": 15, - "bytes_read": 512 - } -} diff --git a/parser/testdata/01400_join_get_with_multi_keys/ast.json b/parser/testdata/01400_join_get_with_multi_keys/ast.json deleted file mode 100644 index 696502cefe..0000000000 --- a/parser/testdata/01400_join_get_with_multi_keys/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_joinGet (children 1)" - }, - { - "explain": " Identifier test_joinGet" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001281321, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01402_cast_nullable_string_to_enum/ast.json b/parser/testdata/01402_cast_nullable_string_to_enum/ast.json deleted file mode 100644 index 77d6d91676..0000000000 --- a/parser/testdata/01402_cast_nullable_string_to_enum/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001350655, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01403_datetime64_constant_arg/ast.json b/parser/testdata/01403_datetime64_constant_arg/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01403_datetime64_constant_arg/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01404_roundUpToPowerOfTwoOrZero_safety/ast.json b/parser/testdata/01404_roundUpToPowerOfTwoOrZero_safety/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01404_roundUpToPowerOfTwoOrZero_safety/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01407_lambda_arrayJoin/ast.json b/parser/testdata/01407_lambda_arrayJoin/ast.json deleted file mode 100644 index 6e14a3e3ad..0000000000 --- a/parser/testdata/01407_lambda_arrayJoin/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayFilter (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal Array_[NULL]" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001190665, - "rows_read": 26, - "bytes_read": 1060 - } -} diff --git a/parser/testdata/01408_range_overflow/ast.json b/parser/testdata/01408_range_overflow/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01408_range_overflow/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01409_topK_merge/ast.json b/parser/testdata/01409_topK_merge/ast.json deleted file mode 100644 index 6df819c35d..0000000000 --- a/parser/testdata/01409_topK_merge/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01409 (children 1)" - }, - { - "explain": " Identifier data_01409" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00129564, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01410_full_join_and_null_predicates/ast.json b/parser/testdata/01410_full_join_and_null_predicates/ast.json deleted file mode 100644 index 76980a7914..0000000000 --- a/parser/testdata/01410_full_join_and_null_predicates/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery l (children 1)" - }, - { - "explain": " Identifier l" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001101747, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01410_nullable_key_and_index/ast.json b/parser/testdata/01410_nullable_key_and_index/ast.json deleted file mode 100644 index d06ba598c8..0000000000 --- a/parser/testdata/01410_nullable_key_and_index/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery nullable_key (children 1)" - }, - { - "explain": " Identifier nullable_key" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00125814, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01410_nullable_key_and_index_negate_cond/ast.json b/parser/testdata/01410_nullable_key_and_index_negate_cond/ast.json deleted file mode 100644 index 93f6a1b9b1..0000000000 --- a/parser/testdata/01410_nullable_key_and_index_negate_cond/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_23634 (children 1)" - }, - { - "explain": " Identifier test_23634" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001483287, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01411_from_unixtime/ast.json b/parser/testdata/01411_from_unixtime/ast.json deleted file mode 100644 index 608c7271ed..0000000000 --- a/parser/testdata/01411_from_unixtime/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function formatDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function FROM_UNIXTIME (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_123" - }, - { - "explain": " Literal '%Y-%m-%d %R:%S'" - }, - { - "explain": " Literal 'UTC'" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001200503, - "rows_read": 11, - "bytes_read": 427 - } -} diff --git a/parser/testdata/01411_xor_itai_shirav/ast.json b/parser/testdata/01411_xor_itai_shirav/ast.json deleted file mode 100644 index f78029466d..0000000000 --- a/parser/testdata/01411_xor_itai_shirav/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function xor (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.00132754, - "rows_read": 8, - "bytes_read": 286 - } -} diff --git a/parser/testdata/01412_group_array_moving_shard/ast.json b/parser/testdata/01412_group_array_moving_shard/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01412_group_array_moving_shard/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01412_mod_float/ast.json b/parser/testdata/01412_mod_float/ast.json deleted file mode 100644 index 6e0c82479f..0000000000 --- a/parser/testdata/01412_mod_float/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_8.5 (alias a)" - }, - { - "explain": " Literal Float64_2.5 (alias b)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function negate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function negate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier b" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function negate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function negate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier b" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001459912, - "rows_read": 31, - "bytes_read": 1141 - } -} diff --git a/parser/testdata/01412_optimize_deduplicate_bug/ast.json b/parser/testdata/01412_optimize_deduplicate_bug/ast.json deleted file mode 100644 index cfd2547e9a..0000000000 --- a/parser/testdata/01412_optimize_deduplicate_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tesd_dedupl (children 1)" - }, - { - "explain": " Identifier tesd_dedupl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001076686, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01412_row_from_totals/ast.json b/parser/testdata/01412_row_from_totals/ast.json deleted file mode 100644 index be0d97b6b7..0000000000 --- a/parser/testdata/01412_row_from_totals/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tracking_events_tmp (children 1)" - }, - { - "explain": " Identifier tracking_events_tmp" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001737267, - "rows_read": 2, - "bytes_read": 90 - } -} diff --git a/parser/testdata/01413_allow_non_metadata_alters/ast.json b/parser/testdata/01413_allow_non_metadata_alters/ast.json deleted file mode 100644 index 15825384a3..0000000000 --- a/parser/testdata/01413_allow_non_metadata_alters/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery non_metadata_alters (children 1)" - }, - { - "explain": " Identifier non_metadata_alters" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001586261, - "rows_read": 2, - "bytes_read": 90 - } -} diff --git a/parser/testdata/01413_alter_update_supertype/ast.json b/parser/testdata/01413_alter_update_supertype/ast.json deleted file mode 100644 index 2593d8b1c1..0000000000 --- a/parser/testdata/01413_alter_update_supertype/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001574665, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01413_if_array_uuid/ast.json b/parser/testdata/01413_if_array_uuid/ast.json deleted file mode 100644 index 170d2e9cd0..0000000000 --- a/parser/testdata/01413_if_array_uuid/ast.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUUID (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '00000000-e1fe-11e9-bb8f-853d60c00749'" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUUID (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '11111111-e1fe-11e9-bb8f-853d60c00749'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_5" - } - ], - - "rows": 29, - - "statistics": - { - "elapsed": 0.001691042, - "rows_read": 29, - "bytes_read": 1220 - } -} diff --git a/parser/testdata/01413_rows_events/ast.json b/parser/testdata/01413_rows_events/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01413_rows_events/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01413_truncate_without_table_keyword/ast.json b/parser/testdata/01413_truncate_without_table_keyword/ast.json deleted file mode 100644 index 39d9289a4c..0000000000 --- a/parser/testdata/01413_truncate_without_table_keyword/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery truncate_test (children 1)" - }, - { - "explain": " Identifier truncate_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001469462, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01414_bloom_filter_index_with_const_column/ast.json b/parser/testdata/01414_bloom_filter_index_with_const_column/ast.json deleted file mode 100644 index 230147a807..0000000000 --- a/parser/testdata/01414_bloom_filter_index_with_const_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_bloom_filter_index (children 1)" - }, - { - "explain": " Identifier test_bloom_filter_index" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001129007, - "rows_read": 2, - "bytes_read": 98 - } -} diff --git a/parser/testdata/01414_freeze_does_not_prevent_alters/ast.json b/parser/testdata/01414_freeze_does_not_prevent_alters/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01414_freeze_does_not_prevent_alters/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01414_low_cardinality_nullable/ast.json b/parser/testdata/01414_low_cardinality_nullable/ast.json deleted file mode 100644 index 083c813eef..0000000000 --- a/parser/testdata/01414_low_cardinality_nullable/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001499363, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01414_mutations_and_errors/ast.json b/parser/testdata/01414_mutations_and_errors/ast.json deleted file mode 100644 index fe532cc7b4..0000000000 --- a/parser/testdata/01414_mutations_and_errors/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mutation_table (children 1)" - }, - { - "explain": " Identifier mutation_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001355982, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01414_push_predicate_when_contains_with_clause/ast.json b/parser/testdata/01414_push_predicate_when_contains_with_clause/ast.json deleted file mode 100644 index 6c4a6d3067..0000000000 --- a/parser/testdata/01414_push_predicate_when_contains_with_clause/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery numbers_indexed (children 1)" - }, - { - "explain": " Identifier numbers_indexed" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001213146, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/01415_inconsistent_merge_tree_settings/ast.json b/parser/testdata/01415_inconsistent_merge_tree_settings/ast.json deleted file mode 100644 index 640a587e15..0000000000 --- a/parser/testdata/01415_inconsistent_merge_tree_settings/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001182733, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01415_overlimiting_threads_for_repica_bug/ast.json b/parser/testdata/01415_overlimiting_threads_for_repica_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01415_overlimiting_threads_for_repica_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01415_table_function_view/ast.json b/parser/testdata/01415_table_function_view/ast.json deleted file mode 100644 index 96b0348059..0000000000 --- a/parser/testdata/01415_table_function_view/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function view (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001297485, - "rows_read": 15, - "bytes_read": 603 - } -} diff --git a/parser/testdata/01416_clear_column_pk/ast.json b/parser/testdata/01416_clear_column_pk/ast.json deleted file mode 100644 index 8beff9ab7f..0000000000 --- a/parser/testdata/01416_clear_column_pk/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_pk_clear (children 1)" - }, - { - "explain": " Identifier table_with_pk_clear" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00100595, - "rows_read": 2, - "bytes_read": 90 - } -} diff --git a/parser/testdata/01416_join_totals_header_bug/ast.json b/parser/testdata/01416_join_totals_header_bug/ast.json deleted file mode 100644 index 97fbfeceab..0000000000 --- a/parser/testdata/01416_join_totals_header_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tableCommon (children 1)" - }, - { - "explain": " Identifier tableCommon" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001465284, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01417_update_permutation_crash/ast.json b/parser/testdata/01417_update_permutation_crash/ast.json deleted file mode 100644 index a4147bb362..0000000000 --- a/parser/testdata/01417_update_permutation_crash/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tuple (alias t) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers_mt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1000001" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.002047893, - "rows_read": 21, - "bytes_read": 788 - } -} diff --git a/parser/testdata/01418_custom_settings/ast.json b/parser/testdata/01418_custom_settings/ast.json deleted file mode 100644 index 63bd819473..0000000000 --- a/parser/testdata/01418_custom_settings/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DROP SETTINGS PROFILE query" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001186789, - "rows_read": 1, - "bytes_read": 35 - } -} diff --git a/parser/testdata/01418_index_analysis_bug/ast.json b/parser/testdata/01418_index_analysis_bug/ast.json deleted file mode 100644 index 2d4af74710..0000000000 --- a/parser/testdata/01418_index_analysis_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mytable_local (children 1)" - }, - { - "explain": " Identifier mytable_local" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00140643, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01418_query_scope_constants_and_remote/ast.json b/parser/testdata/01418_query_scope_constants_and_remote/ast.json deleted file mode 100644 index 1f350d8ca3..0000000000 --- a/parser/testdata/01418_query_scope_constants_and_remote/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greaterOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier c" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function randConstant (alias c) (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.0.0.{1,2}'" - }, - { - "explain": " Function numbers_mt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.002025664, - "rows_read": 27, - "bytes_read": 1185 - } -} diff --git a/parser/testdata/01419_materialize_null/ast.json b/parser/testdata/01419_materialize_null/ast.json deleted file mode 100644 index e3c0ac05c0..0000000000 --- a/parser/testdata/01419_materialize_null/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function isConstant (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal NULL" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001455659, - "rows_read": 7, - "bytes_read": 259 - } -} diff --git a/parser/testdata/01419_merge_tree_settings_sanity_check/ast.json b/parser/testdata/01419_merge_tree_settings_sanity_check/ast.json deleted file mode 100644 index 9f927b8768..0000000000 --- a/parser/testdata/01419_merge_tree_settings_sanity_check/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mytable_local (children 1)" - }, - { - "explain": " Identifier mytable_local" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001296933, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01419_skip_index_compact_parts/ast.json b/parser/testdata/01419_skip_index_compact_parts/ast.json deleted file mode 100644 index 4b45cbd4fc..0000000000 --- a/parser/testdata/01419_skip_index_compact_parts/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery index_compact (children 1)" - }, - { - "explain": " Identifier index_compact" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00132683, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01420_logical_functions_materialized_null/ast.json b/parser/testdata/01420_logical_functions_materialized_null/ast.json deleted file mode 100644 index 72f54c1fa7..0000000000 --- a/parser/testdata/01420_logical_functions_materialized_null/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function and (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001208737, - "rows_read": 8, - "bytes_read": 282 - } -} diff --git a/parser/testdata/01421_array_nullable_element_nullable_index/ast.json b/parser/testdata/01421_array_nullable_element_nullable_index/ast.json deleted file mode 100644 index d63e48a7d4..0000000000 --- a/parser/testdata/01421_array_nullable_element_nullable_index/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function arrayElement (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001177528, - "rows_read": 15, - "bytes_read": 600 - } -} diff --git a/parser/testdata/01421_assert_in_in/ast.json b/parser/testdata/01421_assert_in_in/ast.json deleted file mode 100644 index 3ee82dc1af..0000000000 --- a/parser/testdata/01421_assert_in_in/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Tuple_(UInt64_1, Tuple_(UInt64_2, UInt64_3))" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.000897212, - "rows_read": 17, - "bytes_read": 707 - } -} diff --git a/parser/testdata/01422_array_nullable_element_nullable_index/ast.json b/parser/testdata/01422_array_nullable_element_nullable_index/ast.json deleted file mode 100644 index dc0e0c0534..0000000000 --- a/parser/testdata/01422_array_nullable_element_nullable_index/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1, NULL]" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001449767, - "rows_read": 10, - "bytes_read": 399 - } -} diff --git a/parser/testdata/01422_map_skip_null/ast.json b/parser/testdata/01422_map_skip_null/ast.json deleted file mode 100644 index 6b79443a30..0000000000 --- a/parser/testdata/01422_map_skip_null/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function minMap (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1]" - }, - { - "explain": " Literal Array_[NULL]" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_[UInt64_1]" - }, - { - "explain": " Literal Array_[NULL]" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001143215, - "rows_read": 18, - "bytes_read": 753 - } -} diff --git a/parser/testdata/01423_if_nullable_cond/ast.json b/parser/testdata/01423_if_nullable_cond/ast.json deleted file mode 100644 index 8fcbae8f14..0000000000 --- a/parser/testdata/01423_if_nullable_cond/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function if (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function dumpColumnStructure (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001194216, - "rows_read": 24, - "bytes_read": 920 - } -} diff --git a/parser/testdata/01424_parse_date_time_bad_date/ast.json b/parser/testdata/01424_parse_date_time_bad_date/ast.json deleted file mode 100644 index bccbc8fe43..0000000000 --- a/parser/testdata/01424_parse_date_time_bad_date/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function parseDateTime64BestEffort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2.55'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.00102402, - "rows_read": 7, - "bytes_read": 276 - } -} diff --git a/parser/testdata/01425_decimal_parse_big_negative_exponent/ast.json b/parser/testdata/01425_decimal_parse_big_negative_exponent/ast.json deleted file mode 100644 index 241ee1f3ed..0000000000 --- a/parser/testdata/01425_decimal_parse_big_negative_exponent/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '-1E9-1E9-1E9-1E9' (alias x)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001155517, - "rows_read": 9, - "bytes_read": 338 - } -} diff --git a/parser/testdata/01425_default_value_of_type_name/ast.json b/parser/testdata/01425_default_value_of_type_name/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01425_default_value_of_type_name/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01426_geohash_constants/ast.json b/parser/testdata/01426_geohash_constants/ast.json deleted file mode 100644 index 42da1ffe8b..0000000000 --- a/parser/testdata/01426_geohash_constants/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function geohashesInBox (children 1)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Literal Float64_1" - }, - { - "explain": " Literal Float64_2" - }, - { - "explain": " Literal Float64_3" - }, - { - "explain": " Literal Float64_4" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001346114, - "rows_read": 11, - "bytes_read": 391 - } -} diff --git a/parser/testdata/01427_pk_and_expression_with_different_type/ast.json b/parser/testdata/01427_pk_and_expression_with_different_type/ast.json deleted file mode 100644 index 70206bbaa4..0000000000 --- a/parser/testdata/01427_pk_and_expression_with_different_type/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk (children 1)" - }, - { - "explain": " Identifier pk" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001603978, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01428_h3_range_check/ast.json b/parser/testdata/01428_h3_range_check/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01428_h3_range_check/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01428_hash_set_nan_key/ast.json b/parser/testdata/01428_hash_set_nan_key/ast.json deleted file mode 100644 index 3de39e8ea3..0000000000 --- a/parser/testdata/01428_hash_set_nan_key/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function uniqExact (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_nan" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1000" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001561111, - "rows_read": 13, - "bytes_read": 520 - } -} diff --git a/parser/testdata/01428_nullable_asof_join/ast.json b/parser/testdata/01428_nullable_asof_join/ast.json deleted file mode 100644 index 714af8631f..0000000000 --- a/parser/testdata/01428_nullable_asof_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001158966, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01429_join_on_error_messages/ast.json b/parser/testdata/01429_join_on_error_messages/ast.json deleted file mode 100644 index 6dca18ae0a..0000000000 --- a/parser/testdata/01429_join_on_error_messages/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias A) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias a)" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias B) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias b)" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001570879, - "rows_read": 26, - "bytes_read": 1085 - } -} diff --git a/parser/testdata/01430_fix_any_rewrite_aliases/ast.json b/parser/testdata/01430_fix_any_rewrite_aliases/ast.json deleted file mode 100644 index 1d500ea302..0000000000 --- a/parser/testdata/01430_fix_any_rewrite_aliases/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function any (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function if (alias a_) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Identifier a_" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.00160022, - "rows_read": 24, - "bytes_read": 952 - } -} diff --git a/parser/testdata/01430_modify_sample_by_zookeeper_long/ast.json b/parser/testdata/01430_modify_sample_by_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01430_modify_sample_by_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01430_moving_sum_empty_state/ast.json b/parser/testdata/01430_moving_sum_empty_state/ast.json deleted file mode 100644 index 7fc159812c..0000000000 --- a/parser/testdata/01430_moving_sum_empty_state/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArrayMovingSum (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.0.0.{1,2}'" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001599723, - "rows_read": 18, - "bytes_read": 724 - } -} diff --git a/parser/testdata/01431_finish_sorting_with_consts/ast.json b/parser/testdata/01431_finish_sorting_with_consts/ast.json deleted file mode 100644 index 09635d0eed..0000000000 --- a/parser/testdata/01431_finish_sorting_with_consts/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk_func (children 1)" - }, - { - "explain": " Identifier pk_func" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001682912, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01431_utf8_ubsan/ast.json b/parser/testdata/01431_utf8_ubsan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01431_utf8_ubsan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01432_parse_date_time_best_effort_timestamp/ast.json b/parser/testdata/01432_parse_date_time_best_effort_timestamp/ast.json deleted file mode 100644 index c87d13ad82..0000000000 --- a/parser/testdata/01432_parse_date_time_best_effort_timestamp/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function parseDateTimeBestEffort (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1596752940'" - }, - { - "explain": " Literal 'Asia\/Istanbul'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001452853, - "rows_read": 8, - "bytes_read": 317 - } -} diff --git a/parser/testdata/01433_hex_float/ast.json b/parser/testdata/01433_hex_float/ast.json deleted file mode 100644 index 4026fb1f4f..0000000000 --- a/parser/testdata/01433_hex_float/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery t (children 2)" - }, - { - "explain": " Identifier t" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration x (children 1)" - }, - { - "explain": " DataType Float64" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001249077, - "rows_read": 6, - "bytes_read": 203 - } -} diff --git a/parser/testdata/01434_netloc_fuzz/ast.json b/parser/testdata/01434_netloc_fuzz/ast.json deleted file mode 100644 index 3669d67aab..0000000000 --- a/parser/testdata/01434_netloc_fuzz/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function netloc (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '<\\'[%UzO'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001507661, - "rows_read": 7, - "bytes_read": 261 - } -} diff --git a/parser/testdata/01435_lcm_overflow/ast.json b/parser/testdata/01435_lcm_overflow/ast.json deleted file mode 100644 index fec51bae37..0000000000 --- a/parser/testdata/01435_lcm_overflow/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function lcm (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_15" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001631819, - "rows_read": 8, - "bytes_read": 288 - } -} diff --git a/parser/testdata/01436_storage_merge_with_join_push_down/ast.json b/parser/testdata/01436_storage_merge_with_join_push_down/ast.json deleted file mode 100644 index ef81b8751c..0000000000 --- a/parser/testdata/01436_storage_merge_with_join_push_down/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1 (children 1)" - }, - { - "explain": " Identifier test1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001188645, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01440_big_int_arithm/ast.json b/parser/testdata/01440_big_int_arithm/ast.json deleted file mode 100644 index 26d2baa3c8..0000000000 --- a/parser/testdata/01440_big_int_arithm/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function plus (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toInt128 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Function toInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function plus (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toInt256 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Function toInt8 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.001694493, - "rows_read": 26, - "bytes_read": 1013 - } -} diff --git a/parser/testdata/01440_big_int_exotic_casts/ast.json b/parser/testdata/01440_big_int_exotic_casts/ast.json deleted file mode 100644 index f2cb8ee138..0000000000 --- a/parser/testdata/01440_big_int_exotic_casts/ast.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Function multiply (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toUInt32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toDecimal64 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_6" - }, - { - "explain": " Function toDecimal256 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_7" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers_mt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - } - ], - - "rows": 38, - - "statistics": - { - "elapsed": 0.002426246, - "rows_read": 38, - "bytes_read": 1447 - } -} diff --git a/parser/testdata/01440_big_int_least_greatest/ast.json b/parser/testdata/01440_big_int_least_greatest/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01440_big_int_least_greatest/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01440_big_int_shift/ast.json b/parser/testdata/01440_big_int_shift/ast.json deleted file mode 100644 index c5c9cee465..0000000000 --- a/parser/testdata/01440_big_int_shift/ast.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function bitShiftLeft (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toInt128 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function bitShiftRight (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_127" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - } - ], - - "rows": 29, - - "statistics": - { - "elapsed": 0.001604217, - "rows_read": 29, - "bytes_read": 1129 - } -} diff --git a/parser/testdata/01440_to_date_monotonicity/ast.json b/parser/testdata/01440_to_date_monotonicity/ast.json deleted file mode 100644 index fc261fdf07..0000000000 --- a/parser/testdata/01440_to_date_monotonicity/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tdm (children 1)" - }, - { - "explain": " Identifier tdm" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001537029, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01441_array_combinator/ast.json b/parser/testdata/01441_array_combinator/ast.json deleted file mode 100644 index 279840ae77..0000000000 --- a/parser/testdata/01441_array_combinator/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (alias k) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Function sumArray (alias v) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function emptyArrayUInt8 (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001783345, - "rows_read": 23, - "bytes_read": 891 - } -} diff --git a/parser/testdata/01441_low_cardinality_array_index/ast.json b/parser/testdata/01441_low_cardinality_array_index/ast.json deleted file mode 100644 index 83f3ef573c..0000000000 --- a/parser/testdata/01441_low_cardinality_array_index/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001404785, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01442_date_time_with_params/ast.json b/parser/testdata/01442_date_time_with_params/ast.json deleted file mode 100644 index 97a5a2ca1f..0000000000 --- a/parser/testdata/01442_date_time_with_params/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000987735, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01442_h3kring_range_check/ast.json b/parser/testdata/01442_h3kring_range_check/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01442_h3kring_range_check/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01447_json_strings/ast.json b/parser/testdata/01447_json_strings/ast.json deleted file mode 100644 index f31bf750b4..0000000000 --- a/parser/testdata/01447_json_strings/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001169762, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01448_json_compact_strings_each_row/ast.json b/parser/testdata/01448_json_compact_strings_each_row/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01448_json_compact_strings_each_row/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01449_json_compact_strings/ast.json b/parser/testdata/01449_json_compact_strings/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01449_json_compact_strings/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01450_set_null_const/ast.json b/parser/testdata/01450_set_null_const/ast.json deleted file mode 100644 index ff6e8f99b0..0000000000 --- a/parser/testdata/01450_set_null_const/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_mtree (children 1)" - }, - { - "explain": " Identifier test_mtree" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000999686, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01451_detach_drop_part/ast.json b/parser/testdata/01451_detach_drop_part/ast.json deleted file mode 100644 index 7fad24c6d6..0000000000 --- a/parser/testdata/01451_detach_drop_part/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mt_01451 (children 1)" - }, - { - "explain": " Identifier mt_01451" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000936728, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01451_normalize_query/ast.json b/parser/testdata/01451_normalize_query/ast.json deleted file mode 100644 index 4b08d14a83..0000000000 --- a/parser/testdata/01451_normalize_query/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function normalizeQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'SELECT 1'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001270608, - "rows_read": 7, - "bytes_read": 269 - } -} diff --git a/parser/testdata/01451_replicated_detach_drop_and_quorum_long/ast.json b/parser/testdata/01451_replicated_detach_drop_and_quorum_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01451_replicated_detach_drop_and_quorum_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01451_replicated_detach_drop_part_long/ast.json b/parser/testdata/01451_replicated_detach_drop_part_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01451_replicated_detach_drop_part_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01452_normalized_query_hash/ast.json b/parser/testdata/01452_normalized_query_hash/ast.json deleted file mode 100644 index 9728719c38..0000000000 --- a/parser/testdata/01452_normalized_query_hash/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function normalizedQueryHash (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'SELECT 1'" - }, - { - "explain": " Function normalizedQueryHash (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'SELECT 2'" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001176912, - "rows_read": 12, - "bytes_read": 491 - } -} diff --git a/parser/testdata/01453_fixsed_string_sort/ast.json b/parser/testdata/01453_fixsed_string_sort/ast.json deleted file mode 100644 index 9ffb554df6..0000000000 --- a/parser/testdata/01453_fixsed_string_sort/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery badFixedStringSort (children 1)" - }, - { - "explain": " Identifier badFixedStringSort" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001304994, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/01453_normalize_query_alias_uuid/ast.json b/parser/testdata/01453_normalize_query_alias_uuid/ast.json deleted file mode 100644 index 5a8bbc2814..0000000000 --- a/parser/testdata/01453_normalize_query_alias_uuid/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function normalizeQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'SELECT 1 AS `aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee`'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001647162, - "rows_read": 7, - "bytes_read": 311 - } -} diff --git a/parser/testdata/01455_default_compression/ast.json b/parser/testdata/01455_default_compression/ast.json deleted file mode 100644 index cae1607635..0000000000 --- a/parser/testdata/01455_default_compression/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery compress_table (children 1)" - }, - { - "explain": " Identifier compress_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001646142, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01455_nullable_type_with_if_agg_combinator/ast.json b/parser/testdata/01455_nullable_type_with_if_agg_combinator/ast.json deleted file mode 100644 index 069daae721..0000000000 --- a/parser/testdata/01455_nullable_type_with_if_agg_combinator/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001052875, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01455_optimize_trivial_insert_select/ast.json b/parser/testdata/01455_optimize_trivial_insert_select/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01455_optimize_trivial_insert_select/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01455_rank_correlation_spearman/ast.json b/parser/testdata/01455_rank_correlation_spearman/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01455_rank_correlation_spearman/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01455_shard_leaf_max_rows_bytes_to_read/ast.json b/parser/testdata/01455_shard_leaf_max_rows_bytes_to_read/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01455_shard_leaf_max_rows_bytes_to_read/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01455_time_zones/ast.json b/parser/testdata/01455_time_zones/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01455_time_zones/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01456_ast_optimizations_over_distributed/ast.json b/parser/testdata/01456_ast_optimizations_over_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01456_ast_optimizations_over_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01456_low_cardinality_sorting_bugfix/ast.json b/parser/testdata/01456_low_cardinality_sorting_bugfix/ast.json deleted file mode 100644 index fb94e327bf..0000000000 --- a/parser/testdata/01456_low_cardinality_sorting_bugfix/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery order_test1 (children 1)" - }, - { - "explain": " Identifier order_test1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001125787, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01456_min_negative_decimal_formatting/ast.json b/parser/testdata/01456_min_negative_decimal_formatting/ast.json deleted file mode 100644 index 02efd9661e..0000000000 --- a/parser/testdata/01456_min_negative_decimal_formatting/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal64 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001241073, - "rows_read": 8, - "bytes_read": 312 - } -} diff --git a/parser/testdata/01456_modify_column_type_via_add_drop_update/ast.json b/parser/testdata/01456_modify_column_type_via_add_drop_update/ast.json deleted file mode 100644 index dd19bc5249..0000000000 --- a/parser/testdata/01456_modify_column_type_via_add_drop_update/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tbl (children 1)" - }, - { - "explain": " Identifier tbl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001217854, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01457_compile_expressions_fuzzer/ast.json b/parser/testdata/01457_compile_expressions_fuzzer/ast.json deleted file mode 100644 index dde38222cc..0000000000 --- a/parser/testdata/01457_compile_expressions_fuzzer/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001404736, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01457_create_as_table_function_structure/ast.json b/parser/testdata/01457_create_as_table_function_structure/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01457_create_as_table_function_structure/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01457_int256_hashing/ast.json b/parser/testdata/01457_int256_hashing/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01457_int256_hashing/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01457_min_index_granularity_bytes_setting/ast.json b/parser/testdata/01457_min_index_granularity_bytes_setting/ast.json deleted file mode 100644 index cedd602295..0000000000 --- a/parser/testdata/01457_min_index_granularity_bytes_setting/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery invalid_min_index_granularity_bytes_setting (children 1)" - }, - { - "explain": " Identifier invalid_min_index_granularity_bytes_setting" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001899778, - "rows_read": 2, - "bytes_read": 138 - } -} diff --git a/parser/testdata/01457_order_by_limit/ast.json b/parser/testdata/01457_order_by_limit/ast.json deleted file mode 100644 index a3eca75e32..0000000000 --- a/parser/testdata/01457_order_by_limit/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery order_by_another (children 1)" - }, - { - "explain": " Identifier order_by_another" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001602259, - "rows_read": 2, - "bytes_read": 84 - } -} diff --git a/parser/testdata/01457_order_by_nulls_first/ast.json b/parser/testdata/01457_order_by_nulls_first/ast.json deleted file mode 100644 index 698adef491..0000000000 --- a/parser/testdata/01457_order_by_nulls_first/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery order_by_nulls_first (children 1)" - }, - { - "explain": " Identifier order_by_nulls_first" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001685377, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/01458_count_digits/ast.json b/parser/testdata/01458_count_digits/ast.json deleted file mode 100644 index 42398949f5..0000000000 --- a/parser/testdata/01458_count_digits/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function countDigits (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function countDigits (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_42" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Function countDigits (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_4.2" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001291395, - "rows_read": 22, - "bytes_read": 867 - } -} diff --git a/parser/testdata/01458_is_decimal_overflow/ast.json b/parser/testdata/01458_is_decimal_overflow/ast.json deleted file mode 100644 index a0bcb9f4ad..0000000000 --- a/parser/testdata/01458_is_decimal_overflow/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function isDecimalOverflow (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001337575, - "rows_read": 11, - "bytes_read": 423 - } -} diff --git a/parser/testdata/01458_named_tuple_millin/ast.json b/parser/testdata/01458_named_tuple_millin/ast.json deleted file mode 100644 index 8ded8804df..0000000000 --- a/parser/testdata/01458_named_tuple_millin/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tuple (children 1)" - }, - { - "explain": " Identifier tuple" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001057839, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01459_decimal_casts/ast.json b/parser/testdata/01459_decimal_casts/ast.json deleted file mode 100644 index e0d4c01080..0000000000 --- a/parser/testdata/01459_decimal_casts/ast.json +++ /dev/null @@ -1,109 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 5)" - }, - { - "explain": " Function toUInt32 (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toDecimal64 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Function toDecimal128 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_6" - }, - { - "explain": " Function toDecimal256 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_7" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 29, - - "statistics": - { - "elapsed": 0.001286131, - "rows_read": 29, - "bytes_read": 1090 - } -} diff --git a/parser/testdata/01459_default_value_of_argument_type_nullptr_dereference/ast.json b/parser/testdata/01459_default_value_of_argument_type_nullptr_dereference/ast.json deleted file mode 100644 index 4b1344de77..0000000000 --- a/parser/testdata/01459_default_value_of_argument_type_nullptr_dereference/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function defaultValueOfTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function FQDN (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.00113181, - "rows_read": 8, - "bytes_read": 314 - } -} diff --git a/parser/testdata/01460_allow_dollar_and_number_in_identifier/ast.json b/parser/testdata/01460_allow_dollar_and_number_in_identifier/ast.json deleted file mode 100644 index 29883e92f7..0000000000 --- a/parser/testdata/01460_allow_dollar_and_number_in_identifier/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias $alias$name$)" - }, - { - "explain": " Identifier TSVWithNames" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001468206, - "rows_read": 6, - "bytes_read": 230 - } -} diff --git a/parser/testdata/01460_mark_inclusion_search_crash/ast.json b/parser/testdata/01460_mark_inclusion_search_crash/ast.json deleted file mode 100644 index 2586c77b27..0000000000 --- a/parser/testdata/01460_mark_inclusion_search_crash/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery pk (children 1)" - }, - { - "explain": " Identifier pk" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001460094, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01461_alter_table_function/ast.json b/parser/testdata/01461_alter_table_function/ast.json deleted file mode 100644 index 90befe6433..0000000000 --- a/parser/testdata/01461_alter_table_function/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_from_remote (children 1)" - }, - { - "explain": " Identifier table_from_remote" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.0010409, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/01461_query_start_time_microseconds/ast.json b/parser/testdata/01461_query_start_time_microseconds/ast.json deleted file mode 100644 index 65c9475087..0000000000 --- a/parser/testdata/01461_query_start_time_microseconds/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001495021, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01462_test_codec_on_alias/ast.json b/parser/testdata/01462_test_codec_on_alias/ast.json deleted file mode 100644 index e1617e4cb3..0000000000 --- a/parser/testdata/01462_test_codec_on_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery compression_codec_on_alias (children 1)" - }, - { - "explain": " Identifier compression_codec_on_alias" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001066811, - "rows_read": 2, - "bytes_read": 104 - } -} diff --git a/parser/testdata/01463_resample_overflow/ast.json b/parser/testdata/01463_resample_overflow/ast.json deleted file mode 100644 index 97f110385e..0000000000 --- a/parser/testdata/01463_resample_overflow/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArrayResample (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function toInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Literal UInt64_9223372036854775807" - }, - { - "explain": " Literal UInt64_9223372036854775807" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_7" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001237909, - "rows_read": 20, - "bytes_read": 826 - } -} diff --git a/parser/testdata/01465_ttl_recompression/ast.json b/parser/testdata/01465_ttl_recompression/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01465_ttl_recompression/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01470_columns_transformers/ast.json b/parser/testdata/01470_columns_transformers/ast.json deleted file mode 100644 index 3079ddb447..0000000000 --- a/parser/testdata/01470_columns_transformers/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery columns_transformers (children 1)" - }, - { - "explain": " Identifier columns_transformers" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001603351, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/01470_columns_transformers2/ast.json b/parser/testdata/01470_columns_transformers2/ast.json deleted file mode 100644 index f31f679b27..0000000000 --- a/parser/testdata/01470_columns_transformers2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery columns_transformers (children 1)" - }, - { - "explain": " Identifier columns_transformers" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001384668, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/01470_explain/ast.json b/parser/testdata/01470_explain/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01470_explain/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01470_show_databases_like/ast.json b/parser/testdata/01470_show_databases_like/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01470_show_databases_like/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01470_test_insert_select_asterisk/ast.json b/parser/testdata/01470_test_insert_select_asterisk/ast.json deleted file mode 100644 index ce5ce805ce..0000000000 --- a/parser/testdata/01470_test_insert_select_asterisk/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery insert_select_dst (children 1)" - }, - { - "explain": " Identifier insert_select_dst" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001555192, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/01471_calculate_ttl_during_merge/ast.json b/parser/testdata/01471_calculate_ttl_during_merge/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01471_calculate_ttl_during_merge/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01471_limit_by_format/ast.json b/parser/testdata/01471_limit_by_format/ast.json deleted file mode 100644 index 2d6bd8df14..0000000000 --- a/parser/testdata/01471_limit_by_format/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Explain EXPLAIN SYNTAX (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001100606, - "rows_read": 14, - "bytes_read": 512 - } -} diff --git a/parser/testdata/01471_top_k_range_check/ast.json b/parser/testdata/01471_top_k_range_check/ast.json deleted file mode 100644 index 2776fc2c1e..0000000000 --- a/parser/testdata/01471_top_k_range_check/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function topKWeighted (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1025" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001436329, - "rows_read": 17, - "bytes_read": 690 - } -} diff --git a/parser/testdata/01471_with_format/ast.json b/parser/testdata/01471_with_format/ast.json deleted file mode 100644 index c7ff6327d0..0000000000 --- a/parser/testdata/01471_with_format/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Explain EXPLAIN SYNTAX (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001360113, - "rows_read": 8, - "bytes_read": 293 - } -} diff --git a/parser/testdata/01472_many_rows_in_totals/ast.json b/parser/testdata/01472_many_rows_in_totals/ast.json deleted file mode 100644 index d353924fee..0000000000 --- a/parser/testdata/01472_many_rows_in_totals/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001786925, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01472_toBoundsOfInterval_disallow_empty_tz_field/ast.json b/parser/testdata/01472_toBoundsOfInterval_disallow_empty_tz_field/ast.json deleted file mode 100644 index ad9a6fb600..0000000000 --- a/parser/testdata/01472_toBoundsOfInterval_disallow_empty_tz_field/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toStartOfDay (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '2017-12-31 00:00:00'" - }, - { - "explain": " Literal 'UTC'" - }, - { - "explain": " Literal ''" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001003395, - "rows_read": 11, - "bytes_read": 421 - } -} diff --git a/parser/testdata/01473_event_time_microseconds/ast.json b/parser/testdata/01473_event_time_microseconds/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01473_event_time_microseconds/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01473_system_events_zeroes/ast.json b/parser/testdata/01473_system_events_zeroes/ast.json deleted file mode 100644 index ccd4f82b25..0000000000 --- a/parser/testdata/01473_system_events_zeroes/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001376352, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01474_bad_global_join/ast.json b/parser/testdata/01474_bad_global_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01474_bad_global_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01474_decimal_scale_bug/ast.json b/parser/testdata/01474_decimal_scale_bug/ast.json deleted file mode 100644 index c2c3eb31ef..0000000000 --- a/parser/testdata/01474_decimal_scale_bug/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function multiply (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.00160828, - "rows_read": 17, - "bytes_read": 657 - } -} diff --git a/parser/testdata/01474_executable_dictionary/ast.json b/parser/testdata/01474_executable_dictionary/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01474_executable_dictionary/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01475_fix_bigint_shift/ast.json b/parser/testdata/01475_fix_bigint_shift/ast.json deleted file mode 100644 index 5a3360f6e4..0000000000 --- a/parser/testdata/01475_fix_bigint_shift/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bitShiftLeft (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Int64_-2" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001582968, - "rows_read": 10, - "bytes_read": 382 - } -} diff --git a/parser/testdata/01475_mutation_with_if/ast.json b/parser/testdata/01475_mutation_with_if/ast.json deleted file mode 100644 index af1f06ae0e..0000000000 --- a/parser/testdata/01475_mutation_with_if/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mutation_table (children 1)" - }, - { - "explain": " Identifier mutation_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001131363, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01475_read_subcolumns/ast.json b/parser/testdata/01475_read_subcolumns/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01475_read_subcolumns/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01475_read_subcolumns_2/ast.json b/parser/testdata/01475_read_subcolumns_2/ast.json deleted file mode 100644 index a9034f0c80..0000000000 --- a/parser/testdata/01475_read_subcolumns_2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery subcolumns (children 1)" - }, - { - "explain": " Identifier subcolumns" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001148219, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01475_read_subcolumns_3/ast.json b/parser/testdata/01475_read_subcolumns_3/ast.json deleted file mode 100644 index 14a0780503..0000000000 --- a/parser/testdata/01475_read_subcolumns_3/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery null_subcolumns (children 1)" - }, - { - "explain": " Identifier null_subcolumns" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001509525, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/01476_right_full_join_switch/ast.json b/parser/testdata/01476_right_full_join_switch/ast.json deleted file mode 100644 index 556a425533..0000000000 --- a/parser/testdata/01476_right_full_join_switch/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001303134, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01478_not_equi-join_on/ast.json b/parser/testdata/01478_not_equi-join_on/ast.json deleted file mode 100644 index 1ea81934e7..0000000000 --- a/parser/testdata/01478_not_equi-join_on/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias foo) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL (alias a)" - }, - { - "explain": " Literal UInt64_1 (alias b)" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001601326, - "rows_read": 15, - "bytes_read": 614 - } -} diff --git a/parser/testdata/01479_cross_join_9855/ast.json b/parser/testdata/01479_cross_join_9855/ast.json deleted file mode 100644 index 9857aa3419..0000000000 --- a/parser/testdata/01479_cross_join_9855/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001115058, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01480_binary_operator_monotonicity/ast.json b/parser/testdata/01480_binary_operator_monotonicity/ast.json deleted file mode 100644 index 82c0ba6a62..0000000000 --- a/parser/testdata/01480_binary_operator_monotonicity/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery binary_op_mono1 (children 1)" - }, - { - "explain": " Identifier binary_op_mono1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001220691, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/01481_join_with_materialized/ast.json b/parser/testdata/01481_join_with_materialized/ast.json deleted file mode 100644 index 53fcb67eb7..0000000000 --- a/parser/testdata/01481_join_with_materialized/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001222319, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01482_move_to_prewhere_and_cast/ast.json b/parser/testdata/01482_move_to_prewhere_and_cast/ast.json deleted file mode 100644 index c31306e6d2..0000000000 --- a/parser/testdata/01482_move_to_prewhere_and_cast/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery APPLICATION (children 1)" - }, - { - "explain": " Identifier APPLICATION" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00112724, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01483_merge_table_join_and_group_by/ast.json b/parser/testdata/01483_merge_table_join_and_group_by/ast.json deleted file mode 100644 index ff0a41923d..0000000000 --- a/parser/testdata/01483_merge_table_join_and_group_by/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery a (children 1)" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001027598, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01485_256_bit_multiply/ast.json b/parser/testdata/01485_256_bit_multiply/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01485_256_bit_multiply/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01486_json_array_output/ast.json b/parser/testdata/01486_json_array_output/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01486_json_array_output/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01490_nullable_string_to_enum/ast.json b/parser/testdata/01490_nullable_string_to_enum/ast.json deleted file mode 100644 index 29b5c081fd..0000000000 --- a/parser/testdata/01490_nullable_string_to_enum/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t_enum (children 1)" - }, - { - "explain": " Identifier t_enum" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00112912, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/01491_nested_multiline_comments/ast.json b/parser/testdata/01491_nested_multiline_comments/ast.json deleted file mode 100644 index cf597f08ac..0000000000 --- a/parser/testdata/01491_nested_multiline_comments/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001403508, - "rows_read": 5, - "bytes_read": 177 - } -} diff --git a/parser/testdata/01492_array_join_crash_13829/ast.json b/parser/testdata/01492_array_join_crash_13829/ast.json deleted file mode 100644 index 872a0455e1..0000000000 --- a/parser/testdata/01492_array_join_crash_13829/ast.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function countEqual (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[NULL, NULL, NULL]" - }, - { - "explain": " Literal NULL (alias x)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_255, UInt64_1025, NULL, NULL]" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_2, UInt64_1048576, NULL, NULL]" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 27, - - "statistics": - { - "elapsed": 0.001698168, - "rows_read": 27, - "bytes_read": 1214 - } -} diff --git a/parser/testdata/01492_format_readable_quantity/ast.json b/parser/testdata/01492_format_readable_quantity/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01492_format_readable_quantity/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01493_alter_remove_no_property_zookeeper_long/ast.json b/parser/testdata/01493_alter_remove_no_property_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01493_alter_remove_no_property_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01493_alter_remove_properties/ast.json b/parser/testdata/01493_alter_remove_properties/ast.json deleted file mode 100644 index 743ebe7618..0000000000 --- a/parser/testdata/01493_alter_remove_properties/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery prop_table (children 1)" - }, - { - "explain": " Identifier prop_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001424097, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01493_alter_remove_properties_zookeeper/ast.json b/parser/testdata/01493_alter_remove_properties_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01493_alter_remove_properties_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01493_alter_remove_wrong_default/ast.json b/parser/testdata/01493_alter_remove_wrong_default/ast.json deleted file mode 100644 index b43342eaef..0000000000 --- a/parser/testdata/01493_alter_remove_wrong_default/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery default_table (children 1)" - }, - { - "explain": " Identifier default_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001351555, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01493_storage_set_persistency/ast.json b/parser/testdata/01493_storage_set_persistency/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01493_storage_set_persistency/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01493_table_function_null/ast.json b/parser/testdata/01493_table_function_null/ast.json deleted file mode 100644 index 9433a5a4ab..0000000000 --- a/parser/testdata/01493_table_function_null/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "InsertQuery (children 2)" - }, - { - "explain": " Function null (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'number UInt64'" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers_mt (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10000" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001381391, - "rows_read": 15, - "bytes_read": 579 - } -} diff --git a/parser/testdata/01494_storage_join_persistency/ast.json b/parser/testdata/01494_storage_join_persistency/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01494_storage_join_persistency/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01495_subqueries_in_with_statement/ast.json b/parser/testdata/01495_subqueries_in_with_statement/ast.json deleted file mode 100644 index d8c022734a..0000000000 --- a/parser/testdata/01495_subqueries_in_with_statement/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1 (children 1)" - }, - { - "explain": " Identifier test1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001333971, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01495_subqueries_in_with_statement_2/ast.json b/parser/testdata/01495_subqueries_in_with_statement_2/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01495_subqueries_in_with_statement_2/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01495_subqueries_in_with_statement_3/ast.json b/parser/testdata/01495_subqueries_in_with_statement_3/ast.json deleted file mode 100644 index 432b5a41cd..0000000000 --- a/parser/testdata/01495_subqueries_in_with_statement_3/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery cte1 (children 1)" - }, - { - "explain": " Identifier cte1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001368598, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01495_subqueries_in_with_statement_4/ast.json b/parser/testdata/01495_subqueries_in_with_statement_4/ast.json deleted file mode 100644 index fbc29485d2..0000000000 --- a/parser/testdata/01495_subqueries_in_with_statement_4/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " WithElement (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier it.number" - }, - { - "explain": " Identifier i.number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier it (alias i)" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.00152984, - "rows_read": 24, - "bytes_read": 984 - } -} diff --git a/parser/testdata/01496_signedness_conversion_monotonicity/ast.json b/parser/testdata/01496_signedness_conversion_monotonicity/ast.json deleted file mode 100644 index 3b34e17d61..0000000000 --- a/parser/testdata/01496_signedness_conversion_monotonicity/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1 (children 1)" - }, - { - "explain": " Identifier test1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001228803, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01497_alias_on_default_array/ast.json b/parser/testdata/01497_alias_on_default_array/ast.json deleted file mode 100644 index bea6da9a7a..0000000000 --- a/parser/testdata/01497_alias_on_default_array/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_new_col (children 1)" - }, - { - "explain": " Identifier test_new_col" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00111194, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01497_extract_all_groups_empty_match/ast.json b/parser/testdata/01497_extract_all_groups_empty_match/ast.json deleted file mode 100644 index 7b074b8da9..0000000000 --- a/parser/testdata/01497_extract_all_groups_empty_match/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function extractAllGroupsVertical (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '@#$%^&*'" - }, - { - "explain": " Literal '(\\\\w*)'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001008213, - "rows_read": 8, - "bytes_read": 308 - } -} diff --git a/parser/testdata/01497_mutation_support_for_storage_memory/ast.json b/parser/testdata/01497_mutation_support_for_storage_memory/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01497_mutation_support_for_storage_memory/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01497_now_support_timezone/ast.json b/parser/testdata/01497_now_support_timezone/ast.json deleted file mode 100644 index 7d3a6c640b..0000000000 --- a/parser/testdata/01497_now_support_timezone/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toHour (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function now (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Asia\/Shanghai'" - }, - { - "explain": " Function toHour (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function now (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'UTC'" - }, - { - "explain": " Literal Tuple_(UInt64_8, Int64_-16)" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001249336, - "rows_read": 19, - "bytes_read": 787 - } -} diff --git a/parser/testdata/01498_alter_column_storage_memory/ast.json b/parser/testdata/01498_alter_column_storage_memory/ast.json deleted file mode 100644 index 0c6ccac268..0000000000 --- a/parser/testdata/01498_alter_column_storage_memory/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001129138, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01499_json_named_tuples/ast.json b/parser/testdata/01499_json_named_tuples/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01499_json_named_tuples/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01499_log_deadlock/ast.json b/parser/testdata/01499_log_deadlock/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01499_log_deadlock/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01501_cache_dictionary_all_fields/ast.json b/parser/testdata/01501_cache_dictionary_all_fields/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01501_cache_dictionary_all_fields/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01502_bar_overflow/ast.json b/parser/testdata/01502_bar_overflow/ast.json deleted file mode 100644 index 6396ff8cd4..0000000000 --- a/parser/testdata/01502_bar_overflow/ast.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bar (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function greatCircleAngle (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Literal UInt64_1023" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1048575" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 28, - - "statistics": - { - "elapsed": 0.001145693, - "rows_read": 28, - "bytes_read": 1111 - } -} diff --git a/parser/testdata/01503_fixed_string_primary_key/ast.json b/parser/testdata/01503_fixed_string_primary_key/ast.json deleted file mode 100644 index 7276e322f1..0000000000 --- a/parser/testdata/01503_fixed_string_primary_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.000972976, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01503_if_const_optimization/ast.json b/parser/testdata/01503_if_const_optimization/ast.json deleted file mode 100644 index 2e05645887..0000000000 --- a/parser/testdata/01503_if_const_optimization/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function if (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - }, - { - "explain": " Literal '2.55'" - }, - { - "explain": " Literal NULL" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001453163, - "rows_read": 12, - "bytes_read": 440 - } -} diff --git a/parser/testdata/01504_compression_multiple_streams/ast.json b/parser/testdata/01504_compression_multiple_streams/ast.json deleted file mode 100644 index d41b37c959..0000000000 --- a/parser/testdata/01504_compression_multiple_streams/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery columns_with_multiple_streams (children 1)" - }, - { - "explain": " Identifier columns_with_multiple_streams" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001696026, - "rows_read": 2, - "bytes_read": 110 - } -} diff --git a/parser/testdata/01504_rocksdb/ast.json b/parser/testdata/01504_rocksdb/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01504_rocksdb/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01504_view_type_conversion/ast.json b/parser/testdata/01504_view_type_conversion/ast.json deleted file mode 100644 index 24f9a9b7f3..0000000000 --- a/parser/testdata/01504_view_type_conversion/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery testv (children 1)" - }, - { - "explain": " Identifier testv" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00137271, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01505_distributed_local_type_conversion_enum/ast.json b/parser/testdata/01505_distributed_local_type_conversion_enum/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01505_distributed_local_type_conversion_enum/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01505_log_distributed_deadlock/ast.json b/parser/testdata/01505_log_distributed_deadlock/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01505_log_distributed_deadlock/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01505_trivial_count_with_partition_predicate/ast.json b/parser/testdata/01505_trivial_count_with_partition_predicate/ast.json deleted file mode 100644 index 4d51599707..0000000000 --- a/parser/testdata/01505_trivial_count_with_partition_predicate/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test1 (children 1)" - }, - { - "explain": " Identifier test1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001217725, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01506_buffer_table_alter_block_structure/ast.json b/parser/testdata/01506_buffer_table_alter_block_structure/ast.json deleted file mode 100644 index fd2281b061..0000000000 --- a/parser/testdata/01506_buffer_table_alter_block_structure/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery buf_dest (children 1)" - }, - { - "explain": " Identifier buf_dest" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001235569, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01506_buffer_table_alter_block_structure_2/ast.json b/parser/testdata/01506_buffer_table_alter_block_structure_2/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01506_buffer_table_alter_block_structure_2/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01506_ttl_same_with_order_by/ast.json b/parser/testdata/01506_ttl_same_with_order_by/ast.json deleted file mode 100644 index bba5137de3..0000000000 --- a/parser/testdata/01506_ttl_same_with_order_by/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery derived_metrics_local (children 1)" - }, - { - "explain": " Identifier derived_metrics_local" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001183745, - "rows_read": 2, - "bytes_read": 94 - } -} diff --git a/parser/testdata/01507_multiversion_storage_for_storagememory/ast.json b/parser/testdata/01507_multiversion_storage_for_storagememory/ast.json deleted file mode 100644 index 7cb103c547..0000000000 --- a/parser/testdata/01507_multiversion_storage_for_storagememory/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001445393, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01507_transform_null_in/ast.json b/parser/testdata/01507_transform_null_in/ast.json deleted file mode 100644 index 5b60bb4daa..0000000000 --- a/parser/testdata/01507_transform_null_in/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001510057, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01508_explain_header/ast.json b/parser/testdata/01508_explain_header/ast.json deleted file mode 100644 index aff330cb1a..0000000000 --- a/parser/testdata/01508_explain_header/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001010933, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01509_output_format_pretty_row_numbers/ast.json b/parser/testdata/01509_output_format_pretty_row_numbers/ast.json deleted file mode 100644 index 2aaf0287c4..0000000000 --- a/parser/testdata/01509_output_format_pretty_row_numbers/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001505813, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01509_parallel_quorum_insert_no_replicas_long/ast.json b/parser/testdata/01509_parallel_quorum_insert_no_replicas_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01509_parallel_quorum_insert_no_replicas_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01511_alter_version_versioned_collapsing_merge_tree/ast.json b/parser/testdata/01511_alter_version_versioned_collapsing_merge_tree/ast.json deleted file mode 100644 index d8b6ddbf94..0000000000 --- a/parser/testdata/01511_alter_version_versioned_collapsing_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_version (children 1)" - }, - { - "explain": " Identifier table_with_version" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001385562, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/01511_alter_version_versioned_collapsing_merge_tree_zookeeper/ast.json b/parser/testdata/01511_alter_version_versioned_collapsing_merge_tree_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01511_alter_version_versioned_collapsing_merge_tree_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01511_different_expression_with_same_alias/ast.json b/parser/testdata/01511_different_expression_with_same_alias/ast.json deleted file mode 100644 index d7876e7772..0000000000 --- a/parser/testdata/01511_different_expression_with_same_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery repro_hits (children 1)" - }, - { - "explain": " Identifier repro_hits" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00171662, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01511_format_readable_timedelta/ast.json b/parser/testdata/01511_format_readable_timedelta/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01511_format_readable_timedelta/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01511_prewhere_with_virtuals/ast.json b/parser/testdata/01511_prewhere_with_virtuals/ast.json deleted file mode 100644 index 0330dc6a75..0000000000 --- a/parser/testdata/01511_prewhere_with_virtuals/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_not_found_column_nothing (children 1)" - }, - { - "explain": " Identifier test_not_found_column_nothing" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001656581, - "rows_read": 2, - "bytes_read": 110 - } -} diff --git a/parser/testdata/01512_create_replicate_merge_tree_one_arg/ast.json b/parser/testdata/01512_create_replicate_merge_tree_one_arg/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01512_create_replicate_merge_tree_one_arg/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01513_count_without_select_sequence_consistency_zookeeper_long/ast.json b/parser/testdata/01513_count_without_select_sequence_consistency_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01513_count_without_select_sequence_consistency_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01513_defaults_on_defaults_no_column/ast.json b/parser/testdata/01513_defaults_on_defaults_no_column/ast.json deleted file mode 100644 index cdda995baa..0000000000 --- a/parser/testdata/01513_defaults_on_defaults_no_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults_on_defaults (children 1)" - }, - { - "explain": " Identifier defaults_on_defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001055663, - "rows_read": 2, - "bytes_read": 92 - } -} diff --git a/parser/testdata/01513_ilike_like_cache/ast.json b/parser/testdata/01513_ilike_like_cache/ast.json deleted file mode 100644 index 453586b039..0000000000 --- a/parser/testdata/01513_ilike_like_cache/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function like (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'hello'" - }, - { - "explain": " Literal 'hell%'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001132782, - "rows_read": 8, - "bytes_read": 285 - } -} diff --git a/parser/testdata/01513_optimize_aggregation_in_order_memory_long/ast.json b/parser/testdata/01513_optimize_aggregation_in_order_memory_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01513_optimize_aggregation_in_order_memory_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01514_empty_buffer_different_types/ast.json b/parser/testdata/01514_empty_buffer_different_types/ast.json deleted file mode 100644 index 9172dd604d..0000000000 --- a/parser/testdata/01514_empty_buffer_different_types/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001099442, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01514_input_format_csv_enum_as_number_setting/ast.json b/parser/testdata/01514_input_format_csv_enum_as_number_setting/ast.json deleted file mode 100644 index ce71c72f9b..0000000000 --- a/parser/testdata/01514_input_format_csv_enum_as_number_setting/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_enum_column_for_csv_insert (children 1)" - }, - { - "explain": " Identifier table_with_enum_column_for_csv_insert" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001121476, - "rows_read": 2, - "bytes_read": 126 - } -} diff --git a/parser/testdata/01514_input_format_json_enum_as_number/ast.json b/parser/testdata/01514_input_format_json_enum_as_number/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01514_input_format_json_enum_as_number/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01514_input_format_tsv_enum_as_number_setting/ast.json b/parser/testdata/01514_input_format_tsv_enum_as_number_setting/ast.json deleted file mode 100644 index 0f29e3cee8..0000000000 --- a/parser/testdata/01514_input_format_tsv_enum_as_number_setting/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_enum_column_for_tsv_insert (children 1)" - }, - { - "explain": " Identifier table_with_enum_column_for_tsv_insert" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001296544, - "rows_read": 2, - "bytes_read": 126 - } -} diff --git a/parser/testdata/01514_parallel_formatting/ast.json b/parser/testdata/01514_parallel_formatting/ast.json deleted file mode 100644 index f4c437f799..0000000000 --- a/parser/testdata/01514_parallel_formatting/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery tsv (children 1)" - }, - { - "explain": " Identifier tsv" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001028921, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01514_tid_function/ast.json b/parser/testdata/01514_tid_function/ast.json deleted file mode 100644 index e0f5111e47..0000000000 --- a/parser/testdata/01514_tid_function/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tid (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001143938, - "rows_read": 7, - "bytes_read": 237 - } -} diff --git a/parser/testdata/01515_force_data_skipping_indices/ast.json b/parser/testdata/01515_force_data_skipping_indices/ast.json deleted file mode 100644 index 21cafa9de9..0000000000 --- a/parser/testdata/01515_force_data_skipping_indices/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01515 (children 1)" - }, - { - "explain": " Identifier data_01515" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001032686, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01515_mv_and_array_join_optimisation_bag/ast.json b/parser/testdata/01515_mv_and_array_join_optimisation_bag/ast.json deleted file mode 100644 index 1581e378fe..0000000000 --- a/parser/testdata/01515_mv_and_array_join_optimisation_bag/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery visits (children 1)" - }, - { - "explain": " Identifier visits" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001412058, - "rows_read": 2, - "bytes_read": 65 - } -} diff --git a/parser/testdata/01515_with_global_and_with_propagation/ast.json b/parser/testdata/01515_with_global_and_with_propagation/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01515_with_global_and_with_propagation/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01516_create_table_primary_key/ast.json b/parser/testdata/01516_create_table_primary_key/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01516_create_table_primary_key/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01516_date_time_output_format/ast.json b/parser/testdata/01516_date_time_output_format/ast.json deleted file mode 100644 index 3ed6334bb5..0000000000 --- a/parser/testdata/01516_date_time_output_format/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_datetime (children 1)" - }, - { - "explain": " Identifier test_datetime" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001159387, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01517_drop_mv_with_inner_table/ast.json b/parser/testdata/01517_drop_mv_with_inner_table/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01517_drop_mv_with_inner_table/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01517_select_final_distributed/ast.json b/parser/testdata/01517_select_final_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01517_select_final_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01518_cast_nullable_virtual_system_column/ast.json b/parser/testdata/01518_cast_nullable_virtual_system_column/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01518_cast_nullable_virtual_system_column/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01518_filtering_aliased_materialized_column/ast.json b/parser/testdata/01518_filtering_aliased_materialized_column/ast.json deleted file mode 100644 index 68c2c0f5f2..0000000000 --- a/parser/testdata/01518_filtering_aliased_materialized_column/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery logs (children 1)" - }, - { - "explain": " Identifier logs" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00101451, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01518_nullable_aggregate_states1/ast.json b/parser/testdata/01518_nullable_aggregate_states1/ast.json deleted file mode 100644 index e88829ee6a..0000000000 --- a/parser/testdata/01518_nullable_aggregate_states1/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 7)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function max (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function min (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function avg (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - }, - { - "explain": " Function any (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier a" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001224464, - "rows_read": 24, - "bytes_read": 835 - } -} diff --git a/parser/testdata/01518_nullable_aggregate_states2/ast.json b/parser/testdata/01518_nullable_aggregate_states2/ast.json deleted file mode 100644 index 3805b76a98..0000000000 --- a/parser/testdata/01518_nullable_aggregate_states2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery testNullableStates (children 1)" - }, - { - "explain": " Identifier testNullableStates" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001255356, - "rows_read": 2, - "bytes_read": 88 - } -} diff --git a/parser/testdata/01518_select_in_null/ast.json b/parser/testdata/01518_select_in_null/ast.json deleted file mode 100644 index b66ea8a8fd..0000000000 --- a/parser/testdata/01518_select_in_null/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t1 (children 1)" - }, - { - "explain": " Identifier t1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001330433, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01519_topK_distributed_parametrized/ast.json b/parser/testdata/01519_topK_distributed_parametrized/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01519_topK_distributed_parametrized/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01521_alter_enum_and_reverse_read/ast.json b/parser/testdata/01521_alter_enum_and_reverse_read/ast.json deleted file mode 100644 index 9f538671ad..0000000000 --- a/parser/testdata/01521_alter_enum_and_reverse_read/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery enum_test (children 1)" - }, - { - "explain": " Identifier enum_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001442525, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01521_distributed_query_hang/ast.json b/parser/testdata/01521_distributed_query_hang/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01521_distributed_query_hang/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01521_format_readable_time_delta2/ast.json b/parser/testdata/01521_format_readable_time_delta2/ast.json deleted file mode 100644 index 7d27234843..0000000000 --- a/parser/testdata/01521_format_readable_time_delta2/ast.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function formatReadableTimeDelta (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function negate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_60" - }, - { - "explain": " Literal UInt64_3600" - }, - { - "explain": " Literal UInt64_86400" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_30.5" - }, - { - "explain": " Literal UInt64_86400" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_365" - }, - { - "explain": " Literal UInt64_86400" - } - ], - - "rows": 30, - - "statistics": - { - "elapsed": 0.001630073, - "rows_read": 30, - "bytes_read": 1324 - } -} diff --git a/parser/testdata/01521_global_in_prewhere_15792/ast.json b/parser/testdata/01521_global_in_prewhere_15792/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01521_global_in_prewhere_15792/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01521_max_length_alias/ast.json b/parser/testdata/01521_max_length_alias/ast.json deleted file mode 100644 index 754d6347eb..0000000000 --- a/parser/testdata/01521_max_length_alias/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery max_length_alias_14053 (children 1)" - }, - { - "explain": " Identifier max_length_alias_14053" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001239495, - "rows_read": 2, - "bytes_read": 96 - } -} diff --git a/parser/testdata/01522_validate_alter_default/ast.json b/parser/testdata/01522_validate_alter_default/ast.json deleted file mode 100644 index 69021a18e6..0000000000 --- a/parser/testdata/01522_validate_alter_default/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table2 (children 1)" - }, - { - "explain": " Identifier table2" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001487675, - "rows_read": 2, - "bytes_read": 64 - } -} diff --git a/parser/testdata/01523_date_time_compare_with_date_literal/ast.json b/parser/testdata/01523_date_time_compare_with_date_literal/ast.json deleted file mode 100644 index 4d69915fe4..0000000000 --- a/parser/testdata/01523_date_time_compare_with_date_literal/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001349473, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01523_interval_operator_support_string_literal/ast.json b/parser/testdata/01523_interval_operator_support_string_literal/ast.json deleted file mode 100644 index e0dc890795..0000000000 --- a/parser/testdata/01523_interval_operator_support_string_literal/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toIntervalYear (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_2" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001539652, - "rows_read": 7, - "bytes_read": 267 - } -} diff --git a/parser/testdata/01524_do_not_merge_across_partitions_select_final/ast.json b/parser/testdata/01524_do_not_merge_across_partitions_select_final/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01524_do_not_merge_across_partitions_select_final/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01525_select_with_offset_fetch_clause/ast.json b/parser/testdata/01525_select_with_offset_fetch_clause/ast.json deleted file mode 100644 index f251e2b1e5..0000000000 --- a/parser/testdata/01525_select_with_offset_fetch_clause/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_3" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001688342, - "rows_read": 16, - "bytes_read": 592 - } -} diff --git a/parser/testdata/01526_alter_add_and_modify_order_zookeeper/ast.json b/parser/testdata/01526_alter_add_and_modify_order_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01526_alter_add_and_modify_order_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01526_complex_key_dict_direct_layout/ast.json b/parser/testdata/01526_complex_key_dict_direct_layout/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01526_complex_key_dict_direct_layout/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01527_bad_aggregation_in_lambda/ast.json b/parser/testdata/01527_bad_aggregation_in_lambda/ast.json deleted file mode 100644 index 16896e907e..0000000000 --- a/parser/testdata/01527_bad_aggregation_in_lambda/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function range (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001082316, - "rows_read": 20, - "bytes_read": 789 - } -} diff --git a/parser/testdata/01527_dist_sharding_key_dictGet_reload/ast.json b/parser/testdata/01527_dist_sharding_key_dictGet_reload/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01527_dist_sharding_key_dictGet_reload/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01527_materialized_view_stack_overflow/ast.json b/parser/testdata/01527_materialized_view_stack_overflow/ast.json deleted file mode 100644 index db0a2c30b1..0000000000 --- a/parser/testdata/01527_materialized_view_stack_overflow/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001211065, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01528_allow_nondeterministic_optimize_skip_unused_shards/ast.json b/parser/testdata/01528_allow_nondeterministic_optimize_skip_unused_shards/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01528_allow_nondeterministic_optimize_skip_unused_shards/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01528_setting_aggregate_functions_null_for_empty/ast.json b/parser/testdata/01528_setting_aggregate_functions_null_for_empty/ast.json deleted file mode 100644 index 0641312fe4..0000000000 --- a/parser/testdata/01528_setting_aggregate_functions_null_for_empty/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery defaults (children 1)" - }, - { - "explain": " Identifier defaults" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001367139, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01528_to_uuid_or_null_or_zero/ast.json b/parser/testdata/01528_to_uuid_or_null_or_zero/ast.json deleted file mode 100644 index 2e01525b98..0000000000 --- a/parser/testdata/01528_to_uuid_or_null_or_zero/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery to_uuid_test (children 1)" - }, - { - "explain": " Identifier to_uuid_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001163141, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01529_union_distinct_and_setting_union_default_mode/ast.json b/parser/testdata/01529_union_distinct_and_setting_union_default_mode/ast.json deleted file mode 100644 index 37b1d0e2a1..0000000000 --- a/parser/testdata/01529_union_distinct_and_setting_union_default_mode/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001471682, - "rows_read": 5, - "bytes_read": 177 - } -} diff --git a/parser/testdata/01530_drop_database_atomic_sync/ast.json b/parser/testdata/01530_drop_database_atomic_sync/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01530_drop_database_atomic_sync/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01531_query_log_query_comment/ast.json b/parser/testdata/01531_query_log_query_comment/ast.json deleted file mode 100644 index c72568ef2e..0000000000 --- a/parser/testdata/01531_query_log_query_comment/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.000944408, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01532_collate_in_low_cardinality/ast.json b/parser/testdata/01532_collate_in_low_cardinality/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01532_collate_in_low_cardinality/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01532_execute_merges_on_single_replica_long/ast.json b/parser/testdata/01532_execute_merges_on_single_replica_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01532_execute_merges_on_single_replica_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01532_having_with_totals/ast.json b/parser/testdata/01532_having_with_totals/ast.json deleted file mode 100644 index 9c127db56b..0000000000 --- a/parser/testdata/01532_having_with_totals/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery local_t (children 1)" - }, - { - "explain": " Identifier local_t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001196551, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01532_min_max_with_modifiers/ast.json b/parser/testdata/01532_min_max_with_modifiers/ast.json deleted file mode 100644 index 2317a2c14c..0000000000 --- a/parser/testdata/01532_min_max_with_modifiers/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'totals'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001052014, - "rows_read": 5, - "bytes_read": 177 - } -} diff --git a/parser/testdata/01532_primary_key_without_order_by_zookeeper/ast.json b/parser/testdata/01532_primary_key_without_order_by_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01532_primary_key_without_order_by_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01532_tuple_with_name_type/ast.json b/parser/testdata/01532_tuple_with_name_type/ast.json deleted file mode 100644 index 7f52210661..0000000000 --- a/parser/testdata/01532_tuple_with_name_type/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_01532_1 (children 1)" - }, - { - "explain": " Identifier test_01532_1" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001270041, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01533_collate_in_nullable/ast.json b/parser/testdata/01533_collate_in_nullable/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01533_collate_in_nullable/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01533_distinct_depends_on_max_threads/ast.json b/parser/testdata/01533_distinct_depends_on_max_threads/ast.json deleted file mode 100644 index 42324714ef..0000000000 --- a/parser/testdata/01533_distinct_depends_on_max_threads/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery bug_13492 (children 1)" - }, - { - "explain": " Identifier bug_13492" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001371806, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01533_distinct_nullable_uuid/ast.json b/parser/testdata/01533_distinct_nullable_uuid/ast.json deleted file mode 100644 index 65a0767f12..0000000000 --- a/parser/testdata/01533_distinct_nullable_uuid/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery bug_14144 (children 1)" - }, - { - "explain": " Identifier bug_14144" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001189671, - "rows_read": 2, - "bytes_read": 70 - } -} diff --git a/parser/testdata/01533_multiple_nested/ast.json b/parser/testdata/01533_multiple_nested/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01533_multiple_nested/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01533_optimize_skip_merged_partitions/ast.json b/parser/testdata/01533_optimize_skip_merged_partitions/ast.json deleted file mode 100644 index 85e3a5bfc1..0000000000 --- a/parser/testdata/01533_optimize_skip_merged_partitions/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery optimize_final (children 1)" - }, - { - "explain": " Identifier optimize_final" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001438318, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01533_quantile_deterministic_assert/ast.json b/parser/testdata/01533_quantile_deterministic_assert/ast.json deleted file mode 100644 index a31e310244..0000000000 --- a/parser/testdata/01533_quantile_deterministic_assert/ast.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantileDeterministic (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function sipHash64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.0.0.{1,2}'" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_8193" - } - ], - - "rows": 19, - - "statistics": - { - "elapsed": 0.001510997, - "rows_read": 19, - "bytes_read": 779 - } -} diff --git a/parser/testdata/01533_sum_if_nullable_bug/ast.json b/parser/testdata/01533_sum_if_nullable_bug/ast.json deleted file mode 100644 index 65f7c2106d..0000000000 --- a/parser/testdata/01533_sum_if_nullable_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery T (children 1)" - }, - { - "explain": " Identifier T" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001194075, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01534_lambda_array_join/ast.json b/parser/testdata/01534_lambda_array_join/ast.json deleted file mode 100644 index 524d7c3d05..0000000000 --- a/parser/testdata/01534_lambda_array_join/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function lambda (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function concat (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1]" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal Array_[UInt64_1]" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001060087, - "rows_read": 23, - "bytes_read": 917 - } -} diff --git a/parser/testdata/01535_decimal_round_scale_overflow_check/ast.json b/parser/testdata/01535_decimal_round_scale_overflow_check/ast.json deleted file mode 100644 index 6b02fddf21..0000000000 --- a/parser/testdata/01535_decimal_round_scale_overflow_check/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function round (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDecimal32 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Int64_-9223372036854775806" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.00143498, - "rows_read": 11, - "bytes_read": 429 - } -} diff --git a/parser/testdata/01536_fuzz_cast/ast.json b/parser/testdata/01536_fuzz_cast/ast.json deleted file mode 100644 index 47c89a1d1e..0000000000 --- a/parser/testdata/01536_fuzz_cast/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001178355, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01537_fuzz_count_equal/ast.json b/parser/testdata/01537_fuzz_count_equal/ast.json deleted file mode 100644 index 05ee6fbf9c..0000000000 --- a/parser/testdata/01537_fuzz_count_equal/ast.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function countEqual (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[NULL, NULL, NULL]" - }, - { - "explain": " Literal NULL (alias x)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_255, UInt64_1025, NULL, NULL]" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_2, UInt64_1048576, NULL, NULL]" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 26, - - "statistics": - { - "elapsed": 0.00200637, - "rows_read": 26, - "bytes_read": 1190 - } -} diff --git a/parser/testdata/01538_fuzz_aggregate/ast.json b/parser/testdata/01538_fuzz_aggregate/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01538_fuzz_aggregate/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01540_verbatim_partition_pruning/ast.json b/parser/testdata/01540_verbatim_partition_pruning/ast.json deleted file mode 100644 index 98f06ee85d..0000000000 --- a/parser/testdata/01540_verbatim_partition_pruning/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery xy (children 1)" - }, - { - "explain": " Identifier xy" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001196475, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01542_collate_in_array/ast.json b/parser/testdata/01542_collate_in_array/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01542_collate_in_array/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01543_collate_in_tuple/ast.json b/parser/testdata/01543_collate_in_tuple/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01543_collate_in_tuple/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01543_parse_datetime_besteffort_or_null_empty_string/ast.json b/parser/testdata/01543_parse_datetime_besteffort_or_null_empty_string/ast.json deleted file mode 100644 index ac892a2c7c..0000000000 --- a/parser/testdata/01543_parse_datetime_besteffort_or_null_empty_string/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function parseDateTimeBestEffortOrNull (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2010-01-01'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.00108457, - "rows_read": 7, - "bytes_read": 286 - } -} diff --git a/parser/testdata/01543_toModifiedJulianDay/ast.json b/parser/testdata/01543_toModifiedJulianDay/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01543_toModifiedJulianDay/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01544_errorCodeToName/ast.json b/parser/testdata/01544_errorCodeToName/ast.json deleted file mode 100644 index 0c48187f07..0000000000 --- a/parser/testdata/01544_errorCodeToName/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function errorCodeToName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUInt32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Int64_-1" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001357949, - "rows_read": 9, - "bytes_read": 356 - } -} diff --git a/parser/testdata/01544_fromModifiedJulianDay/ast.json b/parser/testdata/01544_fromModifiedJulianDay/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01544_fromModifiedJulianDay/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01545_url_file_format_settings/ast.json b/parser/testdata/01545_url_file_format_settings/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01545_url_file_format_settings/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01546_log_queries_min_query_duration_ms/ast.json b/parser/testdata/01546_log_queries_min_query_duration_ms/ast.json deleted file mode 100644 index 5129f70243..0000000000 --- a/parser/testdata/01546_log_queries_min_query_duration_ms/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001168619, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01547_query_log_current_database/ast.json b/parser/testdata/01547_query_log_current_database/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01547_query_log_current_database/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01548_lzy305/ast.json b/parser/testdata/01548_lzy305/ast.json deleted file mode 100644 index 6b9f0e6306..0000000000 --- a/parser/testdata/01548_lzy305/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery fct_rt_dc_shop_sku_vender_day (children 1)" - }, - { - "explain": " Identifier fct_rt_dc_shop_sku_vender_day" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00121074, - "rows_read": 2, - "bytes_read": 110 - } -} diff --git a/parser/testdata/01548_uncomparable_columns_in_keys/ast.json b/parser/testdata/01548_uncomparable_columns_in_keys/ast.json deleted file mode 100644 index de38c15d37..0000000000 --- a/parser/testdata/01548_uncomparable_columns_in_keys/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery uncomparable_keys (children 1)" - }, - { - "explain": " Identifier uncomparable_keys" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001397724, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/01548_with_totals_having/ast.json b/parser/testdata/01548_with_totals_having/ast.json deleted file mode 100644 index f805a20c84..0000000000 --- a/parser/testdata/01548_with_totals_having/ast.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function lessOrEquals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 22, - - "statistics": - { - "elapsed": 0.001423765, - "rows_read": 22, - "bytes_read": 840 - } -} diff --git a/parser/testdata/01549_low_cardinality_materialized_view/ast.json b/parser/testdata/01549_low_cardinality_materialized_view/ast.json deleted file mode 100644 index 9b4c282c4d..0000000000 --- a/parser/testdata/01549_low_cardinality_materialized_view/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery HASH_MV (children 1)" - }, - { - "explain": " Identifier HASH_MV" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001202363, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01549_low_cardinality_mv_fuzz/ast.json b/parser/testdata/01549_low_cardinality_mv_fuzz/ast.json deleted file mode 100644 index b623129de2..0000000000 --- a/parser/testdata/01549_low_cardinality_mv_fuzz/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001020578, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01550_create_map_type/ast.json b/parser/testdata/01550_create_map_type/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01550_create_map_type/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01550_mutation_subquery/ast.json b/parser/testdata/01550_mutation_subquery/ast.json deleted file mode 100644 index dc4e765032..0000000000 --- a/parser/testdata/01550_mutation_subquery/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001458785, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01550_type_map_formats/ast.json b/parser/testdata/01550_type_map_formats/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01550_type_map_formats/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01551_context_uaf/ast.json b/parser/testdata/01551_context_uaf/ast.json deleted file mode 100644 index e66cb2bf63..0000000000 --- a/parser/testdata/01551_context_uaf/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery f (children 1)" - }, - { - "explain": " Identifier f" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001460242, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01551_mergetree_read_in_order_spread/ast.json b/parser/testdata/01551_mergetree_read_in_order_spread/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01551_mergetree_read_in_order_spread/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01552_alter_name_collision/ast.json b/parser/testdata/01552_alter_name_collision/ast.json deleted file mode 100644 index ba53dc209b..0000000000 --- a/parser/testdata/01552_alter_name_collision/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00127481, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01552_dict_fixedstring/ast.json b/parser/testdata/01552_dict_fixedstring/ast.json deleted file mode 100644 index d4c4bfa134..0000000000 --- a/parser/testdata/01552_dict_fixedstring/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery src (children 1)" - }, - { - "explain": " Identifier src" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00120363, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01552_impl_aggfunc_cloneresize/ast.json b/parser/testdata/01552_impl_aggfunc_cloneresize/ast.json deleted file mode 100644 index 670a3878d8..0000000000 --- a/parser/testdata/01552_impl_aggfunc_cloneresize/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_bm (children 1)" - }, - { - "explain": " Identifier test_bm" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001100115, - "rows_read": 2, - "bytes_read": 66 - } -} diff --git a/parser/testdata/01553_datetime64_comparison/ast.json b/parser/testdata/01553_datetime64_comparison/ast.json deleted file mode 100644 index f4903cbd5b..0000000000 --- a/parser/testdata/01553_datetime64_comparison/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery datetime64_cmp (children 1)" - }, - { - "explain": " Identifier datetime64_cmp" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001507591, - "rows_read": 2, - "bytes_read": 81 - } -} diff --git a/parser/testdata/01553_settings_early_apply/ast.json b/parser/testdata/01553_settings_early_apply/ast.json deleted file mode 100644 index 603f48ef16..0000000000 --- a/parser/testdata/01553_settings_early_apply/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001180085, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01554_bloom_filter_index_big_integer_uuid/ast.json b/parser/testdata/01554_bloom_filter_index_big_integer_uuid/ast.json deleted file mode 100644 index 1c9d9388c3..0000000000 --- a/parser/testdata/01554_bloom_filter_index_big_integer_uuid/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery 01154_test (children 3)" - }, - { - "explain": " Identifier 01154_test" - }, - { - "explain": " Columns definition (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration x (children 1)" - }, - { - "explain": " DataType Int128" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Index (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function bloom_filter (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_0.01" - }, - { - "explain": " Storage definition (children 3)" - }, - { - "explain": " Function MergeTree (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Set" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001319607, - "rows_read": 17, - "bytes_read": 571 - } -} diff --git a/parser/testdata/01554_interpreter_integer_float/ast.json b/parser/testdata/01554_interpreter_integer_float/ast.json deleted file mode 100644 index 2afa5bed44..0000000000 --- a/parser/testdata/01554_interpreter_integer_float/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function reinterpretAsFloat32 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_123456" - }, - { - "explain": " Literal 'UInt32'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001737097, - "rows_read": 10, - "bytes_read": 394 - } -} diff --git a/parser/testdata/01555_or_fill/ast.json b/parser/testdata/01555_or_fill/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01555_or_fill/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01555_system_distribution_queue_mask/ast.json b/parser/testdata/01555_system_distribution_queue_mask/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01555_system_distribution_queue_mask/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01556_accurate_cast_or_null/ast.json b/parser/testdata/01556_accurate_cast_or_null/ast.json deleted file mode 100644 index 858680cacc..0000000000 --- a/parser/testdata/01556_accurate_cast_or_null/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function accurateCastOrNull (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Literal 'UInt8'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001320581, - "rows_read": 8, - "bytes_read": 300 - } -} diff --git a/parser/testdata/01556_explain_select_with_union_query/ast.json b/parser/testdata/01556_explain_select_with_union_query/ast.json deleted file mode 100644 index e9afdbaa62..0000000000 --- a/parser/testdata/01556_explain_select_with_union_query/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001607453, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01556_if_null/ast.json b/parser/testdata/01556_if_null/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01556_if_null/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01557_max_parallel_replicas_no_sample/ast.json b/parser/testdata/01557_max_parallel_replicas_no_sample/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01557_max_parallel_replicas_no_sample/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01558_enum_as_num_in_tsv_csv_input/ast.json b/parser/testdata/01558_enum_as_num_in_tsv_csv_input/ast.json deleted file mode 100644 index 81191d369b..0000000000 --- a/parser/testdata/01558_enum_as_num_in_tsv_csv_input/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery enum_as_num (children 1)" - }, - { - "explain": " Identifier enum_as_num" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001385695, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01558_transform_null_in/ast.json b/parser/testdata/01558_transform_null_in/ast.json deleted file mode 100644 index 8195fe7930..0000000000 --- a/parser/testdata/01558_transform_null_in/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001785468, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01558_ttest/ast.json b/parser/testdata/01558_ttest/ast.json deleted file mode 100644 index a3060340f4..0000000000 --- a/parser/testdata/01558_ttest/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery welch_ttest (children 1)" - }, - { - "explain": " Identifier welch_ttest" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001239764, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01559_aggregate_null_for_empty_fix/ast.json b/parser/testdata/01559_aggregate_null_for_empty_fix/ast.json deleted file mode 100644 index ae85bd1bed..0000000000 --- a/parser/testdata/01559_aggregate_null_for_empty_fix/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function MAX (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier aggr" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001494782, - "rows_read": 7, - "bytes_read": 255 - } -} diff --git a/parser/testdata/01559_misplaced_codec_diagnostics/ast.json b/parser/testdata/01559_misplaced_codec_diagnostics/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01559_misplaced_codec_diagnostics/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01560_DateTime_and_DateTime64_comparision/ast.json b/parser/testdata/01560_DateTime_and_DateTime64_comparision/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01560_DateTime_and_DateTime64_comparision/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01560_cancel_agg_func_combinator_native_name_constraint/ast.json b/parser/testdata/01560_cancel_agg_func_combinator_native_name_constraint/ast.json deleted file mode 100644 index 4e4dd1dd56..0000000000 --- a/parser/testdata/01560_cancel_agg_func_combinator_native_name_constraint/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function Sum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001423465, - "rows_read": 7, - "bytes_read": 256 - } -} diff --git a/parser/testdata/01560_crash_in_agg_empty_arglist/ast.json b/parser/testdata/01560_crash_in_agg_empty_arglist/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01560_crash_in_agg_empty_arglist/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01560_mann_whitney/ast.json b/parser/testdata/01560_mann_whitney/ast.json deleted file mode 100644 index 44de8b0467..0000000000 --- a/parser/testdata/01560_mann_whitney/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mann_whitney_test (children 1)" - }, - { - "explain": " Identifier mann_whitney_test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001596275, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/01560_merge_distributed_join/ast.json b/parser/testdata/01560_merge_distributed_join/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01560_merge_distributed_join/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01560_monotonicity_check_multiple_args_bug/ast.json b/parser/testdata/01560_monotonicity_check_multiple_args_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01560_monotonicity_check_multiple_args_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01560_optimize_on_insert_long/ast.json b/parser/testdata/01560_optimize_on_insert_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01560_optimize_on_insert_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01560_optimize_on_insert_zookeeper/ast.json b/parser/testdata/01560_optimize_on_insert_zookeeper/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01560_optimize_on_insert_zookeeper/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01561_Date_and_DateTime64_comparision/ast.json b/parser/testdata/01561_Date_and_DateTime64_comparision/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01561_Date_and_DateTime64_comparision/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01561_aggregate_functions_of_key_with_join/ast.json b/parser/testdata/01561_aggregate_functions_of_key_with_join/ast.json deleted file mode 100644 index 35456eed78..0000000000 --- a/parser/testdata/01561_aggregate_functions_of_key_with_join/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001570257, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01562_agg_null_for_empty_ahead/ast.json b/parser/testdata/01562_agg_null_for_empty_ahead/ast.json deleted file mode 100644 index e9b0791210..0000000000 --- a/parser/testdata/01562_agg_null_for_empty_ahead/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumMerge (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier s" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumState (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.00192536, - "rows_read": 24, - "bytes_read": 1042 - } -} diff --git a/parser/testdata/01564_test_hint_woes/ast.json b/parser/testdata/01564_test_hint_woes/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01564_test_hint_woes/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01566_negate_formatting/ast.json b/parser/testdata/01566_negate_formatting/ast.json deleted file mode 100644 index 24d92361fc..0000000000 --- a/parser/testdata/01566_negate_formatting/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001424614, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01567_system_processes_current_database/ast.json b/parser/testdata/01567_system_processes_current_database/ast.json deleted file mode 100644 index a53ecf30d5..0000000000 --- a/parser/testdata/01567_system_processes_current_database/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.processes" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier current_database" - }, - { - "explain": " Function currentDatabase (children 1)" - }, - { - "explain": " ExpressionList" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001781417, - "rows_read": 16, - "bytes_read": 627 - } -} diff --git a/parser/testdata/01568_window_functions_distributed/ast.json b/parser/testdata/01568_window_functions_distributed/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01568_window_functions_distributed/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01570_aggregator_combinator_simple_state/ast.json b/parser/testdata/01570_aggregator_combinator_simple_state/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01570_aggregator_combinator_simple_state/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01571_window_functions/ast.json b/parser/testdata/01571_window_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01571_window_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01575_disable_detach_table_of_dictionary/ast.json b/parser/testdata/01575_disable_detach_table_of_dictionary/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01575_disable_detach_table_of_dictionary/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01576_alias_column_rewrite/ast.json b/parser/testdata/01576_alias_column_rewrite/ast.json deleted file mode 100644 index f13d947915..0000000000 --- a/parser/testdata/01576_alias_column_rewrite/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_table (children 1)" - }, - { - "explain": " Identifier test_table" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001565438, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01576_if_null_external_aggregation/ast.json b/parser/testdata/01576_if_null_external_aggregation/ast.json deleted file mode 100644 index f0b8ff706f..0000000000 --- a/parser/testdata/01576_if_null_external_aggregation/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001431523, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01579_date_datetime_index_comparison/ast.json b/parser/testdata/01579_date_datetime_index_comparison/ast.json deleted file mode 100644 index c745b8fc01..0000000000 --- a/parser/testdata/01579_date_datetime_index_comparison/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_index (children 1)" - }, - { - "explain": " Identifier test_index" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001615636, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01580_column_const_comparision/ast.json b/parser/testdata/01580_column_const_comparision/ast.json deleted file mode 100644 index b7779e1bec..0000000000 --- a/parser/testdata/01580_column_const_comparision/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '1111' (alias name)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers_mt" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier name" - }, - { - "explain": " Literal UInt64_10000" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001256156, - "rows_read": 14, - "bytes_read": 530 - } -} diff --git a/parser/testdata/01581_deduplicate_by_columns_local/ast.json b/parser/testdata/01581_deduplicate_by_columns_local/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01581_deduplicate_by_columns_local/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01581_deduplicate_by_columns_replicated_long/ast.json b/parser/testdata/01581_deduplicate_by_columns_replicated_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01581_deduplicate_by_columns_replicated_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01581_to_int_inf_nan/ast.json b/parser/testdata/01581_to_int_inf_nan/ast.json deleted file mode 100644 index f9ab1dafc5..0000000000 --- a/parser/testdata/01581_to_int_inf_nan/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toInt64 (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_inf" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001238687, - "rows_read": 7, - "bytes_read": 263 - } -} diff --git a/parser/testdata/01582_any_join_supertype/ast.json b/parser/testdata/01582_any_join_supertype/ast.json deleted file mode 100644 index f207bc05e2..0000000000 --- a/parser/testdata/01582_any_join_supertype/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery foo (children 1)" - }, - { - "explain": " Identifier foo" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001178464, - "rows_read": 2, - "bytes_read": 58 - } -} diff --git a/parser/testdata/01582_deterministic_function_with_predicate/ast.json b/parser/testdata/01582_deterministic_function_with_predicate/ast.json deleted file mode 100644 index 20e5ae86c9..0000000000 --- a/parser/testdata/01582_deterministic_function_with_predicate/ast.json +++ /dev/null @@ -1,142 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Explain EXPLAIN SYNTAX (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function count (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1000000" - }, - { - "explain": " Function less (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function rand64 (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Float64_0.01" - }, - { - "explain": " Literal Float64_18446744073709552000" - } - ], - - "rows": 40, - - "statistics": - { - "elapsed": 0.001871356, - "rows_read": 40, - "bytes_read": 1874 - } -} diff --git a/parser/testdata/01582_distinct_subquery_groupby/ast.json b/parser/testdata/01582_distinct_subquery_groupby/ast.json deleted file mode 100644 index aff42a6d6e..0000000000 --- a/parser/testdata/01582_distinct_subquery_groupby/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00128691, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01582_move_to_prewhere_compact_parts/ast.json b/parser/testdata/01582_move_to_prewhere_compact_parts/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01582_move_to_prewhere_compact_parts/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01583_const_column_in_set_index/ast.json b/parser/testdata/01583_const_column_in_set_index/ast.json deleted file mode 100644 index 63bbaae1ec..0000000000 --- a/parser/testdata/01583_const_column_in_set_index/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery insub (children 1)" - }, - { - "explain": " Identifier insub" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001469015, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01584_distributed_buffer_cannot_find_column/ast.json b/parser/testdata/01584_distributed_buffer_cannot_find_column/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01584_distributed_buffer_cannot_find_column/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01585_fuzz_bits_with_bugfix/ast.json b/parser/testdata/01585_fuzz_bits_with_bugfix/ast.json deleted file mode 100644 index d1dee8a8b8..0000000000 --- a/parser/testdata/01585_fuzz_bits_with_bugfix/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function fuzzBits (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'stringstring'" - }, - { - "explain": " Literal Float64_0.5" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001645178, - "rows_read": 16, - "bytes_read": 644 - } -} diff --git a/parser/testdata/01585_use_index_for_global_in/ast.json b/parser/testdata/01585_use_index_for_global_in/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01585_use_index_for_global_in/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01585_use_index_for_global_in_with_null/ast.json b/parser/testdata/01585_use_index_for_global_in_with_null/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01585_use_index_for_global_in_with_null/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01586_columns_pruning/ast.json b/parser/testdata/01586_columns_pruning/ast.json deleted file mode 100644 index 30118fc95d..0000000000 --- a/parser/testdata/01586_columns_pruning/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001407084, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01586_replicated_mutations_empty_partition/ast.json b/parser/testdata/01586_replicated_mutations_empty_partition/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01586_replicated_mutations_empty_partition/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01586_storage_join_low_cardinality_key/ast.json b/parser/testdata/01586_storage_join_low_cardinality_key/ast.json deleted file mode 100644 index eeaa01f3b3..0000000000 --- a/parser/testdata/01586_storage_join_low_cardinality_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery low_card (children 1)" - }, - { - "explain": " Identifier low_card" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00125572, - "rows_read": 2, - "bytes_read": 69 - } -} diff --git a/parser/testdata/01590_countSubstrings/ast.json b/parser/testdata/01590_countSubstrings/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01590_countSubstrings/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01591_window_functions/ast.json b/parser/testdata/01591_window_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01591_window_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01592_length_map/ast.json b/parser/testdata/01592_length_map/ast.json deleted file mode 100644 index 8b6cc31210..0000000000 --- a/parser/testdata/01592_length_map/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function length (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function map (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_4" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.00137191, - "rows_read": 12, - "bytes_read": 438 - } -} diff --git a/parser/testdata/01592_long_window_functions1/ast.json b/parser/testdata/01592_long_window_functions1/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01592_long_window_functions1/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01592_toUnixTimestamp_Date/ast.json b/parser/testdata/01592_toUnixTimestamp_Date/ast.json deleted file mode 100644 index 8571bd91d1..0000000000 --- a/parser/testdata/01592_toUnixTimestamp_Date/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUnixTimestamp (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function makeDate (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal UInt64_2023" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Literal UInt64_10" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001351316, - "rows_read": 11, - "bytes_read": 424 - } -} diff --git a/parser/testdata/01592_window_functions/ast.json b/parser/testdata/01592_window_functions/ast.json deleted file mode 100644 index 164256c4ff..0000000000 --- a/parser/testdata/01592_window_functions/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery product_groups (children 1)" - }, - { - "explain": " Identifier product_groups" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.0012722, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01593_functions_in_order_by/ast.json b/parser/testdata/01593_functions_in_order_by/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01593_functions_in_order_by/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01593_insert_settings/ast.json b/parser/testdata/01593_insert_settings/ast.json deleted file mode 100644 index 7af190389c..0000000000 --- a/parser/testdata/01593_insert_settings/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01593 (children 1)" - }, - { - "explain": " Identifier data_01593" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001401834, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01594_storage_join_uuid/ast.json b/parser/testdata/01594_storage_join_uuid/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01594_storage_join_uuid/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01595_countMatches/ast.json b/parser/testdata/01595_countMatches/ast.json deleted file mode 100644 index c3ad8ecba2..0000000000 --- a/parser/testdata/01595_countMatches/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00093212, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01596_full_join_chertus/ast.json b/parser/testdata/01596_full_join_chertus/ast.json deleted file mode 100644 index 33444e7ee6..0000000000 --- a/parser/testdata/01596_full_join_chertus/ast.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier js1.k" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier js2.k" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier js1.s" - }, - { - "explain": " Function toTypeName (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier js2.s" - } - ], - - "rows": 24, - - "statistics": - { - "elapsed": 0.001103349, - "rows_read": 24, - "bytes_read": 969 - } -} diff --git a/parser/testdata/01596_null_as_default_nullable/ast.json b/parser/testdata/01596_null_as_default_nullable/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01596_null_as_default_nullable/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01596_setting_limit_offset/ast.json b/parser/testdata/01596_setting_limit_offset/ast.json deleted file mode 100644 index 3c881c4c4f..0000000000 --- a/parser/testdata/01596_setting_limit_offset/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001247221, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01598_memory_limit_zeros/ast.json b/parser/testdata/01598_memory_limit_zeros/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01598_memory_limit_zeros/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01600_encode_XML/ast.json b/parser/testdata/01600_encode_XML/ast.json deleted file mode 100644 index bbdf6cfb83..0000000000 --- a/parser/testdata/01600_encode_XML/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function encodeXMLComponent (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Hello, \"world\"!'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001496642, - "rows_read": 7, - "bytes_read": 280 - } -} diff --git a/parser/testdata/01600_min_max_compress_block_size/ast.json b/parser/testdata/01600_min_max_compress_block_size/ast.json deleted file mode 100644 index 91b7765059..0000000000 --- a/parser/testdata/01600_min_max_compress_block_size/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ms (children 1)" - }, - { - "explain": " Identifier ms" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001532975, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01600_multiple_left_join_with_aliases/ast.json b/parser/testdata/01600_multiple_left_join_with_aliases/ast.json deleted file mode 100644 index 0fb404353e..0000000000 --- a/parser/testdata/01600_multiple_left_join_with_aliases/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery base (children 1)" - }, - { - "explain": " Identifier base" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001344116, - "rows_read": 2, - "bytes_read": 61 - } -} diff --git a/parser/testdata/01600_remerge_sort_lowered_memory_bytes_ratio/ast.json b/parser/testdata/01600_remerge_sort_lowered_memory_bytes_ratio/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01600_remerge_sort_lowered_memory_bytes_ratio/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01600_select_in_different_types/ast.json b/parser/testdata/01600_select_in_different_types/ast.json deleted file mode 100644 index 719abfa085..0000000000 --- a/parser/testdata/01600_select_in_different_types/ast.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 13, - - "statistics": - { - "elapsed": 0.001331044, - "rows_read": 13, - "bytes_read": 502 - } -} diff --git a/parser/testdata/01601_accurate_cast/ast.json b/parser/testdata/01601_accurate_cast/ast.json deleted file mode 100644 index 8c100f56f6..0000000000 --- a/parser/testdata/01601_accurate_cast/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function accurateCast (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Literal 'UInt8'" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.001432485, - "rows_read": 8, - "bytes_read": 294 - } -} diff --git a/parser/testdata/01601_detach_permanently/ast.json b/parser/testdata/01601_detach_permanently/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01601_detach_permanently/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01602_array_aggregation/ast.json b/parser/testdata/01602_array_aggregation/ast.json deleted file mode 100644 index 64fc5b9366..0000000000 --- a/parser/testdata/01602_array_aggregation/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'Array min '" - }, - { - "explain": " Function arrayMin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Literal UInt64_4" - }, - { - "explain": " Literal UInt64_5" - }, - { - "explain": " Literal UInt64_6" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.00099064, - "rows_read": 15, - "bytes_read": 538 - } -} diff --git a/parser/testdata/01602_insert_into_table_function_cluster/ast.json b/parser/testdata/01602_insert_into_table_function_cluster/ast.json deleted file mode 100644 index b0982fbad3..0000000000 --- a/parser/testdata/01602_insert_into_table_function_cluster/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery x (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001785872, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01602_modified_julian_day_msan/ast.json b/parser/testdata/01602_modified_julian_day_msan/ast.json deleted file mode 100644 index 02a4cdadb5..0000000000 --- a/parser/testdata/01602_modified_julian_day_msan/ast.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tryBase64Decode (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Subquery (alias n) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function countSubstrings (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toModifiedJulianDayOrNull (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '\\0'" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Subquery (alias srocpnuv) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function regionIn (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'l. '" - } - ], - - "rows": 25, - - "statistics": - { - "elapsed": 0.001072004, - "rows_read": 25, - "bytes_read": 1105 - } -} diff --git a/parser/testdata/01602_runningConcurrency/ast.json b/parser/testdata/01602_runningConcurrency/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01602_runningConcurrency/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01602_show_create_view/ast.json b/parser/testdata/01602_show_create_view/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01602_show_create_view/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01602_temporary_table_in_system_tables/ast.json b/parser/testdata/01602_temporary_table_in_system_tables/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01602_temporary_table_in_system_tables/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01603_decimal_mult_float/ast.json b/parser/testdata/01603_decimal_mult_float/ast.json deleted file mode 100644 index e9c2a93fb9..0000000000 --- a/parser/testdata/01603_decimal_mult_float/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001502311, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01603_insert_select_too_many_parts/ast.json b/parser/testdata/01603_insert_select_too_many_parts/ast.json deleted file mode 100644 index b2d2019f21..0000000000 --- a/parser/testdata/01603_insert_select_too_many_parts/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery too_many_parts (children 1)" - }, - { - "explain": " Identifier too_many_parts" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001554319, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01603_read_with_backoff_bug/ast.json b/parser/testdata/01603_read_with_backoff_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01603_read_with_backoff_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01603_remove_column_ttl/ast.json b/parser/testdata/01603_remove_column_ttl/ast.json deleted file mode 100644 index 05bceba592..0000000000 --- a/parser/testdata/01603_remove_column_ttl/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_column_ttl (children 1)" - }, - { - "explain": " Identifier table_with_column_ttl" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00155359, - "rows_read": 2, - "bytes_read": 94 - } -} diff --git a/parser/testdata/01603_rename_overwrite_bug/ast.json b/parser/testdata/01603_rename_overwrite_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01603_rename_overwrite_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01604_explain_ast_of_nonselect_query/ast.json b/parser/testdata/01604_explain_ast_of_nonselect_query/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01604_explain_ast_of_nonselect_query/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01605_adaptive_granularity_block_borders/ast.json b/parser/testdata/01605_adaptive_granularity_block_borders/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01605_adaptive_granularity_block_borders/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01605_dictinct_two_level/ast.json b/parser/testdata/01605_dictinct_two_level/ast.json deleted file mode 100644 index f1e8ddb345..0000000000 --- a/parser/testdata/01605_dictinct_two_level/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00194437, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01605_drop_settings_profile_while_assigned/ast.json b/parser/testdata/01605_drop_settings_profile_while_assigned/ast.json deleted file mode 100644 index 6a763b060d..0000000000 --- a/parser/testdata/01605_drop_settings_profile_while_assigned/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateUserQuery" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001099865, - "rows_read": 1, - "bytes_read": 23 - } -} diff --git a/parser/testdata/01605_key_condition_enum_int/ast.json b/parser/testdata/01605_key_condition_enum_int/ast.json deleted file mode 100644 index 2f22419bca..0000000000 --- a/parser/testdata/01605_key_condition_enum_int/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery enum (children 1)" - }, - { - "explain": " Identifier enum" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001356197, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01605_skip_idx_compact_parts/ast.json b/parser/testdata/01605_skip_idx_compact_parts/ast.json deleted file mode 100644 index 85e40d2543..0000000000 --- a/parser/testdata/01605_skip_idx_compact_parts/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery skip_idx_comp_parts (children 1)" - }, - { - "explain": " Identifier skip_idx_comp_parts" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001687182, - "rows_read": 2, - "bytes_read": 90 - } -} diff --git a/parser/testdata/01606_merge_from_wide_to_compact/ast.json b/parser/testdata/01606_merge_from_wide_to_compact/ast.json deleted file mode 100644 index 25f2a9c168..0000000000 --- a/parser/testdata/01606_merge_from_wide_to_compact/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery wide_to_comp (children 1)" - }, - { - "explain": " Identifier wide_to_comp" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001226368, - "rows_read": 2, - "bytes_read": 76 - } -} diff --git a/parser/testdata/01611_constant_folding_subqueries/ast.json b/parser/testdata/01611_constant_folding_subqueries/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01611_constant_folding_subqueries/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01611_string_to_low_cardinality_key_alter/ast.json b/parser/testdata/01611_string_to_low_cardinality_key_alter/ast.json deleted file mode 100644 index c32c57031d..0000000000 --- a/parser/testdata/01611_string_to_low_cardinality_key_alter/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery table_with_lc_key (children 1)" - }, - { - "explain": " Identifier table_with_lc_key" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001718771, - "rows_read": 2, - "bytes_read": 86 - } -} diff --git a/parser/testdata/01614_with_fill_with_limit/ast.json b/parser/testdata/01614_with_fill_with_limit/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01614_with_fill_with_limit/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01615_random_one_shard_insertion/ast.json b/parser/testdata/01615_random_one_shard_insertion/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01615_random_one_shard_insertion/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01615_two_args_function_index_fix/ast.json b/parser/testdata/01615_two_args_function_index_fix/ast.json deleted file mode 100644 index 4d47ded06e..0000000000 --- a/parser/testdata/01615_two_args_function_index_fix/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery bad_date_time (children 1)" - }, - { - "explain": " Identifier bad_date_time" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001081925, - "rows_read": 2, - "bytes_read": 78 - } -} diff --git a/parser/testdata/01616_untuple_access_field/ast.json b/parser/testdata/01616_untuple_access_field/ast.json deleted file mode 100644 index 5aece0b315..0000000000 --- a/parser/testdata/01616_untuple_access_field/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function untuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Tuple_(UInt64_1, UInt64_2)" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001307773, - "rows_read": 16, - "bytes_read": 666 - } -} diff --git a/parser/testdata/01620_fix_simple_state_arg_type/ast.json b/parser/testdata/01620_fix_simple_state_arg_type/ast.json deleted file mode 100644 index 8575d4065a..0000000000 --- a/parser/testdata/01620_fix_simple_state_arg_type/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ay (children 1)" - }, - { - "explain": " Identifier ay" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001274471, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01621_bar_nan_arguments/ast.json b/parser/testdata/01621_bar_nan_arguments/ast.json deleted file mode 100644 index 45e6287acf..0000000000 --- a/parser/testdata/01621_bar_nan_arguments/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bar (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function minus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function greatCircleAngle (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal UInt64_65537" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_65535" - }, - { - "explain": " Literal UInt64_1048576" - }, - { - "explain": " Literal UInt64_1048577" - }, - { - "explain": " Literal Float64_nan" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001382625, - "rows_read": 21, - "bytes_read": 824 - } -} diff --git a/parser/testdata/01621_decode_XML/ast.json b/parser/testdata/01621_decode_XML/ast.json deleted file mode 100644 index 33798cf37c..0000000000 --- a/parser/testdata/01621_decode_XML/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function decodeXMLComponent (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'Hello, "world"!'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001635438, - "rows_read": 7, - "bytes_read": 290 - } -} diff --git a/parser/testdata/01621_sort_after_join_pipeline_stuck/ast.json b/parser/testdata/01621_sort_after_join_pipeline_stuck/ast.json deleted file mode 100644 index 39d79ca9a1..0000000000 --- a/parser/testdata/01621_sort_after_join_pipeline_stuck/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001605932, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01621_summap_check_types/ast.json b/parser/testdata/01621_summap_check_types/ast.json deleted file mode 100644 index 098a9fe0c7..0000000000 --- a/parser/testdata/01621_summap_check_types/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function initializeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal 'sumMap'" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal Array_[UInt64_1, NULL]" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001580535, - "rows_read": 10, - "bytes_read": 414 - } -} diff --git a/parser/testdata/01622_byte_size/ast.json b/parser/testdata/01622_byte_size/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01622_byte_size/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01622_codec_zstd_long/ast.json b/parser/testdata/01622_codec_zstd_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01622_codec_zstd_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01622_constraints_simple_optimization/ast.json b/parser/testdata/01622_constraints_simple_optimization/ast.json deleted file mode 100644 index 48707c6c2e..0000000000 --- a/parser/testdata/01622_constraints_simple_optimization/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery constraint_test_assumption (children 1)" - }, - { - "explain": " Identifier constraint_test_assumption" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001374778, - "rows_read": 2, - "bytes_read": 104 - } -} diff --git a/parser/testdata/01622_constraints_where_optimization/ast.json b/parser/testdata/01622_constraints_where_optimization/ast.json deleted file mode 100644 index 46f148097e..0000000000 --- a/parser/testdata/01622_constraints_where_optimization/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001169336, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01622_defaults_for_file_engine/ast.json b/parser/testdata/01622_defaults_for_file_engine/ast.json deleted file mode 100644 index 806af8ba51..0000000000 --- a/parser/testdata/01622_defaults_for_file_engine/ast.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "InsertQuery (children 1)" - }, - { - "explain": " Function file (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Identifier data1622.json" - }, - { - "explain": " Identifier TSV" - }, - { - "explain": " Identifier value String" - } - ], - - "rows": 6, - - "statistics": - { - "elapsed": 0.001168101, - "rows_read": 6, - "bytes_read": 200 - } -} diff --git a/parser/testdata/01622_multiple_ttls/ast.json b/parser/testdata/01622_multiple_ttls/ast.json deleted file mode 100644 index b716add3e5..0000000000 --- a/parser/testdata/01622_multiple_ttls/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'TTL WHERE'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001721574, - "rows_read": 5, - "bytes_read": 180 - } -} diff --git a/parser/testdata/01623_byte_size_const/ast.json b/parser/testdata/01623_byte_size_const/ast.json deleted file mode 100644 index fb97601774..0000000000 --- a/parser/testdata/01623_byte_size_const/ast.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function byteSize (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_123" - }, - { - "explain": " Literal Float64_456.7" - }, - { - "explain": " Function isConstant (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - } - ], - - "rows": 11, - - "statistics": - { - "elapsed": 0.001459365, - "rows_read": 11, - "bytes_read": 418 - } -} diff --git a/parser/testdata/01623_constraints_column_swap/ast.json b/parser/testdata/01623_constraints_column_swap/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01623_constraints_column_swap/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01625_constraints_index_append/ast.json b/parser/testdata/01625_constraints_index_append/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01625_constraints_index_append/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01626_cnf_test/ast.json b/parser/testdata/01626_cnf_test/ast.json deleted file mode 100644 index 3afc900ca5..0000000000 --- a/parser/testdata/01626_cnf_test/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00142471, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01630_disallow_floating_point_as_partition_key/ast.json b/parser/testdata/01630_disallow_floating_point_as_partition_key/ast.json deleted file mode 100644 index becd10bcb7..0000000000 --- a/parser/testdata/01630_disallow_floating_point_as_partition_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test (children 1)" - }, - { - "explain": " Identifier test" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001415508, - "rows_read": 2, - "bytes_read": 60 - } -} diff --git a/parser/testdata/01630_simple_aggregate_all_functions_in_aggregating_merge_tree/ast.json b/parser/testdata/01630_simple_aggregate_all_functions_in_aggregating_merge_tree/ast.json deleted file mode 100644 index 6ff00b5486..0000000000 --- a/parser/testdata/01630_simple_aggregate_all_functions_in_aggregating_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery simple_agf_summing_mt (children 1)" - }, - { - "explain": " Identifier simple_agf_summing_mt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001290657, - "rows_read": 2, - "bytes_read": 94 - } -} diff --git a/parser/testdata/01630_simple_aggregate_all_functions_in_summing_merge_tree/ast.json b/parser/testdata/01630_simple_aggregate_all_functions_in_summing_merge_tree/ast.json deleted file mode 100644 index a661e876f9..0000000000 --- a/parser/testdata/01630_simple_aggregate_all_functions_in_summing_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery simple_agf_aggregating_mt (children 1)" - }, - { - "explain": " Identifier simple_agf_aggregating_mt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001609205, - "rows_read": 2, - "bytes_read": 102 - } -} diff --git a/parser/testdata/01630_simple_aggregate_function_in_summing_merge_tree/ast.json b/parser/testdata/01630_simple_aggregate_function_in_summing_merge_tree/ast.json deleted file mode 100644 index af0d3ae6c3..0000000000 --- a/parser/testdata/01630_simple_aggregate_function_in_summing_merge_tree/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery test_smt (children 1)" - }, - { - "explain": " Identifier test_smt" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001686889, - "rows_read": 2, - "bytes_read": 68 - } -} diff --git a/parser/testdata/01631_date_overflow_as_partition_key/ast.json b/parser/testdata/01631_date_overflow_as_partition_key/ast.json deleted file mode 100644 index a83c1af245..0000000000 --- a/parser/testdata/01631_date_overflow_as_partition_key/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery dt_overflow (children 1)" - }, - { - "explain": " Identifier dt_overflow" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001314411, - "rows_read": 2, - "bytes_read": 74 - } -} diff --git a/parser/testdata/01632_group_array_msan/ast.json b/parser/testdata/01632_group_array_msan/ast.json deleted file mode 100644 index 7c9a89742b..0000000000 --- a/parser/testdata/01632_group_array_msan/ast.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArrayMerge (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Literal UInt64_1048576" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1048577" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupArrayState (alias y) (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_9223372036854775807" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1048576 (alias x)" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 35, - - "statistics": - { - "elapsed": 0.001441585, - "rows_read": 35, - "bytes_read": 1546 - } -} diff --git a/parser/testdata/01632_max_partitions_to_read/ast.json b/parser/testdata/01632_max_partitions_to_read/ast.json deleted file mode 100644 index 4f8c7370b3..0000000000 --- a/parser/testdata/01632_max_partitions_to_read/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery p (children 1)" - }, - { - "explain": " Identifier p" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001289074, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01632_nullable_string_type_convert_to_decimal_type/ast.json b/parser/testdata/01632_nullable_string_type_convert_to_decimal_type/ast.json deleted file mode 100644 index 504dd82b2a..0000000000 --- a/parser/testdata/01632_nullable_string_type_convert_to_decimal_type/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['42.1', NULL]" - }, - { - "explain": " Literal 'Nullable(Decimal(10, 2))'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001115795, - "rows_read": 10, - "bytes_read": 406 - } -} diff --git a/parser/testdata/01632_select_all_syntax/ast.json b/parser/testdata/01632_select_all_syntax/ast.json deleted file mode 100644 index 8227f946d1..0000000000 --- a/parser/testdata/01632_select_all_syntax/ast.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'a'" - } - ], - - "rows": 5, - - "statistics": - { - "elapsed": 0.001334604, - "rows_read": 5, - "bytes_read": 172 - } -} diff --git a/parser/testdata/01633_limit_fuzz/ast.json b/parser/testdata/01633_limit_fuzz/ast.json deleted file mode 100644 index 5d5f612dfd..0000000000 --- a/parser/testdata/01633_limit_fuzz/ast.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 5)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1 (alias k)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_100000" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier k" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1025" - }, - { - "explain": " Literal UInt64_1023" - }, - { - "explain": " Identifier Values" - } - ], - - "rows": 20, - - "statistics": - { - "elapsed": 0.001622923, - "rows_read": 20, - "bytes_read": 730 - } -} diff --git a/parser/testdata/01634_sum_map_nulls/ast.json b/parser/testdata/01634_sum_map_nulls/ast.json deleted file mode 100644 index 2f4ef42f6e..0000000000 --- a/parser/testdata/01634_sum_map_nulls/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function initializeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal 'sumMap'" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_1]" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_1, UInt64_1]" - }, - { - "explain": " Literal Array_[Int64_-1, NULL, UInt64_10]" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.00128833, - "rows_read": 10, - "bytes_read": 445 - } -} diff --git a/parser/testdata/01634_summap_nullable/ast.json b/parser/testdata/01634_summap_nullable/ast.json deleted file mode 100644 index 81869d431b..0000000000 --- a/parser/testdata/01634_summap_nullable/ast.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumMap (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal Array_['a', 'b']" - }, - { - "explain": " Literal Array_[UInt64_1, NULL]" - } - ], - - "rows": 8, - - "statistics": - { - "elapsed": 0.00138313, - "rows_read": 8, - "bytes_read": 311 - } -} diff --git a/parser/testdata/01634_uuid_fuzz/ast.json b/parser/testdata/01634_uuid_fuzz/ast.json deleted file mode 100644 index f3c4924cb3..0000000000 --- a/parser/testdata/01634_uuid_fuzz/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function toUUID (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_-1.1" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001421283, - "rows_read": 7, - "bytes_read": 263 - } -} diff --git a/parser/testdata/01635_nullable_fuzz/ast.json b/parser/testdata/01635_nullable_fuzz/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01635_nullable_fuzz/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01635_sum_map_fuzz/ast.json b/parser/testdata/01635_sum_map_fuzz/ast.json deleted file mode 100644 index c1e91d2ff2..0000000000 --- a/parser/testdata/01635_sum_map_fuzz/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function finalizeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function initializeAggregation (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal 'sumMapState'" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2]" - }, - { - "explain": " Literal Array_[UInt64_1, NULL]" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.001467689, - "rows_read": 21, - "bytes_read": 923 - } -} diff --git a/parser/testdata/01636_nullable_fuzz2/ast.json b/parser/testdata/01636_nullable_fuzz2/ast.json deleted file mode 100644 index 501cc58c40..0000000000 --- a/parser/testdata/01636_nullable_fuzz2/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery open_events_tmp (children 1)" - }, - { - "explain": " Identifier open_events_tmp" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001613935, - "rows_read": 2, - "bytes_read": 82 - } -} diff --git a/parser/testdata/01637_nullable_fuzz3/ast.json b/parser/testdata/01637_nullable_fuzz3/ast.json deleted file mode 100644 index c27890a0e3..0000000000 --- a/parser/testdata/01637_nullable_fuzz3/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001183407, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01638_div_mod_ambiguities/ast.json b/parser/testdata/01638_div_mod_ambiguities/ast.json deleted file mode 100644 index 59342ce07e..0000000000 --- a/parser/testdata/01638_div_mod_ambiguities/ast.json +++ /dev/null @@ -1,67 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier DIV (alias MOD)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1 (alias DIV)" - }, - { - "explain": " Identifier TSVWithNames" - } - ], - - "rows": 15, - - "statistics": - { - "elapsed": 0.001742116, - "rows_read": 15, - "bytes_read": 613 - } -} diff --git a/parser/testdata/01639_distributed_sync_insert_zero_rows/ast.json b/parser/testdata/01639_distributed_sync_insert_zero_rows/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01639_distributed_sync_insert_zero_rows/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01640_distributed_async_insert_compression/ast.json b/parser/testdata/01640_distributed_async_insert_compression/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01640_distributed_async_insert_compression/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01640_marks_corruption_regression/ast.json b/parser/testdata/01640_marks_corruption_regression/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01640_marks_corruption_regression/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01641_memory_tracking_insert_optimize/ast.json b/parser/testdata/01641_memory_tracking_insert_optimize/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01641_memory_tracking_insert_optimize/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01642_if_nullable_regression/ast.json b/parser/testdata/01642_if_nullable_regression/ast.json deleted file mode 100644 index 812f6bdae7..0000000000 --- a/parser/testdata/01642_if_nullable_regression/ast.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumIf (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " Identifier dummy" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.0.0.{1,2}'" - }, - { - "explain": " Function view (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (alias dummy) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal 'Nullable(UInt8)'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.one" - } - ], - - "rows": 28, - - "statistics": - { - "elapsed": 0.001612209, - "rows_read": 28, - "bytes_read": 1233 - } -} diff --git a/parser/testdata/01643_merge_tree_fsync_smoke/ast.json b/parser/testdata/01643_merge_tree_fsync_smoke/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01643_merge_tree_fsync_smoke/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01643_replicated_merge_tree_fsync_smoke/ast.json b/parser/testdata/01643_replicated_merge_tree_fsync_smoke/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01643_replicated_merge_tree_fsync_smoke/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01644_distributed_async_insert_fsync_smoke/ast.json b/parser/testdata/01644_distributed_async_insert_fsync_smoke/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01644_distributed_async_insert_fsync_smoke/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01645_system_table_engines/ast.json b/parser/testdata/01645_system_table_engines/ast.json deleted file mode 100644 index 10aa0c7019..0000000000 --- a/parser/testdata/01645_system_table_engines/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 4)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.table_engines" - }, - { - "explain": " Function in (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier name" - }, - { - "explain": " Literal Tuple_('MergeTree', 'ReplicatedCollapsingMergeTree')" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " OrderByElement (children 1)" - }, - { - "explain": " Identifier name" - }, - { - "explain": " Identifier PrettyCompactNoEscapes" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001522385, - "rows_read": 17, - "bytes_read": 676 - } -} diff --git a/parser/testdata/01646_fix_window_funnel_inconistency/ast.json b/parser/testdata/01646_fix_window_funnel_inconistency/ast.json deleted file mode 100644 index 5ea63b8ca9..0000000000 --- a/parser/testdata/01646_fix_window_funnel_inconistency/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery trend (children 1)" - }, - { - "explain": " Identifier trend" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001604894, - "rows_read": 2, - "bytes_read": 62 - } -} diff --git a/parser/testdata/01646_rewrite_sum_if/ast.json b/parser/testdata/01646_rewrite_sum_if/ast.json deleted file mode 100644 index 741874ec1b..0000000000 --- a/parser/testdata/01646_rewrite_sum_if/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001586869, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01646_rewrite_sum_if_bug/ast.json b/parser/testdata/01646_rewrite_sum_if_bug/ast.json deleted file mode 100644 index acaabb90d8..0000000000 --- a/parser/testdata/01646_rewrite_sum_if_bug/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery t (children 1)" - }, - { - "explain": " Identifier t" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001673259, - "rows_read": 2, - "bytes_read": 54 - } -} diff --git a/parser/testdata/01646_system_restart_replicas_smoke/ast.json b/parser/testdata/01646_system_restart_replicas_smoke/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01646_system_restart_replicas_smoke/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01648_mutations_and_escaping/ast.json b/parser/testdata/01648_mutations_and_escaping/ast.json deleted file mode 100644 index a97687493b..0000000000 --- a/parser/testdata/01648_mutations_and_escaping/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery mutations_and_escaping_1648 (children 1)" - }, - { - "explain": " Identifier mutations_and_escaping_1648" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001288131, - "rows_read": 2, - "bytes_read": 106 - } -} diff --git a/parser/testdata/01648_normalize_query_keep_names/ast.json b/parser/testdata/01648_normalize_query_keep_names/ast.json deleted file mode 100644 index adb64d4444..0000000000 --- a/parser/testdata/01648_normalize_query_keep_names/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function normalizeQueryKeepNames (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal 'SELECT 1 AS `aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee`'" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.00124096, - "rows_read": 7, - "bytes_read": 320 - } -} diff --git a/parser/testdata/01649_with_alias_key_condition/ast.json b/parser/testdata/01649_with_alias_key_condition/ast.json deleted file mode 100644 index 23668f7f8e..0000000000 --- a/parser/testdata/01649_with_alias_key_condition/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery alias_key_condition (children 1)" - }, - { - "explain": " Identifier alias_key_condition" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00114866, - "rows_read": 2, - "bytes_read": 90 - } -} diff --git a/parser/testdata/01650_drop_part_and_deduplication_zookeeper_long/ast.json b/parser/testdata/01650_drop_part_and_deduplication_zookeeper_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01650_drop_part_and_deduplication_zookeeper_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01650_expressions_merge_bug/ast.json b/parser/testdata/01650_expressions_merge_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01650_expressions_merge_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01650_fetch_patition_with_macro_in_zk_path_long/ast.json b/parser/testdata/01650_fetch_patition_with_macro_in_zk_path_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01650_fetch_patition_with_macro_in_zk_path_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01651_bugs_from_15889/ast.json b/parser/testdata/01651_bugs_from_15889/ast.json deleted file mode 100644 index 71f1eea464..0000000000 --- a/parser/testdata/01651_bugs_from_15889/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery xp (children 1)" - }, - { - "explain": " Identifier xp" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001570167, - "rows_read": 2, - "bytes_read": 56 - } -} diff --git a/parser/testdata/01651_group_uniq_array_enum/ast.json b/parser/testdata/01651_group_uniq_array_enum/ast.json deleted file mode 100644 index 090481a1f8..0000000000 --- a/parser/testdata/01651_group_uniq_array_enum/ast.json +++ /dev/null @@ -1,91 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arraySort (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function groupUniqArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function CAST (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function arrayJoin (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[UInt64_1, UInt64_2, UInt64_3, UInt64_2, UInt64_3, UInt64_3]" - }, - { - "explain": " Literal 'Enum(\\'Hello\\' = 1, \\'World\\' = 2, \\'Упячка\\' = 3)'" - } - ], - - "rows": 23, - - "statistics": - { - "elapsed": 0.001569422, - "rows_read": 23, - "bytes_read": 1086 - } -} diff --git a/parser/testdata/01651_lc_insert_tiny_log_1/ast.json b/parser/testdata/01651_lc_insert_tiny_log_1/ast.json deleted file mode 100644 index 7e00188295..0000000000 --- a/parser/testdata/01651_lc_insert_tiny_log_1/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001234829, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01651_lc_insert_tiny_log_2/ast.json b/parser/testdata/01651_lc_insert_tiny_log_2/ast.json deleted file mode 100644 index 00fab33421..0000000000 --- a/parser/testdata/01651_lc_insert_tiny_log_2/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001620891, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01651_lc_insert_tiny_log_3/ast.json b/parser/testdata/01651_lc_insert_tiny_log_3/ast.json deleted file mode 100644 index ed298e0bae..0000000000 --- a/parser/testdata/01651_lc_insert_tiny_log_3/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001410544, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01651_map_functions/ast.json b/parser/testdata/01651_map_functions/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01651_map_functions/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01652_ignore_and_low_cardinality/ast.json b/parser/testdata/01652_ignore_and_low_cardinality/ast.json deleted file mode 100644 index bff8937cc6..0000000000 --- a/parser/testdata/01652_ignore_and_low_cardinality/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001409972, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01652_ttl_old_syntax/ast.json b/parser/testdata/01652_ttl_old_syntax/ast.json deleted file mode 100644 index 207c022375..0000000000 --- a/parser/testdata/01652_ttl_old_syntax/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery ttl_old_syntax (children 1)" - }, - { - "explain": " Identifier ttl_old_syntax" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.001495537, - "rows_read": 2, - "bytes_read": 80 - } -} diff --git a/parser/testdata/01653_tuple_hamming_distance_2/ast.json b/parser/testdata/01653_tuple_hamming_distance_2/ast.json deleted file mode 100644 index faf3ef600c..0000000000 --- a/parser/testdata/01653_tuple_hamming_distance_2/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function tupleHammingDistance (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001539478, - "rows_read": 12, - "bytes_read": 473 - } -} diff --git a/parser/testdata/01654_bar_nan/ast.json b/parser/testdata/01654_bar_nan/ast.json deleted file mode 100644 index 36c581da5f..0000000000 --- a/parser/testdata/01654_bar_nan/ast.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function bar (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal Int64_-1" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Literal Float64_nan" - } - ], - - "rows": 9, - - "statistics": - { - "elapsed": 0.001307459, - "rows_read": 9, - "bytes_read": 337 - } -} diff --git a/parser/testdata/01655_agg_if_nullable/ast.json b/parser/testdata/01655_agg_if_nullable/ast.json deleted file mode 100644 index 9ef42ca627..0000000000 --- a/parser/testdata/01655_agg_if_nullable/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sumIf (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function remote (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '127.0.0.{1,2}'" - }, - { - "explain": " Identifier system.one" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001383457, - "rows_read": 17, - "bytes_read": 673 - } -} diff --git a/parser/testdata/01655_plan_optimizations_merge_filters/ast.json b/parser/testdata/01655_plan_optimizations_merge_filters/ast.json deleted file mode 100644 index 8e527278bc..0000000000 --- a/parser/testdata/01655_plan_optimizations_merge_filters/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.00141022, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01655_quarter_modificator_for_formatDateTime/ast.json b/parser/testdata/01655_quarter_modificator_for_formatDateTime/ast.json deleted file mode 100644 index 4b338ae82f..0000000000 --- a/parser/testdata/01655_quarter_modificator_for_formatDateTime/ast.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function formatDateTime (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2010-01-04'" - }, - { - "explain": " Literal '%Q'" - } - ], - - "rows": 10, - - "statistics": - { - "elapsed": 0.001599909, - "rows_read": 10, - "bytes_read": 383 - } -} diff --git a/parser/testdata/01655_sleep_infinite_float/ast.json b/parser/testdata/01655_sleep_infinite_float/ast.json deleted file mode 100644 index b6b7e134ec..0000000000 --- a/parser/testdata/01655_sleep_infinite_float/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sleep (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Float64_nan" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001133982, - "rows_read": 7, - "bytes_read": 261 - } -} diff --git a/parser/testdata/01655_test_isnull_mysql_dialect/ast.json b/parser/testdata/01655_test_isnull_mysql_dialect/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01655_test_isnull_mysql_dialect/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01655_window_functions_bug/ast.json b/parser/testdata/01655_window_functions_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01655_window_functions_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01655_window_functions_cume_dist/ast.json b/parser/testdata/01655_window_functions_cume_dist/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01655_window_functions_cume_dist/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01655_window_functions_null/ast.json b/parser/testdata/01655_window_functions_null/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01655_window_functions_null/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01656_ipv4_bad_formatting/ast.json b/parser/testdata/01656_ipv4_bad_formatting/ast.json deleted file mode 100644 index 08fd6a27d1..0000000000 --- a/parser/testdata/01656_ipv4_bad_formatting/ast.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function arrayJoin (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_['1.1.1.1', '255.255.255.255']" - }, - { - "explain": " Function toIPv4 (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Function toUInt32 (alias z) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Identifier PrettyCompactNoEscapes" - } - ], - - "rows": 14, - - "statistics": - { - "elapsed": 0.001502727, - "rows_read": 14, - "bytes_read": 576 - } -} diff --git a/parser/testdata/01656_join_defaul_enum/ast.json b/parser/testdata/01656_join_defaul_enum/ast.json deleted file mode 100644 index eaaf072cad..0000000000 --- a/parser/testdata/01656_join_defaul_enum/ast.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "CreateQuery table_key (children 3)" - }, - { - "explain": " Identifier table_key" - }, - { - "explain": " Columns definition (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " ColumnDeclaration keycol (children 1)" - }, - { - "explain": " DataType UInt16" - }, - { - "explain": " Storage definition (children 3)" - }, - { - "explain": " Function MergeTree (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Function tuple (children 1)" - }, - { - "explain": " ExpressionList" - }, - { - "explain": " Identifier keycol" - } - ], - - "rows": 12, - - "statistics": - { - "elapsed": 0.001558234, - "rows_read": 12, - "bytes_read": 418 - } -} diff --git a/parser/testdata/01656_sequence_next_node_distinct/ast.json b/parser/testdata/01656_sequence_next_node_distinct/ast.json deleted file mode 100644 index d923824a56..0000000000 --- a/parser/testdata/01656_sequence_next_node_distinct/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001352778, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01656_sequence_next_node_long/ast.json b/parser/testdata/01656_sequence_next_node_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01656_sequence_next_node_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01656_test_hex_mysql_dialect/ast.json b/parser/testdata/01656_test_hex_mysql_dialect/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01656_test_hex_mysql_dialect/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01656_test_query_log_factories_info/ast.json b/parser/testdata/01656_test_query_log_factories_info/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01656_test_query_log_factories_info/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01657_array_element_ubsan/ast.json b/parser/testdata/01657_array_element_ubsan/ast.json deleted file mode 100644 index d263dd3582..0000000000 --- a/parser/testdata/01657_array_element_ubsan/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arrayElement (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_10000000000" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001367609, - "rows_read": 16, - "bytes_read": 643 - } -} diff --git a/parser/testdata/01657_test_toHour_mysql_compatibility/ast.json b/parser/testdata/01657_test_toHour_mysql_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01657_test_toHour_mysql_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01658_test_base64Encode_mysql_compatibility/ast.json b/parser/testdata/01658_test_base64Encode_mysql_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01658_test_base64Encode_mysql_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01658_values_ubsan/ast.json b/parser/testdata/01658_values_ubsan/ast.json deleted file mode 100644 index dc0c6b9f7f..0000000000 --- a/parser/testdata/01658_values_ubsan/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function VALUES (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'x UInt8, y UInt16'" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " Literal UInt64_2" - }, - { - "explain": " Literal 'Hello'" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001211712, - "rows_read": 16, - "bytes_read": 616 - } -} diff --git a/parser/testdata/01659_array_aggregation_ubsan/ast.json b/parser/testdata/01659_array_aggregation_ubsan/ast.json deleted file mode 100644 index 1b3e8e081f..0000000000 --- a/parser/testdata/01659_array_aggregation_ubsan/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arraySum (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal Array_[Int64_-9000000000000000000, Int64_-9000000000000000000]" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001285303, - "rows_read": 7, - "bytes_read": 315 - } -} diff --git a/parser/testdata/01659_h3_buffer_overflow/ast.json b/parser/testdata/01659_h3_buffer_overflow/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01659_h3_buffer_overflow/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01659_test_base64Decode_mysql_compatibility/ast.json b/parser/testdata/01659_test_base64Decode_mysql_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01659_test_base64Decode_mysql_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01660_join_or_all/ast.json b/parser/testdata/01660_join_or_all/ast.json deleted file mode 100644 index e815e7042a..0000000000 --- a/parser/testdata/01660_join_or_all/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001148045, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01660_join_or_any/ast.json b/parser/testdata/01660_join_or_any/ast.json deleted file mode 100644 index 276ddeab6a..0000000000 --- a/parser/testdata/01660_join_or_any/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001364715, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01660_join_or_inner/ast.json b/parser/testdata/01660_join_or_inner/ast.json deleted file mode 100644 index 00b5f2637f..0000000000 --- a/parser/testdata/01660_join_or_inner/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001720911, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01660_join_or_subqueries/ast.json b/parser/testdata/01660_join_or_subqueries/ast.json deleted file mode 100644 index eb185d65cf..0000000000 --- a/parser/testdata/01660_join_or_subqueries/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001945643, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01660_second_extremes_bug/ast.json b/parser/testdata/01660_second_extremes_bug/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01660_second_extremes_bug/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01660_sum_ubsan/ast.json b/parser/testdata/01660_sum_ubsan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01660_sum_ubsan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01660_system_parts_smoke/ast.json b/parser/testdata/01660_system_parts_smoke/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01660_system_parts_smoke/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01660_test_toDayOfYear_mysql_compatibility/ast.json b/parser/testdata/01660_test_toDayOfYear_mysql_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01660_test_toDayOfYear_mysql_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01661_arraySlice_ubsan/ast.json b/parser/testdata/01661_arraySlice_ubsan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01661_arraySlice_ubsan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01661_extract_all_groups_throw_fast/ast.json b/parser/testdata/01661_extract_all_groups_throw_fast/ast.json deleted file mode 100644 index 646ce2a198..0000000000 --- a/parser/testdata/01661_extract_all_groups_throw_fast/ast.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function repeat (alias haystack) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal 'abcdefghijklmnopqrstuvwxyz'" - }, - { - "explain": " Function multiply (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_100" - }, - { - "explain": " Function extractAllGroupsHorizontal (alias matches) (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier haystack" - }, - { - "explain": " Literal '(\\\\w)'" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1023" - } - ], - - "rows": 21, - - "statistics": - { - "elapsed": 0.00136138, - "rows_read": 21, - "bytes_read": 882 - } -} diff --git a/parser/testdata/01661_join_complex/ast.json b/parser/testdata/01661_join_complex/ast.json deleted file mode 100644 index b2c530f3d9..0000000000 --- a/parser/testdata/01661_join_complex/ast.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias t1) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Literal 'a' (alias a)" - }, - { - "explain": " Literal 'b' (alias b)" - }, - { - "explain": " Literal 'c' (alias c)" - }, - { - "explain": " Literal 'd' (alias d)" - }, - { - "explain": " Literal 'e' (alias e)" - }, - { - "explain": " Literal 'f' (alias f)" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias t2) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Literal 'a' (alias a)" - }, - { - "explain": " Literal 'b' (alias b)" - }, - { - "explain": " Literal 'c' (alias c)" - }, - { - "explain": " Literal 'd' (alias d)" - }, - { - "explain": " Literal 'e' (alias e)" - }, - { - "explain": " Literal 'f' (alias f)" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " Function or (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function and (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t1.b" - }, - { - "explain": " Identifier t2.b" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t1.c" - }, - { - "explain": " Identifier t2.b" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t1.d" - }, - { - "explain": " Identifier t2.b" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t1.e" - }, - { - "explain": " Identifier t2.e" - } - ], - - "rows": 53, - - "statistics": - { - "elapsed": 0.001529627, - "rows_read": 53, - "bytes_read": 2162 - } -} diff --git a/parser/testdata/01661_test_toDayOfWeek_mysql_compatibility/ast.json b/parser/testdata/01661_test_toDayOfWeek_mysql_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01661_test_toDayOfWeek_mysql_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01661_week_functions_string_args/ast.json b/parser/testdata/01661_week_functions_string_args/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01661_week_functions_string_args/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01662_date_ubsan/ast.json b/parser/testdata/01662_date_ubsan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01662_date_ubsan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01662_join_mixed/ast.json b/parser/testdata/01662_join_mixed/ast.json deleted file mode 100644 index 3547761d16..0000000000 --- a/parser/testdata/01662_join_mixed/ast.json +++ /dev/null @@ -1,133 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias t1) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'a' (alias a)" - }, - { - "explain": " Literal 'b' (alias b)" - }, - { - "explain": " Literal UInt64_42 (alias forty_two)" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias t2) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal 'a' (alias a)" - }, - { - "explain": " Literal 'b' (alias b)" - }, - { - "explain": " Literal UInt64_42 (alias forty_two)" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " Function or (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t1.b" - }, - { - "explain": " Identifier t2.a" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier t1.forty_two" - }, - { - "explain": " Identifier t2.forty_two" - } - ], - - "rows": 37, - - "statistics": - { - "elapsed": 0.001799226, - "rows_read": 37, - "bytes_read": 1549 - } -} diff --git a/parser/testdata/01662_test_toDayOfMonth_mysql_compatibility/ast.json b/parser/testdata/01662_test_toDayOfMonth_mysql_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01662_test_toDayOfMonth_mysql_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01663_aes_msan/ast.json b/parser/testdata/01663_aes_msan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01663_aes_msan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01663_quantile_weighted_overflow/ast.json b/parser/testdata/01663_quantile_weighted_overflow/ast.json deleted file mode 100644 index e1942389f0..0000000000 --- a/parser/testdata/01663_quantile_weighted_overflow/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function quantileExactWeighted (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_9223372036854775807" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_6" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.001253013, - "rows_read": 16, - "bytes_read": 645 - } -} diff --git a/parser/testdata/01663_test_toDate_mysql_compatibility/ast.json b/parser/testdata/01663_test_toDate_mysql_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01663_test_toDate_mysql_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01664_array_slice_ubsan/ast.json b/parser/testdata/01664_array_slice_ubsan/ast.json deleted file mode 100644 index b7d082306a..0000000000 --- a/parser/testdata/01664_array_slice_ubsan/ast.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function arraySlice (alias y) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function groupArray (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '6553.5'" - }, - { - "explain": " Function uniqState (alias x) (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - } - ], - - "rows": 31, - - "statistics": - { - "elapsed": 0.001308735, - "rows_read": 31, - "bytes_read": 1330 - } -} diff --git a/parser/testdata/01664_decimal_ubsan/ast.json b/parser/testdata/01664_decimal_ubsan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01664_decimal_ubsan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01664_ntoa_aton_mysql_compatibility/ast.json b/parser/testdata/01664_ntoa_aton_mysql_compatibility/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01664_ntoa_aton_mysql_compatibility/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01665_merge_tree_min_for_concurrent_read/ast.json b/parser/testdata/01665_merge_tree_min_for_concurrent_read/ast.json deleted file mode 100644 index 1bcaf86b07..0000000000 --- a/parser/testdata/01665_merge_tree_min_for_concurrent_read/ast.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "DropQuery data_01655 (children 1)" - }, - { - "explain": " Identifier data_01655" - } - ], - - "rows": 2, - - "statistics": - { - "elapsed": 0.00111047, - "rows_read": 2, - "bytes_read": 72 - } -} diff --git a/parser/testdata/01665_running_difference_ubsan/ast.json b/parser/testdata/01665_running_difference_ubsan/ast.json deleted file mode 100644 index 44286e2b5f..0000000000 --- a/parser/testdata/01665_running_difference_ubsan/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001036336, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01665_substring_ubsan/ast.json b/parser/testdata/01665_substring_ubsan/ast.json deleted file mode 100644 index 203b0809ce..0000000000 --- a/parser/testdata/01665_substring_ubsan/ast.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function substringUTF8 (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function materialize (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_7" - } - ], - - "rows": 16, - - "statistics": - { - "elapsed": 0.00153737, - "rows_read": 16, - "bytes_read": 651 - } -} diff --git a/parser/testdata/01666_blns_long/ast.json b/parser/testdata/01666_blns_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01666_blns_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01666_date_lut_buffer_overflow/ast.json b/parser/testdata/01666_date_lut_buffer_overflow/ast.json deleted file mode 100644 index f67ff85d29..0000000000 --- a/parser/testdata/01666_date_lut_buffer_overflow/ast.json +++ /dev/null @@ -1,76 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function plus (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function toDate (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '2105-12-31'" - }, - { - "explain": " Function toIntervalMonth (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_25000" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 18, - - "statistics": - { - "elapsed": 0.001239082, - "rows_read": 18, - "bytes_read": 707 - } -} diff --git a/parser/testdata/01666_gcd_ubsan/ast.json b/parser/testdata/01666_gcd_ubsan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01666_gcd_ubsan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01666_great_circle_distance_ubsan/ast.json b/parser/testdata/01666_great_circle_distance_ubsan/ast.json deleted file mode 100644 index 3c4975ab38..0000000000 --- a/parser/testdata/01666_great_circle_distance_ubsan/ast.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function greatCircleAngle (children 1)" - }, - { - "explain": " ExpressionList (children 4)" - }, - { - "explain": " Literal UInt64_0" - }, - { - "explain": " Literal Int64_-9223372036854775808" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Identifier number" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_3" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 17, - - "statistics": - { - "elapsed": 0.001286494, - "rows_read": 17, - "bytes_read": 655 - } -} diff --git a/parser/testdata/01666_lcm_ubsan/ast.json b/parser/testdata/01666_lcm_ubsan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01666_lcm_ubsan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01667_aes_args_check/ast.json b/parser/testdata/01667_aes_args_check/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01667_aes_args_check/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01668_avg_weighted_ubsan/ast.json b/parser/testdata/01668_avg_weighted_ubsan/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01668_avg_weighted_ubsan/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01668_test_toMonth_mysql_dialect/ast.json b/parser/testdata/01668_test_toMonth_mysql_dialect/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01668_test_toMonth_mysql_dialect/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01669_columns_declaration_serde_long/ast.json b/parser/testdata/01669_columns_declaration_serde_long/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01669_columns_declaration_serde_long/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01669_join_or_duplicates/ast.json b/parser/testdata/01669_join_or_duplicates/ast.json deleted file mode 100644 index 74b6346cbd..0000000000 --- a/parser/testdata/01669_join_or_duplicates/ast.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal '1 left'" - }, - { - "explain": " Asterisk" - }, - { - "explain": " TablesInSelectQuery (children 2)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias t1) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias x)" - }, - { - "explain": " Literal UInt64_2 (alias y)" - }, - { - "explain": " TablesInSelectQueryElement (children 2)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (alias t2) (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Literal UInt64_1 (alias xx)" - }, - { - "explain": " Literal UInt64_2 (alias yy)" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Function numbers (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_1" - }, - { - "explain": " TableJoin (children 1)" - }, - { - "explain": " Function or (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier x" - }, - { - "explain": " Identifier xx" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier y" - }, - { - "explain": " Identifier yy" - } - ], - - "rows": 42, - - "statistics": - { - "elapsed": 0.001146654, - "rows_read": 42, - "bytes_read": 1759 - } -} diff --git a/parser/testdata/01669_test_toYear_mysql_dialect/ast.json b/parser/testdata/01669_test_toYear_mysql_dialect/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01669_test_toYear_mysql_dialect/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01670_dictionary_create_key_expression/ast.json b/parser/testdata/01670_dictionary_create_key_expression/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01670_dictionary_create_key_expression/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01670_distributed_bytes_to_throw_insert/ast.json b/parser/testdata/01670_distributed_bytes_to_throw_insert/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01670_distributed_bytes_to_throw_insert/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01670_log_comment/ast.json b/parser/testdata/01670_log_comment/ast.json deleted file mode 100644 index a40e96f1d3..0000000000 --- a/parser/testdata/01670_log_comment/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001203796, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01670_neighbor_lc_bug/ast.json b/parser/testdata/01670_neighbor_lc_bug/ast.json deleted file mode 100644 index 2cbd3051b1..0000000000 --- a/parser/testdata/01670_neighbor_lc_bug/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001396035, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01670_sign_function/ast.json b/parser/testdata/01670_sign_function/ast.json deleted file mode 100644 index e3869353a8..0000000000 --- a/parser/testdata/01670_sign_function/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function sign (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal UInt64_0" - } - ], - - "rows": 7, - - "statistics": - { - "elapsed": 0.001232764, - "rows_read": 7, - "bytes_read": 257 - } -} diff --git a/parser/testdata/01670_test_repeat_mysql_dialect/ast.json b/parser/testdata/01670_test_repeat_mysql_dialect/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01670_test_repeat_mysql_dialect/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01671_aggregate_function_group_bitmap_data/ast.json b/parser/testdata/01671_aggregate_function_group_bitmap_data/ast.json deleted file mode 100644 index f99d7e4d50..0000000000 --- a/parser/testdata/01671_aggregate_function_group_bitmap_data/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.0011953, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01671_merge_join_and_constants/ast.json b/parser/testdata/01671_merge_join_and_constants/ast.json deleted file mode 100644 index 10479d0379..0000000000 --- a/parser/testdata/01671_merge_join_and_constants/ast.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "Set" - } - ], - - "rows": 1, - - "statistics": - { - "elapsed": 0.001311785, - "rows_read": 1, - "bytes_read": 11 - } -} diff --git a/parser/testdata/01671_test_toQuarter_mysql_dialect/ast.json b/parser/testdata/01671_test_toQuarter_mysql_dialect/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01671_test_toQuarter_mysql_dialect/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01672_actions_dag_merge_crash/ast.json b/parser/testdata/01672_actions_dag_merge_crash/ast.json deleted file mode 100644 index 0a9d9a2d6b..0000000000 --- a/parser/testdata/01672_actions_dag_merge_crash/ast.json +++ /dev/null @@ -1,244 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 2)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 3)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Literal Array_[NULL, '25.6', '-0.02', NULL]" - }, - { - "explain": " Literal Array_[NULL]" - }, - { - "explain": " Literal UInt64_1024" - }, - { - "explain": " Literal Array_[NULL, '10485.76', NULL, NULL]" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal '-922337203.6854775808'" - }, - { - "explain": " Function toNullable (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal Array_[NULL]" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " Subquery (children 1)" - }, - { - "explain": " SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 2)" - }, - { - "explain": " ExpressionList (children 6)" - }, - { - "explain": " Function array (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function multiIf (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal UInt64_1023" - }, - { - "explain": " Literal Float64_-inf" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal '-1'" - }, - { - "explain": " Function multiIf (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal ''" - }, - { - "explain": " Literal Array_[NULL, NULL]" - }, - { - "explain": " Function multiIf (alias s) (children 1)" - }, - { - "explain": " ExpressionList (children 3)" - }, - { - "explain": " Function equals (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Function modulo (children 1)" - }, - { - "explain": " ExpressionList (children 2)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal NULL" - }, - { - "explain": " Literal UInt64_65536" - }, - { - "explain": " Function toString (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Identifier number" - }, - { - "explain": " Literal ''" - }, - { - "explain": " TablesInSelectQuery (children 1)" - }, - { - "explain": " TablesInSelectQueryElement (children 1)" - }, - { - "explain": " TableExpression (children 1)" - }, - { - "explain": " TableIdentifier system.numbers" - }, - { - "explain": " Literal UInt64_1024" - }, - { - "explain": " Identifier Null" - } - ], - - "rows": 74, - - "statistics": - { - "elapsed": 0.002042095, - "rows_read": 74, - "bytes_read": 3230 - } -} diff --git a/parser/testdata/01672_test_toSecond_mysql_dialect/ast.json b/parser/testdata/01672_test_toSecond_mysql_dialect/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01672_test_toSecond_mysql_dialect/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01673_test_toMinute_mysql_dialect/ast.json b/parser/testdata/01673_test_toMinute_mysql_dialect/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01673_test_toMinute_mysql_dialect/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01674_executable_dictionary_implicit_key/ast.json b/parser/testdata/01674_executable_dictionary_implicit_key/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01674_executable_dictionary_implicit_key/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01674_filter_by_uint8/ast.json b/parser/testdata/01674_filter_by_uint8/ast.json deleted file mode 100644 index 490a2e17e8..0000000000 --- a/parser/testdata/01674_filter_by_uint8/ast.json +++ /dev/null @@ -1 +0,0 @@ -{"error": true} diff --git a/parser/testdata/01674_htm_xml_coarse_parse/ast.json b/parser/testdata/01674_htm_xml_coarse_parse/ast.json deleted file mode 100644 index e3ca96b4e0..0000000000 --- a/parser/testdata/01674_htm_xml_coarse_parse/ast.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "meta": - [ - { - "name": "explain", - "type": "String" - } - ], - - "data": - [ - { - "explain": "SelectWithUnionQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " SelectQuery (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Function extractTextFromHTML (children 1)" - }, - { - "explain": " ExpressionList (children 1)" - }, - { - "explain": " Literal '