ClickHouse/src/Storages
Alexey Milovidov b25f126569 Added a test
2020-12-17 04:52:27 +03:00
..
Distributed More forward declaration for generic headers 2020-12-12 17:43:10 +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 Added a test 2020-12-17 04:52:27 +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 More forward declaration for generic headers 2020-12-12 17:43:10 +03:00
tests fixup 2020-12-11 21:16:26 +03:00
AlterCommands.cpp Fix possible name collision in ALTER 2020-11-02 21:37:23 +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 Rename PartDestinationType to DataDestionationType, because there is no part-specific information 2020-05-22 16:29:33 +03:00
extractKeyExpressionList.cpp ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
extractKeyExpressionList.h Better naming 2020-05-28 16:09:03 +03:00
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 Refactor ExpressionActions [Part 3] 2020-11-03 14:28:28 +03:00
IndicesDescription.h Try speedup build (#14809) 2020-09-15 12:55:57 +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 replace Context& to Settings& 2020-11-25 16:47:32 +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 Slightly better interfaces and comments 2020-06-12 12:37:52 +03:00
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 Make metadata single structure 2020-06-05 20:29:40 +03:00
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 rename persistency to persistent 2020-09-18 20:58:27 +08:00
StorageBuffer.cpp replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StorageBuffer.h replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StorageDictionary.cpp Merge pull request #16885 from amosbird/dd 2020-11-12 16:34:21 +03: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
StorageHDFS.cpp Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +03:00
StorageHDFS.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 Merge pull request #17397 from ClickHouse/fix-types-for-read-from-join 2020-11-27 13:37:05 +03:00
StorageJoin.h replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StorageLog.cpp Pass non-const SelectQueryInfo (and drop mutable qualifiers) 2020-10-02 22:42:35 +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 Merge pull request #16048 from ClickHouse/materialized-view-check-stack-size 2020-11-16 12:02:27 +03:00
StorageMaterializedView.h Merge branch 'master' into storage-read-query-plan 2020-11-10 15:02:22 +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 Revert "Fix access rights required for the merge() table function." 2020-12-15 18:07:20 +03:00
StorageMerge.h Revert "Fix access rights required for the merge() table function." 2020-12-15 18:07:20 +03:00
StorageMergeTree.cpp Merge branch 'master' into optimize-data-on-insert 2020-12-08 15:57:46 +03:00
StorageMergeTree.h Pass setting instead of context 2020-12-04 17:01:59 +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 Better locks in Storages 2020-06-18 19:10:47 +03:00
StorageNull.h replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StorageProxy.h replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StorageReplicatedMergeTree.cpp Merge branch 'master' into optimize-data-on-insert 2020-12-15 16:50:42 +03:00
StorageReplicatedMergeTree.h Comment update 2020-12-16 06:03:43 +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 replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StorageSet.h replace Context& to Settings& 2020-11-25 16:47:32 +03:00
StorageStripeLog.cpp Merge branch 'master' into azat-optimize_skip_unused_shards-optimization 2020-11-08 00:17:59 +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 Better comments 2020-06-22 12:49:21 +03:00
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