Nikita Mikhaylov
|
82ba97c3a7
|
More explicit template instantiations (#60730)
|
2024-03-07 17:16:13 +01:00 |
|
Robert Schulze
|
76e80497ed
|
Fix replace[Regexp]{One,All}() with const haystacks
|
2023-04-26 18:18:11 +00:00 |
|
Robert Schulze
|
a7c153f88c
|
replace{One/All}(): allow non-const pattern and replacement arguments
|
2023-04-04 08:26:28 +00:00 |
|
Robert Schulze
|
494d6ca3df
|
Cleanup implementation of regexpReplace(All|One)
This is a pure refactoring, there are no semantic changes.
Cherry-picked from #42682.
|
2022-11-02 15:49:53 +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 |
|
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 |
|
Ivan Lezhankin
|
f897f7c93f
|
Refactor IFunction to execute with const arguments
|
2020-11-17 16:24:45 +03:00 |
|
Nikolai Kochetov
|
740fad66f3
|
Part 6.
|
2020-10-18 22:00:13 +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 |
|
Nikolai Kochetov
|
e4689ce302
|
Make IFunction::executeImpl const.
|
2020-07-21 16:58:07 +03:00 |
|
Alexey Milovidov
|
1e690510b6
|
Fixed style
|
2020-05-07 02:51:09 +03:00 |
|
Alexey Milovidov
|
466da445e1
|
Every function in its own file, part 13
|
2020-05-07 02:21:13 +03:00 |
|