ClickHouse/dbms/src/AggregateFunctions
2019-06-05 08:07:18 +03:00
..
tests Fixed error in internal implementation of quantileTDigest [#CLICKHOUSE-2] 2018-12-27 00:02:39 +03:00
AggregateFunctionArgMinMax.h Set allocatesMemoryInArena for SingleValueDataString to true 2019-05-19 03:33:04 +03:00
AggregateFunctionArray.cpp fewer type casts [CLICKHOUSE-2] 2018-09-10 20:09:07 +03:00
AggregateFunctionArray.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionAvg.cpp Fix build. 2019-02-12 12:31:20 +03:00
AggregateFunctionAvg.h Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +03:00
AggregateFunctionBitwise.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionBitwise.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionBoundingRatio.cpp Fixed some code (incomplete) #3139 2018-11-01 20:55:11 +03:00
AggregateFunctionBoundingRatio.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionCombinatorFactory.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
AggregateFunctionCombinatorFactory.h Miscellaneous #2687 2018-07-20 19:02:23 +03:00
AggregateFunctionCount.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionCount.h Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +03:00
AggregateFunctionEntropy.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionEntropy.h A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
AggregateFunctionFactory.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionFactory.h CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions 2018-07-25 19:08:23 +03:00
AggregateFunctionForEach.cpp fewer type casts [CLICKHOUSE-2] 2018-09-10 20:09:07 +03:00
AggregateFunctionForEach.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionGroupArray.cpp Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
AggregateFunctionGroupArray.h Fix build. 2019-02-12 12:31:20 +03:00
AggregateFunctionGroupArrayInsertAt.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionGroupArrayInsertAt.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionGroupBitmap.cpp Adjust to the latest IAggregateFunctionDataHelper 2019-02-14 19:51:13 +08:00
AggregateFunctionGroupBitmap.h Adjust to the latest IAggregateFunctionDataHelper 2019-02-14 19:51:13 +08:00
AggregateFunctionGroupBitmapData.h DEVTOOLS-5507 Include roaring.h as roaring/roaring.h 2019-06-03 17:03:41 +00:00
AggregateFunctionGroupUniqArray.cpp Code refactoring for the new size parameter on the GroupUniqArray aggregation function 2019-04-15 18:32:43 +07:00
AggregateFunctionGroupUniqArray.h Update AggregateFunctionGroupUniqArray.h 2019-04-24 01:40:16 +03:00
AggregateFunctionHistogram.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionHistogram.h Update AggregateFunctionHistogram.h 2019-03-20 15:33:01 -04:00
AggregateFunctionIf.cpp fewer type casts [CLICKHOUSE-2] 2018-09-10 20:09:07 +03:00
AggregateFunctionIf.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionMaxIntersections.cpp Fixed segfault in case of bad argument types for some aggregate functions [#CLICKHOUSE-2] 2018-03-22 18:37:24 +03:00
AggregateFunctionMaxIntersections.h actualize isNumber for Decimal 2019-05-24 15:11:03 +03:00
AggregateFunctionMerge.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionMerge.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionMinMaxAny.cpp Simplification of aggregate functions: development [#CLICKHOUSE-2]. 2017-12-21 05:08:25 +03:00
AggregateFunctionMinMaxAny.h Set allocatesMemoryInArena for SingleValueDataString to true 2019-05-19 03:33:04 +03:00
AggregateFunctionMLMethod.cpp Set default learnng_rate to 0.01. 2019-06-03 08:50:07 +03:00
AggregateFunctionMLMethod.h Fix build. 2019-06-03 08:25:48 +03:00
AggregateFunctionNothing.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionNull.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionNull.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionQuantile.cpp support quantile(s)ExactWeighted for Decimal 2019-05-16 17:33:13 +03:00
AggregateFunctionQuantile.h Fix #4690 2019-03-15 16:33:59 +08:00
AggregateFunctionRetention.cpp Fixed wrong code #2887 2018-08-23 03:49:18 +03:00
AggregateFunctionRetention.h fix retention function 2019-04-26 17:36:35 +08:00
AggregateFunctionSequenceMatch.cpp whitespaces 2019-05-21 09:56:48 +08:00
AggregateFunctionSequenceMatch.h add empty judge 2019-05-22 14:11:27 +08:00
AggregateFunctionSimpleLinearRegression.cpp Remane regression methods. 2019-05-23 14:51:25 +03:00
AggregateFunctionSimpleLinearRegression.h Remane regression methods. 2019-05-23 14:51:25 +03:00
AggregateFunctionState.cpp Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
AggregateFunctionState.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionStatistics.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionStatistics.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionStatisticsSimple.cpp Add skewness and kurtosis functions 2019-05-06 11:49:14 +08:00
AggregateFunctionStatisticsSimple.h Update AggregateFunctionStatisticsSimple.h 2019-05-25 17:04:26 +03:00
AggregateFunctionSum.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionSum.h Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +03:00
AggregateFunctionSumMap.cpp Fixed Java programmer's error (found by PVS-Studio) 2019-04-10 23:15:44 +03:00
AggregateFunctionSumMap.h Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +03:00
AggregateFunctionTimeSeriesGroupSum.cpp Rename aggregate functions TSgroup* to timeSeriesGroup* (#5307) 2019-05-21 18:33:54 +03:00
AggregateFunctionTimeSeriesGroupSum.h Rename aggregate functions TSgroup* to timeSeriesGroup* (#5307) 2019-05-21 18:33:54 +03:00
AggregateFunctionTopK.cpp Merge pull request #4634 from kirillDanshin/feature/topK-loadFactor 2019-03-11 03:41:55 +03:00
AggregateFunctionTopK.h Update AggregateFunctionTopK.h 2019-03-11 00:33:57 +03:00
AggregateFunctionUniq.cpp Fix build. 2019-02-12 12:31:20 +03:00
AggregateFunctionUniq.h Removed unused code related to MemoryTracker 2019-04-06 01:35:56 +03:00
AggregateFunctionUniqCombined.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionUniqCombined.h Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +03:00
AggregateFunctionUniqUpTo.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionUniqUpTo.h Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +03:00
AggregateFunctionWindowFunnel.cpp fix style 2019-05-18 09:34:55 +08:00
AggregateFunctionWindowFunnel.h modify createAggregateFunctionWindowFunnel 2019-05-17 19:31:29 +08:00
CMakeLists.txt Cmake: dont use LINK_MODE (but use BUILD_SHARED_LIBS) (#5091) 2019-04-24 12:06:28 +03:00
FactoryHelpers.h Minor refactoring 2018-11-19 17:25:42 +03:00
Helpers.h Added support for generic case for aggregate function topKWeighted; fixed errors #4245 2019-02-11 00:01:26 +03:00
HelpersMinMaxAny.h Set allocatesMemoryInArena for SingleValueDataString to true 2019-05-19 03:33:04 +03:00
IAggregateFunction.h Fixed UInt32 overflow bug in linear models. Allow eval ML model for non-const model argument. 2019-06-03 08:11:15 +03:00
IAggregateFunctionCombinator.h CLICKHOUSE-3772: Change base class of almost all StorageSystem* tables and fix remarks 2018-07-24 17:28:56 +03:00
parseAggregateFunctionParameters.cpp More reverts 2019-03-15 20:09:14 +03:00
parseAggregateFunctionParameters.h Add adaptive allocator. [#CLICKHOUSE-3084] 2017-07-25 20:04:10 +03:00
QuantileExact.h Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
QuantileExactWeighted.h support quantile(s)ExactWeighted for Decimal 2019-05-16 17:33:13 +03:00
QuantileReservoirSampler.h Simplification of aggregate functions: compatibility details [#CLICKHOUSE-2]. 2017-12-21 05:08:25 +03:00
QuantileReservoirSamplerDeterministic.h Simplification of aggregate functions: compatibility details [#CLICKHOUSE-2]. 2017-12-21 05:08:25 +03:00
QuantilesCommon.h Fixed handling of NaNs in aggregate functions that use comparison based sorting #2012 2018-03-14 08:03:51 +03:00
QuantileTDigest.h Fixes 2019-04-27 20:52:43 +03:00
QuantileTiming.h Added some warnings from clang's -Weverything 2019-01-04 16:32:08 +03:00
registerAggregateFunctions.cpp Merge pull request #5391 from yandex/rename-regression-methods 2019-05-24 13:01:50 +03:00
registerAggregateFunctions.h Move most AggregateFunctions to separate lib, use AggregateFunctionFactory as singletone, rename lib storages_system->clickhouse_storages_system 2017-05-05 16:59:18 -07:00
ReservoirSampler.h Fixed handling of NaNs in aggregate functions that use comparison based sorting #2012 2018-03-14 08:03:51 +03:00
ReservoirSamplerDeterministic.h Fixed style a bit [#CLICKHOUSE-2] 2018-05-07 05:01:11 +03:00
UniqCombinedBiasData.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
UniqCombinedBiasData.h Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /g' 2019-01-25 02:01:56 +03:00
UniquesHashSet.h Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /g' 2019-01-25 02:01:56 +03:00
UniqVariadicHash.cpp Added support for arbitary complex types in "uniq" family of aggregate functions #2010 2018-07-16 06:55:41 +03:00
UniqVariadicHash.h Attempt to make compositions with COWPtr more convenient 2019-03-25 20:56:18 +03:00