ClickHouse/dbms/include/DB/Interpreters
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
..
ClusterProxy Added abilty to automatically update clusters configuration. [#METR-22802] 2016-10-11 17:17:49 +03:00
AggregateDescription.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
AggregationCommon.h Better support for tuples, arrays in SELECT DISTINCT [#METR-22035]. 2016-07-10 18:58:58 +03:00
Aggregator.h Merge pull request #116 from ludv1x/METR-22071 2016-09-29 23:53:18 +04:00
AsynchronousMetrics.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
ClientInfo.h ClientInfo: fixes [#METR-23279]. 2016-10-25 08:07:29 +03:00
Cluster.h Added requested PR changes. [#METR-22802] 2016-10-14 20:54:18 +03:00
Compiler.h Removed useless code (experimental) [#METR-2944]. 2016-08-02 04:46:05 +03:00
Context.h Added ClientInfo: passing original source of query during distributed query execution; improvement of per-user limits in ProcessList [#METR-23279]. 2016-10-25 00:40:39 +03:00
convertFieldToType.h Initial implementation of XML output format [#METR-20026]. 2016-02-14 05:37:42 +03:00
Dictionaries.h Fixed error in Dictionaries [#METR-20000]. 2016-10-27 16:04:49 +03:00
evaluateConstantExpression.h Fixed error, removed partially duplicate code [#METR-22462]. 2016-08-25 20:23:29 +03:00
evaluateMissingDefaults.h Attempt to fix an error with defaults [#METR-21993]. 2016-08-15 22:41:44 +03:00
executeQuery.h dbms: setting Content-Type header in HTTP interface [#METR-18603]. 2015-10-31 00:19:54 +03:00
ExpressionActions.h Fewer warnings from UBSan [#METR-2944]. 2016-07-31 08:56:36 +03:00
ExpressionAnalyzer.h Fixed stack overflow [#METR-22219]. 2016-08-10 21:49:10 +03:00
ExternalDictionaries.h Make it compilable on OS X 2016-11-01 17:59:21 +01:00
getClusterName.h Added table function 'shardByHash' [#METR-21287]. 2016-05-13 06:22:16 +03:00
IInterpreter.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InJoinSubqueriesPreprocessor.h Compatibility with new parser and AST of tables list [#METR-2944]. 2016-07-22 23:39:28 +03:00
InterpreterAlterQuery.h Added 'WITH NAME' section to ALTER TABLE ... FREEZE PARTITION query [#METR-21884]. 2016-06-28 23:50:37 +03:00
InterpreterCheckQuery.h dbms: allowed aliases without AS keyword in SELECT clause at top level [#METR-15573]. 2015-11-08 03:28:12 +03:00
InterpreterCreateQuery.h Allow to set 'force_restore_data' flag with creating file on local filesystem [#METR-21594], [#METR-17811]. 2016-08-10 00:48:05 +03:00
InterpreterDescribeQuery.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
InterpreterDropQuery.h Removed unused method [#METR-2944]. 2016-08-20 17:34:34 +03:00
InterpreterExistsQuery.h Fixed error [#METR-22173]. 2016-08-05 22:20:38 +03:00
InterpreterFactory.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 15:22:22 +03:00
InterpreterInsertQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterOptimizeQuery.h Added support for FINAL and PARTITION specification for OPTIMIZE query [#METR-21326]. 2016-05-16 21:43:38 +03:00
InterpreterRenameQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterSelectQuery.h Comment [#METR-2944]. 2016-10-24 06:08:56 +03:00
InterpreterSetQuery.h dbms: cutting dependency [#METR-2944].. 2016-01-12 00:46:36 +03:00
InterpreterShowCreateQuery.h Fixed error [#METR-22173]. 2016-08-05 22:20:38 +03:00
InterpreterShowProcesslistQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterShowTablesQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterUseQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterserverIOHandler.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
Join.h Compatibility with new parser and AST of tables list [#METR-2944]. 2016-07-22 23:39:28 +03:00
Limits.h dbms: added setting 'max_memory_usage_for_all_queries' [#METR-19561]. 2016-01-13 06:59:24 +03:00
loadMetadata.h dbms: development [#CONV-2944]. 2011-11-05 23:31:19 +00:00
LogicalExpressionsOptimizer.h dbms: Fixed post-optimization column order. Retain aliases. [#METR-19684] 2016-03-10 17:24:04 +03:00
ProcessList.h Added ClientInfo: passing original source of query during distributed query execution; improvement of per-user limits in ProcessList [#METR-23279]. 2016-10-25 00:40:39 +03:00
QueryLog.h Preparation [#METR-2944]. 2016-10-27 20:48:12 +03:00
QueryPriorities.h Separate compilation of CurrentMetrics; Separated AsynchronousMetrics from CurrentMetrics; Comments [#METR-23237]. 2016-10-24 07:06:27 +03:00
Quota.h Better [#METR-2944]. 2016-07-31 06:53:16 +03:00
Set.h Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:35:44 +03:00
Settings.h Added output_format_json_quote_64bit_integers new config option. 2016-09-30 19:02:16 +03:00
SettingsCommon.h Added syntactic sugar for count(DISTINCT ...) and 'count_distinct_implementation' setting [#METR-22035]. 2016-07-10 18:52:35 +03:00
sortBlock.h dbms: improved performance of INSERT SELECT [#METR-19025]. 2015-11-21 18:47:32 +03:00
SpecializedAggregator.h Fixed dynamic complation errors. [#METR-22071] 2016-09-21 20:13:32 +03:00
SystemLog.h Preparation [#METR-2944]. 2016-10-27 20:48:12 +03:00
Users.h Non significant change [#METR-2944]. 2016-09-23 23:33:06 +03:00