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