ClickHouse/dbms/src/Interpreters
2018-08-15 00:50:00 +03:00
..
ClusterProxy Fixed style violations [#CLICKHOUSE-2] 2018-08-10 04:41:54 +03:00
tests Merge branch 'master' into CLICKHOUSE-2910 2018-08-14 23:29:42 +03:00
ActionLocksManager.cpp Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
ActionLocksManager.h Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
AggregateDescription.h
AggregationCommon.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-13 04:27:53 +03:00
Aggregator.cpp Merge branch 'master' into CLICKHOUSE-2910 2018-08-14 23:29:42 +03:00
Aggregator.h Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
AsynchronousMetrics.cpp Using jemalloc instead of tcmalloc. (#2773) 2018-08-02 03:20:20 +03:00
AsynchronousMetrics.h
castColumn.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
castColumn.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 06:52:33 +03:00
ClientInfo.cpp CLICKHOUSE-3771 Preparing for new version scheme [WIP] (#2646) 2018-08-01 00:36:18 +03:00
ClientInfo.h CLICKHOUSE-3771 Preparing for new version scheme [WIP] (#2646) 2018-08-01 00:36:18 +03:00
Cluster.cpp ClickHouse 3419 Add setting prefer_localhost_replica (#2832) 2018-08-10 04:27:54 +03:00
Cluster.h ClickHouse 3419 Add setting prefer_localhost_replica (#2832) 2018-08-10 04:27:54 +03:00
CMakeLists.txt Try fix internal compiler headers path 2018-08-11 02:28:33 +03:00
Compiler.cpp CLICKHOUSE-3762 Build fixes (#2488) 2018-06-19 21:09:09 +03:00
Compiler.h LibDictionarySource : First lib dictionary version with only uint64 type support (#1150) 2017-09-05 04:08:26 +03:00
config_compile.h.in Use copy-headers from cmake. (working compiler test without package install) (#2456) 2018-06-04 23:26:17 +03:00
Context.cpp Merge branch 'master' into CLICKHOUSE-2910 2018-08-14 23:29:42 +03:00
Context.h Merge branch 'master' into CLICKHOUSE-2910 2018-08-14 23:29:42 +03:00
convertFieldToType.cpp merge master 2018-08-14 15:50:28 +03:00
convertFieldToType.h
createBlockSelector.cpp Miscellaneous [#CLICKHOUSE-2]. 2017-12-25 07:01:46 +03:00
createBlockSelector.h Better [#CLICKHOUSE-2]. 2017-12-02 00:13:25 +03:00
DDLWorker.cpp Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
DDLWorker.h Support allow_databases in distributed DDL. [#CLICKHOUSE-3] 2018-04-17 22:33:58 +03:00
DictionaryFactory.cpp Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
DNSCacheUpdater.cpp Merge branch 'master' into CLICKHOUSE-2910 2018-08-14 23:29:42 +03:00
DNSCacheUpdater.h Addition to prev. revision [#CLICKHOUSE-2] 2018-05-14 22:14:37 +03:00
EmbeddedDictionaries.cpp Fixed uneven code #2032 2018-03-14 02:44:23 +03:00
EmbeddedDictionaries.h Embedded compiler fixes 2017-12-27 23:07:16 +03:00
evaluateConstantExpression.cpp Fixed bad code #2708 2018-07-28 00:33:30 +03:00
evaluateConstantExpression.h Make DataTypes totally immutable [#CLICKHOUSE-2]. 2017-12-18 04:11:48 +03:00
evaluateMissingDefaults.cpp Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
evaluateMissingDefaults.h Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +03:00
executeQuery.cpp Fixed failures in utils, more precise test. [#CLICKHOUSE-2910] 2018-06-20 18:41:15 +03:00
executeQuery.h Fixed logging of DDL queries. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ExpressionActions.cpp Added joined_block_actions to SubqueryForSet for join subquery. [#CLICKHOUSE-3761] 2018-07-30 22:41:27 +03:00
ExpressionActions.h Added joined_block_actions to SubqueryForSet for join subquery. [#CLICKHOUSE-3761] 2018-07-30 22:41:27 +03:00
ExpressionAnalyzer.cpp Fixed warnings #2015 2018-08-15 00:49:51 +03:00
ExpressionAnalyzer.h Merge branch 'master' into feature/ISSUES-863 2018-08-15 00:34:23 +03:00
ExpressionJIT.cpp Fix LowCardinality conversions for defaults. 2018-08-09 13:52:33 +03:00
ExpressionJIT.h Miscellaneous #2277 2018-05-06 12:32:36 +03:00
ExternalDictionaries.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
ExternalDictionaries.h SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
ExternalLoader.cpp Merge branch 'master' into CLICKHOUSE-2910 2018-08-14 23:29:42 +03:00
ExternalLoader.h ClickHouse 3551 Remove external dictionaries, when config updated (#2779) 2018-08-03 22:49:03 +03:00
ExternalLoaderConfigRepository.cpp CLICKHOUSE-3553 Rebuild loggers on every config change (#1973) 2018-02-28 23:34:25 +03:00
ExternalLoaderConfigRepository.h fix indentation 2017-11-29 15:48:28 +03:00
ExternalModels.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
ExternalModels.h added system.models [#CLICKHOUSE-3477] 2017-12-04 16:32:49 +03:00
getClusterName.cpp
getClusterName.h
IExternalLoadable.h added system.models [#CLICKHOUSE-3477] 2017-12-04 16:32:49 +03:00
IExternalLoaderConfigRepository.h Fixed style a bit [#CLICKHOUSE-2] 2018-05-07 05:01:29 +03:00
IInterpreter.h
InJoinSubqueriesPreprocessor.cpp Non significant change: removed redundant checks [#CLICKHOUSE-3] 2018-06-04 17:17:24 +03:00
InJoinSubqueriesPreprocessor.h
InternalTextLogsQueue.cpp Fixed failures in utils, more precise test. [#CLICKHOUSE-2910] 2018-06-20 18:41:15 +03:00
InternalTextLogsQueue.h Add logs forwarding from remote severs to client. [#CLICKHOUSE-2910] 2018-06-18 19:30:26 +03:00
InterpreterAlterQuery.cpp CLICKHOUSE-3714 fix code-style and copy-paste 2018-08-06 11:25:29 +03:00
InterpreterAlterQuery.h save serialized commands in ReplicatedMergeTreeMutationEntry; split InterpreterAlterQuery::parseAlter() [#CLICKHOUSE-3747] 2018-06-13 17:14:08 +03:00
InterpreterCheckQuery.cpp Removed support for CHECK TABLE for Distributed tables [#CLICKHOUSE-2] 2018-08-05 09:01:41 +03:00
InterpreterCheckQuery.h Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-20 04:14:38 +03:00
InterpreterCreateQuery.cpp minor fix 2018-08-14 16:26:23 +03:00
InterpreterCreateQuery.h Added allow_experimental_low_cardinality_type setting. 2018-08-13 20:02:54 +03:00
InterpreterDescribeQuery.cpp encapsulate ColumnsDeclaration [#CLICKHOUSE-3241] 2018-03-13 17:41:25 +03:00
InterpreterDescribeQuery.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
InterpreterDropQuery.cpp CLICKHOUSE-3714 fix comment and ';' 2018-08-03 12:54:46 +03:00
InterpreterDropQuery.h ISSUES-2259 support truncate syntax 2018-05-21 11:38:46 +08:00
InterpreterExistsQuery.cpp Merge branch 'master' into fix/ISSUES-117 2018-03-02 19:06:11 +08:00
InterpreterExistsQuery.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
InterpreterFactory.cpp Fixed discrepancy between Query, SelectQuery, InsertQuery profile events [#CLICKHOUSE-3769] 2018-06-08 22:32:35 +03:00
InterpreterFactory.h
InterpreterInsertQuery.cpp Fixed discrepancy between Query, SelectQuery, InsertQuery profile events [#CLICKHOUSE-3769] 2018-06-08 22:32:35 +03:00
InterpreterInsertQuery.h Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-19 03:45:32 +03:00
InterpreterKillQueryQuery.cpp ISSUES-2688 support on cluster for kill & optimize query 2018-07-24 22:07:13 +03:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp ISSUES-2688 support on cluster for kill & optimize query 2018-07-24 22:07:13 +03:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp Support allow_databases in distributed DDL. [#CLICKHOUSE-3] 2018-04-17 22:33:58 +03:00
InterpreterRenameQuery.h
InterpreterSelectQuery.cpp Merge branch 'master' into feature/ISSUES-863 2018-08-15 00:10:21 +03:00
InterpreterSelectQuery.h create input streams for parts using InterpreterSelectQuery [#CLICKHOUSE-3798] 2018-07-20 22:44:34 +03:00
InterpreterSelectWithUnionQuery.cpp Revert "Check for ambiguous column names in subqueries #2094" 2018-08-05 09:18:53 +03:00
InterpreterSelectWithUnionQuery.h Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
InterpreterSetQuery.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
InterpreterSetQuery.h use more typesafe AST objects in ASTCreateQuery [#CLICKHOUSE-3000] 2017-10-20 21:28:41 +03:00
InterpreterShowCreateQuery.cpp Less dependencies [#CLICKHOUSE-2] 2018-06-05 22:46:49 +03:00
InterpreterShowCreateQuery.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp Build fixes (#2481) 2018-06-07 17:42:38 +03:00
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910 2018-06-14 16:04:00 +03:00
InterpreterSystemQuery.h Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterserverIOHandler.h Let's make it fancier (function try catch block). 2018-05-25 23:38:57 +08:00
IRuntimeComponentsFactory.h Merge branch 'master' into geodata 2017-12-01 19:25:27 +03:00
ISecurityManager.h more consistent ISecurityManager interface: return shared pointer to User to prevent race conditions with loadFromConfig 2017-11-30 17:53:12 +03:00
Join.cpp Fix tests. [#CLICKHOUSE-3761] 2018-07-30 22:40:43 +03:00
Join.h Fix tests. [#CLICKHOUSE-3761] 2018-07-30 22:40:43 +03:00
loadMetadata.cpp Less dependencies [#CLICKHOUSE-2] 2018-06-05 22:46:49 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp OR to IN rewrite issue in functions 2018-07-18 09:27:25 +03:00
LogicalExpressionsOptimizer.h
NullableUtils.cpp SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
NullableUtils.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-13 04:27:53 +03:00
PartLog.cpp Merge branch 'master' into replicated-mergetree-mutations 2018-05-28 18:37:30 +03:00
PartLog.h Merge branch 'master' into replicated-mergetree-mutations 2018-05-28 18:37:30 +03:00
PredicateExpressionsOptimizer.cpp Fixed warnings #2015 2018-08-15 00:49:51 +03:00
PredicateExpressionsOptimizer.h Fixed warnings #2015 2018-08-15 00:49:51 +03:00
ProcessList.cpp Fixed failures in utils, more precise test. [#CLICKHOUSE-2910] 2018-06-20 18:41:15 +03:00
ProcessList.h Rewritten ThreadStatus via adding shared thread state. [#CLICKHOUSE-2910] 2018-06-19 23:30:35 +03:00
ProfileEventsExt.cpp clickhouse_common_io does not depend on dbms. [#CLICKHOUSE-2910] 2018-06-21 15:13:56 +03:00
ProfileEventsExt.h clickhouse_common_io does not depend on dbms. [#CLICKHOUSE-2910] 2018-06-21 15:13:56 +03:00
ProjectionManipulation.cpp Applied clang-format #2272 2018-05-07 05:09:44 +03:00
ProjectionManipulation.h Applied clang-format #2272 2018-05-07 05:08:38 +03:00
QueryLog.cpp Merge branch 'master' into CLICKHOUSE-2910 2018-08-14 23:29:42 +03:00
QueryLog.h Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910 2018-06-14 16:04:00 +03:00
QueryPriorities.h
QueryThreadLog.cpp Merging #2482 2018-08-15 00:15:17 +03:00
QueryThreadLog.h Fixed failures in utils, more precise test. [#CLICKHOUSE-2910] 2018-06-20 18:41:15 +03:00
Quota.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
Quota.h Better [#CLICKHOUSE-2]. 2017-12-02 00:13:25 +03:00
RuntimeComponentsFactory.h Merge branch 'master' into geodata 2017-12-01 19:25:27 +03:00
SecurityManager.cpp more consistent ISecurityManager interface: return shared pointer to User to prevent race conditions with loadFromConfig 2017-11-30 17:53:12 +03:00
SecurityManager.h more consistent ISecurityManager interface: return shared pointer to User to prevent race conditions with loadFromConfig 2017-11-30 17:53:12 +03:00
Set.cpp Fixed bad code #2571 2018-07-04 20:28:52 +03:00
Set.h Fixed bad code #2571 2018-07-04 20:28:52 +03:00
Settings.cpp Merge remote-tracking branch 'origin/master' into CLICKHOUSE-2910 2018-06-14 16:04:00 +03:00
Settings.h Merging #2482 2018-08-15 00:35:26 +03:00
SettingsCommon.cpp Allowed to switch between 'basic' and 'best effort' methods of parsing DateTime from text #1710 2018-06-08 06:15:33 +03:00
SettingsCommon.h Better modularity of formats. (#2492) 2018-06-10 22:22:49 +03:00
SetVariants.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-14 06:56:56 +03:00
SetVariants.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-17 08:21:04 +03:00
sortBlock.cpp Fixed half of bad code #2571 2018-07-04 20:28:52 +03:00
sortBlock.h
SpecializedAggregator.h Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2] 2018-06-03 23:39:06 +03:00
SystemLog.cpp [WIP] Introduced query_thread_log. [#CLICKHOUSE-2910] 2018-05-31 18:54:08 +03:00
SystemLog.h Rewritten ThreadStatus via adding shared thread state. [#CLICKHOUSE-2910] 2018-06-19 23:30:35 +03:00
TablesStatus.cpp
TablesStatus.h
ThreadStatusExt.cpp clickhouse_common_io does not depend on dbms. [#CLICKHOUSE-2910] 2018-06-21 15:13:56 +03:00
Users.cpp [CLICKHOUSE-3269] rename isDigit() 2018-07-15 00:22:29 +03:00
Users.h abstractions: runtime components factory + security manager 2017-11-28 04:12:57 +03:00