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

Method Finish

cpp/src/arrow/dataset/discovery_test.cc:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 Result<std::shared_ptr<Dataset>> Finish(FinishOptions options) override {
74 return std::make_shared<InMemoryDataset>(options.schema,
75 std::vector<std::shared_ptr<RecordBatch>>{});
76 }
77
78 protected:
79 std::vector<std::shared_ptr<Schema>> schemas_;

Callers 3

AssertFinishWithPathsMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected