Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TzinfoToString
Function · 0.80
DoIt
Function · 0.80
FromDotPath
Method · 0.80
ToStringWithoutContextLines
Method · 0.80
TEST
Function · 0.80
StripContext
Function · 0.80
Write
Method · 0.80
PrintTruncatedMetadata
Method · 0.80
ASSERT_OK_AND_ASSIGN
Function · 0.80
StripNonPrefix
Function · 0.80
ParseKey
Method · 0.80
FromNames
Method · 0.80
Calls
1
SmallString
Class · 0.85
Tested by
15
TEST
Function · 0.64
StripContext
Function · 0.64
ASSERT_OK_AND_ASSIGN
Function · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
MakeBuffered
Method · 0.64
TestReads
Method · 0.64
TEST
Function · 0.64
ASSERT_OK_AND_ASSIGN
Method · 0.64
SplitCookies
Method · 0.64
ListIncomingHeaders
Method · 0.64
AsciiStartsWithCaseInsensitive
Function · 0.64