ClickHouse/dbms/include/DB/Interpreters
2015-09-03 23:48:02 +03:00
..
AggregateDescription.h
AggregationCommon.h
Aggregator.h dbms: added memory-efficient mode of distributed aggregation [#METR-17536]. 2015-07-31 02:41:02 +03:00
Cluster.h
Compiler.h
Context.h Merge 2015-07-17 00:32:51 +03:00
Dictionaries.h
evaluateMissingDefaults.h dbms: materialize defaults to avoid type safety problems while sorting [#METR-17391] 2015-07-21 20:19:21 +03:00
executeQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
ExpressionActions.h dbms: implemented LEFT ARRAY JOIN [#METR-17474]. 2015-07-26 13:54:45 +03:00
ExpressionAnalyzer.h dbms: fixed error with column order in RIGHT and FULL JOINs [#METR-17550]. 2015-09-03 23:48:02 +03:00
ExternalDictionaries.h dbms: external dictionaries: fixed bunch of errors; added optional parameter 'dont_check_update_time' for MySQL dictionary source [#METR-17508]. 2015-08-12 06:57:32 +03:00
IInterpreter.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterAlterQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterCheckQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterCreateQuery.h dbms: added progress for query CREATE AS SELECT [#METR-17470]. 2015-07-25 12:56:56 +03:00
InterpreterDescribeQuery.h dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03:00
InterpreterDropQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterExistsQuery.h dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +03:00
InterpreterFactory.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterInsertQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterOptimizeQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterRenameQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterSelectQuery.h dbms: FULL and RIGHT JOINs: partial implementation [#METR-15418]. 2015-07-22 05:59:47 +03:00
InterpreterSetQuery.h dbms: improvement [#METR-2944]. 2015-06-18 05:11:05 +03:00
InterpreterShowCreateQuery.h dbms: renamed ColumnWithNameAndType to ColumnWithTypeAndName for clarification [#METR-2944]. 2015-07-17 04:27:35 +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
Join.h dbms: added CROSS JOIN [#METR-16893]. 2015-07-23 23:23:24 +03:00
Limits.h
loadMetadata.h
LogicalExpressionsOptimizer.h
ProcessList.h dbms: added simple priorities system [#METR-16911]. 2015-06-21 09:06:04 +03:00
QueryLog.h dbms: QueryLog: development [#METR-16946]. 2015-07-01 08:18:54 +03:00
QueryPriorities.h dbms: added simple priorities system [#METR-16911]. 2015-06-21 09:06:04 +03:00
Quota.h dbms: QueryLog: development [#METR-16946]. 2015-07-01 08:18:54 +03:00
reinterpretAsIdentifier.h dbms: get rid of columns inside Context [#METR-15553]. 2015-07-15 04:26:35 +03:00
Set.h
Settings.h Merge 2015-09-03 15:07:46 +03:00
SettingsCommon.h
sortBlock.h dbms: lowered memory usage for INSERT [#METR-17704]. 2015-08-14 05:45:40 +03:00
SpecializedAggregator.h
Users.h