ClickHouse/src/AggregateFunctions
2023-01-17 20:04:04 +01:00
..
examples Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
tests move to examples everywhere 2021-04-27 01:51:42 +03:00
AggregateFunctionAggThrow.cpp Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionAnalysisOfVariance.cpp Add checks in AggregateFunctionAnalysisOfVariance 2022-11-03 14:22:10 +00:00
AggregateFunctionAnalysisOfVariance.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionAny.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionArgMinMax.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionArray.cpp Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
AggregateFunctionArray.h Clean up code 2022-12-02 19:15:26 +00:00
AggregateFunctionAvg.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionAvg.h Clean up code 2022-12-02 19:15:26 +00: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 Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionBitwise.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionBoundingRatio.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionBoundingRatio.h formatting of some exception messages 2023-01-17 20:03:56 +01:00
AggregateFunctionCategoricalInformationValue.cpp Refactor FunctionNode 2022-12-02 19:15:26 +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 Refactor FunctionNode 2022-12-02 19:15:26 +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 Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionDeltaSum.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionDeltaSumTimestamp.cpp Fix logical error AggregateFunctionFactory returned nullptr 2021-05-28 14:58:16 +03:00
AggregateFunctionDeltaSumTimestamp.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionDistinct.cpp fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionDistinct.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionEntropy.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionEntropy.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionExponentialMovingAverage.cpp Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionFactory.cpp Try fix tests 2022-12-16 18:09:42 +00:00
AggregateFunctionFactory.h Function name normalization fix functions header 2022-10-04 17:29:33 +02:00
AggregateFunctionForEach.cpp fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionForEach.h Fix AggregateFunctionForEach result type 2022-12-02 19:15:26 +00:00
AggregateFunctionGroupArray.cpp Introduce groupArrayLast() (useful to store last X values) (#44521) 2023-01-02 15:20:21 +01:00
AggregateFunctionGroupArray.h Introduce groupArrayLast() (useful to store last X values) (#44521) 2023-01-02 15:20:21 +01:00
AggregateFunctionGroupArrayInsertAt.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionGroupArrayInsertAt.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionGroupArrayMoving.cpp Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionGroupArrayMoving.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionGroupBitmap.cpp Cleanup code 2022-12-02 19:15:26 +00:00
AggregateFunctionGroupBitmap.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionGroupBitmapData.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
AggregateFunctionGroupUniqArray.cpp Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionGroupUniqArray.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionHistogram.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateFunctionHistogram.h fix: Solve the unique invalid problem of negative interval 2023-01-11 16:08:22 +08:00
AggregateFunctionIf.cpp Merge pull request #43813 from Avogar/fix-sum-if 2022-12-27 16:50:48 +01:00
AggregateFunctionIf.h Merge pull request #43813 from Avogar/fix-sum-if 2022-12-27 16:50:48 +01:00
AggregateFunctionIntervalLengthSum.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateFunctionIntervalLengthSum.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionMannWhitney.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMannWhitney.h formatting of some exception messages 2023-01-17 20:03:56 +01: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 Cleanup code 2022-12-23 18:23:01 +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 Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionMeanZTest.cpp Implemented meanZTest (#33354) 2022-01-20 16:57:37 +03:00
AggregateFunctionMeanZTest.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionMerge.cpp Normalize everything else 2022-08-01 21:04:11 +08:00
AggregateFunctionMerge.h Fix AggregateFunctionMerge 2022-12-02 19:15:26 +00:00
AggregateFunctionMin.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMinMaxAny.h Merge branch 'master' into refector-function-node 2022-12-12 21:36:39 +01:00
AggregateFunctionMLMethod.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
AggregateFunctionMLMethod.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionNothing.cpp Update AggregateFunctionNothing.cpp 2022-01-03 14:19:16 +03:00
AggregateFunctionNothing.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionNull.cpp Merge pull request #43813 from Avogar/fix-sum-if 2022-12-27 16:50:48 +01:00
AggregateFunctionNull.h Merge branch 'master' into refector-function-node 2022-12-12 21:36:39 +01:00
AggregateFunctionOrFill.cpp Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
AggregateFunctionOrFill.h Cleanup code 2022-12-23 18:23:01 +00:00
AggregateFunctionQuantile.cpp Use correct type for UInt128 2022-10-19 08:05:09 +00:00
AggregateFunctionQuantile.h Merge pull request #38252 from bharatnc/ncb/weighted-quantile-approx 2023-01-16 13:41:13 +01: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 Use correct type for UInt128 2022-10-19 08:05:09 +00:00
AggregateFunctionQuantileExact.cpp Use correct type for UInt128 2022-10-19 08:05:09 +00: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 Use correct type for UInt128 2022-10-19 08:05:09 +00:00
AggregateFunctionQuantileInterpolatedWeighted.cpp fix build failure 2022-12-14 23:49:51 -08: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 Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionRankCorrelation.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionResample.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionResample.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionRetention.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionRetention.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionSequenceMatch.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateFunctionSequenceMatch.h Clean up code 2022-12-02 19:15:26 +00:00
AggregateFunctionSequenceNextNode.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateFunctionSequenceNextNode.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionSimpleLinearRegression.cpp Non-recursive implementation for TL and its functions 2021-10-03 18:02:04 +02:00
AggregateFunctionSimpleLinearRegression.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionSimpleState.cpp Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
AggregateFunctionSimpleState.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionSingleValueOrNull.cpp Add SingleValueOrNull aggregate function 2021-06-04 18:55:46 +03:00
AggregateFunctionSparkbar.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionSparkbar.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionState.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionState.h Clean up code 2022-12-02 19:15:26 +00:00
AggregateFunctionStatistics.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionStatistics.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionStatisticsSimple.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionStatisticsSimple.h Refactor FunctionNode 2022-12-02 19:15:26 +00: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 Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionSumCount.cpp Fix clang-tidy-14 (part 1) 2022-04-16 04:54:04 +02:00
AggregateFunctionSumCount.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionSumMap.cpp Fix SIGSEGV for build under gcc-11 (due to auto deduction) 2022-03-28 22:21:45 +03:00
AggregateFunctionSumMap.h Merge branch 'master' into cleanup-resolved-function 2023-01-03 17:52:29 +01:00
AggregateFunctionTheilsU.cpp Add check 2022-01-03 21:39:04 +03:00
AggregateFunctionTopK.cpp Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionTopK.h Clean up code 2022-12-02 19:15:26 +00:00
AggregateFunctionTTest.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionUniq.cpp Optimize merge of uniqExact without_key (#43072) 2022-11-17 13:19:02 +01:00
AggregateFunctionUniq.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionUniqCombined.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
AggregateFunctionUniqCombined.h Refactor FunctionNode 2022-12-02 19:15:26 +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 Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateFunctionWelchTTest.cpp Fix logical error from welchTTest (#42487) 2022-10-20 13:09:02 +02:00
AggregateFunctionWindowFunnel.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateFunctionWindowFunnel.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
CMakeLists.txt Remove unbundled cityhash support 2022-01-20 10:01:12 +03:00
CrossTab.h Refactor FunctionNode 2022-12-02 19:15:26 +00:00
FactoryHelpers.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
Helpers.h Optimize merge of uniqExact without_key (#43072) 2022-11-17 13:19:02 +01:00
HelpersMinMaxAny.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
IAggregateFunction.cpp Correct implementation of agg state comparison 2022-10-18 14:05:06 +08:00
IAggregateFunction.h Merge branch 'master' into cleanup-resolved-function 2023-01-03 17:52:29 +01:00
IAggregateFunctionCombinator.h Fix clang-tidy warnings in AggregateFunction folder 2022-03-14 18:17:35 +00:00
KeyHolderHelpers.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
Moments.h Add checks in AggregateFunctionAnalysisOfVariance 2022-11-03 14:22:10 +00: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 Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
QuantileExact.h Vuln WIP 2022-11-11 10:27:37 +01:00
QuantileExactWeighted.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
QuantileInterpolatedWeighted.h try binary search when selecting idx 2023-01-10 21:16:20 -08:00
QuantileReservoirSampler.h Fix one more UB 2022-12-11 04:29:06 +01:00
QuantileReservoirSamplerDeterministic.h Fix one more UB 2022-12-11 04:29:06 +01:00
QuantilesCommon.h Update sort to pdqsort 2022-01-30 19:49:48 +00:00
QuantileTDigest.h Vuln WIP 2022-11-11 10:27:37 +01:00
QuantileTiming.h Fix 9/10 of trash 2022-09-19 08:53:20 +02:00
registerAggregateFunctions.cpp Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
registerAggregateFunctions.h Pass Settings to aggregate function creator 2021-05-26 14:58:31 +03:00
ReservoirSampler.h Fix undefined behavior in quantiles function 2022-12-09 04:17:54 +01:00
ReservoirSamplerDeterministic.h Fix undefined behavior in quantiles function 2022-12-09 04:17:54 +01:00
StatCommon.h Vuln WIP 2022-11-11 10:27:37 +01:00
ThetaSketchData.h Generate config.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00: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 detach threads from thread group 2022-11-28 21:31:55 +01:00
UniquesHashSet.h Optimize merge of uniqExact without_key (#43072) 2022-11-17 13:19:02 +01: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