[[parquet::export]]
| 146 | |
| 147 | // [[parquet::export]] |
| 148 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroup1( |
| 149 | const std::shared_ptr<parquet::arrow::FileReader>& reader, int i) { |
| 150 | auto result = RunWithCapturedRIfPossible<std::shared_ptr<arrow::Table>>( |
| 151 | [&]() { return reader->ReadRowGroup(i); }); |
| 152 | return ValueOrStop(result); |
| 153 | } |
| 154 | |
| 155 | // [[parquet::export]] |
| 156 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroup2( |
no test coverage detected