Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
488
std::unique_ptr<DatasetEvolutionStrategy> MakeBasicDatasetEvolutionStrategy() {
489
return std::make_unique<BasicDatasetEvolutionStrategy>();
490
}
491
492
} // namespace dataset
493
} // namespace arrow
Callers
2
dataset.h
File · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68