Alexey Milovidov
|
25f2f032d1
|
Added function "trunc"; simplifications [#CLICKHOUSE-2].
|
2017-09-16 19:38:27 +03:00 |
|
Alexey Milovidov
|
86c46ad1bd
|
Unification [#CLICKHOUSE-2].
|
2017-09-15 15:16:12 +03:00 |
|
Nikolai Kochetov
|
2bb487c333
|
fixed string concat wih first array argument in block
|
2017-09-13 22:33:47 +03:00 |
|
Alexey Milovidov
|
dc4976f562
|
Implemented some suggestions from clang-tidy (part 8) [#CLICKHOUSE-3301].
|
2017-09-08 07:58:57 +03:00 |
|
Alexey Milovidov
|
8b313ab99e
|
Fixed warnings found by cppcheck [#CLICKHOUSE-3300].
|
2017-09-08 00:04:48 +03:00 |
|
Alexey Milovidov
|
0dcee75180
|
Supporessed useless false positive errors found by cppcheck [#CLICKHOUSE-3300].
|
2017-09-07 22:13:37 +03:00 |
|
Vadim Skipin
|
4017622ffb
|
CLICKHOUSE-3289: Do not use Application singleton
|
2017-09-07 20:55:33 +03:00 |
|
Alexey Milovidov
|
b370551e67
|
Fixed redundant code in IPv4NumToStringClassC function and removed copy-paste [#CLICKHOUSE-3281].
|
2017-09-06 06:24:39 +03:00 |
|
Alexey Milovidov
|
ff8940ddbe
|
Fixed bad code [#CLICKHOUSE-3281].
|
2017-09-06 06:24:39 +03:00 |
|
Alexey Milovidov
|
60263d943e
|
IPv6StringToNum: fixed missing overflow check [#CLICKHOUSE-3281].
|
2017-09-06 06:24:39 +03:00 |
|
Alexey Milovidov
|
24ac5a68e1
|
More uniform style [#CLICKHOUSE-3281].
|
2017-09-06 06:24:39 +03:00 |
|
Alexey Milovidov
|
ee469f7a98
|
Fixed redundant code [#CLICKHOUSE-3281].
|
2017-09-06 06:24:39 +03:00 |
|
Alexey Milovidov
|
3b6dd67178
|
Fixed nullptr dereference [#CLICKHOUSE-3281].
|
2017-09-06 06:24:39 +03:00 |
|
Alexey Milovidov
|
b37790d27e
|
Minor modifications [#CLICKHOUSE-3201].
|
2017-09-04 23:21:55 +03:00 |
|
Vladimir Chebotarev
|
e39fb48377
|
functions: pointInPolygon(). [#CLICKHOUSE-3201]
|
2017-09-04 17:26:28 +03:00 |
|
alexey-milovidov
|
223ebc0b0d
|
Merge pull request #1187 from yandex/array-functions-concat-slice-push-pop
Fix array functions for generic array type
|
2017-09-01 21:11:09 +03:00 |
|
Nikolai Kochetov
|
20766debb0
|
fix arrasSlice for gereric arrays [#CLICKHOUSE-2090]
|
2017-09-01 21:01:06 +03:00 |
|
Nikolai Kochetov
|
32ed1b0b41
|
fix arrasSlice for gereric arrays [#CLICKHOUSE-2090]
|
2017-09-01 20:41:43 +03:00 |
|
alexey-milovidov
|
897a9ad6b2
|
Merge pull request #1146 from yandex/array-functions-concat-slice-push-pop
Array functions concat slice push pop
|
2017-09-01 20:30:51 +03:00 |
|
proller
|
1a8e22c37f
|
Allow compile on 32bit systems (#1175)
* Trying compile under 32bit..
* PerformanceTest: use getMultiple*FromConfig, fix debug helpers
* Missing file
* clnag-format of Split ComplexKeyCacheDictionary
* wip
* Requested changes
* wip
* wip
* Fix boost 1.64 and gcc7+ compile errors
* More fixes
* wip
* Fix arm build
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* clean
* fix
* wip
* wip
* clean
* clean
* wip
* wip
* Update MergeTreeSettings.h
* Requested changes
* Requested changes
* Requested changes
* Requested changes
|
2017-09-01 20:21:03 +03:00 |
|
Nikolai Kochetov
|
463c05b33d
|
fixed build [#CLICKHOUSE-2090]
|
2017-09-01 20:16:48 +03:00 |
|
Nikolai Kochetov
|
a88bb9375a
|
removed useless code from GatherUtils [#CLICKHOUSE-2090]
|
2017-09-01 20:14:47 +03:00 |
|
Nikolai Kochetov
|
df09912864
|
reformated GatherUtils.cpp [#CLICKHOUSE-2090]
|
2017-09-01 20:07:58 +03:00 |
|
Nikolai Kochetov
|
b4f7e0e15c
|
restored identation in FunctionsArray.cpp [#CLICKHOUSE-2090]
|
2017-09-01 19:57:01 +03:00 |
|
Nikolai Kochetov
|
a46780e4a5
|
renamed concatGeneric to concatGenericArray [#CLICKHOUSE-2090]
|
2017-09-01 19:45:05 +03:00 |
|
Nikolai Kochetov
|
3370ba270f
|
fix build [#CLICKHOUSE-2090]
|
2017-09-01 17:55:43 +03:00 |
|
Nikolai Kochetov
|
862460f293
|
changed & to && in GatherUtils.cpp [#CLICKHOUSE-2090]
|
2017-09-01 17:47:42 +03:00 |
|
Nikolai Kochetov
|
b392788e86
|
fix build [#CLICKHOUSE-2090]
|
2017-09-01 17:35:37 +03:00 |
|
Nikolai Kochetov
|
5b4759acd9
|
changed sibstring behaviour for offset < -string_lenght [#CLICKHOUSE-2090]
|
2017-09-01 17:32:12 +03:00 |
|
Nikolai Kochetov
|
f1c01118b5
|
fixed writeSlice for const GenericArraySlice and NumericArraySink [#CLICKHOUSE-2090]
|
2017-09-01 16:55:05 +03:00 |
|
Nikolai Kochetov
|
6956e12770
|
added comments to writeSlice functions [#CLICKHOUSE-2090]
|
2017-09-01 16:03:54 +03:00 |
|
Nikolai Kochetov
|
1da43b683c
|
fixed comment [#CLICKHOUSE-2090]
|
2017-09-01 15:23:06 +03:00 |
|
Nikolai Kochetov
|
7885c5c032
|
renamed TypeListNumber to TypeListNumbers [#CLICKHOUSE-2090]
|
2017-09-01 15:09:08 +03:00 |
|
Nikolai Kochetov
|
7891596579
|
unified TypeList [#CLICKHOUSE-2090]
|
2017-09-01 15:05:19 +03:00 |
|
Nikolai Kochetov
|
c695f10c66
|
hanged & to && in GatherUtils [#CLICKHOUSE-2090]
|
2017-09-01 14:32:31 +03:00 |
|
Nikolai Kochetov
|
c0b05f2ca9
|
hanged & to && in GatherUtils [#CLICKHOUSE-2090]
|
2017-09-01 14:02:26 +03:00 |
|
alexey-milovidov
|
1b8100ae86
|
Update FunctionsArray.cpp
|
2017-08-31 20:00:51 +03:00 |
|
alexey-milovidov
|
c6f87d9543
|
Update GatherUtils.h
|
2017-08-31 19:24:46 +03:00 |
|
Nikolai Kochetov
|
24e135fbe6
|
supported arraySlice with 2 arguments, added comments [#CLICKHOUSE-2090]
|
2017-08-25 16:54:08 +03:00 |
|
Nikolai Kochetov
|
1ec04d1024
|
supported || for arrayConcat [#CLICKHOUSE-2090]
|
2017-08-25 16:05:26 +03:00 |
|
Nikolai Kochetov
|
239f4f2d36
|
merged with master
|
2017-08-25 15:05:18 +03:00 |
|
Nikolai Kochetov
|
0f4e7f1833
|
fixed array slice with offset <= -(array length) [#CLICKHOUSE-2090]
|
2017-08-25 14:29:49 +03:00 |
|
Nikolai Kochetov
|
d213efa974
|
fixed slice for nullable index [#CLICKHOUSE-2090]
|
2017-08-24 22:19:37 +03:00 |
|
Nikolai Kochetov
|
d8529e1846
|
unused type alias [#CLICKHOUSE-2090]
|
2017-08-24 21:16:25 +03:00 |
|
Nikolai Kochetov
|
09a307b94f
|
removed debug stderr output [#CLICKHOUSE-2090]
|
2017-08-24 19:46:41 +03:00 |
|
Nikolai Kochetov
|
e6fd55ff42
|
added arrayPushBack arrayPushFront arrayPopBack arrayPopFront function [#CLICKHOUSE-2090]
|
2017-08-24 19:46:40 +03:00 |
|
Nikolai Kochetov
|
096d34bb7f
|
added arraySlice function [#CLICKHOUSE-2090]
|
2017-08-24 19:46:34 +03:00 |
|
Nikolai Kochetov
|
c1479a5594
|
updated GatherUtils [#CLICKHOUSE-2090]
|
2017-08-24 19:46:15 +03:00 |
|
Nikolai Kochetov
|
c3fe8bb026
|
added FunctionArrayConcat [#CLICKHOUSE-2090]
|
2017-08-24 19:45:13 +03:00 |
|
Alexey Milovidov
|
304ccf29b2
|
Fixed error; added test [#CLICKHOUSE-2].
|
2017-08-18 22:02:50 +03:00 |
|