added indexes in selectexecutor

This commit is contained in:
Nikita Vasilev 2018-12-29 16:02:57 +03:00
parent 5079330bdc
commit f90cdca498
2 changed files with 784 additions and 772 deletions

File diff suppressed because it is too large Load Diff

View File

@ -49,6 +49,7 @@ public:
protected:
IndexCondition() = default;
public:
MergeTreeIndexPartPtr part;
};
@ -80,6 +81,7 @@ protected:
virtual void updateImpl(const Block & block, const Names & column_names) = 0;
virtual void mergeImpl(const MergeTreeIndexPart & other) = 0;
public:
MergeTreeIndexPtr index;
};