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

Function JoinStrings

cpp/src/arrow/util/string.cc:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140std::string JoinStrings(const std::vector<std::string_view>& strings,
141 std::string_view delimiter) {
142 return JoinStringLikes(strings, delimiter);
143}
144
145std::string JoinStrings(const std::vector<std::string>& strings,
146 std::string_view delimiter) {

Callers 15

UserSelectedBackendFunction · 0.85
FinishMethod · 0.85
ParseOptionOrElseFunction · 0.85
RunClientMethod · 0.85
TransformInnerFunction · 0.85
PathFromUriMethod · 0.85
MergeIntoMethod · 0.85
PathFromUriHelperFunction · 0.85
FinishMethod · 0.85

Calls 1

JoinStringLikesFunction · 0.85

Tested by 3

RunClientMethod · 0.68
FinishMethod · 0.68
MakeArrayFunction · 0.68