.. |
tests
|
|
|
AggregateFunctionArgMinMax.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
AggregateFunctionArray.cpp
|
|
|
AggregateFunctionArray.h
|
Vectorize arrayReduce and -Array combinator
|
2019-11-07 11:53:47 +08:00 |
AggregateFunctionAvg.cpp
|
Fix build.
|
2019-02-12 12:31:20 +03:00 |
AggregateFunctionAvg.h
|
up precision for avg result to max of type
|
2019-10-23 11:22:51 +03:00 |
AggregateFunctionBitwise.cpp
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionBitwise.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionBoundingRatio.cpp
|
|
|
AggregateFunctionBoundingRatio.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionCategoricalInformationValue.cpp
|
Add aggregate function categoricalInformationValue (#8117)
|
2019-12-12 16:28:28 +03:00 |
AggregateFunctionCategoricalInformationValue.h
|
Add aggregate function categoricalInformationValue (#8117)
|
2019-12-12 16:28:28 +03:00 |
AggregateFunctionCombinatorFactory.cpp
|
Split libdbms.so using object library
|
2019-09-11 01:56:01 +08:00 |
AggregateFunctionCombinatorFactory.h
|
Split libdbms.so using object library
|
2019-09-11 01:56:01 +08:00 |
AggregateFunctionCount.cpp
|
Allow count function arity at most one
|
2019-10-12 15:15:16 +00:00 |
AggregateFunctionCount.h
|
Improvements after #7510
|
2019-10-30 22:15:55 +03:00 |
AggregateFunctionEntropy.cpp
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionEntropy.h
|
Unify hash tables interface.
|
2019-11-06 00:08:04 +08:00 |
AggregateFunctionFactory.cpp
|
Split libdbms.so using object library
|
2019-09-11 01:56:01 +08:00 |
AggregateFunctionFactory.h
|
Split libdbms.so using object library
|
2019-09-11 01:56:01 +08:00 |
AggregateFunctionForEach.cpp
|
|
|
AggregateFunctionForEach.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionGroupArray.cpp
|
Fixed insufficient type checking in hasAll, hasAny functions
|
2019-03-15 02:10:51 +03:00 |
AggregateFunctionGroupArray.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionGroupArrayInsertAt.cpp
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionGroupArrayInsertAt.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionGroupArrayMoving.cpp
|
movingSum: uses template for groupArrayMovingSum and groupArrayMovingAvg
|
2019-06-18 10:18:33 -04:00 |
AggregateFunctionGroupArrayMoving.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionGroupBitmap.cpp
|
Merge pull request #7289 from infinivision/fix_pull_7109
|
2019-10-12 16:42:11 +03:00 |
AggregateFunctionGroupBitmap.h
|
Try to fix AggregateFunctionGroupBitmap.
|
2019-10-22 16:59:13 +03:00 |
AggregateFunctionGroupBitmapData.h
|
Update AggregateFunctionGroupBitmapData.h
|
2019-11-05 01:59:02 +03:00 |
AggregateFunctionGroupUniqArray.cpp
|
Fix a hard-to-spot typo: aggreAGte -> aggregate.
|
2019-06-26 15:35:27 +03:00 |
AggregateFunctionGroupUniqArray.h
|
Do not use iterators in find() and emplace() methods of hash tables.
|
2019-09-24 17:44:35 +03:00 |
AggregateFunctionHistogram.cpp
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionHistogram.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionIf.cpp
|
|
|
AggregateFunctionIf.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionMaxIntersections.cpp
|
|
|
AggregateFunctionMaxIntersections.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionMerge.cpp
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionMerge.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionMinMaxAny.cpp
|
|
|
AggregateFunctionMinMaxAny.h
|
Decimal specializations for min/max
|
2019-12-11 17:16:59 +03:00 |
AggregateFunctionMLMethod.cpp
|
Fix Adam::merge if right state wasn't initialized.
|
2019-09-11 20:48:42 +03:00 |
AggregateFunctionMLMethod.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
AggregateFunctionNothing.h
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionNull.cpp
|
Remove AggregateFunctionCountNotNullVariadic
|
2019-10-13 18:42:39 +00:00 |
AggregateFunctionNull.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionOrFill.cpp
|
Add aggregate function combinators: -OrNull & -OrDefault (#7331)
|
2019-10-18 12:25:39 +03:00 |
AggregateFunctionOrFill.h
|
Add aggregate function combinators: -OrNull & -OrDefault (#7331)
|
2019-10-18 12:25:39 +03:00 |
AggregateFunctionQuantile.cpp
|
Improve style
|
2019-10-25 11:25:02 +08:00 |
AggregateFunctionQuantile.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionResample.cpp
|
Slightly more ClickHouse style
|
2019-06-25 13:17:11 +03:00 |
AggregateFunctionResample.h
|
Add aggregate function combinators: -OrNull & -OrDefault (#7331)
|
2019-10-18 12:25:39 +03:00 |
AggregateFunctionRetention.cpp
|
|
|
AggregateFunctionRetention.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionSequenceMatch.cpp
|
whitespaces
|
2019-05-21 09:56:48 +08:00 |
AggregateFunctionSequenceMatch.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionSimpleLinearRegression.cpp
|
Remane regression methods.
|
2019-05-23 14:51:25 +03:00 |
AggregateFunctionSimpleLinearRegression.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionState.cpp
|
added groupBitmapAnd, groupBitmapOr, groupBitmapXor
|
2019-09-27 10:21:07 +08:00 |
AggregateFunctionState.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionStatistics.cpp
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionStatistics.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionStatisticsSimple.cpp
|
Add skewness and kurtosis functions
|
2019-05-06 11:49:14 +08:00 |
AggregateFunctionStatisticsSimple.h
|
Various fixes for PVS-Studio
|
2019-06-16 21:13:39 +03:00 |
AggregateFunctionSum.cpp
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionSum.h
|
Fixed -Wshadow-field-in-constructor (clang 8 warning)
|
2019-02-13 15:53:36 +03:00 |
AggregateFunctionSumMap.cpp
|
Fixed Java programmer's error (found by PVS-Studio)
|
2019-04-10 23:15:44 +03:00 |
AggregateFunctionSumMap.h
|
try remove some PVS errors
|
2019-09-30 18:45:53 +03:00 |
AggregateFunctionTimeSeriesGroupSum.cpp
|
Rename aggregate functions TSgroup* to timeSeriesGroup* (#5307)
|
2019-05-21 18:33:54 +03:00 |
AggregateFunctionTimeSeriesGroupSum.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionTopK.cpp
|
Merge pull request #4634 from kirillDanshin/feature/topK-loadFactor
|
2019-03-11 03:41:55 +03:00 |
AggregateFunctionTopK.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
AggregateFunctionUniq.cpp
|
Fix build.
|
2019-02-12 12:31:20 +03:00 |
AggregateFunctionUniq.h
|
Better addBatchArray aggregator
|
2019-11-11 16:56:11 +08:00 |
AggregateFunctionUniqCombined.cpp
|
Introduce uniqCombined64() to get sane results for cardinality > UINT_MAX
|
2019-10-08 21:59:35 +03:00 |
AggregateFunctionUniqCombined.h
|
Merge pull request #7222 from azat/uniqCombined64
|
2019-10-09 20:29:56 +03:00 |
AggregateFunctionUniqUpTo.cpp
|
Update IAggregateFunction interface.
|
2019-02-11 22:26:32 +03:00 |
AggregateFunctionUniqUpTo.h
|
Better addBatchArray aggregator
|
2019-11-11 16:56:11 +08:00 |
AggregateFunctionWindowFunnel.cpp
|
Added 'strict' parameter in windowFunnel() and added testcases.
|
2019-08-19 23:52:42 +09:00 |
AggregateFunctionWindowFunnel.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
CMakeLists.txt
|
Move all url functions to clickhouse_functions_url lib (#5696)
|
2019-06-20 18:49:54 +03:00 |
FactoryHelpers.h
|
Fix spelling require -> requires
|
2019-10-13 18:37:01 +00:00 |
Helpers.h
|
movingSum with/or without window_size parameter for numeric and decimal types
|
2019-06-12 01:56:37 -04:00 |
HelpersMinMaxAny.h
|
Improved performance of max(), min(), argMin(), argMax() for DateTime64
|
2019-12-13 16:40:09 +03:00 |
IAggregateFunction.h
|
Better addBatchArray aggregator
|
2019-11-11 16:56:11 +08:00 |
IAggregateFunctionCombinator.h
|
Add aggregate function combinator Resample
|
2019-06-12 15:46:36 +08:00 |
parseAggregateFunctionParameters.cpp
|
More reverts
|
2019-03-15 20:09:14 +03:00 |
parseAggregateFunctionParameters.h
|
|
|
QuantileExact.h
|
Added a check for double whitespaces
|
2019-08-23 21:30:04 +03:00 |
QuantileExactWeighted.h
|
Unify hash tables interface.
|
2019-11-06 00:08:04 +08:00 |
QuantileReservoirSampler.h
|
|
|
QuantileReservoirSamplerDeterministic.h
|
|
|
QuantilesCommon.h
|
Remove excessive includes.
|
2019-09-30 15:31:14 +03:00 |
QuantileTDigest.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
QuantileTiming.h
|
Removed manual memory tracking when appropriate
|
2019-07-18 23:10:31 +03:00 |
registerAggregateFunctions.cpp
|
Add aggregate function categoricalInformationValue (#8117)
|
2019-12-12 16:28:28 +03:00 |
registerAggregateFunctions.h
|
|
|
ReservoirSampler.h
|
Merge pull request #7380 from hczhcz/patch-1018
|
2019-11-03 01:06:41 +03:00 |
ReservoirSamplerDeterministic.h
|
adding -Wshadow for GCC
|
2019-08-09 23:58:16 +03:00 |
UniqCombinedBiasData.cpp
|
|
|
UniqCombinedBiasData.h
|
Removed non-breaking spaces: find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l $'\xc2\xa0' | xargs sed -i -r -e 's/\xc2\xa0/ /g'
|
2019-01-25 02:01:56 +03:00 |
UniquesHashSet.h
|
Better rehash loop
|
2019-07-18 23:28:47 +03:00 |
UniqVariadicHash.cpp
|
|
|
UniqVariadicHash.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |