ClickHouse/dbms/include/DB/Interpreters
Andrey Mironov 731be3e7cf Merge
2014-11-12 13:37:47 +03:00
..
AggregationCommon.h dbms: more neat [#METR-2944]. 2014-10-07 02:48:20 +04:00
Aggregator.h dbms: tiny improvement [#METR-2944]. 2014-11-01 02:20:18 +03:00
Cluster.h StorageDistributed: write to multiple local replicas, post-review corrections. [#METR-12221] 2014-08-22 18:06:20 +04:00
Context.h initial implementation. [#METR-12574] 2014-09-10 15:34:26 +04:00
Dictionaries.h Changed boost:: to std:: for bind, ref/cref, thread, shared_ptr [#METR-2807]. 2014-10-16 05:21:03 +04:00
evaluateMissingDefaults.h dbms: cut coupling between dbms and dbms_functions. [#METR-12739] 2014-10-24 13:33:31 +04:00
executeQuery.h
ExpressionActions.h Merge 2014-07-15 14:13:36 +04:00
ExpressionAnalyzer.h dbms: support ALIAS in table declaration 2014-10-03 19:30:10 +04:00
InterpreterAlterQuery.h Merge 2014-11-12 13:37:47 +03:00
InterpreterCheckQuery.h dbms: added check query [#METR-11709] 2014-08-05 14:53:27 +04:00
InterpreterCreateQuery.h dbms: support ALIAS in table declaration 2014-10-03 19:30:10 +04:00
InterpreterDescribeQuery.h dbms: deduce and check types during alter, alteration of defaulted columns. [#METR-12739] 2014-10-21 16:11:20 +04:00
InterpreterDropQuery.h
InterpreterExistsQuery.h dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
InterpreterInsertQuery.h
InterpreterOptimizeQuery.h dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
InterpreterQuery.h
InterpreterRenameQuery.h
InterpreterSelectQuery.h dbms: reworked GLOBAL subqueries (probably doesn't work) [#METR-11370]. 2014-07-06 23:48:39 +04:00
InterpreterSetQuery.h dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
InterpreterShowCreateQuery.h dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
InterpreterShowProcesslistQuery.h dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
InterpreterShowTablesQuery.h
InterpreterUseQuery.h dbms: improved performance on short queries [#METR-11571]. 2014-06-26 04:58:14 +04:00
InterserverIOHandler.h
Join.h dbms: improved performance on small blocks [#METR-2944]. 2014-08-22 06:31:54 +04:00
Limits.h dbms: separate limits for JOINs [#METR-11370]. 2014-07-07 22:32:20 +04:00
loadMetadata.h
ProcessList.h dbms: prepared for fully-functional progress bar [#METR-2944]. 2014-10-25 22:33:52 +04:00
Quota.h
reinterpretAsIdentifier.h rename evaluateDatabaseName function and header, add comments 2014-09-24 15:53:41 +04:00
Set.h dbms: improved performance on small blocks [#METR-2944]. 2014-08-22 06:31:54 +04:00
Settings.h dbms: added setting replication_alter_partitions_sync [#METR-13158]. 2014-10-18 23:14:09 +04:00
SettingsCommon.h dbms: added table system.settings [#METR-2944]. 2014-10-06 06:01:41 +04:00
sortBlock.h
SplittingAggregator.h dbms: improved performance of aggregation by one numeric key (up to: 2x for UInt8, 5x for UInt16, 1.1x for UInt32, UInt64) [#METR-2944]. 2014-10-29 04:18:50 +03:00
Users.h