mergify[bot]
|
d68d5e0ef1
|
Merge branch 'master' into rename-const-context-ptr
|
2021-06-04 14:41:41 +00:00 |
|
Kruglov Pavel
|
8acf031c1b
|
Merge pull request #24398 from Avogar/fix-deltasum
Fix logical error AggregateFunctionFactory returned nullptr
|
2021-06-03 19:40:06 +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 |
|
Pavel Kruglov
|
42d57138f2
|
replace all isDateOrDateTime invocations to explicit calls to isDate and isDateTime and isDateTime64
|
2021-05-28 15:34:49 +03:00 |
|
Maksim Kita
|
af78649e56
|
Merge pull request #24023 from kitaisreal/compile-expressions-comparison-function-constant-case-with-alias-fix
CompileExpressions comparison function constant case fix
|
2021-05-20 10:58:38 +03:00 |
|
Maksim Kita
|
947f28d430
|
IFunction refactoring
|
2021-05-15 20:33:15 +03:00 |
|
Maksim Kita
|
0b4b5eb808
|
FunctionComparison remove constant result for non constant arguments optimization
|
2021-05-15 00:03:26 +03:00 |
|
Maksim Kita
|
2a630b68a4
|
Fixed FunctionComparison with special edge case
|
2021-05-08 21:04:21 +03:00 |
|
Maksim Kita
|
9b405b4c07
|
Fixed FunctionComparison for constants
|
2021-05-08 18:47:08 +03:00 |
|
Maksim Kita
|
1bb4988b1f
|
Fixed FunctionsComparison constant result with non constant arguments
|
2021-05-08 17:39:35 +03:00 |
|
Maksim Kita
|
7778172a1f
|
Fixed compilable function
|
2021-05-08 17:39:35 +03:00 |
|
Maksim Kita
|
24798ef07c
|
Updated interfaces
|
2021-05-08 17:39:34 +03:00 |
|
Maksim Kita
|
6b70cbd53c
|
Added jit example
|
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 |
|
Alexey Milovidov
|
5f13fdddc0
|
Remove useless code from BigInt
|
2021-01-26 21:22:40 +03:00 |
|
Vasily Nemkov
|
5ff7baf663
|
Fixed comparing Date and DateTime64
With a less flakky test
|
2020-12-18 17:47:08 +02:00 |
|
alexey-milovidov
|
2fb7ce8340
|
Revert "Date vs DateTime64 comparison"
|
2020-12-11 01:09:01 +03:00 |
|
Vasily Nemkov
|
0c2d73adcb
|
Fixed comparing Date and DateTime64
|
2020-12-08 17:17:02 +03:00 |
|
Ivan Lezhankin
|
f897f7c93f
|
Refactor IFunction to execute with const arguments
|
2020-11-17 16:24:45 +03:00 |
|
Nikolai Kochetov
|
6177996d5b
|
Fix gcc build.
|
2020-10-21 00:27:01 +03:00 |
|
Nikolai Kochetov
|
295e612343
|
Fix build and tests.
|
2020-10-20 16:11:57 +03:00 |
|
Nikolai Kochetov
|
139487a1a0
|
Part 1.
|
2020-10-17 17:23:37 +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
|
23aec1f954
|
Fix build.
|
2020-10-11 22:44:20 +03:00 |
|
Nikolai Kochetov
|
3a17c2a7ac
|
Rename FunctionArguments to ColumnsWithTypeAndName
|
2020-10-11 22:20:20 +03:00 |
|
Nikolai Kochetov
|
d28325a353
|
Replace getByPosition to []
|
2020-10-10 21:24:57 +03:00 |
|
Nikolai Kochetov
|
a7fb2e38a5
|
Use ColumnWithTypeAndName as function argument instead of Block.
|
2020-10-09 10:41:28 +03:00 |
|
Amos Bird
|
ee45395942
|
Fix datetime comparison
|
2020-09-23 10:29:55 +08:00 |
|
Artem Zuikov
|
7373aaf465
|
add IsOperation helper
|
2020-09-08 03:59:13 +03:00 |
|
Artem Zuikov
|
d304d522cc
|
Refactoring: rename types to allow change bigint library (#14219)
|
2020-09-01 12:54:50 +03:00 |
|
Alexey Milovidov
|
5dbdd8ea3d
|
More range checks when compile_expressions = 1
|
2020-08-26 19:49:19 +03:00 |
|
Artem Zuikov
|
becc186c91
|
Add support for extended precision integers and decimals (#13097)
|
2020-08-19 14:52:17 +03:00 |
|
Nikolai Kochetov
|
7a9b244f37
|
Push ci
|
2020-08-07 11:29:41 +03:00 |
|
Nikolai Kochetov
|
38c1d3b061
|
Fix build.
|
2020-08-06 16:47:08 +03:00 |
|
Nikolai Kochetov
|
b28e121967
|
Fix tuple with NULL exement comparison.
|
2020-08-06 15:54:14 +03:00 |
|
Nikolai Kochetov
|
e4689ce302
|
Make IFunction::executeImpl const.
|
2020-07-21 16:58:07 +03:00 |
|
Nikolai Kochetov
|
c97d071b4b
|
Fix test.
|
2020-06-29 19:28:14 +03:00 |
|
Nikolai Kochetov
|
6bf9d670be
|
Fix test.
|
2020-06-29 18:22:21 +03:00 |
|
Nikolai Kochetov
|
0a455fc0e1
|
Fix tuple nullable comparison.
|
2020-06-29 16:25:28 +03:00 |
|
Alexey Milovidov
|
1462a66d1e
|
Fix typos
|
2020-06-27 22:05:00 +03:00 |
|
alexey-milovidov
|
863b46534f
|
Update FunctionsComparison.h
|
2020-06-21 17:25:41 +03:00 |
|
Alexey Milovidov
|
9514965207
|
Fix comparison of tuple with constant string
|
2020-06-21 16:23:32 +03:00 |
|
Alexey Milovidov
|
3658ea6e55
|
Fix FixedString comparison #11393
|
2020-06-20 16:13:51 +03:00 |
|
Alexey Milovidov
|
71d907129c
|
Whitespace
|
2020-06-20 09:41:09 +03:00 |
|
Alexey Milovidov
|
e2f7a41a1a
|
Fix error; clarify more results in test
|
2020-06-14 07:16:52 +03:00 |
|
Alexey Milovidov
|
41afea0165
|
Fix style
|
2020-06-14 02:10:25 +03:00 |
|
Alexey Milovidov
|
844140467e
|
Simplify the code in comparison functions
|
2020-06-14 01:18:48 +03:00 |
|
Vasily Nemkov
|
86edceeb81
|
Comparison between DateTime64 and String values (just like for DateTime)
|
2020-05-01 15:52:18 +03:00 |
|