ClickHouse/dbms/src/Storages
2020-03-09 05:15:19 +03:00
..
Distributed clang-tidy, part 12 2020-03-09 04:22:33 +03:00
Kafka clang-tidy, part 4 2020-03-09 00:40:00 +03:00
LiveView clang-tidy, part 3 2020-03-09 00:29:00 +03:00
MergeTree clang-tidy, part 17 2020-03-09 05:15:19 +03:00
System Adding storage policies and disks while reloading configuration. 2020-03-04 15:10:17 +03:00
tests clang-tidy, part 17 2020-03-09 05:15:19 +03:00
AlterCommands.cpp clang-tidy, part 11 2020-03-09 04:03:43 +03:00
AlterCommands.h Merge branch 'master' into better_defaults 2020-03-05 21:30:46 +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 unused ErrorCodes 2020-02-25 17:35:37 +03:00
getStructureOfRemoteTable.h
IndicesDescription.cpp
IndicesDescription.h
IStorage_fwd.h
IStorage.cpp clang-tidy, part 11 2020-03-09 04:03:43 +03:00
IStorage.h Merge remote-tracking branch 'upstream/master' into alter-ttl 2020-02-23 18:40:42 +03:00
MarkCache.h
MutationCommands.cpp Hopefully merged with matser 2020-02-25 12:49:45 +03:00
MutationCommands.h Fix mutations for polymorphic parts 2020-02-25 16:20:07 +03:00
PartitionCommands.cpp
PartitionCommands.h
ReadInOrderOptimizer.cpp
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 Added some missing ErrorCodes 2020-02-25 21:02:41 +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 clang-tidy, part 11 2020-03-09 04:03:43 +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
StorageFile.cpp clang-tidy, part 11 2020-03-09 04:03:43 +03:00
StorageFile.h clang-tidy, part 11 2020-03-09 04:03:43 +03:00
StorageGenerateRandom.cpp clang-tidy, part 11 2020-03-09 04:03:43 +03:00
StorageGenerateRandom.h Support for NULL as random seed; reordered parameters for convenience 2020-03-07 23:35:55 +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 More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageID.h
StorageInMemoryMetadata.cpp Fix tests and bugs 2020-02-14 16:17:50 +03:00
StorageInMemoryMetadata.h Fix tests and bugs 2020-02-14 16:17:50 +03: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 Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
StorageJoin.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageLog.cpp clang-tidy, part 12 2020-03-09 04:22:33 +03:00
StorageLog.h More comments and remove spaces. 2020-02-20 17:40:58 +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 Merge with master 2020-03-02 11:35:02 +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 pull request #9387 from ClickHouse/fix_another_context_related_segfault 2020-02-28 03:11:49 +03:00
StorageMerge.h fix another Context-related segfault 2020-02-26 18:59:47 +03:00
StorageMergeTree.cpp clang-tidy, part 12 2020-03-09 04:22:33 +03:00
StorageMergeTree.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageMySQL.cpp clang-tidy, part 12 2020-03-09 04:22:33 +03:00
StorageMySQL.h Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageNull.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
StorageNull.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageReplicatedMergeTree.cpp clang-tidy, part 12 2020-03-09 04:22:33 +03:00
StorageReplicatedMergeTree.h clang-tidy, part 12 2020-03-09 04:22:33 +03:00
StorageS3.cpp clang-tidy, part 12 2020-03-09 04:22:33 +03:00
StorageS3.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageSet.cpp Remove excessive empty lines 2020-03-03 05:43:59 +03:00
StorageSet.h
StorageStripeLog.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
StorageStripeLog.h Remove readWithProcessors from IStorage. 2020-02-19 19:07:28 +03:00
StorageTinyLog.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
StorageTinyLog.h More comments and remove spaces. 2020-02-20 17:40:58 +03:00
StorageURL.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +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 Remove excessive empty lines 2020-03-03 05:43:59 +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 clang-tidy, part 12 2020-03-09 04:22:33 +03:00
transformQueryForExternalDatabase.h
VirtualColumnUtils.cpp clang-tidy, part 12 2020-03-09 04:22:33 +03:00
VirtualColumnUtils.h