ClickHouse/dbms/src/Interpreters
2018-02-15 19:20:36 +03:00
..
ClusterProxy Style [#CLICKHOUSE-2] 2018-01-22 07:05:18 +03:00
tests Merge branch 'master' into header-in-input-streams 2018-02-15 19:20:36 +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 Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-09 03:19:58 +03:00
Aggregator.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-09 03:19:58 +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 changed IFunction 2018-02-08 20:18:15 +03:00
castColumn.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 06:52:33 +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 Added docs and requested changes. [#CLICKHOUSE-3346] 2018-01-25 15:45:07 +03:00
Cluster.h Merge branch 'CLICKHOUSE-3346-v310' into CLICKHOUSE-3346 2018-01-11 23:51:30 +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 Internal compiler: write versions in header version mismatch message (using magic) 2018-02-13 21:09:45 +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 Add system_profile config. [#CLICKHOUSE-3558] 2018-02-01 16:53:44 +03:00
Context.h Add system_profile config. [#CLICKHOUSE-3558] 2018-02-01 16:53:44 +03:00
convertFieldToType.cpp Cleanup semantics of data types [#CLICKHOUSE-2]. 2017-12-09 19:17:37 +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 Merge branch 'master' into header-in-input-streams 2018-02-15 19:20:36 +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 Better [#CLICKHOUSE-2]. 2017-12-01 23:21:35 +03:00
EmbeddedDictionaries.h Embedded compiler fixes 2017-12-27 23:07:16 +03:00
evaluateConstantExpression.cpp Revert "Removed questionable code (2) [#CLICKHOUSE-2]." 2017-12-28 07:39:19 +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 Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-07 03:35:44 +03:00
executeQuery.h Fixed logging of DDL queries. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
ExpressionActions.cpp removed prerequisites [#CLICKHOUSE-3550] 2018-02-08 20:18:52 +03:00
ExpressionActions.h changed IFunction 2018-02-08 20:18:15 +03:00
ExpressionAnalyzer.cpp Fixed too deep AST traversal. [#CLICKHOUSE-2] 2018-02-14 20:39:16 +03:00
ExpressionAnalyzer.h Miscellaneous #1763 #320 2018-02-08 20:10:35 +03:00
ExternalDictionaries.cpp Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
ExternalDictionaries.h abstract config repository of user-defined objects (dictionaries, models) 2017-11-28 14:00:07 +03:00
ExternalLoader.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +03:00
ExternalLoader.h abstract config repository of user-defined objects (dictionaries, models) 2017-11-28 14:00:07 +03:00
ExternalLoaderConfigRepository.cpp Make separate libs Common/ZooKeeper and Common/ConfigProcessor (#1749) 2018-01-15 22:07:47 +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 Fixed error [#CLICKHOUSE-2] 2017-11-04 19:46:14 +03:00
InJoinSubqueriesPreprocessor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterAlterQuery.cpp Removed useless code [#CLICKHOUSE-2] 2018-02-08 22:20:24 +03:00
InterpreterAlterQuery.h Removed unsupported functionality [#CLICKHOUSE-2]. 2017-11-18 05:34:00 +03:00
InterpreterCheckQuery.cpp Updated describe query, cluster copier draft. [#CLICKHOUSE-3346] 2018-01-11 21:55:08 +03:00
InterpreterCheckQuery.h Merge branch 'CLICKHOUSE-3346-v310' into CLICKHOUSE-3346 2018-01-11 23:51:30 +03:00
InterpreterCreateQuery.cpp Merge branch 'master' into header-in-input-streams 2018-02-15 19:20:36 +03:00
InterpreterCreateQuery.h Fixed error: if default user had readonly accesss, the server could not start [#CLICKHOUSE-2] 2018-01-19 02:40:32 +03:00
InterpreterDescribeQuery.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-07 03:35:44 +03:00
InterpreterDescribeQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterDropQuery.cpp Merge branch 'master' into CLICKHOUSE-3554 2018-02-08 23:07:50 +03:00
InterpreterDropQuery.h Access to TEMPORARY TABLES for read-only users 2017-12-20 09:52:06 +02:00
InterpreterExistsQuery.cpp Fixed error in prev. revision [#CLICKHOUSE-2] 2018-01-23 22:43:06 +03:00
InterpreterExistsQuery.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-07 03:35:44 +03:00
InterpreterFactory.cpp ISSUES-957 update condition & test 2018-01-12 21:03:35 +08: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' of github.com:yandex/ClickHouse into header-in-input-streams 2018-01-20 04:20:40 +03:00
InterpreterInsertQuery.h ISSUES-957 update condition & test 2018-01-12 21:03:35 +08:00
InterpreterKillQueryQuery.cpp Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-07 03:35:44 +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 Merge branch 'master' into header-in-input-streams 2018-02-15 19:20:36 +03:00
InterpreterSelectQuery.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-09 03:19:58 +03:00
InterpreterSetQuery.cpp Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +03:00
InterpreterSetQuery.h use more typesafe AST objects in ASTCreateQuery [#CLICKHOUSE-3000] 2017-10-20 21:28:41 +03:00
InterpreterShowCreateQuery.cpp Fixed error in prev. revision [#CLICKHOUSE-2] 2018-01-23 22:43:06 +03:00
InterpreterShowCreateQuery.h Added method "getHeader" in IBlockInputStream [#CLICKHOUSE-2] 2018-01-07 03:35:44 +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 Update clusters in SYSTEM DROP DNS query. [#CLICKHOUSE-3478] 2018-01-15 17:57: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 Disable part sendings and fetches before ALTER. [#CLICKHOUSE-3343] 2017-10-12 23:26:54 +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 Merge branch 'master' into header-in-input-streams 2018-01-10 03:05:51 +03:00
Join.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-16 00:32:25 +03:00
Limits.h Add description to system.settings table 2017-11-30 13:50:02 +02: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 Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-17 10:15:13 +03:00
NullableUtils.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-13 04:27:53 +03:00
PartLog.cpp Better system.part_log. [#CLICKHOUSE-3342] 2018-01-25 21:40:02 +03:00
PartLog.h Better system.part_log. [#CLICKHOUSE-3342] 2018-01-25 21:40:02 +03:00
ProcessList.cpp Fixed exception messages [#CLICKHOUSE-2]. 2017-10-25 22:17:37 +03:00
ProcessList.h Core/FieldVisitors.h -> Common/FieldVisitors.h 2017-11-24 16:55:31 +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 Miscellaneous #1853 2018-02-08 18:31:37 +03:00
Set.h merged with master 2018-02-08 20:46:22 +03:00
Settings.cpp Add description to system.settings table 2017-11-30 13:50:02 +02:00
Settings.h Removed setting "distributed_ddl_allow_replicated_alter" [#CLICKHOUSE-2]. 2018-02-06 21:29:35 +03:00
SettingsCommon.h Implemented some suggestions from clang-tidy (part 2) [#CLICKHOUSE-3301]. 2017-09-08 05:37:02 +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 Better system.part_log. [#CLICKHOUSE-3342] 2018-01-25 21:40:02 +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