ClickHouse/src/AggregateFunctions
2021-07-05 12:17:01 +03:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
tests move to examples everywhere 2021-04-27 01:51:42 +03:00
AggregateFunctionAggThrow.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionAny.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionArgMinMax.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionArray.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionArray.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionAvg.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionAvg.h Compile aggregate functions perf tests fix 2021-07-05 12:17:01 +03:00
AggregateFunctionAvgWeighted.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionAvgWeighted.h Compile aggregate functions perf tests fix 2021-07-05 12:17:01 +03:00
AggregateFunctionBitwise.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionBitwise.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionBoundingRatio.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionBoundingRatio.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionCategoricalInformationValue.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionCategoricalInformationValue.h Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionCombinatorFactory.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionCombinatorFactory.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionCount.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionCount.h Fix before merge 2021-07-01 22:56:36 +03:00
AggregateFunctionDeltaSum.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionDeltaSum.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionDeltaSumTimestamp.cpp Fix logical error AggregateFunctionFactory returned nullptr 2021-05-28 14:58:16 +03:00
AggregateFunctionDeltaSumTimestamp.h fix style 2021-04-23 11:51:40 -04:00
AggregateFunctionDistinct.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionDistinct.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionEntropy.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionEntropy.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionFactory.cpp Merge branch 'master' into rename-const-context-ptr 2021-06-12 03:25:09 +03:00
AggregateFunctionFactory.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionForEach.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionForEach.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionGroupArray.cpp Fix pcg deserialization (#24538) 2021-06-24 10:40:00 +03:00
AggregateFunctionGroupArray.h Fix pcg deserialization (#24538) 2021-06-24 10:40:00 +03:00
AggregateFunctionGroupArrayInsertAt.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionGroupArrayInsertAt.h Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionGroupArrayMoving.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionGroupArrayMoving.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionGroupBitmap.cpp Give up 2021-06-10 02:18:50 +03:00
AggregateFunctionGroupBitmap.h Give up 2021-06-10 02:18:50 +03:00
AggregateFunctionGroupBitmapData.h Small change in Roaring Bitmaps 2021-06-23 00:29:20 +03:00
AggregateFunctionGroupUniqArray.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionGroupUniqArray.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionHistogram.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionHistogram.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionIf.cpp Compile aggregate functions perf tests fix 2021-07-05 12:17:01 +03:00
AggregateFunctionIf.h Compile AggregateFunctionNullUnary 2021-07-01 22:56:35 +03:00
AggregateFunctionIntervalLengthSum.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionIntervalLengthSum.h Remove not working DateTime64 support from AggregateFunctionIntervalLengthSum 2021-06-04 09:12:59 +03:00
AggregateFunctionMannWhitney.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMannWhitney.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionMax.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMaxIntersections.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMaxIntersections.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionMerge.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMerge.h Making fundamentals correct 2021-06-07 00:49:55 +03:00
AggregateFunctionMin.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMinMaxAny.h Compile aggregate functions perf tests fix 2021-07-05 12:17:01 +03:00
AggregateFunctionMLMethod.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionMLMethod.h Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
AggregateFunctionNothing.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionNull.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionNull.h Compile aggregate functions perf tests fix 2021-07-05 12:17:01 +03:00
AggregateFunctionOrFill.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionOrFill.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionQuantile.cpp Allow quantiles* functions to work with aggregate_functions_null_for_empty 2021-07-02 22:47:43 +03:00
AggregateFunctionQuantile.h Fix UBSan report in quantileTiming 2021-06-16 10:38:36 +03:00
AggregateFunctionRankCorrelation.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionRankCorrelation.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionResample.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionResample.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionRetention.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionRetention.h Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionSequenceMatch.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionSequenceMatch.h Merge pull request #25299 from mga-chka/equals_op_in_sequence_functions 2021-06-17 11:45:04 +03:00
AggregateFunctionSequenceNextNode.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionSequenceNextNode.h sequenceNextNode() uses settings passed by creator. 2021-06-01 20:32:40 +09:00
AggregateFunctionSimpleLinearRegression.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionSimpleLinearRegression.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionSimpleState.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionSimpleState.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionState.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionState.h Making fundamentals correct 2021-06-07 00:49:55 +03:00
AggregateFunctionStatistics.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionStatistics.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionStatisticsSimple.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionStatisticsSimple.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionStudentTTest.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionSum.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionSum.h Fixed tests 2021-07-01 22:56:36 +03:00
AggregateFunctionSumCount.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionSumCount.h Compile AggregateFunctionAvgWeighted 2021-07-01 22:56:36 +03:00
AggregateFunctionSumMap.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionSumMap.h Merge pull request #25298 from Avogar/fix-min-map 2021-06-16 12:26:29 +03:00
AggregateFunctionTopK.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionTopK.h Fix memory tracking of aggregate function topK 2021-06-14 05:26:05 +03:00
AggregateFunctionTTest.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionUniq.cpp Remove a chunk of wrong code and look what will happen 2021-06-06 19:28:54 +03:00
AggregateFunctionUniq.h Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionUniqCombined.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionUniqCombined.h Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionUniqUpTo.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionUniqUpTo.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionWelchTTest.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionWindowFunnel.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionWindowFunnel.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
CMakeLists.txt Making fundamentals correct 2021-06-07 00:49:55 +03:00
FactoryHelpers.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
Helpers.h Remove not working DateTime64 support from AggregateFunctionIntervalLengthSum 2021-06-04 09:12:59 +03:00
HelpersMinMaxAny.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
IAggregateFunction.cpp Fixed code review issues 2021-07-03 16:29:32 +03:00
IAggregateFunction.h Fixed code review issues 2021-07-03 16:29:32 +03:00
IAggregateFunctionCombinator.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
KeyHolderHelpers.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
Moments.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
parseAggregateFunctionParameters.cpp Allow constexpr parameters for aggregate functions 2021-07-02 03:53:08 +03:00
parseAggregateFunctionParameters.h Allow constexpr parameters for aggregate functions 2021-07-02 03:53:08 +03:00
QuantileBFloat16Histogram.h Merge ext into common 2021-06-16 23:28:41 +03:00
QuantileExact.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
QuantileExactWeighted.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
QuantileReservoirSampler.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
QuantileReservoirSamplerDeterministic.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
QuantilesCommon.h Minor changes 2021-06-14 07:13:35 +03:00
QuantileTDigest.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
QuantileTiming.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
registerAggregateFunctions.cpp Rename segmentLengthSum -> intervalLengthSum 2021-06-04 09:09:05 +03:00
registerAggregateFunctions.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
ReservoirSampler.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
ReservoirSamplerDeterministic.h Fix behaviour of quantileDeterministic function 2021-06-16 09:50:21 +03:00
StatCommon.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
ThetaSketchData.h Revert "Merge pull request #23334 from ClickHouse/revert-22609-datasketches-uniq" 2021-05-05 16:42:57 +08:00
UniqCombinedBiasData.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
UniqCombinedBiasData.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
UniquesHashSet.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
UniqVariadicHash.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
UniqVariadicHash.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
ya.make Merge remote-tracking branch 'origin/master' into fix-wrong-code-in-aggregate-functions 2021-06-08 03:08:03 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00