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

Method ToString

cpp/src/arrow/engine/substrait/extension_set.cc:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55} // namespace
56
57std::string Id::ToString() const {
58 std::stringstream sstream;
59 sstream << uri;
60 sstream << '#';
61 sstream << name;
62 return sstream.str();
63}
64
65size_t IdHashEq::operator()(Id id) const {
66 constexpr ::arrow::internal::StringViewHash hash = {};

Callers 15

TESTFunction · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45
FromProtoFunction · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45
VisitFunction · 0.45
NotImplementedFunction · 0.45
ToProtoFunction · 0.45
DatumToLiteralsFunction · 0.45
ExpressionFromProtoFunction · 0.45
NotImplementedMethod · 0.45
EncodeTypeMethod · 0.45

Calls 1

strMethod · 0.80

Tested by 3

TESTFunction · 0.36
ARROW_ASSIGN_OR_RAISEFunction · 0.36