.. |
AggregateFunctionArray.h
|
Add support of scalars with AggregateFunction() type. [#CLICKHOUSE-2845]
|
2017-02-18 00:36:31 +04:00 |
AggregateFunctionAvg.h
|
Added arena parameter into merge() method of aggregation function states. [#METR-22071]
|
2016-09-26 15:42:40 +03:00 |
AggregateFunctionCount.h
|
fix missing includes (#483)
|
2017-02-12 14:40:47 +03:00 |
AggregateFunctionFactory.h
|
Less dependencies 2 (#378)
|
2017-01-21 08:24:28 +04:00 |
AggregateFunctionGroupArray.h
|
Added arena parameter into merge() method of aggregation function states. [#METR-22071]
|
2016-09-26 15:42:40 +03:00 |
AggregateFunctionGroupUniqArray.h
|
Added allocatesMemoryInArena() method for aggregate functions.
|
2016-09-28 16:28:55 +03:00 |
AggregateFunctionIf.h
|
Banned Null(AggregateFunction(...)) type in arrayReduce. Fix test. [#CLICKHOUSE-2845]
|
2017-02-18 22:25:19 +03:00 |
AggregateFunctionMerge.h
|
Add support of scalars with AggregateFunction() type. [#CLICKHOUSE-2845]
|
2017-02-18 00:36:31 +04:00 |
AggregateFunctionNull.h
|
Banned Null(AggregateFunction(...)) type in arrayReduce. Fix test. [#CLICKHOUSE-2845]
|
2017-02-18 22:25:19 +03:00 |
AggregateFunctionQuantile.h
|
Squashed commit of the following:
|
2017-01-06 20:41:19 +03:00 |
AggregateFunctionQuantileDeterministic.h
|
Squashed commit of the following:
|
2017-01-06 20:41:19 +03:00 |
AggregateFunctionQuantileExact.h
|
Squashed commit of the following:
|
2017-01-06 20:41:19 +03:00 |
AggregateFunctionQuantileExactWeighted.h
|
Squashed commit of the following:
|
2017-01-06 20:41:19 +03:00 |
AggregateFunctionQuantileTDigest.h
|
Squashed commit of the following:
|
2017-01-06 20:41:19 +03:00 |
AggregateFunctionQuantileTiming.h
|
Squashed commit of the following:
|
2017-01-06 20:41:19 +03:00 |
AggregateFunctionsArgMinMax.h
|
Added arena parameter into merge() method of aggregation function states. [#METR-22071]
|
2016-09-26 15:42:40 +03:00 |
AggregateFunctionSequenceMatch.h
|
Make it compilable on OS X
|
2016-11-01 17:59:21 +01:00 |
AggregateFunctionsMinMaxAny.h
|
Merge pull request #116 from ludv1x/METR-22071
|
2016-09-29 23:53:18 +04:00 |
AggregateFunctionsStatistics.h
|
Added arena parameter into merge() method of aggregation function states. [#METR-22071]
|
2016-09-26 15:42:40 +03:00 |
AggregateFunctionState.h
|
Add support of scalars with AggregateFunction() type. [#CLICKHOUSE-2845]
|
2017-02-18 00:36:31 +04:00 |
AggregateFunctionSum.h
|
Added arena parameter into merge() method of aggregation function states. [#METR-22071]
|
2016-09-26 15:42:40 +03:00 |
AggregateFunctionUniq.h
|
Added arena parameter into merge() method of aggregation function states. [#METR-22071]
|
2016-09-26 15:42:40 +03:00 |
AggregateFunctionUniqUpTo.h
|
Squashed commit of the following:
|
2017-01-06 20:41:19 +03:00 |
Helpers.h
|
Fix some includes and missing definitions (#446)
|
2017-02-03 02:08:19 +04:00 |
HelpersMinMaxAny.h
|
Merge
|
2015-09-24 15:40:36 +03:00 |
IAggregateFunction.h
|
Added allocatesMemoryInArena() method for aggregate functions.
|
2016-09-28 16:28:55 +03:00 |
IBinaryAggregateFunction.h
|
Added new Arena parameter to add() method of IAggregateFunction. [#METR-22071]
|
2016-09-21 20:13:32 +03:00 |
INullaryAggregateFunction.h
|
Implemented aggregate function 'count' with Nullable arguments to count number of not-NULL values [#CLICKHOUSE-2833].
|
2017-02-10 12:02:10 +03:00 |
IUnaryAggregateFunction.h
|
Implemented aggregate function 'count' with Nullable arguments to count number of not-NULL values [#CLICKHOUSE-2833].
|
2017-02-10 12:02:10 +03:00 |
QuantilesCommon.h
|
More include fixes (#462)
|
2017-02-08 01:26:32 +04:00 |
ReservoirSampler.h
|
dbms: addition to prev. revision [#METR-18778].
|
2015-11-15 10:05:01 +03:00 |
ReservoirSamplerDeterministic.h
|
dbms: cutting dependency [#METR-2944].
|
2016-01-12 05:21:15 +03:00 |
UniqCombinedBiasData.h
|
Merge
|
2015-10-08 17:23:23 +03:00 |
UniquesHashSet.h
|
Using std::shared_ptr for data types [#METR-21503].
|
2016-05-28 13:35:44 +03:00 |
UniqVariadicHash.h
|
Better support for tuples, arrays in SELECT DISTINCT [#METR-22035].
|
2016-07-10 18:58:58 +03:00 |