.. |
AggregateFunctionArgMinMax.h
|
added arena in AggregateFunctionSingleValue for strings and numbers [#CLICKHOUSE-3503]
|
2018-01-09 21:51:14 +03:00 |
AggregateFunctionArray.cpp
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionArray.h
|
Fixed typo [#CLICKHOUSE-2].
|
2017-12-24 02:06:59 +03:00 |
AggregateFunctionAvg.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionAvg.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionBitwise.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionBitwise.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionCombinatorFactory.cpp
|
Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749)
|
2018-01-15 22:07:47 +03:00 |
AggregateFunctionCombinatorFactory.h
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionCount.cpp
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionCount.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionFactory.cpp
|
Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749)
|
2018-01-15 22:07:47 +03:00 |
AggregateFunctionFactory.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionForEach.cpp
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionForEach.h
|
Implemented -ForEach aggregate functions combinator for multiple arguments; added test for -ForEachIf and -IfForEach variants [#CLICKHOUSE-3511].
|
2017-12-24 02:16:42 +03:00 |
AggregateFunctionGroupArray.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionGroupArray.h
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-12-25 07:01:46 +03:00 |
AggregateFunctionGroupArrayInsertAt.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionGroupArrayInsertAt.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionGroupUniqArray.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionGroupUniqArray.h
|
Merging [#CLICKHOUSE-3114]
|
2017-12-28 00:45:05 +03:00 |
AggregateFunctionIf.cpp
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionIf.h
|
Fixed typo [#CLICKHOUSE-2].
|
2017-12-24 02:06:59 +03:00 |
AggregateFunctionMerge.cpp
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionMerge.h
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionMinMaxAny.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionMinMaxAny.h
|
Update AggregateFunctionMinMaxAny.h
|
2018-01-09 21:51:14 +03:00 |
AggregateFunctionNothing.h
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionNull.cpp
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionNull.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionQuantile.cpp
|
Fixed error with dynamic compilation of quantile family of aggregate functions #1931
|
2018-02-22 20:32:06 +03:00 |
AggregateFunctionQuantile.h
|
Fixed error with dynamic compilation of quantile family of aggregate functions #1931
|
2018-02-22 20:32:06 +03:00 |
AggregateFunctionSequenceMatch.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionSequenceMatch.h
|
Fixed wording #245
|
2018-03-10 02:23:15 +03:00 |
AggregateFunctionsStatisticsSimple.cpp
|
Added simple, non-numerically stable variants of statistical functions; use it by default; old functions are accessible under -Stable suffix, like varPopStable [#CLICKHOUSE-2].
|
2017-12-23 01:59:45 +03:00 |
AggregateFunctionState.cpp
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionState.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionStatistics.cpp
|
Implemented faster and not numerically stable versions of statistical functions [#CLICKHOUSE-2].
|
2017-12-23 01:23:03 +03:00 |
AggregateFunctionStatistics.h
|
Implemented faster and not numerically stable versions of statistical functions [#CLICKHOUSE-2].
|
2017-12-23 01:23:03 +03:00 |
AggregateFunctionStatisticsSimple.h
|
Fix missing includes
|
2017-12-26 22:02:00 +03:00 |
AggregateFunctionSum.cpp
|
Added aggregate function sumKahan [#CLICKHOUSE-2].
|
2017-12-23 02:26:30 +03:00 |
AggregateFunctionSum.h
|
Added aggregate function sumKahan [#CLICKHOUSE-2].
|
2017-12-23 02:26:30 +03:00 |
AggregateFunctionSumMap.cpp
|
Simplification of aggregate functions: compatibility details [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionSumMap.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionTopK.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionTopK.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionUniq.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionUniq.h
|
Better [#CLICKHOUSE-2]
|
2018-03-03 18:36:20 +03:00 |
AggregateFunctionUniqUpTo.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionUniqUpTo.h
|
Better [#CLICKHOUSE-2]
|
2018-03-03 18:36:20 +03:00 |
CMakeLists.txt
|
Fixed build [#CLICKHOUSE-2].
|
2017-12-24 13:12:49 +03:00 |
FactoryHelpers.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
FactoryHelpers.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
Helpers.h
|
Added aggregate function sumKahan [#CLICKHOUSE-2].
|
2017-12-23 02:26:30 +03:00 |
HelpersMinMaxAny.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
IAggregateFunction.h
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-12-25 07:01:46 +03:00 |
IAggregateFunctionCombinator.h
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:51:23 +03:00 |
parseAggregateFunctionParameters.cpp
|
Add adaptive allocator. [#CLICKHOUSE-3084]
|
2017-07-25 20:04:10 +03:00 |
parseAggregateFunctionParameters.h
|
Add adaptive allocator. [#CLICKHOUSE-3084]
|
2017-07-25 20:04:10 +03:00 |
QuantileExact.h
|
Fix missing includes
|
2017-12-26 22:02:00 +03:00 |
QuantileExactWeighted.h
|
Simplification of aggregate functions: compatibility details [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
QuantileReservoirSampler.h
|
Simplification of aggregate functions: compatibility details [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
QuantileReservoirSamplerDeterministic.h
|
Simplification of aggregate functions: compatibility details [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
QuantilesCommon.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
QuantileTDigest.h
|
Fix missing includes
|
2017-12-26 22:02:00 +03:00 |
QuantileTiming.h
|
Fix missing includes
|
2017-12-26 22:02:00 +03:00 |
registerAggregateFunctions.cpp
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
registerAggregateFunctions.h
|
Move most AggregateFunctions to separate lib, use AggregateFunctionFactory as singletone, rename lib storages_system->clickhouse_storages_system
|
2017-05-05 16:59:18 -07:00 |
ReservoirSampler.h
|
Miscellaneous [#CLICKHOUSE-2].
|
2017-12-25 07:01:46 +03:00 |
ReservoirSamplerDeterministic.h
|
Miscellaneous [#CLICKHOUSe-2]
|
2018-01-10 03:04:08 +03:00 |
UniqCombinedBiasData.cpp
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
UniqCombinedBiasData.h
|
Moved headers and sources to same place [#CLICKHOUSE-3].
|
2017-04-01 12:22:42 +03:00 |
UniquesHashSet.h
|
Fixed bad translation [#CLICKHOUSE-2]
|
2018-02-23 22:07:38 +03:00 |
UniqVariadicHash.h
|
Rename field in UInt128
|
2017-07-04 18:10:36 +02:00 |