ClickHouse/dbms/src/Storages
2020-03-29 23:28:49 +03:00
..
Distributed Add test 2020-03-27 03:28:12 +03:00
Kafka Update ReadBufferFromKafkaConsumer.cpp 2020-03-26 21:10:35 +03:00
LiveView Removed garbage 2020-03-28 13:26:23 +03:00
MergeTree Merge pull request #9916 from CurtizJ/fix-marks-count 2020-03-29 04:39:43 +03:00
System Add comments for columns of temporary tables in StorageSystemTables 2020-03-29 17:56:21 +03:00
tests Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
AlterCommands.cpp Fixed style 2020-03-22 05:52:44 +03:00
AlterCommands.h Remove alter transaction!!! 2020-03-17 16:49:50 +03:00
CheckResults.h
CMakeLists.txt
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h clang-tidy, part 11 2020-03-09 04:03:43 +03:00
ColumnDependency.h add comments 2020-02-21 19:53:33 +03:00
ColumnsDescription.cpp Review and style fixes 2020-03-03 15:51:41 +03:00
ColumnsDescription.h Restrict select queries in default expressions. Unify default checks in ALTER and CREATE queries. 2020-03-03 13:02:43 +03:00
CompressionCodecSelector.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
ConstraintsDescription.cpp
ConstraintsDescription.h
getStructureOfRemoteTable.cpp remove Context::getTable() 2020-03-06 23:38:19 +03:00
getStructureOfRemoteTable.h remove Context::getTable() 2020-03-06 23:38:19 +03:00
IndicesDescription.cpp
IndicesDescription.h
IStorage_fwd.h Accept const IStorage in SyntaxAnalyzer 2020-03-24 21:06:55 +03:00
IStorage.cpp Remove some of the garbage from code 2020-03-28 05:26:48 +03:00
IStorage.h Remove some of the garbage from code 2020-03-28 05:26:48 +03:00
MarkCache.h
MutationCommands.cpp Remove alter transaction!!! 2020-03-17 16:49:50 +03:00
MutationCommands.h Update MutationCommands.h 2020-03-22 03:50:06 +03:00
PartitionCommands.cpp Fix build errors 2020-03-17 20:22:41 +03:00
PartitionCommands.h Fix build errors 2020-03-17 20:22:41 +03:00
ReadInOrderOptimizer.cpp Revert accident changes 2020-03-19 18:12:22 +03:00
ReadInOrderOptimizer.h
registerStorages.cpp Fixed build 2020-03-06 05:19:28 +03:00
registerStorages.h Fixed build 2020-03-06 05:19:28 +03:00
SelectQueryInfo.h Added force_tree_shaped_pipeline flag to SelectQueryInfo. 2020-02-17 13:42:14 +03:00
StorageBuffer.cpp Implement totalRows() for StorageBuffer 2020-03-29 23:28:49 +03:00
StorageBuffer.h Implement totalRows() for StorageBuffer 2020-03-29 23:28:49 +03:00
StorageDictionary.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageDictionary.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageDistributed.cpp Install storage_policy for Distributed tables (follow-up for #8756) 2020-03-29 17:56:21 +03:00
StorageDistributed.h Install storage_policy for Distributed tables (follow-up for #8756) 2020-03-29 17:56:21 +03:00
StorageFactory.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
StorageFactory.h Add replication and deduplication properties. 2020-01-27 17:14:49 +03:00
StorageFile.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
StorageFile.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageGenerateRandom.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
StorageGenerateRandom.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageHDFS.cpp Merge branch 'master' of github.com:yandex/ClickHouse into errorcodes-style 2020-02-26 17:16:22 +03:00
StorageHDFS.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageInMemoryMetadata.cpp Added most of bugprone checks 2020-03-18 19:51:20 +03:00
StorageInMemoryMetadata.h Fix tests and bugs 2020-02-14 16:17:50 +03:00
StorageInput.cpp improve temporary tables 2020-03-10 22:36:17 +03:00
StorageInput.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageJoin.cpp Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
StorageJoin.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageLog.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
StorageLog.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageLogSettings.cpp clang-tidy, part 12 2020-03-09 04:22:33 +03:00
StorageLogSettings.h Log family storages disk support via 'SETTINGS' clause. 2020-02-18 17:41:30 +03:00
StorageMaterializedView.cpp Remove useless code around locks 2020-03-28 05:09:29 +03:00
StorageMaterializedView.h Use overload over default value for IStorage::getQueryProcessingStage() 2020-03-24 21:00:57 +03:00
StorageMemory.cpp Implement totalRows() for StorageMemory 2020-03-29 23:28:49 +03:00
StorageMemory.h Implement totalRows() for StorageMemory 2020-03-29 23:28:49 +03:00
StorageMerge.cpp Remove useless code around locks 2020-03-28 05:09:29 +03:00
StorageMerge.h Use overload over default value for IStorage::getQueryProcessingStage() 2020-03-24 21:00:57 +03:00
StorageMergeTree.cpp Remove some of the garbage from code 2020-03-28 05:26:48 +03:00
StorageMergeTree.h Merge pull request #9606 from ClickHouse/alter_on_top_of_mutations_merge_tree 2020-03-22 03:56:25 +03:00
StorageMySQL.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
StorageMySQL.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageNull.cpp Merge branch 'master' into split_databases_from_context 2020-03-02 17:57:54 +03:00
StorageNull.h Implement totalRows() for StorageNull 2020-03-29 23:28:49 +03:00
StorageReplicatedMergeTree.cpp Remove some of the garbage from code 2020-03-28 05:26:48 +03:00
StorageReplicatedMergeTree.h Fix race condition between optimize and drop 2020-03-27 13:53:04 +03:00
StorageS3.cpp Merge branch 'master' into split_databases_from_context 2020-03-12 15:09:41 +03:00
StorageS3.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageSet.cpp Remove excessive empty lines 2020-03-03 05:43:59 +03:00
StorageSet.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageStripeLog.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
StorageStripeLog.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageTinyLog.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
StorageTinyLog.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageURL.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
StorageURL.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageValues.cpp Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageValues.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +03:00
StorageView.cpp clang-tidy, part 2 2020-03-18 03:57:00 +03:00
StorageView.h Added most of clang-static-analyzer checks 2020-03-20 21:53:35 +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 Fix build 2020-03-28 12:40:06 +03:00
transformQueryForExternalDatabase.cpp Evaluate constant expressions for optimize_skip_unused_shards 2020-03-22 19:30:36 +03:00
transformQueryForExternalDatabase.h
VirtualColumnUtils.cpp clang-tidy, part 12 2020-03-09 04:22:33 +03:00
VirtualColumnUtils.h