MCPcopy Create free account
hub / github.com/apache/orc / getRowIndexStatistics

Method getRowIndexStatistics

c++/src/Statistics.hh:1855–1857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1853 }
1854
1855 virtual const ColumnStatistics* getRowIndexStatistics(uint32_t, uint32_t) const override {
1856 throw NotImplementedYet("set includeRowIndex true to get row index stats");
1857 }
1858
1859 virtual ~StripeStatisticsImpl() override;
1860

Callers

nothing calls this directly

Calls 1

NotImplementedYetClass · 0.85

Tested by

no test coverage detected