Nikolai Kochetov
|
fcaa8a5073
|
Fix build
|
2021-04-29 18:55:20 +03:00 |
|
Nikolai Kochetov
|
69ddca1d73
|
Refactor join step, part 3
|
2021-04-28 20:32:12 +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 |
|
Nikolai Kochetov
|
b7e53208d1
|
Fix tests.
|
2020-09-04 11:36:47 +03:00 |
|
Nikolai Kochetov
|
acfd35a908
|
Update QueryPipeline::addCreatingSetsTransform
|
2020-09-02 16:04:54 +03:00 |
|
Nikolai Kochetov
|
f82b799f12
|
Update CreatingSetsTransform.
|
2020-09-01 16:53:11 +03:00 |
|
alesapin
|
b9e74f4e82
|
Merge branch 'master' into atomic_metadata5
|
2020-06-22 12:03:53 +03:00 |
|
Nikolai Kochetov
|
1ad4f2c0fd
|
Add CreatingSets step.
|
2020-06-17 18:50:21 +03:00 |
|
alesapin
|
36ba0192df
|
Metadata in read and write methods of IStorage
|
2020-06-15 22:08:58 +03:00 |
|
Alexey Milovidov
|
7e1813825b
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
|
Alexey Milovidov
|
bab24879e9
|
Progress on task
|
2020-05-24 00:16:05 +03:00 |
|
Alexey Milovidov
|
a2ad11897f
|
Remove duplicate whitespaces (preparation)
|
2020-05-23 21:53:58 +03:00 |
|
Alexey Milovidov
|
1f13515a65
|
Make all LOG in single line (preparation)
|
2020-05-23 21:31:37 +03:00 |
|
Alexey Milovidov
|
8d2e80a5e2
|
find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+"\)' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+, "[^"]+")\)/\1_FORMATTED(\2)/'
|
2020-05-23 19:42:39 +03:00 |
|
Artem Zuikov
|
8297683972
|
renames: AnalyzedJoin -> TableJoin, Join -> HashJoin (#10065)
|
2020-04-07 12:48:47 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|