ClickHouse/dbms/src/AggregateFunctions
2019-03-20 15:33:01 -04:00
..
tests Fixed error in internal implementation of quantileTDigest [#CLICKHOUSE-2] 2018-12-27 00:02:39 +03:00
AggregateFunctionArgMinMax.h Fix build. 2019-02-12 12:31:20 +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 Fix includes (#4673) 2019-03-13 16:58:04 +03:00
AggregateFunctionGroupUniqArray.cpp Fix build. 2019-02-12 12:31:20 +03:00
AggregateFunctionGroupUniqArray.h Fix rare ubsan false positive error while deserializing empty array from StringRef with length = 0 and trash in data. 2019-03-19 14:11:05 +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 Update IAggregateFunction interface. 2019-02-11 22:26:32 +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 Fix build. 2019-02-12 12:31:20 +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 Fix #4690 2019-03-15 16:33:59 +08: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 Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionSequenceMatch.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionSequenceMatch.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
AggregateFunctionsStatisticsSimple.cpp Update IAggregateFunction interface. 2019-02-11 22:26:32 +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.h Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +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 Fix build. 2019-02-12 12:31:20 +03:00
AggregateFunctionSumMap.h Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +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 Fixed -Wshadow-field-in-constructor (clang 8 warning) 2019-02-13 15:53:36 +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 Fixed unclean code #2352 2018-05-13 13:05:34 +03:00
AggregateFunctionWindowFunnel.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +03:00
CMakeLists.txt Build fixes (#4591) 2019-03-05 13:15:47 +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 hotfix (helpers refactoring) 2018-09-10 20:51:25 +03:00
IAggregateFunction.h Update IAggregateFunction interface. 2019-02-11 22:26:32 +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 A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08: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 Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
QuantileTiming.h Added some warnings from clang's -Weverything 2019-01-04 16:32:08 +03:00
registerAggregateFunctions.cpp Merge remote-tracking branch 'origin' into bitmap_feature 2019-02-14 15:14:18 +08: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 Added support for arbitary complex types in "uniq" family of aggregate functions #2010 2018-07-16 06:55:41 +03:00