ClickHouse/src/AggregateFunctions
2022-02-20 02:43:28 +01: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 First version 2021-05-30 13:57:30 +00:00
AggregateFunctionAny.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionArgMinMax.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionArray.cpp Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
AggregateFunctionArray.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning 2021-07-29 19:56:27 +00:00
AggregateFunctionAvg.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionAvg.h Suppress UBSan errors for avg() function 2021-12-10 22:23:39 +03:00
AggregateFunctionAvgWeighted.cpp Fix division by zero in avgWeighted with Decimal argument (#32303) 2021-12-07 13:32:26 +03:00
AggregateFunctionAvgWeighted.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
AggregateFunctionBitwise.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionBitwise.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionBoundingRatio.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionBoundingRatio.h More correct 2021-05-31 22:09:54 +00:00
AggregateFunctionCategoricalInformationValue.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionCategoricalInformationValue.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00: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
AggregateFunctionContingencyCoefficient.cpp Make at least some sense 2022-01-03 22:18:57 +03:00
AggregateFunctionCount.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionCount.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-12-02 07:57:14 +00:00
AggregateFunctionCramersV.cpp Make at least some sense 2022-01-03 22:18:57 +03:00
AggregateFunctionCramersVBiasCorrected.cpp Make at least some sense 2022-01-03 22:18:57 +03:00
AggregateFunctionDeltaSum.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionDeltaSum.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionDeltaSumTimestamp.cpp Fix logical error AggregateFunctionFactory returned nullptr 2021-05-28 14:58:16 +03:00
AggregateFunctionDeltaSumTimestamp.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionDistinct.cpp fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionDistinct.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning 2021-07-29 19:56:27 +00:00
AggregateFunctionEntropy.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionEntropy.h More correct 2021-05-31 22:09:54 +00:00
AggregateFunctionExponentialMovingAverage.cpp Correct merge 2021-11-18 07:56:10 +00:00
AggregateFunctionFactory.cpp Fix aggregate function combinator -If with Nullable filter argument 2022-01-23 08:27:29 +03:00
AggregateFunctionFactory.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionForEach.cpp fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionForEach.h Updated additional cases 2021-12-20 15:55:07 +03:00
AggregateFunctionGroupArray.cpp Fix pcg deserialization (#24538) 2021-06-24 10:40:00 +03:00
AggregateFunctionGroupArray.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning 2021-07-29 19:56:27 +00:00
AggregateFunctionGroupArrayInsertAt.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionGroupArrayInsertAt.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning 2021-07-29 19:56:27 +00:00
AggregateFunctionGroupArrayMoving.cpp Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionGroupArrayMoving.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionGroupBitmap.cpp Give up 2021-06-10 02:18:50 +03:00
AggregateFunctionGroupBitmap.h increase version to resolve conflict with master branch 2021-12-17 23:09:08 +08:00
AggregateFunctionGroupBitmapData.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
AggregateFunctionGroupUniqArray.cpp fix groupUniqArray 2021-07-26 17:57:49 +03:00
AggregateFunctionGroupUniqArray.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning 2021-07-29 19:56:27 +00:00
AggregateFunctionHistogram.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionHistogram.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
AggregateFunctionIf.cpp Address AggregateFunctionIf.cpp warnings 2022-01-28 02:07:42 +08:00
AggregateFunctionIf.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionIntervalLengthSum.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateFunctionIntervalLengthSum.h Fixed tests 2022-02-04 19:52:18 +00:00
AggregateFunctionMannWhitney.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMannWhitney.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionMap.cpp Fix style errors, disable heterogeneous comparison lookup where it's not supported 2021-08-05 21:10:51 +05:00
AggregateFunctionMap.h Update sort to pdqsort 2022-01-30 19:49:48 +00: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 Update sort to pdqsort 2022-01-30 19:49:48 +00:00
AggregateFunctionMeanZTest.cpp Implemented meanZTest (#33354) 2022-01-20 16:57:37 +03:00
AggregateFunctionMeanZTest.h Implemented meanZTest (#33354) 2022-01-20 16:57:37 +03:00
AggregateFunctionMerge.cpp fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionMerge.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning 2021-07-29 19:56:27 +00:00
AggregateFunctionMin.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMinMaxAny.h Improve ANY performance by acting over batches 2022-02-20 02:43:28 +01:00
AggregateFunctionMLMethod.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionMLMethod.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning 2021-07-29 19:56:27 +00:00
AggregateFunctionNothing.cpp Update AggregateFunctionNothing.cpp 2022-01-03 14:19:16 +03:00
AggregateFunctionNothing.h Update AggregateFunctionNothing.h 2022-01-03 03:59:45 +03:00
AggregateFunctionNull.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionNull.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionOrFill.cpp Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
AggregateFunctionOrFill.h First version 2021-05-30 13:57:30 +00:00
AggregateFunctionQuantile.cpp fix weighted 2021-08-21 18:09:42 +00:00
AggregateFunctionQuantile.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionRankCorrelation.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionRankCorrelation.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionResample.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionResample.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionRetention.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionRetention.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionSequenceMatch.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateFunctionSequenceMatch.h Fixed tests 2022-02-04 19:52:18 +00:00
AggregateFunctionSequenceNextNode.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateFunctionSequenceNextNode.h Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into versioning 2021-07-29 19:56:27 +00:00
AggregateFunctionSimpleLinearRegression.cpp Non-recursive implementation for TL and its functions 2021-10-03 18:02:04 +02:00
AggregateFunctionSimpleLinearRegression.h First version 2021-05-30 13:57:30 +00:00
AggregateFunctionSimpleState.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionSimpleState.h Tiny cleanup of AggregateFunctionSimpleState/AggregateFunctionState 2022-01-28 08:10:08 +03:00
AggregateFunctionSingleValueOrNull.cpp Add SingleValueOrNull aggregate function 2021-06-04 18:55:46 +03:00
AggregateFunctionSparkbar.cpp sparkbar map instead of HashMap and some optimize. 2021-08-17 17:28:54 +08:00
AggregateFunctionSparkbar.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-27 09:44:31 +00:00
AggregateFunctionState.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionState.h Tiny cleanup of AggregateFunctionSimpleState/AggregateFunctionState 2022-01-28 08:10:08 +03:00
AggregateFunctionStatistics.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionStatistics.h First version 2021-05-30 13:57:30 +00:00
AggregateFunctionStatisticsSimple.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionStatisticsSimple.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionStudentTTest.cpp Validation of the number of observations in the t-test 2022-01-15 19:33:27 +09:00
AggregateFunctionSum.cpp Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionSum.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionSumCount.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionSumCount.h Share code between Avg and SumCount 2021-11-24 13:13:54 +01:00
AggregateFunctionSumMap.cpp add Map combinator 2021-08-05 21:10:50 +05:00
AggregateFunctionSumMap.h Remove DecimalPaddedPODArray 2022-01-27 10:07:53 +00:00
AggregateFunctionTheilsU.cpp Add check 2022-01-03 21:39:04 +03:00
AggregateFunctionTopK.cpp Update AggregateFunctionTopK.cpp 2021-12-18 07:49:35 +03:00
AggregateFunctionTopK.h Fix types for topKWeightedState 2021-12-17 17:54:12 +03:00
AggregateFunctionTTest.h Just a tiny fix. 2022-02-03 13:53:00 +03:00
AggregateFunctionUniq.cpp Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32" 2021-07-15 11:41:52 +00:00
AggregateFunctionUniq.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionUniqCombined.cpp fix spell error 2021-09-22 13:26:05 +08:00
AggregateFunctionUniqCombined.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionUniqUpTo.cpp Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32" 2021-07-15 11:41:52 +00:00
AggregateFunctionUniqUpTo.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionWelchTTest.cpp Validation of the number of observations in the t-test 2022-01-15 19:33:27 +09:00
AggregateFunctionWindowFunnel.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateFunctionWindowFunnel.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
CMakeLists.txt Remove unbundled cityhash support 2022-01-20 10:01:12 +03:00
CrossTab.h Make at least some sense 2022-01-03 22:18:57 +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 allow mismatching parameters for some functions 2021-07-28 20:55:13 +03:00
IAggregateFunction.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-12-08 18:26:19 +03:00
IAggregateFunctionCombinator.h Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
KeyHolderHelpers.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
Moments.h Handle exceptional case where data are essentially constant. 2022-01-31 02:25:51 +09:00
parseAggregateFunctionParameters.cpp Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
parseAggregateFunctionParameters.h Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
QuantileBFloat16Histogram.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
QuantileExact.h Optimize quantilesExact{Low,High} to use nth_element instead of sort 2022-02-03 12:24:33 +00:00
QuantileExactWeighted.h Update sort to pdqsort 2022-01-30 19:49:48 +00: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 Update sort to pdqsort 2022-01-30 19:49:48 +00:00
QuantileTDigest.h Fix style in QuantileTDigest.h 2021-09-24 13:08:46 +03:00
QuantileTiming.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
registerAggregateFunctions.cpp Implemented meanZTest (#33354) 2022-01-20 16:57:37 +03:00
registerAggregateFunctions.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
ReservoirSampler.h clang-tidy reported divide by zero exception 2022-02-09 11:28:08 -08:00
ReservoirSamplerDeterministic.h Fixed tests 2022-02-04 19:52:18 +00:00
StatCommon.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
ThetaSketchData.h Remove cruft 2021-10-28 02:10:39 +03: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 Rename "common" to "base" 2021-10-02 10:13:14 +03:00
UniqVariadicHash.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
UniqVariadicHash.h Miscellaneous 2021-07-23 02:22:01 +03:00