ClickHouse/dbms/src/Interpreters
2017-08-13 12:18:46 +03:00
..
ClusterProxy Update executeQuery.h 2017-08-13 12:17:09 +03:00
tests Fixed error when huge sets for IN, JOIN, DISTINCT cannot be created with exception message "Cannot mremap... Bad address" [#CLICKHOUSE-2]. 2017-08-11 02:25:51 +03:00
AggregateDescription.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
AggregationCommon.h Rename field in UInt128 2017-07-04 18:10:36 +02:00
Aggregator.cpp reset resulting bucket_num if source blocks are from different buckets [#CLICKHOUSE-3133] 2017-07-25 20:56:09 +03:00
Aggregator.h fix handling of overflow data during external aggregation [#CLICKHOUSE-3133] 2017-07-25 19:56:48 +03:00
AsynchronousMetrics.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +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 Add config-based host name selection. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
Cluster.h Add config-based host name selection. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
CMakeLists.txt Cmake: link ltdl with pocoodbc static only. rename ARM -> ARCH_ARM (#1083) 2017-08-09 23:52:55 +03:00
Compiler.cpp Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
Compiler.h sync master 2017-06-30 22:21:42 +02:00
config_compile.h.in Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
Context.cpp Renamed Singleton to avoid conflicts with Arcadia* codebase [#DEVTOOLS-3343]. 2017-07-10 07:34:14 +03:00
Context.h Misc [#CLICKHOUSE-2]. 2017-07-11 23:12:15 +03:00
convertFieldToType.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
convertFieldToType.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
createBlockSelector.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
createBlockSelector.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
DDLWorker.cpp Add port field. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +03:00
DDLWorker.h Add config-based host name selection. [#CLICKHOUSE-3128] 2017-08-13 12:18:46 +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 ColumnConst unification (#1011) 2017-07-21 09:35:58 +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 Small code enhancements according to clang-tidy. [#CLICKHOUSE-2931] 2017-08-04 17:35:36 +03:00
executeQuery.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
ExpressionActions.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
ExpressionActions.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
ExpressionAnalyzer.cpp added former WITH clause to SELECT query 2017-08-12 00:01:28 +03:00
ExpressionAnalyzer.h Get rid of ASTSet, because it is not really an AST and it lead to bugs [#CLICKHOUSE-3148]. 2017-07-15 06:48:36 +03:00
ExternalDictionaries.cpp Config: Allow multiple dictionaries_config 2017-08-10 06:17:19 +03:00
ExternalDictionaries.h added DatabaseDictionary 2017-06-22 18:44:19 +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
IInterpreter.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
InJoinSubqueriesPreprocessor.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InJoinSubqueriesPreprocessor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterAlterQuery.cpp Use more suitable method hasRealColumn. [#CLICKHOUSE-2896] 2017-07-15 03:21:19 +03:00
InterpreterAlterQuery.h Add check for unexisting column in CLEAR COLUMN. [#CLICKHOUSE-2896] 2017-07-15 03:21:19 +03:00
InterpreterCheckQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterCheckQuery.h Fix missing includes 2017-06-20 17:16:51 +03:00
InterpreterCreateQuery.cpp Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
InterpreterCreateQuery.h Add ALTER queries. [#CLICKHOUSE-5] 2017-06-01 13:49:20 +03:00
InterpreterDescribeQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterDescribeQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterDropQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterDropQuery.h Update doc. [#CLICKHOUSE-5] 2017-06-01 13:49:21 +03:00
InterpreterExistsQuery.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
InterpreterExistsQuery.h Preparations, part 1 [#CLICKHOUSE-31]. 2017-05-23 21:01:50 +03:00
InterpreterFactory.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterFactory.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
InterpreterInsertQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterInsertQuery.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
InterpreterKillQueryQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterKillQueryQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterOptimizeQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterOptimizeQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterRenameQuery.cpp Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
InterpreterRenameQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
InterpreterSelectQuery.cpp correctly choose number of merge threads for external aggregation [#CLICKHOUSE-2] 2017-07-25 22:43:23 +03:00
InterpreterSelectQuery.h Fixed error with selecting number of threads for distributed query processing [#CLICKHOUSE-3115]. 2017-07-04 00:04:10 +03:00
InterpreterSetQuery.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterSetQuery.h Removed SET GLOBAL query. [#MTRSADMIN-3068] 2017-06-20 22:26:59 +03:00
InterpreterShowCreateQuery.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +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 removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
InterpreterShowTablesQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +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 Fixed error [#CLICKHOUSE-3191]. 2017-08-01 00:39:24 +03:00
Join.cpp Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
Join.h Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
Limits.h disabled exception during overriding settings with same value in readonly mode [#CLICKHOUSE-3041] 2017-07-09 20:16:26 +03:00
loadMetadata.cpp Reorganize includes. part 1 (#921) 2017-06-23 23:22:35 +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 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 Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091]. 2017-06-25 03:01:10 +03:00
PartLog.h Preparation: locking block number only after write to filesystem; removed obsolete code [#CLICKHOUSE-3091]. 2017-06-25 03:01:10 +03:00
ProcessList.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +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 Fixed infinite sleeping of low-priority queries. [#CLICKHOUSE-2] 2017-07-09 03:53:13 +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 Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
Set.h Changed Poco::RWLock to std::shared_lock [#APRILDEV-91]. 2017-07-28 20:34:02 +03:00
Settings.cpp disabled exception during overriding settings with same value in readonly mode [#CLICKHOUSE-3041] 2017-07-09 20:16:26 +03:00
Settings.h remove unused setting [#CLICKHOUSE-3151] 2017-08-13 12:17:09 +03:00
SettingsCommon.h Remove mention of UUID type for dictonnary 2017-07-03 18:08:32 +02:00
SetVariants.cpp ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
SetVariants.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
sortBlock.cpp removed typeid_cast from IColumn.h 2017-07-13 23:58:19 +03:00
sortBlock.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
SpecializedAggregator.h Fixed discrepancy in file names [#CLICKHOUSE-2]. 2017-07-12 04:16:01 +03:00
SystemLog.cpp Avoid SIGSEGV in SystemLog destructors. [#CLICKHOUSE-3023] 2017-06-05 17:25:10 +03:00
SystemLog.h Avoid SIGSEGV in SystemLog destructors. [#CLICKHOUSE-3023] 2017-06-05 17:25:10 +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 Removed SET GLOBAL query. [#MTRSADMIN-3068] 2017-06-20 22:26:59 +03:00
Users.h Removed SET GLOBAL query. [#MTRSADMIN-3068] 2017-06-20 22:26:59 +03:00