.. |
AggregateFunctionArgMinMax.h
|
added arena in AggregateFunctionSingleValue for strings and numbers [#CLICKHOUSE-3503]
|
2018-01-09 21:51:14 +03:00 |
AggregateFunctionArray.cpp
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionArray.h
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionAvg.cpp
|
decimal avg [CLICKHOUSE-3765]
|
2018-09-12 16:27:32 +03:00 |
AggregateFunctionAvg.h
|
decimal avg [CLICKHOUSE-3765]
|
2018-09-12 16:27:32 +03:00 |
AggregateFunctionBitwise.cpp
|
CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions
|
2018-07-25 19:08:23 +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
|
Miscellaneous #2687
|
2018-07-20 19:02:23 +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
|
ISSUES-3059 fix nullable type argument for aggregate function
|
2018-09-11 19:33:14 +08:00 |
AggregateFunctionFactory.h
|
CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions
|
2018-07-25 19:08:23 +03:00 |
AggregateFunctionForEach.cpp
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionForEach.h
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionGroupArray.cpp
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionGroupArray.h
|
Respect alignment in groupArray function [#CLICKHOUSE-2]
|
2018-09-02 22:53:35 +03:00 |
AggregateFunctionGroupArrayInsertAt.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionGroupArrayInsertAt.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
AggregateFunctionGroupUniqArray.cpp
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionGroupUniqArray.h
|
Merging [#CLICKHOUSE-3114]
|
2017-12-28 00:45:05 +03:00 |
AggregateFunctionHistogram.cpp
|
remove temporary allocations
|
2018-07-08 16:56:33 +03:00 |
AggregateFunctionHistogram.h
|
Style #2913
|
2018-08-24 08:25:00 +03:00 |
AggregateFunctionIf.cpp
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionIf.h
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionMaxIntersections.cpp
|
Fixed segfault in case of bad argument types for some aggregate functions [#CLICKHOUSE-2]
|
2018-03-22 18:37:24 +03:00 |
AggregateFunctionMaxIntersections.h
|
refactoring: add some sugar in type checks [CLICKHOUSE-0002]
|
2018-09-07 17:37:26 +03:00 |
AggregateFunctionMerge.cpp
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +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
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionNothing.h
|
Unification of aggregate function combinators [#CLICKHOUSE-3511].
|
2017-12-24 09:50:11 +03:00 |
AggregateFunctionNull.cpp
|
CLICKHOUSE-3772: Change base class of almost all StorageSystem* tables and fix remarks
|
2018-07-24 17:28:56 +03:00 |
AggregateFunctionNull.h
|
Full support for alignment of aggregate states #2808
|
2018-09-01 07:25:03 +03:00 |
AggregateFunctionQuantile.cpp
|
decimal quantileExact [CLICKHOUSE-3765]
|
2018-09-12 19:36:13 +03:00 |
AggregateFunctionQuantile.h
|
decimal quantileExact [CLICKHOUSE-3765]
|
2018-09-12 19:36:13 +03:00 |
AggregateFunctionRetention.cpp
|
Fixed wrong code #2887
|
2018-08-23 03:49:18 +03:00 |
AggregateFunctionRetention.h
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionSequenceMatch.cpp
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionSequenceMatch.h
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionsStatisticsSimple.cpp
|
var/stddev for decimal [CLICKHOUSE-3765]
|
2018-09-13 21:36:47 +03:00 |
AggregateFunctionState.cpp
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +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 build
|
2018-09-14 13:15:56 +03:00 |
AggregateFunctionSum.cpp
|
add static asserts for decimal [CLICKHOUSE-3765]
|
2018-09-12 20:50:51 +03:00 |
AggregateFunctionSum.h
|
add static asserts for decimal [CLICKHOUSE-3765]
|
2018-09-12 20:50:51 +03:00 |
AggregateFunctionSumMap.cpp
|
Fixed segfault in case of bad argument types for some aggregate functions [#CLICKHOUSE-2]
|
2018-03-22 18:37:24 +03:00 |
AggregateFunctionSumMap.h
|
Simplification of aggregate functions: development [#CLICKHOUSE-2].
|
2017-12-21 05:08:25 +03:00 |
AggregateFunctionTopK.cpp
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionTopK.h
|
Insignificant changes for PVS-Studio [#CLICKHOUSE-3]
|
2018-06-04 22:22:27 +03:00 |
AggregateFunctionUniq.cpp
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionUniq.h
|
Added support for arbitary complex types in "uniq" family of aggregate functions #2010
|
2018-07-16 06:55:41 +03:00 |
AggregateFunctionUniqUpTo.cpp
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +03:00 |
AggregateFunctionUniqUpTo.h
|
Addition to prev. revision [#CLICKHOUSE-2]
|
2018-09-02 06:14:00 +03:00 |
AggregateFunctionWindowFunnel.cpp
|
Fixed unclean code #2352
|
2018-05-13 13:05:34 +03:00 |
AggregateFunctionWindowFunnel.h
|
fewer type casts [CLICKHOUSE-2]
|
2018-09-10 20:09:07 +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
|
decimal sum [CLICKHOUSE-3765]
|
2018-09-11 21:42:06 +03:00 |
HelpersMinMaxAny.h
|
hotfix (helpers refactoring)
|
2018-09-10 20:51:25 +03:00 |
IAggregateFunction.h
|
Non significant changes according to clang's -Weverything, part 2 [#CLICKHOUSE-2]
|
2018-06-03 20:43:56 +03:00 |
IAggregateFunctionCombinator.h
|
CLICKHOUSE-3772: Change base class of almost all StorageSystem* tables and fix remarks
|
2018-07-24 17:28:56 +03:00 |
parseAggregateFunctionParameters.cpp
|
minor fixes
|
2018-04-16 18:11:13 +03:00 |
parseAggregateFunctionParameters.h
|
Add adaptive allocator. [#CLICKHOUSE-3084]
|
2017-07-25 20:04:10 +03:00 |
QuantileExact.h
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
QuantileExactWeighted.h
|
return nan when quantileExact with empty float column
|
2018-08-13 16:33:51 +08: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
|
Fixed handling of NaNs in aggregate functions that use comparison based sorting #2012
|
2018-03-14 08:03:51 +03:00 |
QuantileTDigest.h
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
QuantileTiming.h
|
Avoid temporary nullptr references [#CLICKHOUSE-2]
|
2018-09-02 06:00:04 +03:00 |
registerAggregateFunctions.cpp
|
add AggregateFunctionRetention
|
2018-08-18 20:39:07 +08: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
|
Fixed handling of NaNs in aggregate functions that use comparison based sorting #2012
|
2018-03-14 08:03:51 +03:00 |
ReservoirSamplerDeterministic.h
|
Fixed style a bit [#CLICKHOUSE-2]
|
2018-05-07 05:01:11 +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
|
Added support for arbitary complex types in "uniq" family of aggregate functions #2010
|
2018-07-16 06:55:41 +03:00 |
UniqVariadicHash.cpp
|
Added support for arbitary complex types in "uniq" family of aggregate functions #2010
|
2018-07-16 06:55:41 +03:00 |
UniqVariadicHash.h
|
Added support for arbitary complex types in "uniq" family of aggregate functions #2010
|
2018-07-16 06:55:41 +03:00 |