Maksim Kita
|
947f28d430
|
IFunction refactoring
|
2021-05-15 20:33:15 +03:00 |
|
Maksim Kita
|
24798ef07c
|
Updated interfaces
|
2021-05-08 17:39:34 +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 |
|
Alexander Tokmakov
|
317df5f5d2
|
try fix 'value is too short' when converting from String to Nullable(T)
|
2020-12-24 00:57:33 +03:00 |
|
Ivan Lezhankin
|
f897f7c93f
|
Refactor IFunction to execute with const arguments
|
2020-11-17 16:24:45 +03:00 |
|
Nikolai Kochetov
|
df1af1bd94
|
Part 7.
|
2020-10-19 16:42:14 +03:00 |
|
Nikolai Kochetov
|
571a5fbff3
|
Update functions interface.
|
2020-10-15 19:52:25 +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
|
3a17c2a7ac
|
Rename FunctionArguments to ColumnsWithTypeAndName
|
2020-10-11 22:20:20 +03:00 |
|
Nikolai Kochetov
|
a7fb2e38a5
|
Use ColumnWithTypeAndName as function argument instead of Block.
|
2020-10-09 10:41:28 +03:00 |
|
Azat Khuzhin
|
9096e1def3
|
Drop checkNumberOfArgumentsIfVariadic() (never called), check in getReturnType()
|
2020-07-23 11:13:19 +03:00 |
|
Azat Khuzhin
|
322681eb37
|
Passthrough isInjective via IFunctionOverloadResolver
|
2020-04-18 01:50:15 +03:00 |
|
Azat Khuzhin
|
f29e5c60a5
|
Add const qualifier for IFunction::isInjective()
|
2020-04-18 01:50:15 +03:00 |
|
Ivan Lezhankin
|
06446b4f08
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
|