ClickHouse/src/Storages
2021-05-14 02:58:26 +03:00
..
Distributed Poco::Path to fs::path, less concatination 2021-05-09 14:59:49 +03:00
examples Less manual concatenation of paths 2021-05-08 13:59:55 +03:00
HDFS Less manual concatenation of paths 2021-05-08 13:59:55 +03:00
Kafka Add logging about pushing to underlying in StorageKafka 2021-04-14 23:15:31 +03:00
LiveView add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
MergeTree Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs 2021-05-14 02:58:26 +03:00
PostgreSQL Review fixes 2021-05-07 12:05:34 +00:00
RabbitMQ Fix warnings by PVS-Studio 2021-05-08 23:57:08 +03:00
RocksDB Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs 2021-05-08 17:49:05 +03:00
System Merge pull request #20202 from amosbird/projection 2021-05-12 09:38:07 +03:00
tests add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
AlterCommands.cpp Projections 2021-05-11 18:12:23 +08:00
AlterCommands.h Projections 2021-05-11 18:12:23 +08:00
CheckResults.h
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ColumnDependency.h Projections 2021-05-11 18:12:23 +08:00
ColumnsDescription.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ColumnsDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
CompressionCodecSelector.h
ConstraintsDescription.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ConstraintsDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DataDestinationType.h
extractKeyExpressionList.cpp
extractKeyExpressionList.h
getStructureOfRemoteTable.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
getStructureOfRemoteTable.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IndicesDescription.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IndicesDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IStorage_fwd.h
IStorage.cpp Use ActionsDAG to rewrite projection queries 2021-05-11 18:12:27 +08:00
IStorage.h Merge pull request #24066 from azat/buffer-total-lock-contention 2021-05-13 11:15:06 +03:00
JoinSettings.cpp
JoinSettings.h
KeyDescription.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
KeyDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
MarkCache.h
MemorySettings.cpp In memory compression: a prototype 2021-02-11 16:40:15 +03:00
MemorySettings.h Disable in-memory compression by default 2021-02-19 12:02:18 +03:00
MutationCommands.cpp Projections 2021-05-11 18:12:23 +08:00
MutationCommands.h Projections 2021-05-11 18:12:23 +08:00
PartitionCommands.cpp More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
PartitionCommands.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
ProjectionsDescription.cpp Remove projection type ast 2021-05-11 18:12:29 +08:00
ProjectionsDescription.h Use ActionsDAG to rewrite projection queries 2021-05-11 18:12:27 +08:00
ReadInOrderOptimizer.cpp Fix read in order optimization of COLLATE is present #22379 2021-04-20 21:20:45 +03:00
ReadInOrderOptimizer.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
registerStorages.cpp Make common class for external storages 2021-03-27 17:12:47 +00:00
registerStorages.h
SelectQueryDescription.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
SelectQueryDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
SelectQueryInfo.h More fixes 2021-05-11 18:12:28 +08:00
SetSettings.cpp
SetSettings.h
StorageBuffer.cpp Merge pull request #24066 from azat/buffer-total-lock-contention 2021-05-13 11:15:06 +03:00
StorageBuffer.h Merge pull request #24066 from azat/buffer-total-lock-contention 2021-05-13 11:15:06 +03:00
StorageDictionary.cpp Fixed code review issues 2021-04-27 22:09:03 +03:00
StorageDictionary.h Fixed code review issues 2021-04-27 22:09:03 +03:00
StorageDistributed.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs 2021-05-12 16:54:18 +03:00
StorageDistributed.h add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
StorageExternalDistributed.cpp Review fixes 2021-05-07 12:05:34 +00:00
StorageExternalDistributed.h Fix checks 2021-04-21 19:53:38 +00:00
StorageFactory.cpp Projections 2021-05-11 18:12:23 +08:00
StorageFactory.h Projections 2021-05-11 18:12:23 +08:00
StorageFile.cpp Less manual concatenation of paths 2021-05-08 13:59:55 +03:00
StorageFile.h Change in Storages/* 2021-04-27 16:49:37 +03:00
StorageGenerateRandom.cpp Support for big integers and decimals in GenerateRandom 2021-05-04 20:41:46 +03:00
StorageGenerateRandom.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageInMemoryMetadata.cpp Remove copy constructor from ProjectionDescription 2021-05-11 18:12:27 +08:00
StorageInMemoryMetadata.h Projections 2021-05-11 18:12:23 +08:00
StorageInput.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageInput.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageJoin.cpp Fix warnings by PVS-Studio 2021-05-08 23:57:08 +03:00
StorageJoin.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageLog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageLog.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageLogSettings.cpp
StorageLogSettings.h
StorageMaterializedView.cpp add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
StorageMaterializedView.h add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
StorageMaterializeMySQL.cpp Update src/Storages/StorageMaterializeMySQL.cpp 2021-04-20 15:38:02 +03:00
StorageMaterializeMySQL.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageMemory.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageMemory.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageMerge.cpp Try to merge projectons faster. 2021-05-11 18:12:26 +08:00
StorageMerge.h add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
StorageMergeTree.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs 2021-05-14 02:58:26 +03:00
StorageMergeTree.h Projections 2021-05-11 18:12:23 +08:00
StorageMongoDB.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageMongoDB.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageMySQL.cpp Merge pull request #23319 from ClickHouse/mysql-insert-without-database 2021-04-20 19:30:44 +03:00
StorageMySQL.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageNull.cpp Fix CLEAR COLUMN does not work after #21303 2021-04-30 05:02:32 +00:00
StorageNull.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StoragePostgreSQL.cpp Review fixes 2021-05-07 12:05:34 +00:00
StoragePostgreSQL.h Review fixes 2021-05-07 12:05:34 +00:00
StorageProxy.h add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
StorageReplicatedMergeTree.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs 2021-05-12 16:54:18 +03:00
StorageReplicatedMergeTree.h fix 2021-05-07 20:09:39 +03:00
StorageS3.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into poco-file-to-std-fs 2021-05-11 16:49:23 +03:00
StorageS3.h Removed infinite retries. 2021-04-19 11:02:36 +03:00
StorageS3Cluster.cpp add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
StorageS3Cluster.h add metadata_snapshot to getQueryProcessingStage 2021-05-11 18:12:26 +08:00
StorageS3Settings.cpp Added region parameter for S3 storage and disk. 2021-05-01 20:45:35 +03:00
StorageS3Settings.h Added region parameter for S3 storage and disk. 2021-05-01 20:45:35 +03:00
StorageSet.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageSet.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageStripeLog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageStripeLog.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageTableFunction.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageTinyLog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageTinyLog.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageURL.cpp Fix OpenTelemetry 2021-05-05 01:42:14 +03:00
StorageURL.h Add failover 2021-04-21 14:39:51 +00:00
StorageValues.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageValues.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageView.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageView.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
StorageXDBC.cpp Fix 2021-04-17 09:00:58 +00:00
StorageXDBC.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TableLockHolder.h
transformQueryForExternalDatabase.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
transformQueryForExternalDatabase.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TTLDescription.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TTLDescription.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TTLMode.h
VirtualColumnUtils.cpp Fix invalid virtual column expr 2021-04-21 10:29:03 +08:00
VirtualColumnUtils.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ya.make More fixes 2021-05-11 18:12:28 +08:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00