Alexey Gerasimchuck
|
076a6e7476
|
reduced code amount
|
2023-09-06 02:07:39 +00:00 |
|
Alexey Gerasimchuck
|
686f018183
|
Improved protection from dereferencing of nullptr
|
2023-09-06 01:46:58 +00:00 |
|
Alexander Tokmakov
|
414693feb2
|
fixes
|
2023-01-24 00:46:03 +01:00 |
|
Li Yin
|
4088c0a7f3
|
Automated function registration
Automated register all functions with below naming convention by
iterating through the symbols:
void DB::registerXXX(DB::FunctionFactory &)
|
2022-07-29 15:39:50 +08:00 |
|
Maksim Kita
|
b1a956c5f1
|
clang-tidy check performance-move-const-arg fix
|
2022-03-02 18:15:27 +00:00 |
|
Maksim Kita
|
4646cac075
|
Fixed tests
|
2022-02-04 21:49:39 +00:00 |
|
Maksim Kita
|
b81d9d20b7
|
Fixed tests
|
2022-02-04 21:25:06 +00:00 |
|
Maksim Kita
|
1202fec927
|
Fixed tests
|
2022-02-04 20:25:30 +00:00 |
|
Maksim Kita
|
a5306396dd
|
Function mapPopulateSeries refactoring
|
2022-02-04 14:53:22 +00:00 |
|
Pavel Kruglov
|
70b51133c1
|
Try to simplify code
|
2021-08-09 18:01:08 +03:00 |
|
Pavel Kruglov
|
0662df8b76
|
Fix performance with JIT, add arguments to function isSuitableForShortCircuitArgumentsExecution
|
2021-08-09 17:54:14 +03:00 |
|
Pavel Kruglov
|
e792fa588f
|
Mark all Functions as sutable or not for executing as short circuit arguments
|
2021-08-09 17:50:09 +03:00 |
|
Ildus Kurbangaliev
|
a4e9a56e8e
|
Make changes by review on #26663 PR
|
2021-07-30 20:57:32 +02:00 |
|
Ildus Kurbangaliev
|
d6fe824340
|
Add Map type support in mapPopulateSeries
|
2021-07-21 09:23:14 +02:00 |
|
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 |
|
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 |
|
Alexey Milovidov
|
c325ed65e2
|
Fix UBSan report in mapPopulateSeries
|
2021-03-24 23:10:15 +03:00 |
|
Alexey Milovidov
|
1209c02869
|
Fix overflow in mapPopulateSeries
|
2021-02-06 23:18:42 +03:00 |
|
Ivan Lezhankin
|
f897f7c93f
|
Refactor IFunction to execute with const arguments
|
2020-11-17 16:24:45 +03:00 |
|
Nikolai Kochetov
|
9fe51524cc
|
Part 9.
|
2020-10-20 00:21:10 +03:00 |
|
Nikolai Kochetov
|
959424f28a
|
Rename block to columns.
|
2020-10-14 17:04:50 +03:00 |
|
Nikolai Kochetov
|
966b1d6cf5
|
Rename Block to ColumnsWithTypeAndName.
|
2020-10-14 16:09:11 +03:00 |
|
Nikolai Kochetov
|
d28325a353
|
Replace getByPosition to []
|
2020-10-10 21:24:57 +03:00 |
|
Ildus Kurbangaliev
|
67b49862d9
|
Add mapPopulateSeries function (#13166)
|
2020-09-14 19:11:50 +03:00 |
|