This commit is contained in:
Nikita Vasilev 2019-01-06 18:22:04 +03:00
parent e95376e550
commit 17f6618fa3
2 changed files with 7 additions and 1 deletions

View File

@ -66,6 +66,12 @@ using MergeTreeIndexGranulePtr = std::shared_ptr<MergeTreeIndexGranule>;
using MergeTreeIndexGranules = std::vector<MergeTreeIndexGranulePtr>;
class MergeTreeIndexReader {
public:
MergeTreeIndexPtr index;
};
/// Structure for storing basic index info like columns, expression, arguments, ...
class MergeTreeIndex
{

View File

@ -428,7 +428,7 @@ void MergedBlockOutputStream::init()
stream_name,
part_path + stream_name, INDEX_FILE_EXTENSION,
part_path + stream_name, MARKS_FILE_EXTENSION,
max_compress_block_size, compression_settings,
codec, max_compress_block_size,
0, aio_threshold)));
skip_indexes_granules.emplace_back(nullptr);