MCPcopy Create free account
hub / github.com/apache/arrow / dataset___PartitioningFactory__Inspect

Function dataset___PartitioningFactory__Inspect

r/src/dataset.cpp:416–420  ·  view source on GitHub ↗

[[dataset::export]]

Source from the content-addressed store, hash-verified

414
415// [[dataset::export]]
416std::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]]
423std::shared_ptr<ds::Partitioning> dataset___PartitioningFactory__Finish(

Calls 2

ValueOrStopFunction · 0.85
InspectMethod · 0.45

Tested by

no test coverage detected