ClickHouse/src/AggregateFunctions
alexey-milovidov fe1c153c6f
Merge pull request #18817 from ucasFL/wf
replace PODArray with PODArrayWithStackMemory in AggregateFunctionWindowFunnelData
2021-01-10 00:11:57 +03:00
..
tests style 2020-11-25 20:51:06 +03:00
AggregateFunctionAggThrow.cpp
AggregateFunctionAny.cpp Fix build 2020-12-21 13:51:11 +08:00
AggregateFunctionArgMinMax.h
AggregateFunctionArray.cpp
AggregateFunctionArray.h Devirtualize -If and vectorize count 2020-12-21 11:35:38 +08:00
AggregateFunctionAvg.cpp
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
AggregateFunctionBitwise.h
AggregateFunctionBoundingRatio.cpp
AggregateFunctionBoundingRatio.h
AggregateFunctionCategoricalInformationValue.cpp
AggregateFunctionCategoricalInformationValue.h
AggregateFunctionCombinatorFactory.cpp
AggregateFunctionCombinatorFactory.h
AggregateFunctionCount.cpp
AggregateFunctionCount.h Better 2020-12-22 23:35:07 +08:00
AggregateFunctionDistinct.cpp
AggregateFunctionDistinct.h Devirtualize -If and vectorize count 2020-12-21 11:35:38 +08:00
AggregateFunctionEntropy.cpp
AggregateFunctionEntropy.h
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
AggregateFunctionForEach.h Devirtualize -If and vectorize count 2020-12-21 11:35:38 +08:00
AggregateFunctionGroupArray.cpp
AggregateFunctionGroupArray.h PODArray: Avoid call to memcpy with (nullptr, 0) arguments (#18526) 2021-01-02 17:07:54 +03:00
AggregateFunctionGroupArrayInsertAt.cpp
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
AggregateFunctionGroupBitmap.cpp rewrite with better code 2020-12-24 17:43:20 +03:00
AggregateFunctionGroupBitmap.h rewrite with better code 2020-12-24 17:43:20 +03:00
AggregateFunctionGroupBitmapData.h fix test again... 2020-12-24 17:43:20 +03:00
AggregateFunctionGroupUniqArray.cpp
AggregateFunctionGroupUniqArray.h
AggregateFunctionHistogram.cpp
AggregateFunctionHistogram.h
AggregateFunctionIf.cpp Fix *If combinator with Nullable types 2021-01-07 03:09:13 +03:00
AggregateFunctionIf.h allow nested if (useless but also harmless) 2020-12-23 12:34:15 +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
AggregateFunctionMax.cpp Fix build 2020-12-21 13:51:11 +08:00
AggregateFunctionMaxIntersections.cpp
AggregateFunctionMaxIntersections.h
AggregateFunctionMerge.cpp
AggregateFunctionMerge.h Devirtualize -If and vectorize count 2020-12-21 11:35:38 +08:00
AggregateFunctionMin.cpp Fix build 2020-12-21 13:51:11 +08:00
AggregateFunctionMinMaxAny.h
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
AggregateFunctionNull.cpp
AggregateFunctionNull.h Better 2020-12-22 23:35:07 +08:00
AggregateFunctionOrFill.cpp
AggregateFunctionOrFill.h Better 2020-12-22 23:35:07 +08:00
AggregateFunctionQuantile.cpp Fixed MySQL and DateTime64 integration. 2020-11-16 09:02:41 +03:00
AggregateFunctionQuantile.h
AggregateFunctionRankCorrelation.cpp style 2020-11-25 20:51:06 +03:00
AggregateFunctionRankCorrelation.h style 2020-11-25 20:51:06 +03:00
AggregateFunctionResample.cpp
AggregateFunctionResample.h Devirtualize -If and vectorize count 2020-12-21 11:35:38 +08:00
AggregateFunctionRetention.cpp
AggregateFunctionRetention.h remove more stringstreams 2020-11-10 21:22:26 +03:00
AggregateFunctionSequenceMatch.cpp
AggregateFunctionSequenceMatch.h Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
AggregateFunctionSimpleLinearRegression.cpp
AggregateFunctionSimpleLinearRegression.h
AggregateFunctionSimpleState.cpp Add -SimpleState combinator 2020-12-11 11:43:56 +08:00
AggregateFunctionSimpleState.h Merge pull request #17043 from amosbird/countoptimization 2020-12-31 03:34:16 +03:00
AggregateFunctionState.cpp
AggregateFunctionState.h Devirtualize -If and vectorize count 2020-12-21 11:35:38 +08:00
AggregateFunctionStatistics.cpp
AggregateFunctionStatistics.h
AggregateFunctionStatisticsSimple.cpp
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
AggregateFunctionSum.h Better 2020-12-22 23:35:07 +08:00
AggregateFunctionSumMap.cpp sumMap: check for summable types 2021-01-04 04:02:46 +03:00
AggregateFunctionSumMap.h Fix errors 2021-01-05 04:26:29 +03:00
AggregateFunctionTopK.cpp
AggregateFunctionTopK.h
AggregateFunctionTTest.h style 2020-11-25 20:51:06 +03:00
AggregateFunctionUniq.cpp
AggregateFunctionUniq.h
AggregateFunctionUniqCombined.cpp
AggregateFunctionUniqCombined.h
AggregateFunctionUniqUpTo.cpp
AggregateFunctionUniqUpTo.h
AggregateFunctionWelchTTest.cpp new interface for the function 2020-11-25 20:51:06 +03:00
AggregateFunctionWindowFunnel.cpp
AggregateFunctionWindowFunnel.h replace PODArray with stack PODArray 2021-01-07 06:32:33 +00:00
CMakeLists.txt
FactoryHelpers.h
Helpers.h Merge branch 'master' into HEAD 2020-11-30 23:25:57 +03:00
HelpersMinMaxAny.h
IAggregateFunction.h Merge pull request #17043 from amosbird/countoptimization 2020-12-31 03:34:16 +03:00
IAggregateFunctionCombinator.h
KeyHolderHelpers.h
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
QuantileExact.h Slightly better miniselect usage (#16896) 2020-11-13 14:28:18 +03:00
QuantileExactWeighted.h
QuantileReservoirSampler.h
QuantileReservoirSamplerDeterministic.h
QuantilesCommon.h
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 Fix build 2020-12-21 13:51:11 +08:00
registerAggregateFunctions.h
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
UniqCombinedBiasData.h
UniquesHashSet.h
UniqVariadicHash.cpp
UniqVariadicHash.h
ya.make Fix build 2020-12-21 13:51:11 +08:00
ya.make.in Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00