Nikolai Kochetov
|
dbaa6ffc62
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
|
Alexander Kuzmenkov
|
3f57fc085b
|
remove mutable context references from functions interface
Also remove it from some visitors.
|
2021-05-28 19:45:37 +03:00 |
|
Pavel Kruglov
|
704bbe0aeb
|
Raname uniqThetaSketch to uniqTheta
|
2021-05-11 17:39:35 +03:00 |
|
pingyu
|
46f809d07f
|
Revert "Merge pull request #23334 from ClickHouse/revert-22609-datasketches-uniq"
This reverts commit af2499359b , reversing
changes made to db82e9e3d5 .
|
2021-05-05 16:42:57 +08:00 |
|
alexey-milovidov
|
62899436db
|
Revert "add uniqThetaSketch"
|
2021-04-20 03:34:21 +03:00 |
|
Kruglov Pavel
|
6350f734dc
|
Merge branch 'master' into datasketches-uniq
|
2021-04-13 19:34:15 +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 |
|
pingyu
|
1ea74a1947
|
bug fix. add unit tests.#
|
2021-04-04 22:22:47 +08:00 |
|
pingyu
|
1ac42e003c
|
wip #14893
|
2021-03-29 00:46:50 +08:00 |
|
Ivan
|
315ff4f0d9
|
ANTLR4 Grammar for ClickHouse and new parser (#11298)
|
2020-12-04 05:15:44 +03:00 |
|
Nikolai Kochetov
|
a7fb2e38a5
|
Use ColumnWithTypeAndName as function argument instead of Block.
|
2020-10-09 10:41:28 +03:00 |
|
Artem Zuikov
|
01b5c2663c
|
Delete injective functions inside uniq (#12337)
|
2020-07-10 13:42:41 +03:00 |
|