[[parquet::export]]
| 154 | |
| 155 | // [[parquet::export]] |
| 156 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroup2( |
| 157 | const std::shared_ptr<parquet::arrow::FileReader>& reader, int i, |
| 158 | const std::vector<int>& column_indices) { |
| 159 | auto result = RunWithCapturedRIfPossible<std::shared_ptr<arrow::Table>>( |
| 160 | [&]() { return reader->ReadRowGroup(i, column_indices); }); |
| 161 | return ValueOrStop(result); |
| 162 | } |
| 163 | |
| 164 | // [[parquet::export]] |
| 165 | std::shared_ptr<arrow::Table> parquet___arrow___FileReader__ReadRowGroups1( |
no test coverage detected