ClickHouse/dbms/include/DB/Interpreters
2016-09-13 16:44:35 +03:00
..
ClusterProxy dbms: Added more comments. Made some code more understandable. [#METR-18510] 2016-03-28 16:00:00 +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 Removed useless code (experimental) [#METR-2944]. 2016-08-02 04:46:05 +03:00
Cluster.h Added optional 'default_database' parameter for Cluster (allow Distributed tables to connect to different databases on different shards/replicas) [#METR-22462]. 2016-08-22 23:34:21 +03:00
Compiler.h Removed useless code (experimental) [#METR-2944]. 2016-08-02 04:46:05 +03:00
Context.h Removed compatibility layer with OLAPServer [#METR-2944]. 2016-07-30 04:08:00 +03:00
convertFieldToType.h Initial implementation of XML output format [#METR-20026]. 2016-02-14 05:37:42 +03:00
Dictionaries.h Avoid reloading of loaded dicts on fast start stage 2016-09-13 16:44:35 +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 Style [#METR-2807]. 2016-08-07 12:09:18 +03: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 Fixing warnings on clang [#METR-2807]. 2016-03-07 07:35:06 +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 Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 13:15:36 +03:00
QueryLog.h dbms: QueryLog: development [#METR-16946]. 2015-07-01 08:18:54 +03:00
QueryPriorities.h dbms: CurrentMetrics: development [#METR-19596]. 2016-01-21 04:47:28 +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 Add CORS hearder,param:add_http_cors_header and check request header 2016-08-23 21:35:23 +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 Updated comment [#METR-20000]. 2016-02-11 04:43:39 +03:00
Users.h Allowed for certain aggregate functions to have case insensitive names for compatibility [#METR-22087]. 2016-07-14 08:22:09 +03:00