Alexey Milovidov
|
7f6c48d5de
|
Cleanup semantics of data types [#CLICKHOUSE-2].
|
2017-12-09 19:17:37 +03:00 |
|
Alexey Milovidov
|
ce8352b9cc
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:33:15 +03:00 |
|
Alexey Milovidov
|
7b3ce9085a
|
Better [#CLICKHOUSE-2].
|
2017-12-02 06:31:40 +03:00 |
|
Alexey Milovidov
|
54e601019c
|
Better [#CLICKHOUSE-2].
|
2017-12-02 00:40:58 +03:00 |
|
alexey-milovidov
|
3a0e0173ab
|
Merge pull request #1545 from samael500/master
Fix integer overflow
|
2017-11-25 01:43:48 +03:00 |
|
proller
|
0d3c4f4d67
|
Core/FieldVisitors.h -> Common/FieldVisitors.h
Core/Progress.h -> IO/Progress.h
tests: sudo --non-interactive
Fix freebsd link
|
2017-11-24 16:55:31 +03:00 |
|
Maks Skorokhod
|
d5cdfa6a48
|
🔧 fix typeowerflow on gcd and modulo functions
|
2017-11-24 11:17:49 +03:00 |
|
Maks Skorokhod
|
a06ca9cb82
|
:octocat: merge with master
|
2017-11-23 11:57:10 +03:00 |
|
Maks Skorokhod
|
e0f981f48c
|
🔧 correct type cast for LCM result
|
2017-11-23 11:40:06 +03:00 |
|
Maks Skorokhod
|
f4489f17fc
|
🔧 use correct result types
|
2017-11-22 22:42:16 +03:00 |
|
Maks Skorokhod
|
25509e2ee2
|
🔁 add GCD and LCM functions support
|
2017-11-22 22:42:16 +03:00 |
|
Maks Skorokhod
|
f09855e6f8
|
🔧 use correct result types
|
2017-11-22 12:50:23 +03:00 |
|
Maks Skorokhod
|
c31fd8ba88
|
🔁 add GCD and LCM functions support
|
2017-11-22 12:25:36 +03:00 |
|
Alexey Milovidov
|
62a5c882a9
|
Fixed error [#CLICKHOUSE-3402].
|
2017-11-09 22:25:21 +03:00 |
|
Alexey Milovidov
|
ad8afcc022
|
Added functions to implement INTERVAL operations [#CLICKHOUSE-3393].
|
2017-10-30 08:39:30 +03:00 |
|
Alexey Milovidov
|
a5e8c5e8f5
|
Better [#CLICKHOUSE-2].
|
2017-09-17 01:24:48 +03:00 |
|
Alexey Milovidov
|
1557fa2e8d
|
Removed "dispatchFor" templates, because gcc 6 cannot compile them (only clang is capable) [#CLICKHOUSE-2].
|
2017-07-25 01:44:13 +03:00 |
|
Alexey Milovidov
|
ffbd2f46f9
|
GatherUtils (experimental) [#CLICKHOUSE-2].
|
2017-07-25 01:44:13 +03:00 |
|
Alexey Milovidov
|
ee81d53bd5
|
Functions simplification [#CLICKHOUSE-2].
|
2017-07-25 01:44:13 +03:00 |
|
alexey-milovidov
|
d4d266fa18
|
ColumnConst unification (#1011)
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* Fixed error in ColumnArray::replicateGeneric [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
* ColumnConst: unification (incomplete) [#CLICKHOUSE-3150].
|
2017-07-21 09:35:58 +03:00 |
|
Alexey Milovidov
|
5c3ca0c16e
|
Inverted dependency in DataTypeFactory [#CLICKHOUSE-3149].
|
2017-07-16 07:11:11 +03:00 |
|
Nikolai Kochetov
|
75be0b81d8
|
removed typeid_cast from IColumn.h
|
2017-07-13 23:58:19 +03:00 |
|
Alexey Milovidov
|
a782f81f8f
|
Moved common code from Functions; fixed build after merge [#CLICKHOUSE-2].
|
2017-06-13 07:45:30 +03:00 |
|
Alexey Milovidov
|
782fe332b1
|
Miscellaneous [#CLICKHOUSE-31].
|
2017-06-13 07:13:54 +03:00 |
|
Alexey Zatelepin
|
1c903df8d7
|
move AccurateComparison.h [#CLICKHOUSE-3002]
|
2017-05-25 05:34:26 +04:00 |
|
f1yegor
|
c252863b2e
|
translate comments
|
2017-05-14 19:03:55 +04:00 |
|
Alexey Milovidov
|
310736cd7e
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
|