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

Function MakeBasicDatasetEvolutionStrategy

cpp/src/arrow/dataset/dataset.cc:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486} // namespace
487
488std::unique_ptr<DatasetEvolutionStrategy> MakeBasicDatasetEvolutionStrategy() {
489 return std::make_unique<BasicDatasetEvolutionStrategy>();
490}
491
492} // namespace dataset
493} // namespace arrow

Callers 2

dataset.hFile · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68