[[arrow::export]]
| 245 | |
| 246 | // [[arrow::export]] |
| 247 | int ipc___RecordBatchFileReader__num_record_batches( |
| 248 | const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader) { |
| 249 | return reader->num_record_batches(); |
| 250 | } |
| 251 | |
| 252 | // [[arrow::export]] |
| 253 | std::shared_ptr<arrow::RecordBatch> ipc___RecordBatchFileReader__ReadRecordBatch( |
no test coverage detected