ClickHouse/dbms/src/Interpreters
2017-05-25 05:34:26 +04:00
..
ClusterProxy Preparation: Storages do not modify query [#CLICKHOUSE-31]. 2017-05-25 04:12:41 +03:00
tests Fixed build [#CLICKHOUSE-31]. 2017-05-23 21:58:38 +03:00
AggregateDescription.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
AggregationCommon.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Aggregator.cpp Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
Aggregator.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
AsynchronousMetrics.cpp Preparation: removed support for unreplicated data in Replicated tables [#CLICKHOUSE-31]. 2017-05-25 00:38:56 +03:00
AsynchronousMetrics.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ClientInfo.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ClientInfo.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Cluster.cpp use only ConnectionPoolWithFailover in RemoteBlockInputStream [#CLICKHOUSE-2141] 2017-04-19 20:50:17 +03:00
Cluster.h use only ConnectionPoolWithFailover in RemoteBlockInputStream [#CLICKHOUSE-2141] 2017-04-19 20:50:17 +03:00
CMakeLists.txt Debian: simpler package (#662) 2017-04-10 20:43:30 +03:00
Compiler.cpp Removed useless includes [#CLICKHOUSE-2]. 2017-04-19 02:17:40 +03:00
Compiler.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
config_compile.h.in Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Context.cpp Using more light method of query_id generation [#CLICKHOUSE-3025]. 2017-05-24 22:31:50 +03:00
Context.h Move most AggregateFunctions to separate lib, use AggregateFunctionFactory as singletone, rename lib storages_system->clickhouse_storages_system 2017-05-05 16:59:18 -07:00
convertFieldToType.cpp move AccurateComparison.h [#CLICKHOUSE-3002] 2017-05-25 05:34:26 +04:00
convertFieldToType.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
createBlockSelector.cpp Implemented ColumnArray::replicate for Nullable, Tuple and for generic case [#CLICKHOUSE-4]. 2017-04-18 06:03:39 +03:00
createBlockSelector.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
DictionaryFactory.cpp Dictionaries/TrieDictionary: IP prefix dictionary 2017-05-15 10:51:03 +04:00
EmbeddedDictionaries.cpp Addition to prev. revision [#CLICKHOUSE-2]. 2017-04-19 03:31:15 +03:00
EmbeddedDictionaries.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
evaluateConstantExpression.cpp Translated comments 2017-04-02 20:37:49 +03:00
evaluateConstantExpression.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
evaluateMissingDefaults.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
evaluateMissingDefaults.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
executeQuery.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
executeQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ExpressionActions.cpp Fixed totally wrong code; implemented function emptyArrayToSingle for generic case [#CLICKHOUSE-2963]. 2017-04-19 08:08:22 +03:00
ExpressionActions.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ExpressionAnalyzer.cpp Move most AggregateFunctions to separate lib, use AggregateFunctionFactory as singletone, rename lib storages_system->clickhouse_storages_system 2017-05-05 16:59:18 -07:00
ExpressionAnalyzer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ExternalDictionaries.cpp Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
ExternalDictionaries.h Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
getClusterName.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
getClusterName.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
IInterpreter.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InJoinSubqueriesPreprocessor.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InJoinSubqueriesPreprocessor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterAlterQuery.cpp Preparation: removed support for unreplicated data in Replicated tables [#CLICKHOUSE-31]. 2017-05-25 00:38:56 +03:00
InterpreterAlterQuery.h Preparation: removed support for unreplicated data in Replicated tables [#CLICKHOUSE-31]. 2017-05-25 00:38:56 +03:00
InterpreterCheckQuery.cpp Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterCheckQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterCreateQuery.cpp Preparations, part 3 [#CLICKHOUSE-31]. 2017-05-23 21:33:48 +03:00
InterpreterCreateQuery.h Preparations, part 3 [#CLICKHOUSE-31]. 2017-05-23 21:33:48 +03:00
InterpreterDescribeQuery.cpp Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterDescribeQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterDropQuery.cpp Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterDropQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterExistsQuery.cpp Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterExistsQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterFactory.cpp Translated comments 2017-04-02 20:37:49 +03:00
InterpreterFactory.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterInsertQuery.cpp Preparations [#CLICKHOUSE-2] 2017-05-22 01:25:25 +03:00
InterpreterInsertQuery.h Preparations [#CLICKHOUSE-2] 2017-05-22 01:25:25 +03:00
InterpreterKillQueryQuery.cpp Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterKillQueryQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterOptimizeQuery.cpp Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterOptimizeQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterRenameQuery.cpp Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterRenameQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterSelectQuery.cpp Preparation: Storages do not modify query [#CLICKHOUSE-31]. 2017-05-25 04:12:41 +03:00
InterpreterSelectQuery.h Preparation: untangle settings manipulation in InterpreterSelectQuery [#CLICKHOUSE-31]. 2017-05-24 23:25:01 +03:00
InterpreterSetQuery.cpp Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterSetQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowCreateQuery.cpp Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowCreateQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowProcesslistQuery.cpp Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowProcesslistQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowTablesQuery.cpp Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterShowTablesQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterUseQuery.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterUseQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterserverIOHandler.h ReplicatedMergeTree: Max streams to send data [#CLICKHOUSE-2878] (#656) 2017-04-06 16:03:23 +03:00
Join.cpp fix key columns indexing for RIGHT and FULL joins [#CLICKHOUSE-2979] 2017-04-27 23:15:45 +03:00
Join.h fix key columns indexing for RIGHT and FULL joins [#CLICKHOUSE-2979] 2017-04-27 23:15:45 +03:00
Limits.h translate comments 2017-05-14 19:03:55 +04:00
loadMetadata.cpp Always restore in case of corrupted query_log, part_log [#CLICKHOUSE-3020]. 2017-05-23 20:35:05 +03:00
loadMetadata.h Always restore in case of corrupted query_log, part_log [#CLICKHOUSE-3020]. 2017-05-23 20:35:05 +03:00
LogicalExpressionsOptimizer.cpp Translated comments 2017-04-02 20:37:49 +03:00
LogicalExpressionsOptimizer.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
NullableUtils.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
NullableUtils.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PartLog.cpp Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
PartLog.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ProcessList.cpp Translated comments 2017-04-02 20:37:49 +03:00
ProcessList.h Miscellaneous [#CLICKHOUSE-2]. 2017-04-23 11:29:24 +03:00
QueryLog.cpp Translated comments 2017-04-02 20:37:49 +03:00
QueryLog.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
QueryPriorities.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Quota.cpp Added setting 'ignore_key_if_not_keyed' for quotas [#CLICKHOUSE-2969]. 2017-04-20 23:30:33 +03:00
Quota.h Added setting 'ignore_key_if_not_keyed' for quotas [#CLICKHOUSE-2969]. 2017-04-20 23:30:33 +03:00
Set.cpp Translated comments 2017-04-02 20:37:49 +03:00
Set.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Settings.cpp Translated comments 2017-04-02 20:37:49 +03:00
Settings.h translate comments 2017-05-14 19:03:55 +04:00
SettingsCommon.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SetVariants.cpp fix freebsd build 2017-04-08 04:01:21 +03:00
SetVariants.h add ClearableSetVariant 2017-04-07 20:12:54 +03:00
sortBlock.cpp Translated comments 2017-04-02 20:37:49 +03:00
sortBlock.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SpecializedAggregator.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
SystemLog.h Update SystemLog.h 2017-04-27 09:02:12 +03:00
TablesStatus.cpp PR fixes [#CLICKHOUSE-2141] 2017-04-20 17:04:38 +03:00
TablesStatus.h Failover if the needed table is missing on remote server [#CLICKHOUSE-2141] 2017-04-20 19:19:30 +03:00
Users.cpp Moved code to cpp [#CLICKHOUSE-2]. 2017-04-08 04:32:05 +03:00
Users.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00