Commit d875f47
authored
File tree
62 files changed
+89
-631
lines changed- ast
- internal/explain
- parser
- testdata
- 01508_explain_header
- 01556_explain_select_with_union_query
- 01576_alias_column_rewrite
- 01763_filter_push_down_bugs
- 01951_distributed_push_down_limit
- 01952_optimize_distributed_group_by_sharding_key
- 02023_parser_number_binary_literal
- 02154_bit_slice_for_fixedstring
- 02154_bit_slice_for_string
- 02227_union_match_by_name
- 02353_explain_ast_optimize
- 02354_vector_search_drop_table_clear_cache
- 02354_vector_search_queries
- 02354_vector_search_subquery
- 02497_if_transform_strings_to_enum
- 02576_predicate_push_down_sorting_fix
- 02675_predicate_push_down_filled_join_fix
- 02679_explain_merge_tree_prewhere_row_policy
- 02707_skip_index_with_in
- 02713_array_low_cardinality_string
- 02835_join_step_explain
- 02866_size_of_marks_skip_idx_explain
- 02882_primary_key_index_in_function_different_types
- 02911_support_alias_column_in_indices
- 02918_optimize_count_for_merge_tables
- 02998_projection_after_attach_partition
- 03151_analyzer_view_read_only_necessary_columns
- 03152_join_filter_push_down_equivalent_columns
- 03166_skip_indexes_vertical_merge_1
- 03217_filtering_in_storage_merge
- 03272_partition_pruning_monotonic_func_bug
- 03275_auto_cluster_functions_with_parallel_replicas
- 03302_analyzer_join_filter_push_down_bug
- 03303_distributed_explain
- 03305_mergine_aggregated_filter_push_down
- 03356_array_join_subcolumns_indexes
- 03374_indexes_with_literals
- 03374_indexes_with_trivial_cast
- 03399_advanced_expr_contains_sharding_key
- 03400_explain_distributed_bug
- 03402_concurrent_right_full_join
- 03402_secondary_indexes_analyzer_bugs
- 03445_subcolumns_prewhere_pushdown
- 03448_analyzer_skip_index_and_lambdas
- 03583_rewrite_in_to_join
- 03594_like_perfect_affix_rewrite_pass
- 03595_convert_any_join_to_semi_or_anti
- 03612_explain_indexes_bugs
- 03635_in_function_different_types_many_columns
- 03701_distinct_but_no_group_by_projection_table_use_check
- 03701_optimize_inverse_dictionary_lookup_basic
- 03702_optimize_inverse_dictionary_lookup_composite_and_layouts
- 03703_optimize_inverse_dictionary_lookup_dictget_family
- 03707_analyzer_convert_outer_any_to_inner
- 03713_optimize_inverse_dictionary_lookup_setting_rewrite_in_to_join
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+89
-631
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
563 | | - | |
564 | | - | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
565 | 567 | | |
566 | 568 | | |
567 | 569 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
387 | 393 | | |
388 | 394 | | |
389 | 395 | | |
390 | 396 | | |
391 | | - | |
| 397 | + | |
392 | 398 | | |
393 | | - | |
| 399 | + | |
394 | 400 | | |
395 | 401 | | |
396 | 402 | | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
397 | 408 | | |
398 | 409 | | |
399 | 410 | | |
400 | | - | |
| 411 | + | |
401 | 412 | | |
402 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
403 | 417 | | |
404 | 418 | | |
405 | 419 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2895 | 2895 | | |
2896 | 2896 | | |
2897 | 2897 | | |
| 2898 | + | |
2898 | 2899 | | |
2899 | 2900 | | |
2900 | 2901 | | |
| 2902 | + | |
2901 | 2903 | | |
2902 | 2904 | | |
2903 | 2905 | | |
| 2906 | + | |
2904 | 2907 | | |
2905 | 2908 | | |
2906 | 2909 | | |
| 2910 | + | |
2907 | 2911 | | |
2908 | 2912 | | |
2909 | 2913 | | |
| 2914 | + | |
2910 | 2915 | | |
2911 | 2916 | | |
2912 | 2917 | | |
| |||
2915 | 2920 | | |
2916 | 2921 | | |
2917 | 2922 | | |
| 2923 | + | |
2918 | 2924 | | |
2919 | 2925 | | |
2920 | 2926 | | |
| |||
2926 | 2932 | | |
2927 | 2933 | | |
2928 | 2934 | | |
| 2935 | + | |
2929 | 2936 | | |
2930 | 2937 | | |
2931 | 2938 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 1 | + | |
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
Lines changed: 1 addition & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 1 | + | |
0 commit comments