| 1309 | } |
| 1310 | |
| 1311 | std::shared_ptr<RowGroupReader> FileReaderImpl::RowGroup(int row_group_index) { |
| 1312 | return std::make_shared<RowGroupReaderImpl>(this, row_group_index); |
| 1313 | } |
| 1314 | |
| 1315 | // ---------------------------------------------------------------------- |
| 1316 | // Public factory functions |
no outgoing calls