mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
fix build error
This commit is contained in:
parent
acc7046d54
commit
f02d769343
@ -198,8 +198,9 @@ public:
|
||||
void loadSubMinMaxIndex() override;
|
||||
|
||||
private:
|
||||
static Range buildRange(const orc::ColumnStatistics * col_stats);
|
||||
|
||||
std::unique_ptr<MinMaxIndex> buildMinMaxIndex(const orc::Statistics * statistics);
|
||||
Range buildRange(const orc::ColumnStatistics * col_stats);
|
||||
void prepareReader();
|
||||
void prepareColumnMapping();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user