ClickHouse/src/AggregateFunctions
2021-09-24 13:08:46 +03:00
..
examples
tests
AggregateFunctionAggThrow.cpp
AggregateFunctionAny.cpp
AggregateFunctionArgMinMax.h
AggregateFunctionArray.cpp Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
AggregateFunctionArray.h fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionAvg.cpp
AggregateFunctionAvg.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionAvgWeighted.cpp
AggregateFunctionAvgWeighted.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
AggregateFunctionBitwise.cpp
AggregateFunctionBitwise.h Compile AggregateFunctionBitwise 2021-07-10 01:51:34 +03:00
AggregateFunctionBoundingRatio.cpp
AggregateFunctionBoundingRatio.h
AggregateFunctionCategoricalInformationValue.cpp
AggregateFunctionCategoricalInformationValue.h
AggregateFunctionCombinatorFactory.cpp
AggregateFunctionCombinatorFactory.h
AggregateFunctionCount.cpp
AggregateFunctionCount.h Fix before merge 2021-07-01 22:56:36 +03:00
AggregateFunctionDeltaSum.cpp
AggregateFunctionDeltaSum.h
AggregateFunctionDeltaSumTimestamp.cpp
AggregateFunctionDeltaSumTimestamp.h
AggregateFunctionDistinct.cpp fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionDistinct.h fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionEntropy.cpp
AggregateFunctionEntropy.h
AggregateFunctionExponentialMovingAverage.cpp Fix build 2021-09-19 21:13:00 +03:00
AggregateFunctionFactory.cpp Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
AggregateFunctionFactory.h
AggregateFunctionForEach.cpp fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionForEach.h fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionGroupArray.cpp
AggregateFunctionGroupArray.h
AggregateFunctionGroupArrayInsertAt.cpp
AggregateFunctionGroupArrayInsertAt.h
AggregateFunctionGroupArrayMoving.cpp Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionGroupArrayMoving.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
AggregateFunctionGroupBitmap.cpp
AggregateFunctionGroupBitmap.h Fix groupBitmapAnd/Or/Xor name 2021-07-20 20:55:18 +08:00
AggregateFunctionGroupBitmapData.h Merge pull request #27234 from DHBin/add_bitmapSubsetOffsetLimit 2021-08-10 12:09:56 +03:00
AggregateFunctionGroupUniqArray.cpp fix groupUniqArray 2021-07-26 17:57:49 +03:00
AggregateFunctionGroupUniqArray.h fix groupUniqArray 2021-07-26 17:57:49 +03:00
AggregateFunctionHistogram.cpp
AggregateFunctionHistogram.h
AggregateFunctionIf.cpp Remove unused ILLEGAL_AGGREGATION from AggregateFunctionIf 2021-09-11 00:48:17 +03:00
AggregateFunctionIf.h fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionIntervalLengthSum.cpp
AggregateFunctionIntervalLengthSum.h
AggregateFunctionMannWhitney.cpp
AggregateFunctionMannWhitney.h
AggregateFunctionMax.cpp Fix trash 2021-06-07 03:15:11 +03:00
AggregateFunctionMaxIntersections.cpp
AggregateFunctionMaxIntersections.h
AggregateFunctionMerge.cpp fix parameters with combinators 2021-07-26 17:37:47 +03:00
AggregateFunctionMerge.h Merge pull request #26814 from ClickHouse/fix_lost_aggregate_function_parameters 2021-07-29 13:43:05 +03:00
AggregateFunctionMin.cpp
AggregateFunctionMinMaxAny.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionMLMethod.cpp
AggregateFunctionMLMethod.h
AggregateFunctionNothing.h
AggregateFunctionNull.cpp
AggregateFunctionNull.h Compile aggregate functions perf tests fix 2021-07-05 12:17:01 +03:00
AggregateFunctionOrFill.cpp Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
AggregateFunctionOrFill.h
AggregateFunctionQuantile.cpp fix weighted 2021-08-21 18:09:42 +00:00
AggregateFunctionQuantile.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionRankCorrelation.cpp
AggregateFunctionRankCorrelation.h
AggregateFunctionResample.cpp
AggregateFunctionResample.h
AggregateFunctionRetention.cpp
AggregateFunctionRetention.h
AggregateFunctionSequenceMatch.cpp Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32" 2021-07-15 11:41:52 +00:00
AggregateFunctionSequenceMatch.h Adding Format Null to performance test queries, style improvement for the test, additional comments in the code 2021-08-26 16:42:39 +02:00
AggregateFunctionSequenceNextNode.cpp allow mismatching parameters for some functions 2021-07-28 20:55:13 +03:00
AggregateFunctionSequenceNextNode.h allow mismatching parameters for some functions 2021-07-28 20:55:13 +03:00
AggregateFunctionSimpleLinearRegression.cpp
AggregateFunctionSimpleLinearRegression.h
AggregateFunctionSimpleState.cpp
AggregateFunctionSimpleState.h
AggregateFunctionSingleValueOrNull.cpp
AggregateFunctionSparkbar.cpp sparkbar map instead of HashMap and some optimize. 2021-08-17 17:28:54 +08:00
AggregateFunctionSparkbar.h reserve for newPoints. 2021-08-30 17:29:25 +08:00
AggregateFunctionState.cpp
AggregateFunctionState.h
AggregateFunctionStatistics.cpp
AggregateFunctionStatistics.h
AggregateFunctionStatisticsSimple.cpp
AggregateFunctionStatisticsSimple.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionStudentTTest.cpp
AggregateFunctionSum.cpp Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionSum.h Merge pull request #28906 from Algunenano/sum_fp 2021-09-13 10:55:51 +03:00
AggregateFunctionSumCount.cpp
AggregateFunctionSumCount.h Adapted usage of is_decimal concept 2021-09-11 19:35:12 +02:00
AggregateFunctionSumMap.cpp
AggregateFunctionSumMap.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
AggregateFunctionTopK.cpp
AggregateFunctionTopK.h
AggregateFunctionTTest.h
AggregateFunctionUniq.cpp Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32" 2021-07-15 11:41:52 +00:00
AggregateFunctionUniq.h Merge ext into common 2021-06-16 23:28:41 +03:00
AggregateFunctionUniqCombined.cpp fix spell error 2021-09-22 13:26:05 +08:00
AggregateFunctionUniqCombined.h
AggregateFunctionUniqUpTo.cpp Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32" 2021-07-15 11:41:52 +00:00
AggregateFunctionUniqUpTo.h
AggregateFunctionWelchTTest.cpp
AggregateFunctionWindowFunnel.cpp Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32" 2021-07-15 11:41:52 +00:00
AggregateFunctionWindowFunnel.h Update src/AggregateFunctions/AggregateFunctionWindowFunnel.h 2021-08-21 02:38:27 +09:00
CMakeLists.txt
FactoryHelpers.h
Helpers.h
HelpersMinMaxAny.h
IAggregateFunction.cpp allow mismatching parameters for some functions 2021-07-28 20:55:13 +03:00
IAggregateFunction.h If: Check if work is necessary and combine flags 2021-08-30 14:28:09 +02:00
IAggregateFunctionCombinator.h Introduce IAggregateFunctionCombinator::supportsNesting() 2021-09-10 22:41:38 +03:00
KeyHolderHelpers.h
Moments.h
parseAggregateFunctionParameters.cpp Allow constexpr parameters for aggregate functions 2021-07-02 03:53:08 +03:00
parseAggregateFunctionParameters.h Allow constexpr parameters for aggregate functions 2021-07-02 03:53:08 +03:00
QuantileBFloat16Histogram.h
QuantileExact.h
QuantileExactWeighted.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
QuantileReservoirSampler.h
QuantileReservoirSamplerDeterministic.h
QuantilesCommon.h
QuantileTDigest.h Fix style in QuantileTDigest.h 2021-09-24 13:08:46 +03:00
QuantileTiming.h
registerAggregateFunctions.cpp Make something with more sense 2021-09-19 20:23:06 +03:00
registerAggregateFunctions.h
ReservoirSampler.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
ReservoirSamplerDeterministic.h
StatCommon.h
ThetaSketchData.h
UniqCombinedBiasData.cpp
UniqCombinedBiasData.h
UniquesHashSet.h
UniqVariadicHash.cpp
UniqVariadicHash.h Miscellaneous 2021-07-23 02:22:01 +03:00
ya.make Update ya.make 2021-09-14 12:00:32 +00:00
ya.make.in Exclude fuzzers 2021-08-30 11:12:25 +03:00