ClickHouse/dbms/src/Storages
2019-12-11 13:24:20 +03:00
..
Distributed Simplify format of the header of data sending to a shard in a distributed query. 2019-12-05 13:34:25 +03:00
Kafka Update KafkaBlockInputStream.cpp 2019-12-09 00:03:09 +03:00
LiveView Fixed compile errors on macOS Catalina 2019-11-01 23:33:43 +07:00
MergeTree Removed redundant template from updateTTL() method. 2019-12-11 13:24:20 +03:00
System Update contributors 2019-12-11 06:13:33 +03:00
tests More simple 2019-12-03 02:50:53 +03:00
AlterCommands.cpp Rename method for settings check 2019-09-01 00:15:40 +03:00
AlterCommands.h Eventually merged with master 2019-08-26 13:07:32 +03:00
CheckResults.h Update CheckResults.h 2019-07-08 22:56:48 +03:00
CMakeLists.txt Add missing dependecies on sight to enable --no-undefined option 2019-07-04 17:05:55 +03:00
ColumnCodec.h ISSUES-838 add lz4、none、zstd codec 2018-12-13 12:10:34 +08:00
ColumnDefault.cpp Fix gcc9 warnings and ICE's 2019-05-31 11:55:01 +03:00
ColumnDefault.h store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101] 2019-03-15 19:37:52 +03:00
ColumnsDescription.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
ColumnsDescription.h Add buffer callback to fill in virtual columns 2019-05-23 14:15:18 +03:00
CompressionCodecSelector.h Add test with non default config 2018-12-24 18:50:02 +03:00
ConstraintsDescription.cpp Minor review fixes 2019-05-25 17:07:45 +03:00
ConstraintsDescription.h Minor review fixes 2019-05-25 17:07:45 +03:00
getStructureOfRemoteTable.cpp Move backQuote() and quoteString() to a separate file, use StringRefs. 2019-10-11 00:18:52 +03:00
getStructureOfRemoteTable.h
IndicesDescription.cpp Include FieldVisitors.h in less files. 2019-10-07 20:23:05 +03:00
IndicesDescription.h Include FieldVisitors.h in less files. 2019-10-07 20:23:05 +03:00
IStorage_fwd.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
IStorage.cpp add gzip read/write to file/s3/url/hdfs 2019-11-19 15:46:07 +03:00
IStorage.h add gzip read/write to file/s3/url/hdfs 2019-11-19 15:46:07 +03:00
MarkCache.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
MutationCommands.cpp Move backQuote() and quoteString() to a separate file, use StringRefs. 2019-10-11 00:18:52 +03:00
MutationCommands.h Merge remote-tracking branch 'upstream/master' into nikvas0/index_mutate 2019-06-24 16:44:44 +03:00
PartitionCommands.cpp Renamed TTLDestinationType to PartDestinationType. 2019-12-11 13:24:20 +03:00
PartitionCommands.h Small refactoring 2019-09-04 16:24:55 +03:00
registerStorages.cpp Table function and storage. 2019-09-04 13:39:53 +00:00
registerStorages.h
SelectQueryInfo.h more clarifying names to avoid mistakes 2019-11-15 17:03:42 +03:00
StorageBuffer.cpp Do not account memory for Buffer engine in max_memory_usage limit 2019-10-31 22:26:50 +03:00
StorageBuffer.h Slightly improve table locks 2019-08-28 02:47:30 +03:00
StorageDictionary.cpp Rename ExternalDictionaries to ExternalDictionariesLoader 2019-09-26 13:41:33 +03:00
StorageDictionary.h Improve table locks (incomplete) 2019-08-27 23:43:08 +03:00
StorageDistributed.cpp Add _shard_num virtual column for the Distributed engine 2019-11-06 15:26:12 +03:00
StorageDistributed.h Finally build, possible trash. 2019-08-29 19:17:47 +03:00
StorageFactory.cpp Check TTL in StorageFactory 2019-10-14 17:03:39 +08:00
StorageFactory.h Split libdbms.so using object library 2019-09-11 01:56:01 +08:00
StorageFile.cpp Merge pull request #7632 from hczhcz/patch-2 2019-12-06 17:44:18 +03:00
StorageFile.h add gzip read/write to file/s3/url/hdfs 2019-11-19 15:46:07 +03:00
StorageHDFS.cpp Fix some conflicts 2019-12-03 19:32:41 +03:00
StorageHDFS.h add gzip read/write to file/s3/url/hdfs 2019-11-19 15:46:07 +03:00
StorageInput.cpp minor fixes of table function input 2019-09-05 16:17:01 +03:00
StorageInput.h Merge branch 'palasonic-add-input-function' of https://github.com/palasonic1/ClickHouse into merging_input_function 2019-09-04 15:25:20 +03:00
StorageJoin.cpp semi & anti join 2019-12-02 21:08:04 +03:00
StorageJoin.h Add flag to set that set is created. 2019-11-01 14:03:35 +03:00
StorageLog.cpp Improve table locks (incomplete) 2019-08-27 23:43:08 +03:00
StorageLog.h Remove trash 2019-09-04 19:00:20 +03:00
StorageMaterializedView.cpp Finally build, possible trash. 2019-08-29 19:17:47 +03:00
StorageMaterializedView.h Finally build, possible trash. 2019-08-29 19:17:47 +03:00
StorageMemory.cpp Improve table locks (incomplete) 2019-08-27 23:43:08 +03:00
StorageMemory.h Improve table locks (incomplete) 2019-08-27 23:43:08 +03:00
StorageMerge.cpp Replace pointer with reference in SettingsCollection<T>::MemberInfos::findStrict(). 2019-11-17 03:51:51 +03:00
StorageMerge.h Preparing databases for dictionaries 2019-10-10 20:33:01 +03:00
StorageMergeTree.cpp Refactored, added move enforcement on merges, fixed a bug with wrong disk selection in ReplicatedMergeTree. 2019-12-11 13:24:20 +03:00
StorageMergeTree.h Less wrappers for procesors pipeline. 2019-11-05 20:33:03 +03:00
StorageMySQL.cpp Merging CONSTRAINTS support 2019-08-25 00:20:20 +03:00
StorageMySQL.h Simplify shared_ptr_helper 2019-08-26 22:07:29 +03:00
StorageNull.cpp Resolve conflicts 2019-08-26 21:08:58 +03:00
StorageNull.h Slightly improve table locks 2019-08-28 02:47:30 +03:00
StorageReplicatedMergeTree.cpp Refactored, added move enforcement on merges, fixed a bug with wrong disk selection in ReplicatedMergeTree. 2019-12-11 13:24:20 +03:00
StorageReplicatedMergeTree.h Less wrappers for procesors pipeline. 2019-11-05 20:33:03 +03:00
StorageS3.cpp Fix style 2019-12-03 20:57:00 +03:00
StorageS3.h Added syntax for access_key_id and secret_access_key in S3 table function and storage. 2019-12-01 10:56:11 +03:00
StorageSet.cpp Add flag to set that set is created. 2019-11-01 13:58:29 +03:00
StorageSet.h Add flag to set that set is created. 2019-11-01 13:58:29 +03:00
StorageStripeLog.cpp Improve table locks (incomplete) 2019-08-27 23:43:08 +03:00
StorageStripeLog.h Finally build, possible trash. 2019-08-29 19:17:47 +03:00
StorageTinyLog.cpp Remove trash 2019-09-04 19:00:20 +03:00
StorageTinyLog.h Remove trash 2019-09-04 19:00:20 +03:00
StorageURL.cpp Buildable code 2019-12-03 20:15:16 +03:00
StorageURL.h add gzip read/write to file/s3/url/hdfs 2019-11-19 15:46:07 +03:00
StorageValues.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
StorageValues.h Simplify shared_ptr_helper 2019-08-26 22:07:29 +03:00
StorageView.cpp hold shared pointers to table function Storage and Context from InterpreterSelectQuery 2019-11-15 21:42:32 +03:00
StorageView.h Slightly improve table locks 2019-08-28 02:47:30 +03:00
StorageXDBC.cpp add gzip read/write to file/s3/url/hdfs 2019-11-19 15:46:07 +03:00
StorageXDBC.h Merging CONSTRAINTS support 2019-08-25 00:20:20 +03:00
TableStructureLockHolder.h Fixed build 2019-08-27 17:31:34 +03:00
transformQueryForExternalDatabase.cpp transformQueryForExternalDatabase: fixed constant folding for Date and DateTime 2019-10-09 23:13:34 +03:00
transformQueryForExternalDatabase.h Added failing test 2019-05-16 22:00:46 +03:00
VirtualColumnUtils.cpp Wrap _shard_num with toUInt32 for simpler JOIN with system.clusters.shard_num 2019-11-06 21:02:42 +03:00
VirtualColumnUtils.h Wrap _shard_num with toUInt32 for simpler JOIN with system.clusters.shard_num 2019-11-06 21:02:42 +03:00