ClickHouse/dbms/include/DB/AggregateFunctions
alexey-milovidov 3296310a9d Merge pull request #116 from ludv1x/METR-22071
More datatypes for groupUniqArray() function [#METR-22071]
2016-09-29 23:53:18 +04:00
..
AggregateFunctionArray.h Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03: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 Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
AggregateFunctionFactory.h Allowed for certain aggregate functions to have case insensitive names for compatibility [#METR-22087]. 2016-07-14 08:22:09 +03: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 Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
AggregateFunctionMerge.h Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
AggregateFunctionQuantile.h Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
AggregateFunctionQuantileDeterministic.h Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
AggregateFunctionQuantileExact.h Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
AggregateFunctionQuantileExactWeighted.h Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
AggregateFunctionQuantileTDigest.h Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
AggregateFunctionQuantileTiming.h Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +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 Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03: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 Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03: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 Added arena parameter into merge() method of aggregation function states. [#METR-22071] 2016-09-26 15:42:40 +03:00
Helpers.h
HelpersMinMaxAny.h
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 Added new Arena parameter to add() method of IAggregateFunction. [#METR-22071] 2016-09-21 20:13:32 +03:00
IUnaryAggregateFunction.h Fixed dynamic complation errors. [#METR-22071] 2016-09-21 20:13:32 +03:00
QuantilesCommon.h
ReservoirSampler.h
ReservoirSamplerDeterministic.h
UniqCombinedBiasData.h
UniquesHashSet.h
UniqVariadicHash.h Better support for tuples, arrays in SELECT DISTINCT [#METR-22035]. 2016-07-10 18:58:58 +03:00