alesapin
|
64b1108989
|
Merge branch 'master' of github.com:yandex/ClickHouse into fix_non_deterministic_compile
|
2018-10-25 20:01:22 +03:00 |
|
alesapin
|
a4dd489165
|
Do not build compiled functions
|
2018-10-25 19:52:28 +03:00 |
|
alesapin
|
3a9311d3ad
|
Now default block can have size more than one
|
2018-10-25 19:02:20 +03:00 |
|
alesapin
|
c3159af898
|
Enlarge constant default column if it's empty
|
2018-10-25 17:54:00 +03:00 |
|
chertus
|
19a69004f0
|
fix crash with non const scale in toDecimal()
|
2018-10-25 16:53:25 +03:00 |
|
alexey-milovidov
|
57e6dc3477
|
Merge pull request #3385 from VadimPE/CLICKHOUSE-1791
[CLICKHOUSE-1791] add modulo for Date and DateTime
|
2018-10-22 23:38:40 +03:00 |
|
alexey-milovidov
|
1c3c4c0890
|
Update FunctionsArithmetic.h
|
2018-10-22 23:35:28 +03:00 |
|
proller
|
abfe675097
|
Build fixes (#3419)
|
2018-10-18 22:28:05 +03:00 |
|
VadimPE
|
e331f15ffd
|
CLICKHOUSE-1791 add modulo for nonIntegral divisor
|
2018-10-15 16:24:01 +03:00 |
|
VadimPE
|
7b6f0f5372
|
CLICKHOUSE-1791 add modulo for date
|
2018-10-15 15:53:05 +03:00 |
|
Alexey Milovidov
|
f720a5bf95
|
Fixed typos in code #3373
|
2018-10-13 17:33:43 +03:00 |
|
chertus
|
688b5aa8e4
|
Conditional for UUID [CLICKHOUSE-4016]
|
2018-10-12 14:23:05 +03:00 |
|
Alexey Milovidov
|
f8e5a22e03
|
Fixed "timeSlot" and "timeSlots" functions [#CLICKHOUSE-4016]
|
2018-10-12 03:40:19 +03:00 |
|
Alexey Milovidov
|
218366e17f
|
Fixed error introduced in #3342
|
2018-10-12 00:31:36 +03:00 |
|
alexey-milovidov
|
5795b559c6
|
Merge pull request #3342 from 4ertus2/decimal
Confitional for Decimal (without arrays) [CLICKHOUSE-3765]
|
2018-10-10 23:00:17 +03:00 |
|
alexey-milovidov
|
297f9cec38
|
Merge pull request #3341 from yandex/fix-point-in-poligon
Fix point in poligon
|
2018-10-10 22:09:13 +03:00 |
|
chertus
|
aa9f17b8df
|
Merge branch 'master' into decimal
|
2018-10-10 21:39:57 +03:00 |
|
chertus
|
94c9a544f2
|
If for Decimal (basic support) [CLICKHOUSE-3765]
|
2018-10-10 21:37:54 +03:00 |
|
Nikolai Kochetov
|
935030a94a
|
Fixed precision issue. Repaced foat with auto.
|
2018-10-10 19:35:09 +03:00 |
|
alexey-milovidov
|
caaa7ff98e
|
Merge pull request #3331 from yandex/fix-point-in-poligon
Fix point in poligon
|
2018-10-09 23:41:35 +03:00 |
|
Nikolai Kochetov
|
1f348a09ca
|
Fix calcLinestringRotation angle. #3309
|
2018-10-09 22:38:37 +03:00 |
|
Alexey Milovidov
|
964a6e5771
|
Make function "concat" case insensitive for compatibility [#CLICKHOUSE-20]
|
2018-10-05 22:58:01 +03:00 |
|
Alexey Milovidov
|
9e1c51aca4
|
Added compatibility aliases for "length" and "lengthUTF8" [#CLICKHOUSE-20]
|
2018-10-05 22:52:42 +03:00 |
|
Nikolai Kochetov
|
97add69825
|
Rename WithDictionary to LowCardinality.
|
2018-09-28 13:44:59 +03:00 |
|
Nikolai Kochetov
|
5a211b1ab7
|
More comments.
|
2018-09-27 18:16:47 +03:00 |
|
Nikolai Kochetov
|
65c8a00e51
|
Fix low cardinality functions result cache if function can't be executed on default arguments.
|
2018-09-27 17:45:35 +03:00 |
|
alexey-milovidov
|
b6e53d22e1
|
Merge pull request #3200 from yandex/low-cardinality-function-result-cache
Added cache for low cardinality function result.
|
2018-09-26 18:12:48 +03:00 |
|
alexey-milovidov
|
2471332dfc
|
Update IFunction.h
|
2018-09-26 18:02:56 +03:00 |
|
chertus
|
b48402e871
|
intDiv, intDivOrZero for decimal [issue-3221]
|
2018-09-26 15:12:45 +03:00 |
|
alexey-milovidov
|
60000481e4
|
Merge pull request #3219 from topvisor/add_biz_to_insignificant_second_level_domains
Update firstSignificantSubdomain function
|
2018-09-26 14:54:43 +03:00 |
|
chertus
|
69dd660919
|
fix crash on decimal division by zero [issue-3221]
|
2018-09-26 14:25:50 +03:00 |
|
decaseal
|
963988ddf2
|
Update firstSignificantSubdomain function
Add "biz" domain to list of "insignificant" second-level domains
|
2018-09-26 12:39:04 +03:00 |
|
Alexey Milovidov
|
b11a84b895
|
Merge branch 'master' of github.com:yandex/ClickHouse into every_function_in_own_file_5
|
2018-09-26 03:36:20 +03:00 |
|
Alexey Milovidov
|
0e7caa05fa
|
Every function in its own file, part 5 [#CLICKHOUSE-2]
|
2018-09-26 03:32:38 +03:00 |
|
Alexey Milovidov
|
27b7654abc
|
Every function in its own file, part 5 [#CLICKHOUSE-2]
|
2018-09-26 03:31:40 +03:00 |
|
chertus
|
96ceca6c05
|
fix decimal to int, int to decimal convertion [issue-3177]
|
2018-09-25 19:03:50 +03:00 |
|
Nikolai Kochetov
|
d526859011
|
Added cache for low cardinality function result. [#CLICKHOUSE-3904]
|
2018-09-25 16:48:52 +03:00 |
|
alexey-milovidov
|
b1eb66c03e
|
Merge branch 'master' into low-cardinality-fixes
|
2018-09-21 13:43:37 +03:00 |
|
alexey-milovidov
|
4a54a1c310
|
Merge pull request #3138 from yandex/low-cardinality-group-by
Low cardinality group by
|
2018-09-21 13:38:20 +03:00 |
|
Nikolai Kochetov
|
ce8329d802
|
Fix test with names tuples.
|
2018-09-20 20:36:16 +03:00 |
|
Alexey Milovidov
|
3eb183f21e
|
Fixed build; better #3176
|
2018-09-20 17:46:31 +03:00 |
|
Nikolai Kochetov
|
d66527ec15
|
Fix functions with Array(LowCardinality) arguments. #3004
|
2018-09-20 16:16:30 +03:00 |
|
Nikolai Kochetov
|
5e4c5dd1c9
|
Fix functions on low cardinality with cons tesult.
|
2018-09-20 11:32:33 +03:00 |
|
Alexey Milovidov
|
2236435ed8
|
Added comment #2770
|
2018-09-19 23:23:33 +03:00 |
|
Alexey Milovidov
|
68a4ad0034
|
Added comment #2770
|
2018-09-19 23:22:58 +03:00 |
|
Alexey Milovidov
|
b396818632
|
Added comment #2770
|
2018-09-19 23:20:39 +03:00 |
|
Alexey Milovidov
|
44de6a0317
|
Improved performance 1.5..1.8 times #2770
|
2018-09-19 23:07:46 +03:00 |
|
Nikolai Kochetov
|
79e3ae2f75
|
Fix cast Null to LowCardinality(Nullable). #3066
|
2018-09-19 14:11:52 +03:00 |
|
Alexey Milovidov
|
2b74fd8a01
|
Style #2770
|
2018-09-18 22:44:15 +03:00 |
|
Alexey Milovidov
|
ead7baa805
|
Little better #2770
|
2018-09-18 22:41:42 +03:00 |
|