Commit b36d690
committed
Add SYSTEM RELOAD DICTIONARY and DELETE FROM support
- SYSTEM RELOAD DICTIONARY now outputs dictionary name twice as expected
- Add DeleteQuery AST type and parsing for DELETE FROM ... WHERE
- Add explain output for DeleteQuery1 parent 4b1adb3 commit b36d690
58 files changed
Lines changed: 126 additions & 268 deletions
File tree
- ast
- internal/explain
- parser
- testdata
- 01036_no_superfluous_dict_reload_on_create_database
- 01225_drop_dictionary_as_table
- 01254_dict_create_without_db
- 01254_dict_load_after_detach_attach
- 02291_dictionary_scalar_subquery_reload
- 02319_lightweight_delete_on_merge_tree_compact_parts
- 02319_lightweight_delete_on_merge_tree
- 02352_lightweight_delete_on_replicated_merge_tree
- 02352_lightweight_delete
- 02391_hashed_dictionary_shards
- 02404_lightweight_delete_vertical_merge
- 02416_rocksdb_delete_update
- 02418_keeper_map_keys_limit
- 02449_check_dependencies_and_table_shutdown
- 02481_prewhere_filtered_rows_div_by_zero
- 02504_regexp_dictionary_table_source
- 02513_prewhere_combine_step_filters
- 02518_delete_on_materialized_view
- 02521_lightweight_delete_and_ttl
- 02577_keepermap_delete_update
- 02707_keeper_map_delete_update_strict
- 02730_dictionary_hashed_load_factor_element_count
- 02731_auto_convert_dictionary_layout_to_complex_by_complex_keys
- 02734_sparse_columns_mutation
- 02740_hashed_dictionary_load_factor_smoke
- 02792_drop_projection_lwd
- 02864_statistics_bug_69589
- 02902_diable_apply_deleted_mask
- 02932_apply_deleted_mask
- 02932_lwd_and_mutations
- 03001_consider_lwd_when_merge
- 03047_on_fly_update_delete
- 03100_lwu_35_lock_profile_events
- 03100_lwu_38_replacing
- 03100_lwu_deletes_1
- 03100_lwu_deletes_2
- 03100_lwu_deletes_3
- 03100_lwu_deletes_4_index
- 03100_lwu_deletes_5_vertical_merge
- 03161_lightweight_delete_projection
- 03254_project_lwd_respects_row_exists
- 03256_invalid_mutation_query
- 03263_forbid_materialize_sort_key
- 03291_collapsing_invalid_sign
- 03304_fill_virtual_columns
- 03375_bool_partition
- 03404_json_tables
- 03571_lwd_and_projections
- 03571_trying_to_get_name_of_not_a_column_asterisk
- 03599_lightweight_delete_vertical_merge
- 03604_test_merge_tree_min_read_task_size_is_zero
- 03640_multiple_mutations_with_error_with_rewrite_parts
- 03704_function_dict_get_keys_cache_type
- 03727_tolowcardinality_nullable_cast
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
675 | 687 | | |
676 | 688 | | |
677 | 689 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
241 | 243 | | |
242 | 244 | | |
243 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1518 | 1518 | | |
1519 | 1519 | | |
1520 | 1520 | | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
1521 | 1540 | | |
1522 | 1541 | | |
1523 | 1542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| |||
4968 | 4970 | | |
4969 | 4971 | | |
4970 | 4972 | | |
| 4973 | + | |
| 4974 | + | |
| 4975 | + | |
| 4976 | + | |
| 4977 | + | |
| 4978 | + | |
| 4979 | + | |
| 4980 | + | |
| 4981 | + | |
| 4982 | + | |
| 4983 | + | |
| 4984 | + | |
| 4985 | + | |
| 4986 | + | |
| 4987 | + | |
| 4988 | + | |
| 4989 | + | |
| 4990 | + | |
| 4991 | + | |
| 4992 | + | |
| 4993 | + | |
| 4994 | + | |
| 4995 | + | |
| 4996 | + | |
| 4997 | + | |
| 4998 | + | |
| 4999 | + | |
| 5000 | + | |
| 5001 | + | |
| 5002 | + | |
| 5003 | + | |
| 5004 | + | |
| 5005 | + | |
4971 | 5006 | | |
4972 | 5007 | | |
4973 | 5008 | | |
| |||
5483 | 5518 | | |
5484 | 5519 | | |
5485 | 5520 | | |
5486 | | - | |
| 5521 | + | |
| 5522 | + | |
| 5523 | + | |
| 5524 | + | |
| 5525 | + | |
| 5526 | + | |
| 5527 | + | |
| 5528 | + | |
5487 | 5529 | | |
5488 | 5530 | | |
5489 | 5531 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 3 | + | |
13 | 4 | | |
14 | 5 | | |
0 commit comments