ClickHouse/src/Storages
2020-12-22 16:48:10 +03:00
..
Distributed More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
HDFS yandex/clickhouse-kerberized-hadoop + missed header 2020-12-16 14:48:33 +03:00
Kafka Fix typo in KafkaSettings comments 2020-12-14 00:38:10 +03:00
LiveView Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
MergeTree Merge branch 'master' into Enmk-Optimize_deduplicate 2020-12-20 09:57:10 +03:00
RabbitMQ More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
RocksDB fixup 2020-12-11 18:57:26 +03:00
System Show create query for temporary tables in system.tables 2020-12-17 11:42:25 +03:00
tests Merge branch 'master' into try_rewrite_writer 2020-12-14 10:30:01 +03:00
AlterCommands.cpp Fix remove TTL for column 2020-12-16 10:26:18 +03:00
AlterCommands.h Alter remove column properties and TTLs (#14742) 2020-09-20 16:27:33 +03:00
CheckResults.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
CMakeLists.txt RFC: Add metadata section to MergeTreeWriteAheadLog 2020-10-19 12:16:31 +01:00
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnDependency.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ColumnsDescription.cpp fixup 2020-11-19 20:16:45 +03:00
ColumnsDescription.h Recursive defaults 2020-10-02 15:38:50 +03:00
CompressionCodecSelector.h Check for #pragma once in headers 2020-10-10 21:37:02 +03:00
ConstraintsDescription.cpp Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
ConstraintsDescription.h Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
DataDestinationType.h
extractKeyExpressionList.cpp ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
extractKeyExpressionList.h
getStructureOfRemoteTable.cpp Add new remote context as interpreter context to the Pipe 2020-12-12 17:43:10 +03:00
getStructureOfRemoteTable.h Pass through *_for_user settings via Distributed with cluster-secure 2020-10-03 02:04:47 +03:00
IndicesDescription.cpp One more time 2020-12-14 16:05:48 +03:00
IndicesDescription.h One more time 2020-12-14 16:06:11 +03:00
IStorage_fwd.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
IStorage.cpp Merge branch 'master' into storage-read-query-plan 2020-11-10 15:02:22 +03:00
IStorage.h OPTIMIZE DEDUPLICATE BY columns 2020-12-07 09:44:07 +03:00
JoinSettings.cpp Better exceptions rethrow 2020-10-26 06:35:57 +03:00
JoinSettings.h rename persistency to persistent 2020-09-18 20:58:27 +08:00
KeyDescription.cpp Merge branch 'master' into actions-dag-f14 2020-11-03 15:21:06 +03:00
KeyDescription.h
MarkCache.h Fix cache size calculation 2020-11-27 16:17:10 +03:00
MutationCommands.cpp ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
MutationCommands.h ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
PartitionCommands.cpp ALTER TABLE ... DROP|DETACH PART for ReplicatedMergeTree 2020-09-07 17:01:45 +01:00
PartitionCommands.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ReadInOrderOptimizer.cpp Remove some redundant includes to speed up build 2020-12-11 02:58:11 +03:00
ReadInOrderOptimizer.h Do not pass StoragePtr to ReadInOrderOptimizer::getInputOrder() 2020-11-03 21:22:46 +03:00
registerStorages.cpp Make code slightly better 2020-11-11 09:08:53 +08:00
registerStorages.h Make code slightly better 2020-11-11 09:08:53 +08:00
SelectQueryDescription.cpp fix 2020-11-02 10:46:58 +00:00
SelectQueryDescription.h
SelectQueryInfo.h Some renames. 2020-11-11 19:52:27 +03:00
SetSettings.cpp Better exceptions rethrow 2020-10-26 06:35:57 +03:00
SetSettings.h Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageBuffer.cpp Merge pull request #18329 from azat/buffer-rollback-fix 2020-12-22 09:30:53 +03:00
StorageBuffer.h OPTIMIZE DEDUPLICATE BY columns 2020-12-07 09:44:07 +03:00
StorageDictionary.cpp Fix for tiny issue #13850 2020-12-14 15:31:10 +01:00
StorageDictionary.h Disable ATTACH/DETACH TABLE <DICTIONARY> 2020-11-11 23:04:49 +08:00
StorageDistributed.cpp Fix optimize_distributed_group_by_sharding_key for query with OFFSET only (#16996) 2020-12-02 20:11:39 +03:00
StorageDistributed.h Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageFactory.cpp add review suggestions 2020-09-26 22:18:28 +03:00
StorageFactory.h
StorageFile.cpp implement ATTACH TABLE name FROM 'path/to/data/ 2020-12-08 17:15:23 +03:00
StorageFile.h Merge pull request #16591 from ClickHouse/aku/create-file 2020-11-09 14:15:42 +03:00
StorageGenerateRandom.cpp Fixed 01087_table_function_generate for DateTime64 2020-11-14 09:28:52 +03:00
StorageGenerateRandom.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageInMemoryMetadata.cpp remove more stringstreams 2020-11-10 21:22:26 +03:00
StorageInMemoryMetadata.h Recompress TTLs in memory metadata 2020-08-31 15:12:51 +03:00
StorageInput.cpp Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageInput.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageJoin.cpp Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageJoin.h Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageLog.cpp Removed getPageSize from small files 2020-12-16 17:38:17 +03:00
StorageLog.h Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
StorageLogSettings.cpp
StorageLogSettings.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
StorageMaterializedView.cpp OPTIMIZE DEDUPLICATE BY columns 2020-12-07 09:44:07 +03:00
StorageMaterializedView.h OPTIMIZE DEDUPLICATE BY columns 2020-12-07 09:44:07 +03:00
StorageMaterializeMySQL.cpp Merge branch 'master' into allow_atomic_database_inside_materialize_mysql 2020-12-13 17:56:50 +03:00
StorageMaterializeMySQL.h Merge branch 'master' into allow_atomic_database_inside_materialize_mysql 2020-12-02 18:29:02 +03:00
StorageMemory.cpp Fixed style issues 2020-12-14 00:50:55 +03:00
StorageMemory.h Changed BlocksList to Blocks 2020-12-14 00:21:25 +03:00
StorageMerge.cpp Fix access rights required for the merge() table function. 2020-12-17 12:29:07 +03:00
StorageMerge.h Fix access rights required for the merge() table function. 2020-12-17 12:29:07 +03:00
StorageMergeTree.cpp Fix accident stop merges for merge tree 2020-12-22 16:46:09 +03:00
StorageMergeTree.h Fix comment 2020-12-22 16:48:10 +03:00
StorageMongoDB.cpp Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageMongoDB.h Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageMySQL.cpp Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageMySQL.h Make global_context consistent. 2020-11-20 18:23:14 +08:00
StorageNull.cpp
StorageNull.h replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StorageProxy.h OPTIMIZE DEDUPLICATE BY columns 2020-12-07 09:44:07 +03:00
StorageReplicatedMergeTree.cpp Merge branch 'master' into Enmk-Optimize_deduplicate 2020-12-20 09:57:10 +03:00
StorageReplicatedMergeTree.h Merge branch 'master' into Enmk-Optimize_deduplicate 2020-12-20 09:57:10 +03:00
StorageS3.cpp Merge remote-tracking branch 'origin/master' into s3-adaptive-single-part-upload 2020-12-11 18:28:41 +03:00
StorageS3.h Adaptive choose of single/multi part upload in WriteBufferFromS3. 2020-12-09 17:09:04 +03:00
StorageS3Settings.cpp Added proper authentication for S3 client (#16856) 2020-12-10 12:19:42 +03:00
StorageS3Settings.h Added proper authentication for S3 client (#16856) 2020-12-10 12:19:42 +03:00
StorageSet.cpp Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageSet.h Use IDisk in Set and Join storages 2020-12-16 14:58:44 +03:00
StorageStripeLog.cpp Removed getPageSize from small files 2020-12-16 17:38:17 +03:00
StorageStripeLog.h Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
StorageTableFunction.h Remove Converting transform and step. 2020-11-17 20:16:55 +03:00
StorageTinyLog.cpp Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageTinyLog.h Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
StorageURL.cpp More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
StorageURL.h More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
StorageValues.cpp Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
StorageValues.h Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +03:00
StorageView.cpp Remove Converting transform and step. 2020-11-17 20:16:55 +03:00
StorageView.h Merge branch 'master' into storage-read-query-plan 2020-11-10 15:02:22 +03:00
StorageXDBC.cpp More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
StorageXDBC.h Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
TableLockHolder.h
transformQueryForExternalDatabase.cpp remove more stringstreams 2020-11-10 21:22:26 +03:00
transformQueryForExternalDatabase.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
TTLDescription.cpp Add comments. Update ActionsDAG::Index 2020-11-10 17:54:59 +03:00
TTLDescription.h Add recompression TTL parser 2020-08-31 14:35:53 +03:00
TTLMode.h Add recompression TTL parser 2020-08-31 14:35:53 +03:00
VirtualColumnUtils.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
VirtualColumnUtils.h Replace useless multiset with unordered_set 2020-09-25 16:38:09 +08:00
ya.make execute_merges_on_single_replica 2020-11-18 08:45:33 +01:00
ya.make.in Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00