ClickHouse/src/AggregateFunctions
2024-11-12 15:24:22 +01:00
..
Combinators Apply linter changes 2024-10-06 12:29:20 +02:00
DDSketch Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
examples Remove dbms dependency on clickhouse_functions 2024-09-24 19:48:23 +02:00
fuzzers fix build 2024-09-30 13:03:17 +00:00
tests Ditch tons of garbage 2023-08-09 02:19:02 +02:00
AggregateFunctionAggThrow.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionAnalysisOfVariance.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionAny.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionAnyHeavy.cpp Fix possible wrong result during anyHeavy state merge 2024-08-27 13:45:25 +02:00
AggregateFunctionAnyRespectNulls.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionAvg.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionAvg.h more fixes for big endian 2023-08-21 12:13:56 -07:00
AggregateFunctionAvgWeighted.cpp Remove support of Decimal inside avgWeighted #56435 2023-11-08 03:52:23 +01:00
AggregateFunctionBitwise.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionBoundingRatio.cpp fix as comment 2024-05-03 03:52:17 +02:00
AggregateFunctionCategoricalInformationValue.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
AggregateFunctionContingencyCoefficient.cpp Make at least some sense 2022-01-03 22:18:57 +03:00
AggregateFunctionCorr.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionCount.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionCount.h Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
AggregateFunctionCovar.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +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 Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionDeltaSumTimestamp.cpp Merge branch 'remove-code-bloat' of github.com:ClickHouse/ClickHouse into remove-code-bloat 2024-11-12 15:24:22 +01:00
AggregateFunctionDistinctDynamicTypes.cpp Address review comments 2024-08-28 15:06:05 +00:00
AggregateFunctionDistinctJSONPaths.cpp Address review comments 2024-08-28 15:06:05 +00:00
AggregateFunctionEntropy.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionExponentialMovingAverage.cpp Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
AggregateFunctionFactory.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionFactory.h Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionFlameGraph.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionFourthMoment.cpp Split to multiple translation units 2023-03-19 08:54:23 +01:00
AggregateFunctionGroupArray.cpp Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
AggregateFunctionGroupArrayInsertAt.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionGroupArrayIntersect.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionGroupArrayMoving.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionGroupArraySorted.cpp std::vector 2024-10-18 21:15:56 +00:00
AggregateFunctionGroupBitmap.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionGroupBitmapData.h Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionGroupConcat.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionGroupUniqArray.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionHistogram.cpp Maybe fix tidy 2023-11-11 08:58:06 +01:00
AggregateFunctionIntervalLengthSum.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionKolmogorovSmirnovTest.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
AggregateFunctionLargestTriangleThreeBuckets.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
AggregateFunctionMannWhitney.cpp fix bug in mann whitney u test 2024-08-19 17:06:24 +02:00
AggregateFunctionMaxIntersections.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionMeanZTest.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionMLMethod.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionMLMethod.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
AggregateFunctionNothing.cpp Use different names for nothing function with different result types 2024-01-24 09:55:09 +00:00
AggregateFunctionNothing.h Use different names for nothing function with different result types 2024-01-24 09:55:09 +00:00
AggregateFunctionQuantile.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantile.h support quantileExactWeightedInterpolated 2024-09-16 13:56:43 +08:00
AggregateFunctionQuantileBFloat16.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileBFloat16Weighted.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileDD.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileDeterministic.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExact.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExactExclusive.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExactHigh.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileExactInclusive.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileExactLow.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileExactWeighted.cpp fix mismatched aggreage function name of quantileExactWeightedInterpolated 2024-10-29 12:15:13 +08:00
AggregateFunctionQuantileGK.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionQuantileInterpolatedWeighted.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileTDigest.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileTDigestWeighted.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionQuantileTiming.cpp Update ErrorCodes for functions using NUMBER_OF_ARGUMENTS_DOESNT_MATCH 2024-05-06 11:35:48 +02:00
AggregateFunctionQuantileTimingWeighted.cpp Fix error 2024-03-23 04:52:45 +01:00
AggregateFunctionRankCorrelation.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionRetention.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionsArgMinArgMax.cpp Better handling illegal user input not to throw unexpected of CORRUPTED_DATA errors 2024-05-21 08:53:30 +00:00
AggregateFunctionSecondMoment.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionSequenceMatch.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionSequenceNextNode.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
AggregateFunctionSimpleLinearRegression.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionSingleValueOrNull.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
AggregateFunctionsMinMax.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionSparkbar.cpp Analyzer setting max_streams_to_max_threads_ratio overflow fix 2024-05-07 17:21:25 +03:00
AggregateFunctionStatistics.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionStatisticsSimple.h Useless changes 2024-05-09 01:08:33 +02:00
AggregateFunctionStudentTTest.cpp Fix assertion in statistical functions 2023-02-08 00:09:41 +01:00
AggregateFunctionSum.cpp Make CaseSensitiveness an enum class 2024-07-17 20:56:30 +00:00
AggregateFunctionSum.h Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
AggregateFunctionSumCount.cpp Remove useless header files 2023-11-06 03:49:55 +01:00
AggregateFunctionSumMap.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionTheilsU.cpp Correct UInt128 accessors for AggregateFunctionCrossTab results. 2023-11-01 12:58:08 -07:00
AggregateFunctionThirdMoment.cpp Split to multiple translation units 2023-03-19 08:54:23 +01:00
AggregateFunctionTopK.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionTTest.h Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionUniq.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionUniq.h Add thread pool and cancellation if merge data with key 2024-08-17 01:32:18 +08:00
AggregateFunctionUniqCombined12.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined13.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined14.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined15.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined16.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined17.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined18.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined19.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined20.cpp Parallelize compilation for RISC-V 2023-11-12 04:23:05 +01:00
AggregateFunctionUniqCombined.cpp Fix style 2023-11-12 04:36:50 +01:00
AggregateFunctionUniqCombined.h Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionUniqUpTo.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
AggregateFunctionVarianceMatrix.cpp Useless changes 2024-05-09 01:08:33 +02:00
AggregateFunctionWelchTTest.cpp Move ErrorCodes inside DB namespace 2024-05-06 23:59:59 +02:00
AggregateFunctionWindowFunnel.cpp Merge branch 'master' into vdimir/window-funnel-fix-dedup2 2024-10-07 11:59:02 +02:00
CMakeLists.txt Add comments around extract_into_parent_list usages 2024-09-25 13:11:31 +02:00
CrossTab.h Correct UInt128 accessors for AggregateFunctionCrossTab results. 2023-11-01 12:58:08 -07:00
DDSketch.h Apply linter changes 2024-10-06 12:29:20 +02:00
FactoryHelpers.h Fix error and remove garbage 2024-03-23 01:30:12 +01:00
Helpers.h Remove ridiculous code bloat 2024-11-12 01:23:25 +01:00
IAggregateFunction_fwd.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
IAggregateFunction.cpp Normalize named tuple arguments in agg states 2024-10-22 08:57:26 +08:00
IAggregateFunction.h Normalize named tuple arguments in agg states 2024-10-22 08:57:26 +08:00
KeyHolderHelpers.h fix 2024-01-23 14:46:33 +01:00
Moments.h Check for overflow before addition in anova function 2023-09-07 07:54:06 +00:00
parseAggregateFunctionParameters.cpp Limit backtracking in parser 2024-03-17 19:54:45 +01:00
parseAggregateFunctionParameters.h Fixing build. 2022-07-20 20:30:16 +00:00
QuantileBFloat16Histogram.h Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
QuantileDD.h Rename quantileDDSketch to quantileDD 2024-01-30 11:49:56 +01:00
QuantileExact.h Apply linter changes 2024-10-06 12:29:20 +02:00
QuantilesCommon.h Use iota in more places 2023-12-29 17:20:18 +01:00
QuantileTDigest.h Apply linter changes 2024-10-06 12:29:20 +02:00
QuantileTiming.h Apply linter changes 2024-10-06 12:29:20 +02:00
registerAggregateFunctions.cpp Add aggregate functions distinctDynamicTypes/distinctJSONPaths/distinctJSONPathsAndTypes 2024-08-16 17:49:38 +00:00
registerAggregateFunctions.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
ReservoirSampler.h Apply linter changes 2024-10-06 12:29:20 +02:00
ReservoirSamplerDeterministic.h Apply linter changes 2024-10-06 12:29:20 +02:00
SingleValueData.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
SingleValueData.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
StatCommon.h Replace std::iota with DB::iota where possible 2023-12-29 14:38:22 +01:00
ThetaSketchData.h Apply linter changes 2024-10-06 12:29:20 +02: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
UniqExactSet.h Add thread pool and cancellation if merge data with key 2024-08-17 01:32:18 +08:00
UniquesHashSet.h Remove unused buggy code 2024-09-19 18:17:04 +02:00
UniqVariadicHash.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
UniqVariadicHash.h Fix crash of uniq and uniqTheta with empty tuple argument 2024-07-28 14:42:14 +00:00
WindowFunction.h Fix creation of stateful window functions on misaligned memory 2024-10-14 14:19:40 +02:00