[[arrow::export]]
| 239 | |
| 240 | // [[arrow::export]] |
| 241 | std::shared_ptr<arrow::Schema> ipc___RecordBatchFileReader__schema( |
| 242 | const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader) { |
| 243 | return reader->schema(); |
| 244 | } |
| 245 | |
| 246 | // [[arrow::export]] |
| 247 | int ipc___RecordBatchFileReader__num_record_batches( |
no test coverage detected