.. |
GatherUtils
|
|
|
tests
|
Cmake: mark system includes as SYSTEM (#1449)
|
2018-06-06 23:21:58 +03:00 |
CMakeLists.txt
|
add test
|
2018-08-06 12:35:13 +03:00 |
FunctionFactory.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 |
FunctionFactory.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 |
FunctionHelpers.cpp
|
|
|
FunctionHelpers.h
|
some decimal field improvements CLICKHOUSE-3765
|
2018-08-24 19:35:00 +03:00 |
FunctionsArithmetic.h
|
some decimal field improvements CLICKHOUSE-3765
|
2018-08-24 19:35:00 +03:00 |
FunctionsArray.cpp
|
del white space
|
2018-08-13 18:31:45 +03:00 |
FunctionsArray.h
|
Update FunctionsArray.h
|
2018-08-10 18:27:06 +03:00 |
FunctionsCharset.cpp
|
|
|
FunctionsCoding.cpp
|
|
|
FunctionsCoding.h
|
Made IFunction::isDeterministic and IFunction::isDeterministicInScopeOfQuery are const. Disabled default implementation with dictionary for not isDeterministicInScopeOfQuery functions.
|
2018-08-08 14:26:18 +03:00 |
FunctionsComparison.cpp
|
|
|
FunctionsComparison.h
|
add two options to disable Decimal overflow checks CLICKHOUSE-3906
|
2018-08-22 16:22:56 +03:00 |
FunctionsConditional.cpp
|
|
|
FunctionsConditional.h
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +03:00 |
FunctionsConsistentHashing.cpp
|
|
|
FunctionsConsistentHashing.h
|
|
|
FunctionsConversion.cpp
|
toDecimal128() CLICKHOUSE-3905
|
2018-08-22 20:26:11 +03:00 |
FunctionsConversion.h
|
decimal field visitors CLICKHOUSE-3765
|
2018-08-23 22:11:31 +03:00 |
FunctionsDateTime.cpp
|
|
|
FunctionsDateTime.h
|
Made IFunction::isDeterministic and IFunction::isDeterministicInScopeOfQuery are const. Disabled default implementation with dictionary for not isDeterministicInScopeOfQuery functions.
|
2018-08-08 14:26:18 +03:00 |
FunctionsEmbeddedDictionaries.cpp
|
|
|
FunctionsEmbeddedDictionaries.h
|
Made IFunction::isDeterministic and IFunction::isDeterministicInScopeOfQuery are const. Disabled default implementation with dictionary for not isDeterministicInScopeOfQuery functions.
|
2018-08-08 14:26:18 +03:00 |
FunctionsExternalDictionaries.cpp
|
|
|
FunctionsExternalDictionaries.h
|
Made IFunction::isDeterministic and IFunction::isDeterministicInScopeOfQuery are const. Disabled default implementation with dictionary for not isDeterministicInScopeOfQuery functions.
|
2018-08-08 14:26:18 +03:00 |
FunctionsExternalModels.cpp
|
|
|
FunctionsExternalModels.h
|
Made IFunction::isDeterministic and IFunction::isDeterministicInScopeOfQuery are const. Disabled default implementation with dictionary for not isDeterministicInScopeOfQuery functions.
|
2018-08-08 14:26:18 +03:00 |
FunctionsFindCluster.cpp
|
|
|
FunctionsFindCluster.h
|
|
|
FunctionsFormatting.cpp
|
|
|
FunctionsFormatting.h
|
|
|
FunctionsGeo.cpp
|
|
|
FunctionsGeo.h
|
|
|
FunctionsHashing.cpp
|
add murmurHash3, update FunctionStringHash template
|
2018-08-02 12:21:26 +03:00 |
FunctionsHashing.h
|
Fixed style violations [#CLICKHOUSE-2]
|
2018-08-10 04:41:54 +03:00 |
FunctionsHigherOrder.cpp
|
|
|
FunctionsHigherOrder.h
|
Fixed bug found by PVS-Studio [#CLICKHOUSE-3]
|
2018-06-04 18:05:19 +03:00 |
FunctionsLogical.cpp
|
|
|
FunctionsLogical.h
|
Add // Y_IGNORE tags
|
2018-06-21 18:24:36 +03:00 |
FunctionsMath.cpp
|
|
|
FunctionsMath.h
|
Preparation for extra warnings [#CLICKHOUSE-2]
|
2018-08-10 07:02:56 +03:00 |
FunctionsMiscellaneous.cpp
|
Merge branch 'master' into CLICKHOUSE-2910
|
2018-08-14 23:29:42 +03:00 |
FunctionsMiscellaneous.h
|
|
|
FunctionsNull.cpp
|
Add case insensitive coalesce ifnull, nullif.
|
2018-07-30 18:50:12 +03:00 |
FunctionsNull.h
|
Implemented generic case for comparison operators #2026
|
2018-07-16 09:06:44 +03:00 |
FunctionsProjection.cpp
|
|
|
FunctionsProjection.h
|
|
|
FunctionsRandom.cpp
|
|
|
FunctionsRandom.h
|
Made IFunction::isDeterministic and IFunction::isDeterministicInScopeOfQuery are const. Disabled default implementation with dictionary for not isDeterministicInScopeOfQuery functions.
|
2018-08-08 14:26:18 +03:00 |
FunctionsReinterpret.cpp
|
|
|
FunctionsReinterpret.h
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +03:00 |
FunctionsRound.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 |
FunctionsRound.h
|
Build fixes (#2481)
|
2018-06-07 17:42:38 +03:00 |
FunctionsString.cpp
|
Preparations #2429
|
2018-06-07 00:13:49 +03:00 |
FunctionsString.h
|
|
|
FunctionsStringArray.cpp
|
|
|
FunctionsStringArray.h
|
|
|
FunctionsStringSearch.cpp
|
Add // Y_IGNORE tags
|
2018-06-21 18:24:36 +03:00 |
FunctionsStringSearch.h
|
|
|
FunctionsTransform.cpp
|
|
|
FunctionsTransform.h
|
|
|
FunctionsTuple.cpp
|
|
|
FunctionsURL.cpp
|
|
|
FunctionsURL.h
|
CLICKHOUSE-3762 Build fixes (#2488)
|
2018-06-19 21:09:09 +03:00 |
FunctionsVisitParam.cpp
|
|
|
FunctionsVisitParam.h
|
|
|
GeoUtils.h
|
Fix pointInPolygon case with nonconvex polygon with two nontrivial halfplanes in cell. #2866
|
2018-08-21 14:33:15 +03:00 |
IFunction.cpp
|
Update IFunction.cpp
|
2018-08-14 22:35:52 +03:00 |
IFunction.h
|
Added IFunction::isDeterministicInScopeOfQuery().
|
2018-08-09 13:52:46 +03:00 |
likePatternToRegexp.h
|
|
|
ObjectPool.h
|
|
|
Regexps.h
|
|
|
registerFunction.cpp.in
|
CLICKHOUSE-3762 Build fixes (#2488)
|
2018-06-19 21:09:09 +03:00 |
registerFunction.h.in
|
|
|
registerFunctions_area.cpp.in
|
|
|
registerFunctions.cpp
|
|
|
registerFunctions.h
|
|
|