| 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 |
nothing calls this directly
no test coverage detected