MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Method operator()

cpp/src/arrow/dataset/scan_node.cc:288–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 }
287
288 Result<Future<>> operator()() override {
289 return fragment
290 ->InspectFragment(node->options_.format_options,
291 node->plan_->query_context()->exec_context())
292 .Then([this](const std::shared_ptr<InspectedFragment>& inspected_fragment) {
293 return BeginScan(inspected_fragment);
294 });
295 }
296
297 std::string_view name() const override { return name_; }
298

Callers

nothing calls this directly

Calls 4

ThenMethod · 0.80
exec_contextMethod · 0.80
query_contextMethod · 0.80
InspectFragmentMethod · 0.45

Tested by

no test coverage detected