Alexey Arno
|
dcbe183d41
|
dbms: merged with master [#METR-19266]
|
2016-07-11 13:09:16 +03:00 |
|
Alexey Milovidov
|
e6e6953bf3
|
Miscellaneous modifications [#METR-2944].
|
2016-07-10 05:33:50 +03:00 |
|
Alexey Arno
|
f52403f623
|
dbms: Server: Feature development. [#METR-19266]
|
2016-07-06 12:47:55 +03:00 |
|
Alexey Milovidov
|
8c4abcdd43
|
Using std::shared_ptr for functions and AST [#METR-21503].
|
2016-05-28 18:42:22 +03:00 |
|
Alexey Milovidov
|
4c7eb03b63
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
|
Alexey Milovidov
|
be394f2c84
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 10:48:40 +03:00 |
|
Alexey Milovidov
|
4b7f461e46
|
Using std::shared_ptr for columns [#METR-21503].
|
2016-05-28 08:31:36 +03:00 |
|
Alexey Milovidov
|
51874d6dd3
|
Fixing warnings on clang [#METR-2807].
|
2016-03-07 08:15:42 +03:00 |
|
Alexey Milovidov
|
c062fc1ce0
|
dbms: cutting dependency [#METR-2944].
|
2016-01-12 05:21:15 +03:00 |
|
Alexey Milovidov
|
7fa1a57165
|
dbms: fixed excessive memory allocation when splitting single-level block in Aggregator [#METR-17000].
|
2015-12-05 10:01:18 +03:00 |
|
Alexey Milovidov
|
4201a685b5
|
dbms: added support of tuple arguments to comparison functions [#METR-18149].
|
2015-10-12 04:42:47 +03:00 |
|
Alexey Milovidov
|
8ab8ab5a2b
|
dbms: added 'override' to functions [#METR-18149].
|
2015-10-12 02:36:45 +03:00 |
|
Alexey Milovidov
|
c0e029bb1b
|
dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944].
|
2015-07-17 04:27:35 +03:00 |
|
Alexey Milovidov
|
2af61829fe
|
dbms: added least and greatest functions [#METR-17233].
|
2015-07-10 05:57:32 +03:00 |
|
Alexey Milovidov
|
cdf90e9510
|
dbms: higher order functions: added support for constant expressions [#METR-17014].
|
2015-06-28 09:25:12 +03:00 |
|
Alexey Milovidov
|
001ffdfa18
|
dbms: fixed error with higher order functions [#METR-16894].
|
2015-06-19 05:34:47 +03:00 |
|
Andrey Mironov
|
85e511fdab
|
dbms: refactor IFunction descendants' registration in FunctionFactory
|
2014-11-12 21:04:49 +03:00 |
|
Andrey Mironov
|
96d8c7484a
|
dbms: add arrayFirst, arrayFirstIndex functions. [#METR-13151]
|
2014-10-28 18:49:33 +03:00 |
|
Michael Kolupaev
|
0a67d151bd
|
dbms: updated all usages of NamesAndTypesPair to new field names. [#METR-10202]
|
2014-07-09 15:54:26 +04:00 |
|
Alexey Milovidov
|
108a7850a5
|
dbms: improved performance on short queries [#METR-11571].
|
2014-06-26 04:58:14 +04:00 |
|
Alexey Milovidov
|
a7c8921eb2
|
dbms: little more readable [#METR-11370].
|
2014-06-12 22:41:09 +04:00 |
|
Alexey Milovidov
|
5ca21127c7
|
Improvement [#METR-2807].
|
2014-04-08 11:31:51 +04:00 |
|
Michael Kolupaev
|
bdcc7d9e93
|
clickhouse: readable exception instead of NULL pointer for some higher order functions in some cases. [#METR-9254]
|
2013-12-30 13:08:47 +00:00 |
|
Alexey Milovidov
|
dac9ecee21
|
dbms: fixed error with functions arrayExists, arrayAll [#CONV-8757].
|
2013-09-18 23:11:16 +00:00 |
|
Alexey Milovidov
|
aa434e6830
|
dbms: fixed error with higher-order functions [#CONV-8757].
|
2013-09-18 22:40:09 +00:00 |
|
Alexey Milovidov
|
2d48435ecd
|
dbms: fixed error with high order functions and constants [#CONV-8757].
|
2013-09-18 20:06:49 +00:00 |
|
Alexey Milovidov
|
fe0dd1d0b2
|
dbms: improvement [#CONV-2944].
|
2013-06-21 20:34:19 +00:00 |
|
Michael Kolupaev
|
23e96d9303
|
clickhouse: arrayFilter now can accept multiple array and filter the first of them [#CONV-7444].
|
2013-06-21 12:33:27 +00:00 |
|
Michael Kolupaev
|
041dc5249d
|
clickhouse: added function arraySum [#CONV-7444].
|
2013-06-21 12:11:35 +00:00 |
|
Michael Kolupaev
|
2d620a3aa1
|
clickhouse: added oveloads for higher order array functions [#CONV-7444].
|
2013-06-20 12:27:33 +00:00 |
|
Michael Kolupaev
|
2ae3de092d
|
clickhouse: fixed higher order functions [#CONV-7444].
|
2013-06-05 12:03:50 +00:00 |
|
Michael Kolupaev
|
9b38534853
|
clickhouse: fixed higher order functions [#CONV-7444].
|
2013-06-05 11:44:10 +00:00 |
|
Michael Kolupaev
|
c06c895444
|
clickhouse: fixed build [#CONV-7444].
|
2013-06-05 10:34:59 +00:00 |
|
Michael Kolupaev
|
8f63eaf24b
|
clickhouse: fixed build [#CONV-7444].
|
2013-06-05 10:04:09 +00:00 |
|
Michael Kolupaev
|
8cebe94103
|
clickhouse: fixed higher order functions [#CONV-7444].
|
2013-06-05 09:50:53 +00:00 |
|
Michael Kolupaev
|
d4f98f5bc5
|
clickhouse: fixed lambda expressions [#CONV-7444].
|
2013-06-03 14:08:08 +00:00 |
|
Michael Kolupaev
|
952f177eff
|
clickhouse: probably fixed lambda expressions [#CONV-7444].
|
2013-06-03 12:35:56 +00:00 |
|
Michael Kolupaev
|
fa4d2dd10b
|
clickhouse: ExpressionAnalyzer: development, fixed build [#CONV-7444].
|
2013-05-28 11:54:37 +00:00 |
|
Michael Kolupaev
|
0ecebb645d
|
Expression replacement: development [#CONV-7444].
|
2013-05-27 14:02:55 +00:00 |
|
Michael Kolupaev
|
26ed29cfeb
|
clickhouse: higher order functions: development [#CONV-7444].
|
2013-05-20 15:42:57 +00:00 |
|