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

Method cost

cpp/src/arrow/util/async_util.cc:439–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437 });
438 }
439 int cost() const override { return target->cost(); }
440 std::string_view name() const override { return target->name(); }
441 std::unique_ptr<Task> target;
442 std::shared_ptr<State> state;

Callers 4

TraceTaskSubmittedFunction · 0.45
TraceTaskQueuedFunction · 0.45
AddTaskMethod · 0.45
ContinueTasksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected