ClickHouse/src/AggregateFunctions
Alexey Milovidov f5ed9adad3 Remove old code
2020-11-03 23:52:57 +03:00
..
tests dbms/ → src/ 2020-04-03 18:14:31 +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 Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionAvg.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionAvgWeighted.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionAvgWeighted.h Fix warnings from CodeQL 2020-07-05 02:16:16 +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 "Try fix IfAggCombinator with NullAggCombinator" 2020-11-02 12:01:57 +03:00
AggregateFunctionCount.h Revert "Try fix IfAggCombinator with NullAggCombinator" 2020-11-02 12:01:57 +03: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 Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionFactory.h Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +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 Fix typos reported by codespell 2020-10-27 12:04:03 +01:00
AggregateFunctionGroupArrayInsertAt.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
AggregateFunctionGroupArrayInsertAt.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionGroupArrayMoving.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +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 Revert "Try fix IfAggCombinator with NullAggCombinator" 2020-11-02 12:01:57 +03:00
AggregateFunctionIf.h Revert "Try fix IfAggCombinator with NullAggCombinator" 2020-11-02 12:01:57 +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 Fix build and tests. 2020-10-20 16:11:57 +03:00
AggregateFunctionMLMethod.h Fix build and tests. 2020-10-20 16:11:57 +03:00
AggregateFunctionNothing.h Merge remote-tracking branch 'upstream/master' into distinct-combinator 2020-06-18 01:44:36 +03:00
AggregateFunctionNull.cpp Revert "Try fix IfAggCombinator with NullAggCombinator" 2020-11-02 12:01:57 +03:00
AggregateFunctionNull.h Try fix CI 2020-08-24 13:05:59 +08:00
AggregateFunctionOrFill.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionOrFill.h rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionQuantile.cpp Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
AggregateFunctionQuantile.h add quantileExactLow & quantileExactHigh functions 2020-08-23 10:09:41 -07:00
AggregateFunctionRankCorrelation.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionRankCorrelation.h Update AggregateFunctionRankCorrelation.h 2020-10-22 01:15:24 +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 rework distinct combinator 2020-06-17 22:36:27 +03:00
AggregateFunctionSequenceMatch.cpp Fix clang-tidy 2020-04-22 11:45:14 +03:00
AggregateFunctionSequenceMatch.h Fix half of typos 2020-08-08 03:47:03 +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
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 fix decimal to float conversion and toDecimal256() 2020-08-26 15:26:12 +03:00
AggregateFunctionStudentTTest.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionStudentTTest.h Update AggregateFunctionStudentTTest.h 2020-10-27 17:55:03 +03:00
AggregateFunctionSum.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionSum.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionSumMap.cpp Fix half of typos 2020-08-08 03:47:03 +03:00
AggregateFunctionSumMap.h Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
AggregateFunctionTimeSeriesGroupSum.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionTimeSeriesGroupSum.h Remove excessive exclamation marks 2020-10-25 00:50:52 +03: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
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 Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionWelchTTest.h Update AggregateFunctionWelchTTest.h 2020-10-27 17:55:19 +03:00
AggregateFunctionWindowFunnel.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionWindowFunnel.h Revert "Try fix IfAggCombinator with NullAggCombinator" 2020-11-02 12:01:57 +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 Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
HelpersMinMaxAny.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IAggregateFunction.h Revert "Try fix IfAggCombinator with NullAggCombinator" 2020-11-02 12:01:57 +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
parseAggregateFunctionParameters.cpp Improve error messages 2020-06-04 20:50:29 +03:00
parseAggregateFunctionParameters.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QuantileExact.h Try speedup build (#14809) 2020-09-15 12:55:57 +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 Fix style error 2020-10-02 22:20:35 +03:00
QuantileTiming.h Destructive IAggregateFunction::insertResultInto and ColumnAggregateFunction::convertToValues (#10890) 2020-05-14 10:59:14 +03:00
registerAggregateFunctions.cpp add student t test 2020-10-12 21:10:01 +03:00
registerAggregateFunctions.h add student t test 2020-10-12 21:10:01 +03:00
ReservoirSampler.h Remove old code 2020-11-03 23:52:57 +03:00
ReservoirSamplerDeterministic.h Update ReservoirSamplerDeterministic.h 2020-10-27 00:21:56 +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 Remove -g0 form Arcadia build settings. 2020-10-29 17:37:23 +03:00
ya.make.in Remove -g0 form Arcadia build settings. 2020-10-29 17:37:23 +03:00