ClickHouse/dbms/src/Storages
2020-02-25 15:21:11 +03:00
..
Distributed Merge branch 'secure_password' of https://github.com/millb/ClickHouse into secure_password 2020-02-12 13:08:10 +03:00
Kafka More comments and remove spaces. 2020-02-20 17:40:58 +03:00
LiveView Merged with master 2020-02-21 11:47:56 +03:00
MergeTree Removed strange code from MergeTreeIndexSet 2020-02-25 15:12:16 +03:00
System Whitespaces 2020-02-23 04:04:59 +03:00
tests Merge branch 'master' into polymorphic-parts 2020-02-22 20:56:27 +03:00
AlterCommands.cpp Better error codes and exception messages, remove duplicated headers 2020-02-20 13:04:15 +03:00
AlterCommands.h Better error codes and exception messages, remove duplicated headers 2020-02-20 13:04:15 +03:00
CheckResults.h
CMakeLists.txt
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h add comments 2020-02-21 19:53:33 +03:00
ColumnsDescription.cpp Stop flattening unnamed nested tuples 2020-01-27 23:26:39 +03:00
ColumnsDescription.h
CompressionCodecSelector.h
ConstraintsDescription.cpp
ConstraintsDescription.h
getStructureOfRemoteTable.cpp
getStructureOfRemoteTable.h
IndicesDescription.cpp
IndicesDescription.h
IStorage_fwd.h get rid of StorageWeakPtr 2020-01-14 19:54:25 +03:00
IStorage.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:02:37 +03:00
IStorage.h Merge remote-tracking branch 'upstream/master' into alter-ttl 2020-02-23 18:40:42 +03:00
MarkCache.h Make "mark_cache_min_lifetime" setting obsolete 2019-12-31 05:47:10 +03:00
MutationCommands.cpp add query 'ALTER ... MATERIALIZE TTL' 2020-01-24 13:53:14 +03:00
MutationCommands.h Merge remote-tracking branch 'upstream/master' into alter-ttl 2020-02-23 18:40:42 +03:00
PartitionCommands.cpp fix merge conflict 2019-12-17 08:20:54 +01:00
PartitionCommands.h
ReadInOrderOptimizer.cpp Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
ReadInOrderOptimizer.h improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +03:00
registerStorages.cpp Build fixes. Arm, minimal build 2019-12-20 17:46:00 +03:00
registerStorages.h Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
SelectQueryInfo.h Added force_tree_shaped_pipeline flag to SelectQueryInfo. 2020-02-17 13:42:14 +03:00
StorageBuffer.cpp Merge branch 'master' into fix_expressions_in_metadata 2020-02-22 03:17:15 +03:00
StorageBuffer.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageDictionary.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageDictionary.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageDistributed.cpp Merge branch 'master' into fix_expressions_in_metadata 2020-02-22 03:17:15 +03:00
StorageDistributed.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageFactory.cpp fold constant expressions in storage engine arguments 2020-02-20 17:13:43 +03:00
StorageFactory.h Add replication and deduplication properties. 2020-01-27 17:14:49 +03:00
StorageFile.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageFile.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageHDFS.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageHDFS.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageID.h fix empty table name 2020-01-09 19:01:44 +03:00
StorageInMemoryMetadata.h ALTER <materialized view name> MODIFY QUERY <select_query> 2020-01-30 14:12:49 +00:00
StorageInput.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageInput.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageJoin.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageJoin.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageLog.cpp Merge pull request #8929 from ClickHouse/more-processors-for-storages 2020-02-21 17:39:12 +03:00
StorageLog.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageLogSettings.cpp Rename disk_name -> disk. 2020-02-19 17:50:39 +03:00
StorageLogSettings.h Log family storages disk support via 'SETTINGS' clause. 2020-02-18 17:41:30 +03:00
StorageMaterializedView.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageMaterializedView.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageMemory.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageMemory.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageMerge.cpp Merge branch 'master' into fix_expressions_in_metadata 2020-02-22 03:17:15 +03:00
StorageMerge.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageMergeTree.cpp Minor modifications 2020-02-25 15:21:11 +03:00
StorageMergeTree.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageMySQL.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageMySQL.h Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageNull.cpp Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
StorageNull.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageReplicatedMergeTree.cpp Merge remote-tracking branch 'upstream/master' into alter-ttl 2020-02-23 18:40:42 +03:00
StorageReplicatedMergeTree.h Merge branch 'master' into polymorphic-parts 2020-02-22 20:56:27 +03:00
StorageS3.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageS3.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageSet.cpp better constructors of storages 2019-12-26 20:04:08 +03:00
StorageSet.h better constructors of storages 2019-12-26 20:04:08 +03:00
StorageStripeLog.cpp Merge pull request #8929 from ClickHouse/more-processors-for-storages 2020-02-21 17:39:12 +03:00
StorageStripeLog.h Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageTinyLog.cpp Merge pull request #8929 from ClickHouse/more-processors-for-storages 2020-02-21 17:39:12 +03:00
StorageTinyLog.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageURL.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageURL.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageValues.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageValues.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageView.cpp Merge branch 'master' into fix/ISSUES-8971 2020-02-23 04:16:23 +03:00
StorageView.h Merge branch 'master' into fix/ISSUES-8971 2020-02-23 04:16:23 +03:00
StorageXDBC.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageXDBC.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
TableStructureLockHolder.h
transformQueryForExternalDatabase.cpp Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
transformQueryForExternalDatabase.h
VirtualColumnUtils.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
VirtualColumnUtils.h