| 1358 | } |
| 1359 | |
| 1360 | std::shared_ptr<RowGroupReader> FileReaderImpl::RowGroup(int row_group_index) { |
| 1361 | return std::make_shared<RowGroupReaderImpl>(this, row_group_index); |
| 1362 | } |
| 1363 | |
| 1364 | // ---------------------------------------------------------------------- |
| 1365 | // Public factory functions |
no outgoing calls