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

Method substr

cpp/src/arrow/util/trie_internal.h:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 SmallString substr(size_t pos) const {
83 return SmallString(std::string_view(*this).substr(pos));
84 }
85
86 SmallString substr(size_t pos, size_t count) const {
87 return SmallString(std::string_view(*this).substr(pos, count));

Callers 15

TzinfoToStringFunction · 0.80
DoItFunction · 0.80
FromDotPathMethod · 0.80
TESTFunction · 0.80
StripContextFunction · 0.80
WriteMethod · 0.80
ASSERT_OK_AND_ASSIGNFunction · 0.80
StripNonPrefixFunction · 0.80
ParseKeyMethod · 0.80
FromNamesMethod · 0.80

Calls 1

SmallStringClass · 0.85

Tested by 15

TESTFunction · 0.64
StripContextFunction · 0.64
ASSERT_OK_AND_ASSIGNFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
MakeBufferedMethod · 0.64
TestReadsMethod · 0.64
TESTFunction · 0.64
ASSERT_OK_AND_ASSIGNMethod · 0.64
SplitCookiesMethod · 0.64
ListIncomingHeadersMethod · 0.64