ClickHouse/dbms/src/Interpreters
2018-04-02 21:01:25 +03:00
..
ClusterProxy Add max_network_bandwidth_for_all_users setting. [#CLICKHOUSE-2] (#2137) 2018-03-29 16:24:36 +03:00
tests SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
AggregateDescription.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
AggregationCommon.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-13 04:27:53 +03:00
Aggregator.cpp Fixed wording #245 2018-03-10 02:23:15 +03:00
Aggregator.h Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
AsynchronousMetrics.cpp Fixed error [#CLICKHOUSE-2] 2017-11-04 19:46:14 +03:00
AsynchronousMetrics.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
castColumn.cpp Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
castColumn.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 06:52:33 +03:00
ClientInfo.cpp SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
ClientInfo.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Cluster.cpp Allow use encryption for distributed tables (#2065) 2018-03-29 04:41:06 +03:00
Cluster.h Allow use encryption for distributed tables (#2065) 2018-03-29 04:41:06 +03:00
CMakeLists.txt Internal compiler: write versions in header version mismatch message (using magic) 2018-02-13 21:09:45 +03:00
Compiler.cpp Better [#CLICKHOUSE-2] 2018-03-03 18:36:20 +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 Fixed exception catching thrown from compiled .so files. [#CLICKHOUSE-3573] 2018-02-12 23:33:31 +03:00
Context.cpp SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
Context.h SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
convertFieldToType.cpp Fixed bad code #1947 2018-02-28 07:30:27 +03:00
convertFieldToType.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
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 Using different ZooKeeper library (development) [#CLICKHOUSE-2] 2018-03-25 03:15:52 +03:00
DDLWorker.h Remove extra Context reference and add required ones. Part 2. [#CLICKHOUSE-3117] 2017-09-06 04:18:07 +03:00
DictionaryFactory.cpp added ExternalLoader [#CLICKHOUSE-3305] 2017-10-06 13:31:06 +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 Better UNION ALL: development #1947 2018-02-26 12:05:06 +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 Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
executeQuery.h Fixed logging of DDL queries. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ExpressionActions.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
ExpressionActions.h Fixed error with order of columns in FULL JOIN that may lead to segfault [#CLICKHOUSE-2] 2018-02-21 11:16:01 +03:00
ExpressionAnalyzer.cpp Fixed false positive error messages for queries with IN and ARRAY JOIN. [#CLICKHOUSE-2] 2018-03-16 17:11:49 +03:00
ExpressionAnalyzer.h Removed useless method [#CLICKHOUSE-2] 2018-03-08 05:16:03 +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 SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
ExternalLoader.h SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +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 Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
getClusterName.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
IExternalLoadable.h added system.models [#CLICKHOUSE-3477] 2017-12-04 16:32:49 +03:00
IExternalLoaderConfigRepository.h abstract config repository of user-defined objects (dictionaries, models) 2017-11-28 14:00:07 +03:00
IInterpreter.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
InJoinSubqueriesPreprocessor.cpp Simplification of AST #1947 2018-02-26 06:40:20 +03:00
InJoinSubqueriesPreprocessor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterAlterQuery.cpp rename for clarity 2018-03-13 18:00:28 +03:00
InterpreterAlterQuery.h Removed unsupported functionality [#CLICKHOUSE-2]. 2017-11-18 05:34:00 +03:00
InterpreterCheckQuery.cpp Show error to client if query was killed (#1989) 2018-03-06 00:09:39 +03:00
InterpreterCheckQuery.h Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-20 04:14:38 +03:00
InterpreterCreateQuery.cpp SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
InterpreterCreateQuery.h use ColumnsDescription everywhere [#CLICKHOUSE-3241] 2018-03-12 22:07:48 +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 add shutdowns everywhere [#CLICKHOUSE-3664] 2018-03-24 12:08:32 +00:00
InterpreterDropQuery.h Access to TEMPORARY TABLES for read-only users 2017-12-20 09:52:06 +02: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 SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
InterpreterFactory.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterInsertQuery.cpp Merge branch 'master' into refactor-table-declaration 2018-03-14 05:35:50 +03:00
InterpreterInsertQuery.h Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-19 03:45:32 +03:00
InterpreterKillQueryQuery.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
InterpreterKillQueryQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterOptimizeQuery.cpp allow arbitrary partition literals in ALTER PARTITION queries [#CLICKHOUSE-3000] 2017-09-26 20:40:02 +03:00
InterpreterOptimizeQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterRenameQuery.cpp Better [#CLICKHOUSE-2]. 2017-12-02 00:13:25 +03:00
InterpreterRenameQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterSelectQuery.cpp Fixed error with timeout of distributed queries, part 1 #217 [#CLICKHOUSE-1942] 2018-04-02 21:01:25 +03:00
InterpreterSelectQuery.h Fixed Illegal PREWHERE error for Merge tables over Distributed. [#CLICKHOUSE-3637] 2018-03-12 18:14:26 +03:00
InterpreterSelectWithUnionQuery.cpp Execute table functions once for a query [#CLICKHOUSE-3615] 2018-03-02 08:44:17 +03:00
InterpreterSelectWithUnionQuery.h Better UNION ALL: development #1947 2018-02-27 23:16:58 +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 SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
InterpreterShowCreateQuery.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +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 Fixed build #1824 2018-02-08 22:53:34 +03:00
InterpreterShowTablesQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterSystemQuery.cpp added SYSTEM RELOAD CONFIG query [#CLICKHOUSE-3591] 2018-03-13 13:41:47 +03:00
InterpreterSystemQuery.h Add SYSTEM KILL and SHUTDOWN implementations. [#CLICKHOUSE-2931] 2017-08-28 20:27:16 +03:00
InterpreterUseQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterUseQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterserverIOHandler.h Better name [#CLICKHOUSE-2] 2018-03-02 21:51:59 +03: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 Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
Join.h Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
loadMetadata.cpp Merge remote-tracking branch 'origin/master' into CLICKHOUSE-3346 2018-01-22 20:31:08 +03:00
loadMetadata.h Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
LogicalExpressionsOptimizer.cpp Translated comments 2017-04-02 20:37:49 +03:00
LogicalExpressionsOptimizer.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
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 SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
PartLog.h Better system.part_log. [#CLICKHOUSE-3342] 2018-01-25 21:40:02 +03:00
ProcessList.cpp Add max_network_bandwidth_for_all_users setting. [#CLICKHOUSE-2] (#2137) 2018-03-29 16:24:36 +03:00
ProcessList.h Add max_network_bandwidth_for_all_users setting. [#CLICKHOUSE-2] (#2137) 2018-03-29 16:24:36 +03:00
QueryLog.cpp Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-15 21:23:05 +03:00
QueryLog.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
QueryPriorities.h Fixed infinite sleeping of low-priority queries. [#CLICKHOUSE-2] 2017-07-09 03:53:13 +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 Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
Set.h Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
Settings.cpp Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +03:00
Settings.h Add max_network_bandwidth_for_all_users setting. [#CLICKHOUSE-2] (#2137) 2018-03-29 16:24:36 +03:00
SettingsCommon.h Merged Limits to Settings [#CLICKHOUSE-2021] 2018-03-11 03:15:26 +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 warnings found by cppcheck [#CLICKHOUSE-3300]. 2017-09-08 00:04:48 +03:00
sortBlock.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
SpecializedAggregator.h Fixed warning in SpecializedAggregator.h [#CLICKHOUSE-2]. 2017-12-19 20:48:08 +03:00
SystemLog.cpp Avoid SIGSEGV in SystemLog destructors. [#CLICKHOUSE-3023] 2017-06-05 17:25:10 +03:00
SystemLog.h Update SystemLog.h 2018-03-29 23:54:57 +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 Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
Users.h abstractions: runtime components factory + security manager 2017-11-28 04:12:57 +03:00