[[dataset::export]]
| 414 | |
| 415 | // [[dataset::export]] |
| 416 | std::shared_ptr<arrow::Schema> dataset___PartitioningFactory__Inspect( |
| 417 | const std::shared_ptr<ds::PartitioningFactory>& factory, |
| 418 | const std::vector<std::string>& paths) { |
| 419 | return ValueOrStop(factory->Inspect(paths)); |
| 420 | } |
| 421 | |
| 422 | // [[dataset::export]] |
| 423 | std::shared_ptr<ds::Partitioning> dataset___PartitioningFactory__Finish( |
no test coverage detected