ClickHouse/dbms/src/Storages
Ivan 957d23267b
Minimal implementation of row-level security CLICKHOUSE-4315 (#4792)
For detailed description see the related PR
2019-03-29 23:31:06 +03:00
..
Distributed Merge branch 'master' into global-thread-pool 2019-01-25 16:33:50 +03:00
Kafka Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
MergeTree Removed "assumeMutable" usage in one case 2019-03-29 17:17:29 +03:00
System Fixed error #4836 2019-03-29 02:17:22 +03:00
tests fix build 2019-03-01 14:42:41 +03:00
AlterCommands.cpp Merge pull request #4790 from TCeason/fix_crash 2019-03-26 19:41:00 +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 store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101] 2019-03-15 19:37:52 +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 rename insert_sample_with_metadata setting 2019-03-22 19:15:44 +03:00
ColumnsDescription.h fix use-after-free [#CLICKHOUSE-3101] 2019-03-15 21:52:45 +03:00
CompressionCodecSelector.h Add test with non default config 2018-12-24 18:50:02 +03:00
getStructureOfRemoteTable.cpp Merge branch 'master' into fix-add-materialized-column-after 2019-03-17 00:46:53 +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 fix build 2019-03-07 23:52:25 +03:00
IStorage.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
ITableDeclaration.cpp store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101] 2019-03-15 19:37:52 +03:00
ITableDeclaration.h Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
MarkCache.h
MutationCommands.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +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 Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
StorageBuffer.cpp Merge pull request #4671 from LiuYangkuan/Buffer-supportsPrewhere 2019-03-26 19:55:27 +03:00
StorageBuffer.h Merge pull request #4671 from LiuYangkuan/Buffer-supportsPrewhere 2019-03-26 19:55:27 +03:00
StorageCatBoostPool.cpp store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101] 2019-03-15 19:37:52 +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 Merge branch 'master' into fix-add-materialized-column-after 2019-03-17 00:46:53 +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 Merge branch 'master' into ast 2019-03-18 13:36:13 +03:00
StorageDistributed.h Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
StorageFactory.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
StorageFactory.h
StorageFile.cpp Merge branch 'master' into fix-add-materialized-column-after 2019-03-17 00:46:53 +03:00
StorageFile.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageHDFS.cpp More reverts 2019-03-15 20:09:14 +03:00
StorageHDFS.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageJoin.cpp Merge pull request #4774 from Gladdy/martijn-asof-join 2019-03-29 13:19:31 +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 store all kinds of columns in the same list in ColumnsDescription [#CLICKHOUSE-3101] 2019-03-15 19:37:52 +03:00
StorageLog.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageMaterializedView.cpp More reverts 2019-03-15 20:09:14 +03:00
StorageMaterializedView.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
StorageMemory.cpp allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageMemory.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageMerge.cpp Merge pull request #4705 from 4ertus2/ast 2019-03-26 19:45:27 +03:00
StorageMerge.h fix build 2019-03-07 23:52:25 +03:00
StorageMergeTree.cpp Merge pull request #4845 from yandex/max_partitions_per_insert_block 2019-03-29 16:20:46 +03:00
StorageMergeTree.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
StorageMySQL.cpp Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
StorageMySQL.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageNull.cpp fix build 2019-03-07 23:52:25 +03:00
StorageNull.h fix build 2019-03-07 23:52:25 +03:00
StorageReplicatedMergeTree.cpp Fix exception 'No message received' 2019-03-29 21:10:03 +03:00
StorageReplicatedMergeTree.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
StorageSet.cpp allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageSet.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageStripeLog.cpp allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageStripeLog.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageTinyLog.cpp allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageTinyLog.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageURL.cpp Fix exception 'No message received' 2019-03-29 21:10:03 +03:00
StorageURL.h allow acquiring read lock to a table out of order if it was already locked by the same query [#CLICKHOUSE-3789] 2019-02-27 21:34:38 +03:00
StorageView.cpp Merge pull request #4705 from 4ertus2/ast 2019-03-26 19:45:27 +03:00
StorageView.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
StorageXDBC.cpp Merge branch 'master' into fix-add-materialized-column-after 2019-03-17 00:46:53 +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
TableStructureLockHolder.h add comments 2019-03-07 21:34:46 +03:00
transformQueryForExternalDatabase.cpp More reverts 2019-03-15 20:09:14 +03:00
transformQueryForExternalDatabase.h
VirtualColumnUtils.cpp More reverts 2019-03-15 20:09:14 +03:00
VirtualColumnUtils.h