Raúl Marín
|
b2cfa70541
|
Reduce dependencies on ASTFunction.h
481 -> 230
|
2021-11-26 18:21:54 +01:00 |
|
Raúl Marín
|
051dddd8df
|
Reduce dependencies on ASTIdentifier.h
Goes from rebuilding 483 objects to 165 when it's modified
|
2021-11-26 16:49:40 +01:00 |
|
Nikolai Kochetov
|
a08c98d760
|
Move some files.
|
2021-10-16 17:03:50 +03:00 |
|
Nikolai Kochetov
|
998d29ebc7
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-23 13:10:27 +03:00 |
|
hhell
|
fc166570d8
|
Fix typo in an error message
Related: https://github.com/ClickHouse/ClickHouse/issues/20551
|
2021-09-22 21:33:15 +03:00 |
|
Nikolai Kochetov
|
999a4fe831
|
Fix other tests.
|
2021-09-08 21:29:38 +03:00 |
|
vdimir
|
ffab19caad
|
Fix hasJoin in StorageView.cpp
|
2021-08-06 13:48:47 +03:00 |
|
vdimir
|
76ca40857a
|
Better error message for changed json_use_nulls in StorageView, check ast
|
2021-08-06 12:16:26 +03:00 |
|
vdimir
|
a427b19d3a
|
Check join_use_nulls changed in StorageView::read
|
2021-08-05 18:38:52 +03:00 |
|
Nikolai Kochetov
|
fc12310ee8
|
Revert #24095. User-level settings will affect queries from view.
|
2021-08-05 17:17:22 +03:00 |
|
vdimir
|
80a001ab0c
|
Use settings from global context in StorageView
|
2021-06-22 17:39:09 +03:00 |
|
vdimir
|
85bcf8a1dc
|
Merge branch 'master' into view-join-settings
|
2021-06-22 17:36:44 +03:00 |
|
mergify[bot]
|
970243850f
|
Merge branch 'master' into ast-table-identifier-2
|
2021-05-21 12:56:49 +00:00 |
|
vdimir
|
346dc65140
|
Save join_use_nulls in SETTINGS section for storage View
|
2021-05-20 16:47:09 +03:00 |
|
vdimir
|
7e39e8474f
|
Merge branch 'master' into view-join-settings
|
2021-05-20 12:08:50 +03:00 |
|
vdimir
|
3193e5358f
|
Save all changed settings in StorageView
|
2021-05-14 13:22:56 +03:00 |
|
vdimir
|
701ff6d17d
|
Save join settings for view
|
2021-05-13 17:21:55 +03:00 |
|
feng lv
|
4ffe199d39
|
Implement table comments
|
2021-04-23 12:18:23 +00:00 |
|
Ivan
|
a73483751f
|
Merge branch 'master' into ast-table-identifier-2
|
2021-04-12 20:23:28 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Ivan Lezhankin
|
3da3250bfd
|
Merge branch 'master' into ast-table-identifier-2
|
2021-04-09 17:56:15 +03:00 |
|
Nikolai Kochetov
|
9a39459888
|
Refactor ActionsDAG
|
2021-03-04 20:38:12 +03:00 |
|
Nikolai Kochetov
|
15921fbfcb
|
Remove index by name from ActionsDAG
|
2021-03-03 23:01:07 +03:00 |
|
Nikolai Kochetov
|
d91b8a3acb
|
Merge branch 'master' into filter-push-down
|
2021-02-26 19:33:27 +03:00 |
|
Nikolai Kochetov
|
d328bfa41f
|
Review fixes. Add setting max_optimizations_to_apply.
|
2021-02-26 19:29:56 +03:00 |
|
alesapin
|
653d962cdd
|
Fix style and add low-level check
|
2021-02-25 17:43:58 +03:00 |
|
Nikolai Kochetov
|
7231a97085
|
Remove MaterializingStep
|
2021-02-18 14:15:16 +03:00 |
|
Ivan Lezhankin
|
1002148886
|
Merge remote-tracking branch 'upstream/master' into ast-table-identifier-2
|
2020-11-22 22:34:36 +03:00 |
|
Nikolai Kochetov
|
13eceff55c
|
Remove Converting transform and step.
|
2020-11-17 20:16:55 +03:00 |
|
Ivan Lezhankin
|
9250d5c4e9
|
Merge remote-tracking branch 'upstream/master' into ast-table-identifier-2
|
2020-11-12 16:25:46 +03:00 |
|
Nikolai Kochetov
|
195c941c4e
|
Merge branch 'master' into storage-read-query-plan
|
2020-11-10 15:02:22 +03:00 |
|
Ivan Lezhankin
|
4083406f54
|
Introduce ASTTableIdentifier
|
2020-10-26 18:49:00 +03:00 |
|
Nikolai Kochetov
|
c5cb05f5f3
|
Try fix tests.
|
2020-10-07 14:26:29 +03:00 |
|
Azat Khuzhin
|
b838214a35
|
Pass non-const SelectQueryInfo (and drop mutable qualifiers)
|
2020-10-02 22:42:35 +03:00 |
|
Nikolai Kochetov
|
50674a320f
|
Refactor IStorage::read with query plan.
|
2020-09-18 14:39:07 +03:00 |
|
Nikolai Kochetov
|
0bf4e8e6e9
|
Support reading with QueryPlan for StorageView.
|
2020-09-17 16:22:24 +03:00 |
|
Amos Bird
|
6bd753d85d
|
TableFunction view.
|
2020-09-02 16:02:10 +08:00 |
|
Nikolai Kochetov
|
20e63d2271
|
Refactor Pipe [part 6]
|
2020-08-06 15:24:05 +03:00 |
|
Nikolai Kochetov
|
2cca4d5fcf
|
Refactor Pipe [part 2].
|
2020-08-03 16:54:14 +03:00 |
|
alesapin
|
4c0879ae30
|
Better logging in storages
|
2020-06-19 20:17:13 +03:00 |
|
alesapin
|
c9fa5d2ec3
|
Better naming
|
2020-06-19 18:39:41 +03:00 |
|
alesapin
|
31abbe5dbd
|
Select query in metadata
|
2020-06-17 17:06:22 +03:00 |
|
alesapin
|
71f99a274d
|
Compileable getSampleBlockWithColumns in StorageInMemoryMetadata
|
2020-06-16 17:25:08 +03:00 |
|
alesapin
|
36ba0192df
|
Metadata in read and write methods of IStorage
|
2020-06-15 22:08:58 +03:00 |
|
alesapin
|
b47a7327fd
|
All set methods in metadata
|
2020-06-15 21:08:05 +03:00 |
|
alesapin
|
af2fe2ba55
|
Compilable setColumns, setConstraints, setIndices
|
2020-06-15 19:55:33 +03:00 |
|
alesapin
|
8f66c1b22c
|
Merge with master
|
2020-06-15 17:31:37 +03:00 |
|
Artem Zuikov
|
24059efad5
|
Change push down logic in VIEW (#11513)
|
2020-06-15 15:36:10 +03:00 |
|
alesapin
|
ac67d0485c
|
Merge branch 'master' into consistent_metadata4
|
2020-06-08 15:06:51 +03:00 |
|
Artem Zuikov
|
c58f9bd43d
|
refactoring: remove TableWithColumnNames
|
2020-06-06 00:17:00 +03:00 |
|