.. |
examples
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
tests
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
AggregateFunctionAggThrow.cpp
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionAny.cpp
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionArgMinMax.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
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
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionAvg.h
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
AggregateFunctionAvgWeighted.cpp
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionAvgWeighted.h
|
Adapted usage of is_decimal concept
|
2021-09-11 19:35:12 +02:00 |
AggregateFunctionBitwise.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionBitwise.h
|
Compile AggregateFunctionBitwise
|
2021-07-10 01:51:34 +03:00 |
AggregateFunctionBoundingRatio.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionBoundingRatio.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionCategoricalInformationValue.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionCategoricalInformationValue.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionCombinatorFactory.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionCombinatorFactory.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionCount.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionCount.h
|
Fix before merge
|
2021-07-01 22:56:36 +03:00 |
AggregateFunctionDeltaSum.cpp
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionDeltaSum.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionDeltaSumTimestamp.cpp
|
Fix logical error AggregateFunctionFactory returned nullptr
|
2021-05-28 14:58:16 +03:00 |
AggregateFunctionDeltaSumTimestamp.h
|
fix style
|
2021-04-23 11:51:40 -04:00 |
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
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionEntropy.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionExponentialMovingAverage.cpp
|
Fix build
|
2021-09-19 21:13:00 +03:00 |
AggregateFunctionFactory.cpp
|
Fix one more comment
|
2021-09-25 18:21:47 -07:00 |
AggregateFunctionFactory.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
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
|
Fix pcg deserialization (#24538)
|
2021-06-24 10:40:00 +03:00 |
AggregateFunctionGroupArray.h
|
Fix pcg deserialization (#24538)
|
2021-06-24 10:40:00 +03:00 |
AggregateFunctionGroupArrayInsertAt.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionGroupArrayInsertAt.h
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
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
|
Give up
|
2021-06-10 02:18:50 +03:00 |
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
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
AggregateFunctionHistogram.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionIntervalLengthSum.h
|
Remove not working DateTime64 support from AggregateFunctionIntervalLengthSum
|
2021-06-04 09:12:59 +03:00 |
AggregateFunctionMannWhitney.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionMannWhitney.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionMax.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionMaxIntersections.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionMaxIntersections.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
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
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionMinMaxAny.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionMLMethod.cpp
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
AggregateFunctionMLMethod.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
AggregateFunctionNothing.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionNull.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
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
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
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
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionRankCorrelation.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionResample.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionResample.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionRetention.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionRetention.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionSequenceMatch.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionSequenceMatch.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionSequenceNextNode.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionSequenceNextNode.h
|
allow mismatching parameters for some functions
|
2021-07-28 20:55:13 +03:00 |
AggregateFunctionSimpleLinearRegression.cpp
|
Non-recursive implementation for TL and its functions
|
2021-10-03 18:02:04 +02:00 |
AggregateFunctionSimpleLinearRegression.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionSimpleState.cpp
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionSimpleState.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionSingleValueOrNull.cpp
|
Add SingleValueOrNull aggregate function
|
2021-06-04 18:55:46 +03:00 |
AggregateFunctionSparkbar.cpp
|
sparkbar map instead of HashMap and some optimize.
|
2021-08-17 17:28:54 +08:00 |
AggregateFunctionSparkbar.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionState.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionState.h
|
Making fundamentals correct
|
2021-06-07 00:49:55 +03:00 |
AggregateFunctionStatistics.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionStatistics.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionStatisticsSimple.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionStatisticsSimple.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionStudentTTest.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
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
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionSumCount.h
|
Adapted usage of is_decimal concept
|
2021-09-11 19:35:12 +02:00 |
AggregateFunctionSumMap.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionSumMap.h
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
AggregateFunctionTopK.cpp
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
AggregateFunctionTopK.h
|
Fix memory tracking of aggregate function topK
|
2021-06-14 05:26:05 +03:00 |
AggregateFunctionTTest.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
AggregateFunctionUniq.cpp
|
Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32"
|
2021-07-15 11:41:52 +00:00 |
AggregateFunctionUniq.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionUniqCombined.cpp
|
fix spell error
|
2021-09-22 13:26:05 +08:00 |
AggregateFunctionUniqCombined.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionUniqUpTo.cpp
|
Revert "Merge pull request #26352 from ClickHouse/revert-25774-datatype-date32"
|
2021-07-15 11:41:52 +00:00 |
AggregateFunctionUniqUpTo.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionWelchTTest.cpp
|
Fix trash
|
2021-06-07 03:15:11 +03:00 |
AggregateFunctionWindowFunnel.cpp
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
AggregateFunctionWindowFunnel.h
|
Update src/AggregateFunctions/AggregateFunctionWindowFunnel.h
|
2021-08-21 02:38:27 +09:00 |
CMakeLists.txt
|
Making fundamentals correct
|
2021-06-07 00:49:55 +03:00 |
FactoryHelpers.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
Helpers.h
|
Remove not working DateTime64 support from AggregateFunctionIntervalLengthSum
|
2021-06-04 09:12:59 +03:00 |
HelpersMinMaxAny.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
IAggregateFunction.cpp
|
allow mismatching parameters for some functions
|
2021-07-28 20:55:13 +03:00 |
IAggregateFunction.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
IAggregateFunctionCombinator.h
|
Introduce IAggregateFunctionCombinator::supportsNesting()
|
2021-09-10 22:41:38 +03:00 |
KeyHolderHelpers.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
Moments.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
QuantileExact.h
|
Merge pull request #29203 from CurtizJ/fix-ubsan
|
2021-10-02 20:36:53 +03:00 |
QuantileExactWeighted.h
|
Replacing IsDecimalNumber
|
2021-09-11 00:40:18 +02:00 |
QuantileReservoirSampler.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
QuantileReservoirSamplerDeterministic.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
QuantilesCommon.h
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
QuantileTDigest.h
|
Fix style in QuantileTDigest.h
|
2021-09-24 13:08:46 +03:00 |
QuantileTiming.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
registerAggregateFunctions.cpp
|
Make something with more sense
|
2021-09-19 20:23:06 +03:00 |
registerAggregateFunctions.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
ReservoirSampler.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
ReservoirSamplerDeterministic.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
StatCommon.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
ThetaSketchData.h
|
Revert "Merge pull request #23334 from ClickHouse/revert-22609-datasketches-uniq"
|
2021-05-05 16:42:57 +08:00 |
UniqCombinedBiasData.cpp
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
UniqCombinedBiasData.h
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
UniquesHashSet.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03:00 |
UniqVariadicHash.cpp
|
Pass Settings to aggregate function creator
|
2021-05-26 14:58:31 +03:00 |
UniqVariadicHash.h
|
Miscellaneous
|
2021-07-23 02:22:01 +03:00 |