ClickHouse/dbms/include/DB/Functions
Vladimir Smirnov d36f52502e Make it compilable on OS X
It's still hackish and dirty, but server and client compies.

Server starts, but throwes meaningless exception on any query.

Client seems to be working fine.

Linux compilation might (but shouldn't) be broken (not tested).
2016-11-01 17:59:21 +01:00
..
Conditional dbms, contrib: Clang 3.8 build fixes. [#METR-21516] 2016-05-31 14:06:27 +03:00
DataTypeTraits.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 10:48:40 +03:00
EnrichedDataTypePtr.h Merge 2016-05-04 02:19:14 +03:00
FunctionFactory.h Addition to prev. revision [#METR-2944]. 2016-07-10 02:40:15 +03:00
FunctionsArithmetic.h Changed semantic of intDiv, intDivOrZero functions for floating point arguments [#METR-19446]. 2016-08-19 06:17:53 +03:00
FunctionsArray.h Added new Arena parameter to add() method of IAggregateFunction. [#METR-22071] 2016-09-21 20:13:32 +03:00
FunctionsCoding.h Allow to parse Java-style floating point denormals 'NaN' and 'Infinity' [#METR-22428]. 2016-08-17 00:23:53 +03:00
FunctionsComparison.h Added support for complex typed arguments for function toString [#METR-22263]. 2016-07-30 07:39:51 +03:00
FunctionsConditional.h Fixed error [#METR-18149]. 2016-07-10 10:24:24 +03:00
FunctionsConversion.h More convenient behaviour when user writes 'toDate(1111111111.)' (passes unix timestamp as float) [#METR-2944]. 2016-09-04 03:42:24 +03:00
FunctionsDateTime.h dbms: Server: Bug fix. Now the functions toStartOfHour/toStartOfMinute/toStartOfFiveMinute correctly take into account the time zone parameter. [#METR-22935] 2016-09-29 13:00:37 +03:00
FunctionsDictionaries.h Addition to prev. revision [#METR-2807]. 2016-08-07 12:10:45 +03:00
FunctionsFormatting.h Miscellaneous modifications [#METR-2944]. 2016-07-10 05:33:50 +03:00
FunctionsGeo.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
FunctionsHashing.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
FunctionsHigherOrder.h Better [#METR-22173]. 2016-08-05 05:28:34 +03:00
FunctionsLogical.h Miscellaneous modifications [#METR-2944]. 2016-07-10 05:33:50 +03:00
FunctionsMath.h Using std::shared_ptr for functions and AST [#METR-21503]. 2016-05-28 18:42:22 +03:00
FunctionsMiscellaneous.h Added allocatesMemoryInArena() method for aggregate functions. 2016-09-28 16:28:55 +03:00
FunctionsRandom.h Better [#METR-2944]. 2016-07-31 06:53:16 +03:00
FunctionsReinterpret.h Miscellaneous modifications [#METR-2944]. 2016-07-10 05:33:50 +03:00
FunctionsRound.h Miscellaneous modifications [#METR-2944]. 2016-07-10 05:33:50 +03:00
FunctionsString.h Fixed possible overflow [#METR-22187]. 2016-08-10 23:09:37 +03:00
FunctionsStringArray.h Function 'convertCharset': development [#METR-22482]. 2016-08-26 00:44:47 +03:00
FunctionsStringSearch.h More instrumentation [#METR-23272]. 2016-10-24 16:47:15 +03:00
FunctionsTransform.h Non significant change [#METR-2944]. 2016-09-23 23:33:06 +03:00
FunctionsURL.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
FunctionsVisitParam.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
IFunction.h Updated comments [#METR-2944]. 2016-06-19 00:08:35 +03:00
NumberTraits.h Changed semantic of intDiv, intDivOrZero functions for floating point arguments [#METR-19446]. 2016-08-19 06:17:53 +03:00
ObjectPool.h Added allocatesMemoryInArena() method for aggregate functions. 2016-09-28 16:28:55 +03:00