ClickHouse/src/AggregateFunctions
2020-10-02 22:20:35 +03:00
..
tests
AggregateFunctionAggThrow.cpp rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionArgMinMax.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionArray.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionArray.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionAvg.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionAvg.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionAvgWeighted.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionAvgWeighted.h Fix warnings from CodeQL 2020-07-05 02:16:16 +03:00
AggregateFunctionBitwise.cpp
AggregateFunctionBitwise.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionBoundingRatio.cpp
AggregateFunctionBoundingRatio.h bugfix:aggregate:fix boundingratio args check 2020-09-28 19:56:42 +08:00
AggregateFunctionCategoricalInformationValue.cpp
AggregateFunctionCategoricalInformationValue.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionCombinatorFactory.cpp
AggregateFunctionCombinatorFactory.h
AggregateFunctionCount.cpp Try fix IfAggCombinator with NullAggCombinator 2020-08-22 22:57:46 +08:00
AggregateFunctionCount.h Try fix IfAggCombinator with NullAggCombinator 2020-08-22 22:57:46 +08:00
AggregateFunctionDistinct.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionDistinct.h tests with distributed 2020-06-26 01:39:54 +03:00
AggregateFunctionEntropy.cpp
AggregateFunctionEntropy.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionFactory.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionFactory.h Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionForEach.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionForEach.h Fix error with ownership of aggregate function states with nested states 2020-07-10 08:28:34 +03:00
AggregateFunctionGroupArray.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionGroupArray.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionGroupArrayInsertAt.cpp
AggregateFunctionGroupArrayInsertAt.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionGroupArrayMoving.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionGroupArrayMoving.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionGroupBitmap.cpp
AggregateFunctionGroupBitmap.h Miscellaneous 2020-07-10 05:17:15 +03:00
AggregateFunctionGroupBitmapData.h Fix half of typos 2020-08-08 03:47:03 +03:00
AggregateFunctionGroupUniqArray.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionGroupUniqArray.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionHistogram.cpp
AggregateFunctionHistogram.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionIf.cpp Try fix style failure 2020-08-24 18:51:54 +08:00
AggregateFunctionIf.h Try fix IfAggCombinator with NullAggCombinator 2020-08-22 22:57:46 +08:00
AggregateFunctionMaxIntersections.cpp
AggregateFunctionMaxIntersections.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionMerge.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionMerge.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionMinMaxAny.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionMinMaxAny.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionMLMethod.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
AggregateFunctionMLMethod.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionNothing.h Merge remote-tracking branch 'upstream/master' into distinct-combinator 2020-06-18 01:44:36 +03:00
AggregateFunctionNull.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionNull.h Try fix CI 2020-08-24 13:05:59 +08:00
AggregateFunctionOrFill.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionOrFill.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionQuantile.cpp Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
AggregateFunctionQuantile.h add quantileExactLow & quantileExactHigh functions 2020-08-23 10:09:41 -07:00
AggregateFunctionRankCorrelation.cpp better 2020-09-02 15:47:23 +03:00
AggregateFunctionRankCorrelation.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
AggregateFunctionResample.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionResample.h fix segfault in combinator -Resample 2020-09-08 02:21:12 +03:00
AggregateFunctionRetention.cpp
AggregateFunctionRetention.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionSequenceMatch.cpp
AggregateFunctionSequenceMatch.h Fix half of typos 2020-08-08 03:47:03 +03:00
AggregateFunctionSimpleLinearRegression.cpp
AggregateFunctionSimpleLinearRegression.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionState.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionState.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionStatistics.cpp
AggregateFunctionStatistics.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionStatisticsSimple.cpp
AggregateFunctionStatisticsSimple.h fix decimal to float conversion and toDecimal256() 2020-08-26 15:26:12 +03:00
AggregateFunctionSum.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionSum.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionSumMap.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
AggregateFunctionSumMap.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionTimeSeriesGroupSum.cpp
AggregateFunctionTimeSeriesGroupSum.h Fix -Werror=type-limits in AggregateFunctionTimeSeriesGroupSum.h (size_t() >= 0) 2020-08-25 21:20:04 +03:00
AggregateFunctionTopK.cpp Check for array size overflow in topK #14452 2020-09-04 04:05:57 +03:00
AggregateFunctionTopK.h Fix topK/topKWeighted merge (wtih non-default parameters) 2020-08-16 22:32:56 +03:00
AggregateFunctionUniq.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionUniq.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionUniqCombined.cpp
AggregateFunctionUniqCombined.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionUniqUpTo.cpp
AggregateFunctionUniqUpTo.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
AggregateFunctionWindowFunnel.cpp
AggregateFunctionWindowFunnel.h Try fix IfAggCombinator with NullAggCombinator 2020-08-22 22:57:46 +08:00
CMakeLists.txt Move AggregateFunctionCount out from clickhouse_aggregate_functions to dbms 2020-06-18 11:22:40 +03:00
FactoryHelpers.h
Helpers.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
HelpersMinMaxAny.h
IAggregateFunction.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
IAggregateFunctionCombinator.h Fix half of typos 2020-08-08 03:47:03 +03:00
KeyHolderHelpers.h distinct combinator for function of multiuple arguments 2020-06-19 23:13:23 +03:00
parseAggregateFunctionParameters.cpp
parseAggregateFunctionParameters.h
QuantileExact.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
QuantileExactWeighted.h
QuantileReservoirSampler.h
QuantileReservoirSamplerDeterministic.h
QuantilesCommon.h
QuantileTDigest.h Fix style error 2020-10-02 22:20:35 +03:00
QuantileTiming.h
registerAggregateFunctions.cpp better 2020-09-02 15:47:23 +03:00
registerAggregateFunctions.h better 2020-09-02 15:47:23 +03:00
ReservoirSampler.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
ReservoirSamplerDeterministic.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
UniqCombinedBiasData.cpp
UniqCombinedBiasData.h
UniquesHashSet.h
UniqVariadicHash.cpp
UniqVariadicHash.h
ya.make Fix "Arcadia" 2020-09-08 01:14:13 +03:00
ya.make.in Fix "Arcadia" 2020-09-08 01:14:13 +03:00