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

Method cost

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

Source from the content-addressed store, hash-verified

438 });
439 }
440 int cost() const override { return target->cost(); }
441 std::string_view name() const override { return target->name(); }
442 std::unique_ptr<Task> target;
443 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