.. |
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
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionAny.cpp
|
first_value and last_value
|
2021-02-11 18:41:54 +03:00 |
AggregateFunctionArgMinMax.h
|
Revert #17359
|
2021-04-21 00:23:47 +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
|
Miscellaneous
|
2021-05-07 01:38:33 +03:00 |
AggregateFunctionAvgWeighted.cpp
|
fixed decimal scales calc, updated the tests
|
2020-11-24 17:07:59 +03:00 |
AggregateFunctionAvgWeighted.h
|
If for UUID
|
2021-05-06 18:45:58 +03:00 |
AggregateFunctionBitwise.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
AggregateFunctionBitwise.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionBoundingRatio.cpp
|
Some aggregate functions were erroneously marked as case-insensitive
|
2020-10-26 22:20:40 +03:00 |
AggregateFunctionBoundingRatio.h
|
Suppressions for PVS-Studio
|
2021-05-08 17:01:25 +03:00 |
AggregateFunctionCategoricalInformationValue.cpp
|
Fix clang-tidy
|
2020-04-22 11:45:14 +03:00 |
AggregateFunctionCategoricalInformationValue.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionCombinatorFactory.cpp
|
Fix combinators with common prefix name (State and SimpleState) with libstdc++
|
2021-04-11 22:10:02 +03:00 |
AggregateFunctionCombinatorFactory.h
|
Fix combinators with common prefix name (State and SimpleState) with libstdc++
|
2021-04-11 22:10:02 +03:00 |
AggregateFunctionCount.cpp
|
Revert "Revert "Try fix IfAggCombinator with NullAggCombinator""
|
2020-11-02 23:55:32 +08:00 |
AggregateFunctionCount.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionDeltaSum.cpp
|
feedback: use references, dont support decimal, rearrange struct members
|
2021-02-08 22:51:03 -05:00 |
AggregateFunctionDeltaSum.h
|
finish merge
|
2021-04-22 15:46:22 -04:00 |
AggregateFunctionDeltaSumTimestamp.cpp
|
remove trailing whitespaces
|
2021-03-18 16:46:39 -04:00 |
AggregateFunctionDeltaSumTimestamp.h
|
fix style
|
2021-04-23 11:51:40 -04:00 |
AggregateFunctionDistinct.cpp
|
hide symbols in nameless namespace
|
2020-09-07 21:00:37 +03:00 |
AggregateFunctionDistinct.h
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
AggregateFunctionEntropy.cpp
|
Checkpoint
|
2020-04-22 08:39:31 +03:00 |
AggregateFunctionEntropy.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionFactory.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +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
|
Merge branch 'master' into normalize-bigint
|
2021-04-25 06:57:44 +03:00 |
AggregateFunctionGroupArrayInsertAt.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
AggregateFunctionGroupArrayInsertAt.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionGroupArrayMoving.cpp
|
Add TODO
|
2021-05-08 23:07:19 +03:00 |
AggregateFunctionGroupArrayMoving.h
|
Attempt to normalize big integers
|
2021-04-25 12:51:18 +03:00 |
AggregateFunctionGroupBitmap.cpp
|
bitmap function for all native integers
|
2021-02-07 11:32:54 +08:00 |
AggregateFunctionGroupBitmap.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +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
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionHistogram.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
AggregateFunctionHistogram.h
|
More fixes for PVS-Studio
|
2021-05-08 18:20:40 +03:00 |
AggregateFunctionIf.cpp
|
Improve performance of aggregate functions
|
2021-02-01 20:12:12 +03:00 |
AggregateFunctionIf.h
|
A little bit faster merge of aggregating states.
|
2021-04-27 12:01:58 +03:00 |
AggregateFunctionMannWhitney.cpp
|
test added
|
2020-11-25 20:51:06 +03:00 |
AggregateFunctionMannWhitney.h
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
AggregateFunctionMax.cpp
|
Fix build
|
2020-12-21 13:51:11 +08:00 |
AggregateFunctionMaxIntersections.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
AggregateFunctionMaxIntersections.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +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
|
More fixes for PVS-Studio
|
2021-05-08 18:20:40 +03:00 |
AggregateFunctionMLMethod.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
AggregateFunctionMLMethod.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
AggregateFunctionNothing.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +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
|
A little bit faster merge of aggregating states.
|
2021-04-27 12:01:58 +03:00 |
AggregateFunctionQuantile.cpp
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into feature-quantileBfloat16
|
2021-05-15 15:03:47 +00:00 |
AggregateFunctionQuantile.h
|
refactored
|
2021-04-26 09:39:08 +00:00 |
AggregateFunctionRankCorrelation.cpp
|
style
|
2020-11-25 20:51:06 +03:00 |
AggregateFunctionRankCorrelation.h
|
done
|
2021-04-09 00:22:18 +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
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionSequenceMatch.cpp
|
Fix clang-tidy
|
2020-04-22 11:45:14 +03:00 |
AggregateFunctionSequenceMatch.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionSimpleLinearRegression.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
AggregateFunctionSimpleLinearRegression.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +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
|
Refuse to support covar/corr for extended numberic types (speedup build)
|
2021-05-08 01:16:17 +03:00 |
AggregateFunctionStatistics.h
|
Fix a bunch of warnings from PVS-Studio
|
2021-05-08 19:09:17 +03:00 |
AggregateFunctionStatisticsSimple.cpp
|
Refuse to support covar/corr for extended numberic types (speedup build)
|
2021-05-08 01:16:17 +03:00 |
AggregateFunctionStatisticsSimple.h
|
Attempt to normalize big integers
|
2021-04-25 12:51:18 +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
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionSumCount.cpp
|
ReImplement AggregateFunctionSumCount
|
2021-03-25 11:15:03 +08:00 |
AggregateFunctionSumCount.h
|
Fix error for derived class
|
2021-04-14 16:45:05 +08:00 |
AggregateFunctionSumMap.cpp
|
sumMap: check for summable types
|
2021-01-04 04:02:46 +03:00 |
AggregateFunctionSumMap.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionTopK.cpp
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
AggregateFunctionTopK.h
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
AggregateFunctionTTest.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
AggregateFunctionUniq.cpp
|
Raname uniqThetaSketch to uniqTheta
|
2021-05-11 17:39:35 +03:00 |
AggregateFunctionUniq.h
|
Raname uniqThetaSketch to uniqTheta
|
2021-05-11 17:39:35 +03:00 |
AggregateFunctionUniqCombined.cpp
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
AggregateFunctionUniqCombined.h
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
AggregateFunctionUniqUpTo.cpp
|
Fix style
|
2021-05-04 02:46:11 +03:00 |
AggregateFunctionUniqUpTo.h
|
Overcome gcc limitation
|
2021-05-08 03:29:51 +03:00 |
AggregateFunctionWelchTTest.cpp
|
new interface for the function
|
2020-11-25 20:51:06 +03:00 |
AggregateFunctionWindowFunnel.cpp
|
Add option strict_increase to windowFunnel
|
2021-03-23 14:23:48 +03:00 |
AggregateFunctionWindowFunnel.h
|
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-09 20:12:06 +03:00 |
CMakeLists.txt
|
move to examples everywhere
|
2021-04-27 01:51:42 +03:00 |
FactoryHelpers.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
Helpers.h
|
Support UUID and UInt256 in aggregate functions
|
2021-05-08 23:07:04 +03:00 |
HelpersMinMaxAny.h
|
Revert #17359
|
2021-04-21 00:22:29 +03:00 |
IAggregateFunction.h
|
A little bit faster merge of aggregating states.
|
2021-04-27 12:01:58 +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
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
QuantileBFloat16Histogram.h
|
remove useless includes
|
2021-04-28 14:59:31 +00:00 |
QuantileExact.h
|
Fix low quality code in Qualtile (found by PVS-Studio)
|
2021-05-08 17:05:58 +03:00 |
QuantileExactWeighted.h
|
Fix UBSan report in quantileExactWeighted
|
2021-01-22 03:05:45 +03:00 |
QuantileReservoirSampler.h
|
Attempt to normalize big integers
|
2021-04-25 12:51:18 +03:00 |
QuantileReservoirSamplerDeterministic.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
QuantilesCommon.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
QuantileTDigest.h
|
Update QuantileTDigest.h
|
2021-04-27 06:56:13 +03:00 |
QuantileTiming.h
|
Fix UBsan reports in quantileTiming
|
2021-02-04 02:01:48 +03:00 |
registerAggregateFunctions.cpp
|
Merge remote-tracking branch 'origin/master' into rf/deltasum-with-timestamp
|
2021-04-21 13:52:50 -04:00 |
registerAggregateFunctions.h
|
Remove T-Tests
|
2020-11-04 18:03:32 +03:00 |
ReservoirSampler.h
|
Attempt to normalize big integers
|
2021-04-25 12:51:18 +03:00 |
ReservoirSamplerDeterministic.h
|
Replace !__clang__ with !defined(__clang) to fix gcc builds
|
2021-04-18 23:37:50 +03:00 |
StatCommon.h
|
fix tests
|
2021-04-27 02:12:15 +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
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
UniqCombinedBiasData.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
UniquesHashSet.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
UniqVariadicHash.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
UniqVariadicHash.h
|
Normalize BigInt implementation
|
2021-01-27 03:54:57 +03:00 |
ya.make
|
Merge remote-tracking branch 'origin/master' into rf/deltasum-with-timestamp
|
2021-04-21 13:52:50 -04:00 |
ya.make.in
|
Add examples folder filter to ya.make.in
|
2021-04-30 11:25:52 +03:00 |