ClickHouse/dbms/src/Storages
alexey-milovidov 40d8abbc34
Merge pull request #4523 from yandex/fix_column_description_parse
Fix column description parse. Now creation of replicated MT table wit…
2019-02-28 01:18:31 +03:00
..
Distributed Merge branch 'master' into global-thread-pool 2019-01-25 16:33:50 +03:00
Kafka IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
MergeTree MergingSortedBlockInputStream class constructor, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
System Add parquet support. Fixes, tests, ... 2019-02-19 23:51:44 +03:00
tests Removed duplicate includes 2019-02-10 20:12:22 +03:00
AlterCommands.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
AlterCommands.h Removed duplicate includes 2019-02-10 20:12:22 +03:00
CMakeLists.txt New library clickhouse_storage_kafka 2019-02-12 14:17:46 +03:00
ColumnCodec.h ISSUES-838 add lz4、none、zstd codec 2018-12-13 12:10:34 +08:00
ColumnDefault.cpp cleanup unused code 2018-12-05 15:49:15 +03:00
ColumnDefault.h fixes for review CLICKHOUSE-3578 2018-12-06 20:20:17 +03:00
ColumnsDescription.cpp Fix column description parse. Now creation of replicated MT table with codecs and comments is possible without default 2019-02-27 19:41:51 +03:00
ColumnsDescription.h Fix column description parse. Now creation of replicated MT table with codecs and comments is possible without default 2019-02-27 19:41:51 +03:00
CompressionCodecSelector.h Add test with non default config 2018-12-24 18:50:02 +03:00
getStructureOfRemoteTable.cpp Fixed backward incompatibility of table function "remote" introduced with column comments 2019-02-19 20:02:51 +03:00
getStructureOfRemoteTable.h
IndicesDescription.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
IndicesDescription.h setting 2019-02-12 20:54:52 +03:00
IStorage.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
IStorage.h Revert incorrect fix compilation on Mac. 2019-02-18 20:31:18 +03:00
ITableDeclaration.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
ITableDeclaration.h Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
MarkCache.h
MutationCommands.cpp more refactoring: funcs to extract database_and_table from AST 2018-10-29 22:04:28 +03:00
MutationCommands.h
PartitionCommands.cpp helpers for ASTIdentifier (hide semantic and casts) 2019-01-14 21:15:04 +03:00
PartitionCommands.h Move FREEZE_ALL command source code inside |PartitionCommand| 2018-11-20 20:13:59 +03:00
registerStorages.cpp Add integration test, put dependent libs to contrib, slightly refine 2018-12-07 14:41:24 +03:00
registerStorages.h
SelectQueryInfo.h try to get rid of IAST::range #4058 2019-01-23 14:19:22 +03:00
StorageBuffer.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageBuffer.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageCatBoostPool.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageCatBoostPool.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageDictionary.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageDictionary.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageDistributed.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
StorageDistributed.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageFactory.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
StorageFactory.h
StorageFile.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageFile.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageHDFS.cpp Add Y_IGNORE (#4521) 2019-02-27 19:52:08 +03:00
StorageHDFS.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageJoin.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageJoin.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageLog.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageLog.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMaterializedView.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMaterializedView.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMemory.cpp Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
StorageMemory.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMerge.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMerge.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMergeTree.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMergeTree.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMySQL.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageMySQL.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageNull.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
StorageNull.h
StorageReplicatedMergeTree.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageReplicatedMergeTree.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageSet.cpp Merge pull request #3957 from yandex/nicelulu-click_update 2018-12-28 22:50:16 +03:00
StorageSet.h CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node 2018-12-28 19:21:32 +03:00
StorageStripeLog.cpp Merge IBlockInputStream and IProfilingBlockInputStream into one 2019-01-23 17:48:50 +03:00
StorageStripeLog.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageTinyLog.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageTinyLog.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageURL.cpp IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageURL.h IStorageURLBase::getReadURIParams() and IStorageURLBase::getReadPOSTDataCallback() functions, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:17 +03:00
StorageView.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
StorageView.h IStorage::read() function, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:08 +03:00
StorageXDBC.cpp IStorageURLBase::getReadURIParams() and IStorageURLBase::getReadPOSTDataCallback() functions, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:17 +03:00
StorageXDBC.h IStorageURLBase::getReadURIParams() and IStorageURLBase::getReadPOSTDataCallback() functions, "max_block_size" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:17 +03:00
transformQueryForExternalDatabase.cpp helpers for ASTIdentifier (hide semantic and casts) 2019-01-14 21:15:04 +03:00
transformQueryForExternalDatabase.h
VirtualColumnUtils.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
VirtualColumnUtils.h