.. |
Combinators
|
Use different names for nothing function with different result types
|
2024-01-24 09:55:09 +00:00 |
DDSketch
|
feat: add DDSketch quantile (#56342)
|
2024-01-17 19:51:32 -08:00 |
examples
|
Fixed code review issues
|
2024-01-30 19:36:40 +03:00 |
fuzzers
|
fix fuzzers, cmake refactor, add target fuzzers
|
2023-09-01 14:20:50 +00:00 |
tests
|
Ditch tons of garbage
|
2023-08-09 02:19:02 +02:00 |
AggregateFunctionAggThrow.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
AggregateFunctionAnalysisOfVariance.cpp
|
Address review comments
|
2023-11-07 18:40:34 +01:00 |
AggregateFunctionAny.cpp
|
Fix SIGSEGV for aggregation of sparse columns with any() RESPECT NULL
|
2023-12-09 22:47:15 +01:00 |
AggregateFunctionArgMinMax.h
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
AggregateFunctionAvg.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
AggregateFunctionAvg.h
|
more fixes for big endian
|
2023-08-21 12:13:56 -07:00 |
AggregateFunctionAvgWeighted.cpp
|
Remove support of Decimal inside avgWeighted #56435
|
2023-11-08 03:52:23 +01:00 |
AggregateFunctionBitwise.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionBoundingRatio.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionCategoricalInformationValue.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
AggregateFunctionContingencyCoefficient.cpp
|
|
|
AggregateFunctionCorr.cpp
|
Split to multiple translation units
|
2023-03-19 08:54:23 +01:00 |
AggregateFunctionCount.cpp
|
|
|
AggregateFunctionCount.h
|
Merge remote-tracking branch 'blessed/master' into fix_respect_nulls
|
2023-11-28 12:28:36 +01:00 |
AggregateFunctionCovar.cpp
|
Split to multiple translation units
|
2023-03-19 08:54:23 +01:00 |
AggregateFunctionCramersV.cpp
|
|
|
AggregateFunctionCramersVBiasCorrected.cpp
|
|
|
AggregateFunctionDeltaSum.cpp
|
Someone thinks too high about their code
|
2023-11-07 23:20:01 +01:00 |
AggregateFunctionDeltaSumTimestamp.cpp
|
Fix style
|
2023-11-08 03:33:41 +01:00 |
AggregateFunctionEntropy.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionExponentialMovingAverage.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
AggregateFunctionFactory.cpp
|
Fix incorrect Exceptions
|
2023-12-24 21:26:32 +01:00 |
AggregateFunctionFactory.h
|
PR review suggestions
|
2023-11-27 17:39:11 +01:00 |
AggregateFunctionFlameGraph.cpp
|
Re-enable clang-tidy checks
|
2023-09-26 09:34:12 +00:00 |
AggregateFunctionFourthMoment.cpp
|
Split to multiple translation units
|
2023-03-19 08:54:23 +01:00 |
AggregateFunctionGroupArray.cpp
|
Fixed code review issues
|
2024-01-30 19:50:18 +03:00 |
AggregateFunctionGroupArrayInsertAt.cpp
|
Merge with master
|
2023-11-07 19:44:18 +01:00 |
AggregateFunctionGroupArrayMoving.cpp
|
Fix error in groupArrayMovingSum
|
2023-07-17 00:30:53 +02:00 |
AggregateFunctionGroupArraySorted.cpp
|
Fixed code review issues
|
2024-01-30 19:50:18 +03:00 |
AggregateFunctionGroupBitmap.cpp
|
Remove useless header files
|
2023-11-06 03:57:01 +01:00 |
AggregateFunctionGroupBitmapData.h
|
fix as proposed
|
2023-09-29 14:28:43 +00:00 |
AggregateFunctionGroupUniqArray.cpp
|
Address review comments
|
2023-11-07 18:40:34 +01:00 |
AggregateFunctionHistogram.cpp
|
Maybe fix tidy
|
2023-11-11 08:58:06 +01:00 |
AggregateFunctionIntervalLengthSum.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionKolmogorovSmirnovTest.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionLargestTriangleThreeBuckets.cpp
|
Replace std::iota with DB::iota where possible
|
2023-12-29 14:38:22 +01:00 |
AggregateFunctionMannWhitney.cpp
|
Address review comments
|
2023-11-07 18:40:34 +01:00 |
AggregateFunctionMax.cpp
|
Make MAX use the same rules as permutation for complex types
|
2024-02-01 20:22:33 +01:00 |
AggregateFunctionMaxIntersections.cpp
|
Fix style
|
2023-11-06 04:56:51 +01:00 |
AggregateFunctionMeanZTest.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionMin.cpp
|
Make MAX use the same rules as permutation for complex types
|
2024-02-01 20:22:33 +01:00 |
AggregateFunctionMinMaxAny.h
|
Fix instantiation detection
|
2024-01-04 14:08:58 +00:00 |
AggregateFunctionMLMethod.cpp
|
Fix crash in stochasticLinearRegression.
|
2023-02-02 19:08:23 +00:00 |
AggregateFunctionMLMethod.h
|
Update AggregateFunctionMLMethod.h
|
2023-02-02 22:14:06 +03:00 |
AggregateFunctionNothing.cpp
|
Use different names for nothing function with different result types
|
2024-01-24 09:55:09 +00:00 |
AggregateFunctionNothing.h
|
Use different names for nothing function with different result types
|
2024-01-24 09:55:09 +00:00 |
AggregateFunctionQuantile.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantile.h
|
Rename quantileDDSketch to quantileDD
|
2024-01-30 11:49:56 +01:00 |
AggregateFunctionQuantileBFloat16.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileBFloat16Weighted.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileDD.cpp
|
Rename quantileDDSketch to quantileDD
|
2024-01-30 11:49:56 +01:00 |
AggregateFunctionQuantileDeterministic.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileExact.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileExactExclusive.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileExactHigh.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileExactInclusive.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileExactLow.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileExactWeighted.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileGK.cpp
|
fix bug of quantileGK
|
2024-01-31 12:14:04 +08:00 |
AggregateFunctionQuantileInterpolatedWeighted.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileTDigest.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileTDigestWeighted.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileTiming.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionQuantileTimingWeighted.cpp
|
Fix test
|
2023-11-06 05:53:16 +01:00 |
AggregateFunctionRankCorrelation.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionRetention.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionSecondMoment.cpp
|
Add STD alias to stddevPop function for MySQL compatibility
|
2023-09-07 03:46:27 +00:00 |
AggregateFunctionSequenceMatch.cpp
|
Fix tidy
|
2023-11-06 16:28:05 +01:00 |
AggregateFunctionSequenceNextNode.cpp
|
Fix tidy
|
2023-11-06 16:28:05 +01:00 |
AggregateFunctionSimpleLinearRegression.cpp
|
Remove trash (C++ templates)
|
2023-11-06 05:19:40 +01:00 |
AggregateFunctionSingleValueOrNull.cpp
|
|
|
AggregateFunctionSparkbar.cpp
|
optimize
|
2023-12-29 10:38:13 +08:00 |
AggregateFunctionStatistics.cpp
|
Remove C++ templates
|
2023-11-07 22:54:21 +01:00 |
AggregateFunctionStatisticsSimple.h
|
Fixes
|
2023-03-28 20:26:21 +00:00 |
AggregateFunctionStudentTTest.cpp
|
Fix assertion in statistical functions
|
2023-02-08 00:09:41 +01:00 |
AggregateFunctionSum.cpp
|
Add Decimal256 to a lot of places
|
2023-03-14 22:10:52 +01:00 |
AggregateFunctionSum.h
|
Speedup MIN and MAX for native types
|
2023-12-26 20:23:55 +01:00 |
AggregateFunctionSumCount.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionSumMap.cpp
|
fix totals in aggregation functions with Map combinator
|
2023-12-12 17:31:56 +00:00 |
AggregateFunctionTheilsU.cpp
|
Correct UInt128 accessors for AggregateFunctionCrossTab results.
|
2023-11-01 12:58:08 -07:00 |
AggregateFunctionThirdMoment.cpp
|
Split to multiple translation units
|
2023-03-19 08:54:23 +01:00 |
AggregateFunctionTopK.cpp
|
Fix crash in topK when merging empty states
|
2024-02-05 20:52:54 +01:00 |
AggregateFunctionTTest.h
|
Refactor FunctionNode
|
2022-12-02 19:15:26 +00:00 |
AggregateFunctionUniq.cpp
|
multiple fixes
|
2023-06-06 04:18:51 +00:00 |
AggregateFunctionUniq.h
|
impl
|
2024-01-19 16:59:01 +01:00 |
AggregateFunctionUniqCombined12.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined13.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined14.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined15.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined16.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined17.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined18.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined19.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined20.cpp
|
Parallelize compilation for RISC-V
|
2023-11-12 04:23:05 +01:00 |
AggregateFunctionUniqCombined.cpp
|
Fix style
|
2023-11-12 04:36:50 +01:00 |
AggregateFunctionUniqCombined.h
|
Fix style
|
2023-11-12 04:36:50 +01:00 |
AggregateFunctionUniqUpTo.cpp
|
Remove useless header files
|
2023-11-06 03:49:55 +01:00 |
AggregateFunctionVarianceMatrix.cpp
|
Fix tidy
|
2023-11-12 00:23:09 +01:00 |
AggregateFunctionWelchTTest.cpp
|
Fix assertion in statistical functions
|
2023-02-08 00:09:41 +01:00 |
AggregateFunctionWindowFunnel.cpp
|
Address review comments
|
2023-11-07 18:40:34 +01:00 |
CMakeLists.txt
|
Rename as suggested.
|
2023-09-28 15:11:56 +08:00 |
CrossTab.h
|
Correct UInt128 accessors for AggregateFunctionCrossTab results.
|
2023-11-01 12:58:08 -07:00 |
DDSketch.h
|
feat: add DDSketch quantile (#56342)
|
2024-01-17 19:51:32 -08:00 |
FactoryHelpers.h
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
Helpers.h
|
fix
|
2023-05-04 16:05:10 +08:00 |
HelpersMinMaxAny.h
|
Provide a custom implementation for respect_null aggregations
|
2023-11-27 19:29:20 +01:00 |
IAggregateFunction.cpp
|
Correct implementation of agg state comparison
|
2022-10-18 14:05:06 +08:00 |
IAggregateFunction.h
|
Fix incorrect Exceptions
|
2023-12-24 21:26:32 +01:00 |
KeyHolderHelpers.h
|
fix
|
2024-01-23 14:46:33 +01:00 |
Moments.h
|
Check for overflow before addition in anova function
|
2023-09-07 07:54:06 +00:00 |
parseAggregateFunctionParameters.cpp
|
Better formatting for exception messages (#45449)
|
2023-01-24 00:13:58 +03:00 |
parseAggregateFunctionParameters.h
|
|
|
QuantileBFloat16Histogram.h
|
Less use of CH-specific bit_cast()
|
2022-11-04 15:52:48 +00:00 |
QuantileDD.h
|
Rename quantileDDSketch to quantileDD
|
2024-01-30 11:49:56 +01:00 |
QuantileExact.h
|
fixes
|
2023-04-01 18:23:59 +02:00 |
QuantilesCommon.h
|
Use iota in more places
|
2023-12-29 17:20:18 +01:00 |
QuantileTDigest.h
|
support estimate by stat
|
2023-09-04 15:51:00 +02:00 |
QuantileTiming.h
|
Change BE-UUID to work the same as LE-UUID. Included high and low getters to provide cleaner code when accessing undertype.
|
2023-08-18 08:19:46 -07:00 |
registerAggregateFunctions.cpp
|
Merge pull request #59003 from kitaisreal/revert-57519-revert-53562-group_sorted_array_function
|
2024-01-31 12:31:26 +01:00 |
registerAggregateFunctions.h
|
|
|
ReservoirSampler.h
|
Fix unusual shit
|
2023-11-07 00:09:22 +01:00 |
ReservoirSamplerDeterministic.h
|
Fix whitespace.
|
2023-08-21 10:34:39 -07:00 |
StatCommon.h
|
Replace std::iota with DB::iota where possible
|
2023-12-29 14:38:22 +01:00 |
ThetaSketchData.h
|
Generate config.h into ${CONFIG_INCLUDE_PATH}
|
2022-09-28 12:48:26 +00:00 |
UniqCombinedBiasData.cpp
|
|
|
UniqCombinedBiasData.h
|
|
|
UniqExactSet.h
|
better
|
2024-01-19 18:47:21 +01:00 |
UniquesHashSet.h
|
Make UniquesHashSet endianness-independent.
|
2023-08-29 11:06:21 -07:00 |
UniqVariadicHash.cpp
|
|
|
UniqVariadicHash.h
|
Implement endianness-independent SipHash and MergeTree checksum serialization
|
2023-07-19 10:01:55 -07:00 |