ClickHouse/src/AggregateFunctions
2020-12-24 13:17:52 +03:00
..
tests style 2020-11-25 20:51:06 +03:00
AggregateFunctionAggThrow.cpp rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionArgMinMax.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionArray.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionArray.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionAvg.cpp added some corner cases, made Decimal convertTo const 2020-11-04 17:23:04 +03:00
AggregateFunctionAvg.h some review fixes 2020-12-22 20:46:31 +03:00
AggregateFunctionAvgWeighted.cpp fixed decimal scales calc, updated the tests 2020-11-24 17:07:59 +03:00
AggregateFunctionAvgWeighted.h replaced explicit stack values with references 2020-11-17 21:10:42 +03:00
AggregateFunctionBitwise.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionBitwise.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionBoundingRatio.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionBoundingRatio.h bugfix:aggregate:fix boundingratio args check 2020-09-28 19:56:42 +08:00
AggregateFunctionCategoricalInformationValue.cpp Fix clang-tidy 2020-04-22 11:45:14 +03:00
AggregateFunctionCategoricalInformationValue.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionCombinatorFactory.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionCombinatorFactory.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionCount.cpp Revert "Revert "Try fix IfAggCombinator with NullAggCombinator"" 2020-11-02 23:55:32 +08:00
AggregateFunctionCount.h Revert "Revert "Try fix IfAggCombinator with NullAggCombinator"" 2020-11-02 23:55:32 +08:00
AggregateFunctionDistinct.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionDistinct.h tests with distributed 2020-06-26 01:39:54 +03:00
AggregateFunctionEntropy.cpp Checkpoint 2020-04-22 08:39:31 +03:00
AggregateFunctionEntropy.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionFactory.cpp better exception message for unknown function 2020-12-17 00:42:14 +03:00
AggregateFunctionFactory.h Merge remote-tracking branch 'upstream/master' into improvement/diff-types-in-avg-weighted 2020-11-12 14:50:59 +03:00
AggregateFunctionForEach.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionForEach.h Fix error with ownership of aggregate function states with nested states 2020-07-10 08:28:34 +03:00
AggregateFunctionGroupArray.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionGroupArray.h pcg serialization 2020-11-09 16:07:38 +03:00
AggregateFunctionGroupArrayInsertAt.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionGroupArrayInsertAt.h Fix codespell warnings. Split style checks. Update style checks docker 2020-12-24 13:17:52 +03:00
AggregateFunctionGroupArrayMoving.cpp Fixed various DateTime64 related hiccups 2020-11-18 10:20:52 +03:00
AggregateFunctionGroupArrayMoving.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionGroupBitmap.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionGroupBitmap.h Miscellaneous 2020-07-10 05:17:15 +03:00
AggregateFunctionGroupBitmapData.h remove unused codes in AggregateFunctionGroupBitmapData 2020-10-24 10:05:54 +08:00
AggregateFunctionGroupUniqArray.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionGroupUniqArray.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionHistogram.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionHistogram.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionIf.cpp ISSUES-16574 try fix test failure 2020-11-09 12:40:28 +08:00
AggregateFunctionIf.h Revert "Revert "Try fix IfAggCombinator with NullAggCombinator"" 2020-11-02 23:55:32 +08:00
AggregateFunctionMannWhitney.cpp test added 2020-11-25 20:51:06 +03:00
AggregateFunctionMannWhitney.h fix tests 2020-11-25 20:51:07 +03:00
AggregateFunctionMaxIntersections.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionMaxIntersections.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionMerge.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionMerge.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionMinMaxAny.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionMinMaxAny.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionMLMethod.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
AggregateFunctionMLMethod.h Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
AggregateFunctionNothing.h Merge remote-tracking branch 'upstream/master' into distinct-combinator 2020-06-18 01:44:36 +03:00
AggregateFunctionNull.cpp Revert "Revert "Try fix IfAggCombinator with NullAggCombinator"" 2020-11-02 23:55:32 +08:00
AggregateFunctionNull.h Try fix CI 2020-08-24 13:05:59 +08:00
AggregateFunctionOrFill.cpp Update AggregateFunctionOrFill.cpp 2020-11-04 19:57:00 +03:00
AggregateFunctionOrFill.h Fix test 2020-11-04 14:07:54 +03:00
AggregateFunctionQuantile.cpp Fixed MySQL and DateTime64 integration. 2020-11-16 09:02:41 +03:00
AggregateFunctionQuantile.h add quantileExactLow & quantileExactHigh functions 2020-08-23 10:09:41 -07:00
AggregateFunctionRankCorrelation.cpp style 2020-11-25 20:51:06 +03:00
AggregateFunctionRankCorrelation.h style 2020-11-25 20:51:06 +03:00
AggregateFunctionResample.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionResample.h fix segfault in combinator -Resample 2020-09-08 02:21:12 +03:00
AggregateFunctionRetention.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionRetention.h remove more stringstreams 2020-11-10 21:22:26 +03:00
AggregateFunctionSequenceMatch.cpp Fix clang-tidy 2020-04-22 11:45:14 +03:00
AggregateFunctionSequenceMatch.h Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
AggregateFunctionSimpleLinearRegression.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionSimpleLinearRegression.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionSimpleState.cpp Add -SimpleState combinator 2020-12-11 11:43:56 +08:00
AggregateFunctionSimpleState.h -SimpleState function arg type = return type 2020-12-23 21:09:05 +08:00
AggregateFunctionState.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionState.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
AggregateFunctionStatistics.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionStatistics.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionStatisticsSimple.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionStatisticsSimple.h Make the code less bad 2020-11-25 20:51:06 +03:00
AggregateFunctionStudentTTest.cpp update test 2020-11-25 20:51:07 +03:00
AggregateFunctionSum.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionSum.h Fixed various DateTime64 related hiccups 2020-11-18 10:20:52 +03:00
AggregateFunctionSumMap.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
AggregateFunctionSumMap.h Fix the test case for maxMap function 2020-11-04 14:20:11 +00:00
AggregateFunctionTopK.cpp Check for array size overflow in topK #14452 2020-09-04 04:05:57 +03:00
AggregateFunctionTopK.h Fix topK/topKWeighted merge (wtih non-default parameters) 2020-08-16 22:32:56 +03:00
AggregateFunctionTTest.h style 2020-11-25 20:51:06 +03:00
AggregateFunctionUniq.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionUniq.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionUniqCombined.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionUniqCombined.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionUniqUpTo.cpp Better way of implementation 2020-06-14 20:42:11 +03:00
AggregateFunctionUniqUpTo.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
AggregateFunctionWelchTTest.cpp new interface for the function 2020-11-25 20:51:06 +03:00
AggregateFunctionWindowFunnel.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionWindowFunnel.h Merge pull request #16610 from zhang2014/fix/ISSUES-16574 2020-11-16 12:41:14 +03:00
CMakeLists.txt Move AggregateFunctionCount out from clickhouse_aggregate_functions to dbms 2020-06-18 11:22:40 +03:00
FactoryHelpers.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Helpers.h Merge branch 'master' into HEAD 2020-11-30 23:25:57 +03:00
HelpersMinMaxAny.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IAggregateFunction.h cleanup 2020-12-22 02:47:14 +03:00
IAggregateFunctionCombinator.h Fix half of typos 2020-08-08 03:47:03 +03:00
KeyHolderHelpers.h distinct combinator for function of multiuple arguments 2020-06-19 23:13:23 +03:00
Moments.h style 2020-11-25 20:51:06 +03:00
parseAggregateFunctionParameters.cpp ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
parseAggregateFunctionParameters.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QuantileExact.h Slightly better miniselect usage (#16896) 2020-11-13 14:28:18 +03:00
QuantileExactWeighted.h fixup 2020-05-26 08:54:04 +03:00
QuantileReservoirSampler.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QuantileReservoirSamplerDeterministic.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QuantilesCommon.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QuantileTDigest.h naming 2020-11-25 20:12:14 +03:00
QuantileTiming.h Slightly better miniselect usage (#16896) 2020-11-13 14:28:18 +03:00
registerAggregateFunctions.cpp Add -SimpleState combinator 2020-12-11 11:43:56 +08:00
registerAggregateFunctions.h Remove T-Tests 2020-11-04 18:03:32 +03:00
ReservoirSampler.h remove more stringstreams 2020-11-10 21:22:26 +03:00
ReservoirSamplerDeterministic.h remove more stringstreams 2020-11-10 21:22:26 +03:00
StatCommon.h update test 2020-11-25 20:51:07 +03:00
UniqCombinedBiasData.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
UniqCombinedBiasData.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
UniquesHashSet.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
UniqVariadicHash.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
UniqVariadicHash.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make Add -SimpleState combinator 2020-12-11 11:43:56 +08:00
ya.make.in Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00