ClickHouse/src/AggregateFunctions
2021-03-18 12:31:14 +03:00
..
tests style 2020-11-25 20:51:06 +03:00
AggregateFunctionAggThrow.cpp Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionAny.cpp first_value and last_value 2021-02-11 18:41:54 +03:00
AggregateFunctionArgMinMax.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionArray.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionArray.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionAvg.cpp added some corner cases, made Decimal convertTo const 2020-11-04 17:23:04 +03:00
AggregateFunctionAvg.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionAvgWeighted.cpp fixed decimal scales calc, updated the tests 2020-11-24 17:07:59 +03:00
AggregateFunctionAvgWeighted.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionBitwise.cpp
AggregateFunctionBitwise.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionBoundingRatio.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionBoundingRatio.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionCategoricalInformationValue.cpp Fix clang-tidy 2020-04-22 11:45:14 +03:00
AggregateFunctionCategoricalInformationValue.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionCombinatorFactory.cpp
AggregateFunctionCombinatorFactory.h
AggregateFunctionCount.cpp Revert "Revert "Try fix IfAggCombinator with NullAggCombinator"" 2020-11-02 23:55:32 +08:00
AggregateFunctionCount.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionDeltaSum.cpp feedback: use references, dont support decimal, rearrange struct members 2021-02-08 22:51:03 -05:00
AggregateFunctionDeltaSum.h Aggregate function deltaSum use restrict keyword 2021-02-10 19:19:48 +03:00
AggregateFunctionDistinct.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionDistinct.h fix usage of 'distinct' combinator with 'state' combinator 2021-02-18 02:19:58 +03:00
AggregateFunctionEntropy.cpp Checkpoint 2020-04-22 08:39:31 +03:00
AggregateFunctionEntropy.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionFactory.cpp Merge branch 'master' into fffix 2021-02-22 23:08:44 +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 Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionGroupArray.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionGroupArray.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionGroupArrayInsertAt.cpp
AggregateFunctionGroupArrayInsertAt.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionGroupArrayMoving.cpp Fixed various DateTime64 related hiccups 2020-11-18 10:20:52 +03:00
AggregateFunctionGroupArrayMoving.h Suppress signed overflow in AggregateFunctionGroupArrayMoving 2 2021-02-20 14:11:01 +08:00
AggregateFunctionGroupBitmap.cpp bitmap function for all native integers 2021-02-07 11:32:54 +08:00
AggregateFunctionGroupBitmap.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionGroupBitmapData.h bitmap function for all native integers 2021-02-07 11:32:54 +08:00
AggregateFunctionGroupUniqArray.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionGroupUniqArray.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionHistogram.cpp
AggregateFunctionHistogram.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionIf.cpp Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionIf.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionMannWhitney.cpp test added 2020-11-25 20:51:06 +03:00
AggregateFunctionMannWhitney.h DOCSUP-3908: mannWitneyUTest, welchTTest and studentTTest documentation (#19784) 2021-02-08 15:58:27 +03:00
AggregateFunctionMax.cpp Fix build 2020-12-21 13:51:11 +08:00
AggregateFunctionMaxIntersections.cpp
AggregateFunctionMaxIntersections.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionMerge.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionMerge.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionMin.cpp Fix build 2020-12-21 13:51:11 +08:00
AggregateFunctionMinMaxAny.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionMLMethod.cpp Refactor IFunction to execute with const arguments 2020-11-17 16:24:45 +03:00
AggregateFunctionMLMethod.h Improve performance of aggregate functions 2021-02-01 20:12:12 +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 Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionOrFill.cpp Update AggregateFunctionOrFill.cpp 2020-11-04 19:57:00 +03:00
AggregateFunctionOrFill.h Batch aggregation for overflow rows. 2021-03-18 12:31:14 +03:00
AggregateFunctionQuantile.cpp Fixed MySQL and DateTime64 integration. 2020-11-16 09:02:41 +03:00
AggregateFunctionQuantile.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionRankCorrelation.cpp style 2020-11-25 20:51:06 +03:00
AggregateFunctionRankCorrelation.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionResample.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionResample.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionRetention.cpp Some aggregate functions were erroneously marked as case-insensitive 2020-10-26 22:20:40 +03:00
AggregateFunctionRetention.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionSequenceMatch.cpp Fix clang-tidy 2020-04-22 11:45:14 +03:00
AggregateFunctionSequenceMatch.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionSimpleLinearRegression.cpp
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 Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionState.cpp hide symbols in nameless namespace 2020-09-07 21:00:37 +03:00
AggregateFunctionState.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionStatistics.cpp
AggregateFunctionStatistics.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionStatisticsSimple.cpp
AggregateFunctionStatisticsSimple.h Improve performance of aggregate functions 2021-02-01 20:12:12 +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 Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionSumMap.cpp sumMap: check for summable types 2021-01-04 04:02:46 +03:00
AggregateFunctionSumMap.h Updated style 2021-03-01 19:18:56 +03:00
AggregateFunctionTopK.cpp Check for array size overflow in topK #14452 2020-09-04 04:05:57 +03:00
AggregateFunctionTopK.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionTTest.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionUniq.cpp Fix bad code in redundant ORDER BY optimization #10067 2020-07-06 02:50:20 +03:00
AggregateFunctionUniq.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionUniqCombined.cpp
AggregateFunctionUniqCombined.h Improve performance of aggregate functions 2021-02-01 20:12:12 +03:00
AggregateFunctionUniqUpTo.cpp Better way of implementation 2020-06-14 20:42:11 +03:00
AggregateFunctionUniqUpTo.h Improve performance of aggregate functions 2021-02-01 20:12:12 +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 Whitespace 2021-02-04 10:35:49 +03:00
CMakeLists.txt Move AggregateFunctionCount out from clickhouse_aggregate_functions to dbms 2020-06-18 11:22:40 +03:00
FactoryHelpers.h
Helpers.h Add tuple argument support for argMin and argMax 2021-01-21 16:47:51 +05:00
HelpersMinMaxAny.h Add tuple argument support for argMin and argMax 2021-01-21 16:47:51 +05:00
IAggregateFunction.h Batch aggregation for overflow rows. 2021-03-18 12:31: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
QuantileExact.h Slightly better miniselect usage (#16896) 2020-11-13 14:28:18 +03:00
QuantileExactWeighted.h Fix UBSan report in quantileExactWeighted 2021-01-22 03:05:45 +03:00
QuantileReservoirSampler.h
QuantileReservoirSamplerDeterministic.h
QuantilesCommon.h
QuantileTDigest.h naming 2020-11-25 20:12:14 +03:00
QuantileTiming.h Fix UBsan reports in quantileTiming 2021-02-04 02:01:48 +03:00
registerAggregateFunctions.cpp window function rank() and friends 2021-02-11 16:29:30 +03: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 Fix undefined-behavior in ReservoirSamplerDeterministic.h 2021-02-18 16:32:01 +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 Add deltaSum aggregate function, docs & test 2021-02-03 22:49:28 -05:00
ya.make.in Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00