[[parquet::export]]
| 163 | |
| 164 | // [[parquet::export]] |
| 165 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroups1( |
| 166 | const std::shared_ptr<parquet::arrow::FileReader>& reader, |
| 167 | const std::vector<int>& row_groups) { |
| 168 | auto result = RunWithCapturedRIfPossible<std::shared_ptr<arrow::Table>>( |
| 169 | [&]() { return reader->ReadRowGroups(row_groups); }); |
| 170 | return ValueOrStop(result); |
| 171 | } |
| 172 | |
| 173 | // [[parquet::export]] |
| 174 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroups2( |
no test coverage detected