alexey-milovidov
|
3ab274469e
|
Merge pull request #9391 from ClickHouse/array-slice-aggregate-function
Implement arraySlice for arrays with aggregate function states.
|
2020-03-05 00:10:31 +03:00 |
|
alexey-milovidov
|
f6a19ba438
|
Merge pull request #9442 from ClickHouse/akz/column_vector_replicate_faster
ColumnVector::replicate() is even more readily vectorized now
|
2020-03-03 22:06:04 +03:00 |
|
Alexey Milovidov
|
5b06842723
|
Remove excessive empty lines
|
2020-03-03 05:43:59 +03:00 |
|
Alexander Kazakov
|
fa3e915e7f
|
Resorted to a minor correction in the for-loop
|
2020-03-02 19:51:03 +03:00 |
|
alexey-milovidov
|
5335b589f9
|
Revert "Generic constructor of ColumnVector from initializer list (#9393)"
This reverts commit 6691302e4f .
|
2020-02-28 22:14:13 +03:00 |
|
Alexander Kazakov
|
dc4ae6435b
|
ColumnVector::replicate() is even more readily vectorized now
|
2020-02-28 16:27:01 +03:00 |
|
alexey-milovidov
|
6691302e4f
|
Generic constructor of ColumnVector from initializer list (#9393)
* Generic constructor of ColumnVector from initializer list #9367
* Fixed build
* Fixed error
|
2020-02-28 15:57:04 +03:00 |
|
Alexey Milovidov
|
3e3cafc487
|
Implement method "structureEquals" for ColumnAggregateFunction
|
2020-02-26 21:33:16 +03:00 |
|
Alexey Milovidov
|
8f90c6ec12
|
Fixed ErrorCodes, part 3
|
2020-02-25 21:20:08 +03:00 |
|
Alexey Milovidov
|
cb6cd2ffbb
|
Added missing ErrorCodes, part 2
|
2020-02-25 21:10:48 +03:00 |
|
Alexey Milovidov
|
766ae8261a
|
Added some missing ErrorCodes
|
2020-02-25 21:02:41 +03:00 |
|
Alexey Milovidov
|
3602126a1e
|
Remove unused ErrorCodes
|
2020-02-25 17:35:37 +03:00 |
|
Alexey Milovidov
|
c3e80485da
|
More strict aliasing
|
2020-02-22 10:19:39 +08:00 |
|
Alexander Kazakov
|
1c86a31431
|
Faster ColumnVector::replicate()
|
2020-02-21 22:47:20 +03:00 |
|
Alexander Kazakov
|
2e8dd9d9fc
|
A unit test for ColumnVector::replicate()
|
2020-02-21 22:46:08 +03:00 |
|
Alexey Milovidov
|
975ae4c396
|
Integrate patch from Intel
|
2020-01-14 20:17:56 +03:00 |
|
Alexey Milovidov
|
53fbe0bb43
|
Avoid UBSan report
|
2019-12-30 23:04:10 +03:00 |
|
alexey-milovidov
|
a7384b4d07
|
Merge branch 'master' into MoreGCCWarnings
|
2019-12-18 02:01:39 +03:00 |
|
Alexander Kuzmenkov
|
8b1dae3f3d
|
Fix some implicit Field casts (#8209)
|
2019-12-17 13:19:21 +03:00 |
|
kreuzerkrieg
|
9612bb0e79
|
More GCC warnings
|
2019-12-16 23:19:50 +02:00 |
|
Vasily Nemkov
|
f8fec0402b
|
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
|
2019-12-11 17:38:32 +03:00 |
|
alesapin
|
b9591a8bb4
|
Fix variable scope
|
2019-12-07 11:17:01 +03:00 |
|
alesapin
|
3881a85c39
|
Review fixes
|
2019-12-07 01:22:12 +03:00 |
|
alesapin
|
772bb0b70b
|
Fix collation locales
|
2019-12-05 18:35:09 +03:00 |
|
Nikolai Kochetov
|
26e415736a
|
Merge pull request #7665 from 4ertus2/joins
New ANY, SEMI, ANTI JOIN (HashJoin only)
|
2019-12-05 14:38:20 +03:00 |
|
alexey-milovidov
|
aadf7c689c
|
Merge pull request #7993 from ClickHouse/merge-great-circle-distance
Merging #7307
|
2019-12-03 15:23:38 +03:00 |
|
alexey-milovidov
|
0c904f1484
|
Merge pull request #7721 from 4ertus2/decimal
Basic GatherUtils support for Decimals
|
2019-12-03 05:15:38 +03:00 |
|
Alexey Milovidov
|
2474cdfa09
|
Removed tons of garbage from "greatCircleDistance" function. But algorithm is still unclear.
|
2019-12-03 04:55:46 +03:00 |
|
alexey-milovidov
|
edede563c9
|
Merge pull request #7747 from hczhcz/patch-1113
Fix empty array handling in arraySplit
|
2019-12-03 04:00:31 +03:00 |
|
chertus
|
a179c5025f
|
Merge branch 'master' into joins
|
2019-12-02 21:08:39 +03:00 |
|
Vasily Nemkov
|
70512f8289
|
Merge remote-tracking branch 'upstream/master' into DateTime64
|
2019-11-30 21:49:15 +03:00 |
|
hcz
|
5e45a4f3cd
|
Add comment on getValue() function
|
2019-11-29 14:50:36 +08:00 |
|
Nikolai Kochetov
|
f301e60ef5
|
Fix InterpreterSelectWithUnionQuery::getCommonHeaderForUnion
|
2019-11-26 13:14:56 +03:00 |
|
Vasily Nemkov
|
825b8d1160
|
Post-PR fixes
* value_type => ValueType for ColumnVector and ColumnDecimal
* minor formatting fixes
* removed `extern template`
|
2019-11-20 11:58:55 +03:00 |
|
chertus
|
8321deefac
|
Merge branch 'master' into joins
|
2019-11-11 20:54:45 +03:00 |
|
chertus
|
03933a1039
|
gather utils for Decimals (no scale checks)
|
2019-11-11 19:18:37 +03:00 |
|
Vasily Nemkov
|
07041d45c9
|
Merge remote-tracking branch 'upstream/master' into DateTime64
|
2019-11-11 09:19:13 +03:00 |
|
chertus
|
3a24916ec2
|
insertManyDefaults() overrides
|
2019-11-08 14:15:20 +03:00 |
|
Alexander Kuzmenkov
|
233212ac68
|
Merge pull request #7531 from amosbird/getkeymapped
Unify hash tables interface (separated for review)
|
2019-11-06 13:49:39 +03:00 |
|
Amos Bird
|
fbfbe161ec
|
Unify hash tables interface.
|
2019-11-06 00:08:04 +08:00 |
|
Vasily Nemkov
|
c6eb0fcff7
|
Merge remote-tracking branch 'upstream/master' into DateTime64
|
2019-11-04 17:06:22 +03:00 |
|
alexey-milovidov
|
f5531fb436
|
Merge pull request #7590 from amosbird/typetrait
ubsan fix
|
2019-11-02 13:22:39 +03:00 |
|
Amos Bird
|
ad12099642
|
ubsan fix
|
2019-11-02 17:00:03 +08:00 |
|
Amos Bird
|
e04cdd4ebb
|
Early constant folding.
|
2019-10-31 23:54:32 +08:00 |
|
Vasily Nemkov
|
d6ff36c760
|
Merge remote-tracking branch 'upstream/master' into DateTime64
|
2019-10-24 07:52:50 +03:00 |
|
Vasily Nemkov
|
06255a9b9f
|
DateTime64 toStartOfInterval fix
|
2019-10-22 10:43:14 +03:00 |
|
Alexander Kuzmenkov
|
5e2cc37381
|
Distinguish Array and Tuple field types when creating from array of Fields. (#7179)
|
2019-10-18 18:57:05 +03:00 |
|
Alexander Kuzmenkov
|
8a1d57bddb
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
|
Alexander Kuzmenkov
|
2b30f2696c
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
|
Alexander Kuzmenkov
|
ec2d9a083c
|
Remove excessive includes.
|
2019-09-30 15:31:14 +03:00 |
|