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

Method name

cpp/src/arrow/util/async_util.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153 Result<Future<>> operator()() override { return callable(); }
154 std::string_view name() const override { return name_; }
155 Callable callable;
156 std::string_view name_;
157 std::optional<std::string> owned_name_;

Callers 15

VisitFieldMethod · 0.45
VisitMethod · 0.45
WriteChildrenMethod · 0.45
json_internal.ccFile · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45
operator()Method · 0.45
operator()Method · 0.45
DecodeOptionFunction · 0.45
ExpressionFromProtoFunction · 0.45

Calls

no outgoing calls

Tested by 5

GenerateFunction · 0.36
AssertParseColumnsFunction · 0.36
MakeRunEndEncodedFunction · 0.36
TEST_PFunction · 0.36