ClickHouse/src/AggregateFunctions
2022-10-07 10:53:38 +02:00
..
examples Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
tests
AggregateFunctionAggThrow.cpp Aggregate functions added restrict into batch methods 2022-06-15 14:11:10 +02:00
AggregateFunctionAny.cpp
AggregateFunctionArgMinMax.h Fix some code comments style 2022-02-28 08:15:37 +08:00
AggregateFunctionArray.cpp
AggregateFunctionArray.h Add missing methods in combinators 2022-09-15 17:45:50 +00:00
AggregateFunctionAvg.cpp
AggregateFunctionAvg.h JIT compilation migration to LLVM 15 2022-10-07 10:53:38 +02:00
AggregateFunctionAvgWeighted.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionAvgWeighted.h JIT compilation migration to LLVM 15 2022-10-07 10:53:38 +02:00
AggregateFunctionBitwise.cpp
AggregateFunctionBitwise.h JIT compilation migration to LLVM 15 2022-10-07 10:53:38 +02:00
AggregateFunctionBoundingRatio.cpp
AggregateFunctionBoundingRatio.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionCategoricalInformationValue.cpp Fix clang-tidy 2022-09-19 00:28:32 +02:00
AggregateFunctionCombinatorFactory.cpp
AggregateFunctionCombinatorFactory.h
AggregateFunctionContingencyCoefficient.cpp Make at least some sense 2022-01-03 22:18:57 +03:00
AggregateFunctionCount.cpp
AggregateFunctionCount.h JIT compilation migration to LLVM 15 2022-10-07 10:53:38 +02: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 Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionDeltaSum.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionDeltaSumTimestamp.cpp
AggregateFunctionDeltaSumTimestamp.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into versioning 2021-11-15 07:31:11 +00:00
AggregateFunctionDistinct.cpp
AggregateFunctionDistinct.h Remove unnecessary method implementation 2022-09-16 17:47:05 +00:00
AggregateFunctionEntropy.cpp
AggregateFunctionEntropy.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionExponentialMovingAverage.cpp Correct merge 2021-11-18 07:56:10 +00:00
AggregateFunctionFactory.cpp Remove the remaining parts of "unbundled" build 2022-08-27 02:18:47 +02:00
AggregateFunctionFactory.h Support expressions with window functions 2022-06-04 02:01:49 +00:00
AggregateFunctionForEach.cpp
AggregateFunctionForEach.h Fix comments 2022-09-16 16:12:30 +00:00
AggregateFunctionGroupArray.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionGroupArray.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionGroupArrayInsertAt.cpp
AggregateFunctionGroupArrayInsertAt.h
AggregateFunctionGroupArrayMoving.cpp
AggregateFunctionGroupArrayMoving.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionGroupBitmap.cpp Prevent crash when passing wrong aggregation states to groupBitmap* 2022-09-20 13:17:04 +02:00
AggregateFunctionGroupBitmap.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionGroupBitmapData.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionGroupUniqArray.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionGroupUniqArray.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionHistogram.cpp
AggregateFunctionHistogram.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionIf.cpp JIT compilation migration to LLVM 15 2022-10-07 10:53:38 +02:00
AggregateFunctionIf.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
AggregateFunctionIntervalLengthSum.cpp
AggregateFunctionIntervalLengthSum.h Remove any processing of undelying values for NULLs 2022-09-20 18:43:21 +02:00
AggregateFunctionMannWhitney.cpp
AggregateFunctionMannWhitney.h Do not calculate integrals in statistical tests (#36953) 2022-06-07 15:39:39 +02:00
AggregateFunctionMap.cpp
AggregateFunctionMap.h Remove unnecessary method implementation 2022-09-16 17:47:05 +00:00
AggregateFunctionMax.cpp
AggregateFunctionMaxIntersections.cpp
AggregateFunctionMaxIntersections.h base should not depend on Common 2022-04-29 10:26:35 +08:00
AggregateFunctionMeanZTest.cpp Implemented meanZTest (#33354) 2022-01-20 16:57:37 +03:00
AggregateFunctionMeanZTest.h Fixing some warnings 2022-05-16 20:59:27 +02:00
AggregateFunctionMerge.cpp Normalize everything else 2022-08-01 21:04:11 +08:00
AggregateFunctionMerge.h Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
AggregateFunctionMin.cpp
AggregateFunctionMinMaxAny.h JIT compilation migration to LLVM 15 2022-10-07 10:53:38 +02:00
AggregateFunctionMLMethod.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
AggregateFunctionMLMethod.h Aggregate functions added restrict into batch methods 2022-06-15 14:11:10 +02:00
AggregateFunctionNothing.cpp Update AggregateFunctionNothing.cpp 2022-01-03 14:19:16 +03:00
AggregateFunctionNothing.h Aggregate functions added restrict into batch methods 2022-06-15 14:11:10 +02:00
AggregateFunctionNull.cpp Remove any processing of undelying values for NULLs 2022-09-20 18:43:21 +02:00
AggregateFunctionNull.h JIT compilation migration to LLVM 15 2022-10-07 10:53:38 +02:00
AggregateFunctionOrFill.cpp
AggregateFunctionOrFill.h Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
AggregateFunctionQuantile.cpp Faster build 2022-09-11 08:46:05 +02:00
AggregateFunctionQuantile.h Faster build 2022-09-11 08:46:05 +02:00
AggregateFunctionQuantileBFloat16.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileBFloat16Weighted.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileDeterministic.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileExact.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileExactExclusive.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileExactHigh.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileExactInclusive.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileExactLow.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileExactWeighted.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileTDigest.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileTDigestWeighted.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileTiming.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionQuantileTimingWeighted.cpp Faster build 2022-09-11 09:29:24 +02:00
AggregateFunctionRankCorrelation.cpp
AggregateFunctionRankCorrelation.h Update src/AggregateFunctions/AggregateFunctionRankCorrelation.h 2022-10-03 20:15:31 +08:00
AggregateFunctionResample.cpp
AggregateFunctionResample.h Add missing methods in combinators 2022-09-15 17:45:50 +00:00
AggregateFunctionRetention.cpp
AggregateFunctionRetention.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionSequenceMatch.cpp
AggregateFunctionSequenceMatch.h Normalize everything else 2022-08-01 21:04:11 +08:00
AggregateFunctionSequenceNextNode.cpp
AggregateFunctionSequenceNextNode.h Remove any processing of undelying values for NULLs 2022-09-20 18:43:21 +02:00
AggregateFunctionSimpleLinearRegression.cpp
AggregateFunctionSimpleLinearRegression.h Aggregate functions added restrict into batch methods 2022-06-15 14:11:10 +02:00
AggregateFunctionSimpleState.cpp
AggregateFunctionSimpleState.h Add missing methods in combinators 2022-09-15 17:45:50 +00:00
AggregateFunctionSingleValueOrNull.cpp
AggregateFunctionSparkbar.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionSparkbar.h Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
AggregateFunctionState.cpp
AggregateFunctionState.h Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
AggregateFunctionStatistics.cpp
AggregateFunctionStatistics.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
AggregateFunctionStatisticsSimple.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionStatisticsSimple.h Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
AggregateFunctionStudentTTest.cpp Do not calculate integrals in statistical tests (#36953) 2022-06-07 15:39:39 +02:00
AggregateFunctionSum.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionSum.h JIT compilation migration to LLVM 15 2022-10-07 10:53:38 +02:00
AggregateFunctionSumCount.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionSumCount.h Share code between Avg and SumCount 2021-11-24 13:13:54 +01:00
AggregateFunctionSumMap.cpp Fix SIGSEGV for build under gcc-11 (due to auto deduction) 2022-03-28 22:21:45 +03:00
AggregateFunctionSumMap.h Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
AggregateFunctionTheilsU.cpp Add check 2022-01-03 21:39:04 +03:00
AggregateFunctionTopK.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionTopK.h Fix types for topKWeightedState 2021-12-17 17:54:12 +03:00
AggregateFunctionTTest.h Do not calculate integrals in statistical tests (#36953) 2022-06-07 15:39:39 +02:00
AggregateFunctionUniq.cpp
AggregateFunctionUniq.h better performace with sparse columns in aggregate functions 2022-05-28 02:22:20 +00:00
AggregateFunctionUniqCombined.cpp
AggregateFunctionUniqCombined.h use old HashTableGrower with *WithStackMemory data structures 2022-06-27 20:34:18 +02:00
AggregateFunctionUniqUpTo.cpp
AggregateFunctionUniqUpTo.h Remove cruft 2022-09-17 22:16:31 +02:00
AggregateFunctionWelchTTest.cpp Do not calculate integrals in statistical tests (#36953) 2022-06-07 15:39:39 +02:00
AggregateFunctionWindowFunnel.cpp
AggregateFunctionWindowFunnel.h Remove any processing of undelying values for NULLs 2022-09-20 18:43:21 +02:00
CMakeLists.txt Remove unbundled cityhash support 2022-01-20 10:01:12 +03:00
CrossTab.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
FactoryHelpers.h
Helpers.h improve performace of insertion to columns of type JSON 2022-06-22 17:45:51 +00:00
HelpersMinMaxAny.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
IAggregateFunction.cpp Normalize everything else 2022-08-01 21:04:11 +08:00
IAggregateFunction.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
IAggregateFunctionCombinator.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
KeyHolderHelpers.h
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 Fixing build. 2022-07-20 20:30:16 +00:00
QuantileBFloat16Histogram.h Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
QuantileExact.h Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
QuantileExactWeighted.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
QuantileReservoirSampler.h Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
QuantileReservoirSamplerDeterministic.h Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
QuantilesCommon.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
QuantileTDigest.h Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
QuantileTiming.h Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
registerAggregateFunctions.cpp Faster build 2022-09-11 09:29:24 +02:00
registerAggregateFunctions.h
ReservoirSampler.h Fix build 2022-09-20 21:26:11 +02:00
ReservoirSamplerDeterministic.h Remove cruft 2022-09-17 22:16:31 +02:00
StatCommon.h Fix error 2022-07-02 03:40:20 +02:00
ThetaSketchData.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
UniqCombinedBiasData.cpp
UniqCombinedBiasData.h
UniquesHashSet.h Fix 8/9 of trash 2022-09-19 08:53:20 +02:00
UniqVariadicHash.cpp
UniqVariadicHash.h