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

Function MakeSomeFragment

cpp/src/arrow/dataset/scanner_test.cc:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70std::unique_ptr<Fragment> MakeSomeFragment(std::shared_ptr<Schema> sch) {
71 return std::make_unique<InMemoryFragment>(std::move(sch), RecordBatchVector{});
72}
73
74TEST(BasicEvolution, MissingColumn) {
75 std::unique_ptr<DatasetEvolutionStrategy> strategy =

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected