ClickHouse/dbms/src/Storages
Alexey Milovidov 56870c6b3b Fixed -Wshadow
2019-12-23 19:49:06 +03:00
..
Distributed fix rename distributed 2019-12-19 22:51:12 +03:00
Kafka Added quoting of db and table names where appropriate 2019-12-20 19:53:37 +03:00
LiveView extract getTableExpressions variants into own file 2019-12-12 19:06:18 +03:00
MergeTree Merge pull request #8130 from CurtizJ/optimize-storage-merge 2019-12-22 12:43:18 +03:00
System Fixed -Wshadow 2019-12-23 19:49:06 +03:00
tests More GCC warnings 2019-12-16 23:19:50 +02:00
AlterCommands.cpp
AlterCommands.h
CheckResults.h
CMakeLists.txt
ColumnCodec.h
ColumnDefault.cpp
ColumnDefault.h
ColumnsDescription.cpp
ColumnsDescription.h
CompressionCodecSelector.h
ConstraintsDescription.cpp
ConstraintsDescription.h
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
IStorage.cpp add gzip read/write to file/s3/url/hdfs 2019-11-19 15:46:07 +03:00
IStorage.h Filesystem abstraction layer 2019-11-27 14:33:27 +03:00
MarkCache.h
MutationCommands.cpp Move backQuote() and quoteString() to a separate file, use StringRefs. 2019-10-11 00:18:52 +03:00
MutationCommands.h Add parts_to_do_names column to system.mutations 2019-12-12 19:24:03 +03:00
PartitionCommands.cpp Renamed TTLDestinationType to PartDestinationType. 2019-12-11 13:24:20 +03:00
PartitionCommands.h
ReadInOrderOptimizer.cpp improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +03:00
ReadInOrderOptimizer.h improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +03:00
registerStorages.cpp Build fixes. Arm, minimal build 2019-12-20 17:46:00 +03:00
registerStorages.h Build fixes. Arm, minimal build 2019-12-20 17:46:00 +03:00
SelectQueryInfo.h implement ORDER BY optimization for some other meta-storages 2019-12-11 16:09:46 +03:00
StorageBuffer.cpp improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +03:00
StorageBuffer.h
StorageDictionary.cpp Rename ExternalDictionaries to ExternalDictionariesLoader 2019-09-26 13:41:33 +03:00
StorageDictionary.h
StorageDistributed.cpp fix rename distributed 2019-12-19 22:51:12 +03:00
StorageDistributed.h fix rename distributed 2019-12-19 22:51:12 +03:00
StorageFactory.cpp Check TTL in StorageFactory 2019-10-14 17:03:39 +08:00
StorageFactory.h More GCC warnings 2019-12-16 23:19:50 +02:00
StorageFile.cpp Fix segfault in table function file while inserting into it (#8177) 2019-12-17 11:06:39 +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
StorageInput.h
StorageJoin.cpp remove qualification in StorageJoin JOIN case 2019-12-19 23:37:10 +03:00
StorageJoin.h fix engine join crash [wip] 2019-12-19 18:50:28 +03:00
StorageLog.cpp
StorageLog.h
StorageMaterializedView.cpp Merge pull request #8130 from CurtizJ/optimize-storage-merge 2019-12-22 12:43:18 +03:00
StorageMaterializedView.h
StorageMemory.cpp
StorageMemory.h
StorageMerge.cpp improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +03:00
StorageMerge.h Preparing databases for dictionaries 2019-10-10 20:33:01 +03:00
StorageMergeTree.cpp Merge pull request #8179 from ClickHouse/parts_to_do_names 2019-12-13 02:30:03 +03:00
StorageMergeTree.h Merge pull request #8179 from ClickHouse/parts_to_do_names 2019-12-13 02:30:03 +03:00
StorageMySQL.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
StorageMySQL.h
StorageNull.cpp
StorageNull.h
StorageReplicatedMergeTree.cpp Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs 2019-12-12 12:10:50 +03:00
StorageReplicatedMergeTree.h Less wrappers for procesors pipeline. 2019-11-05 20:33:03 +03:00
StorageS3.cpp AWS SDK integration - code cleanup. 2019-12-11 17:21:48 +03:00
StorageS3.h AWS SDK integration - code cleanup. 2019-12-11 17:21:48 +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
StorageStripeLog.h
StorageTinyLog.cpp
StorageTinyLog.h
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
StorageValues.h
StorageView.cpp hold shared pointers to table function Storage and Context from InterpreterSelectQuery 2019-11-15 21:42:32 +03:00
StorageView.h
StorageXDBC.cpp Build fixes. Arm, minimal build 2019-12-20 17:46:00 +03:00
StorageXDBC.h
TableStructureLockHolder.h
transformQueryForExternalDatabase.cpp transformQueryForExternalDatabase: fixed constant folding for Date and DateTime 2019-10-09 23:13:34 +03:00
transformQueryForExternalDatabase.h
VirtualColumnUtils.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
VirtualColumnUtils.h Wrap _shard_num with toUInt32 for simpler JOIN with system.clusters.shard_num 2019-11-06 21:02:42 +03:00