mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 21:12:28 +00:00
added indexes in selectexecutor
This commit is contained in:
parent
5079330bdc
commit
f90cdca498
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user