Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ValidateUTF8
Function
ValidateUTF8
cpp/src/arrow/util/utf8.cc:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
bool ValidateUTF8(const uint8_t* data, int64_t size) {
96
return ValidateUTF8Inline(data, size);
97
}
98
99
bool ValidateUTF8(std::string_view str) { return ValidateUTF8Inline(str); }
100
Callers
12
IsValidUTF8
Function · 0.70
IsInvalidUTF8
Function · 0.70
VisitString
Method · 0.50
ValidateStringScalar
Method · 0.50
SafeUriUnescape
Function · 0.50
ParsePartitionSegments
Method · 0.50
InspectPartitionSegments
Method · 0.50
ParseKey
Method · 0.50
TEST_F
Function · 0.50
GetKey
Method · 0.50
key_id
Method · 0.50
footer_key_id
Method · 0.50
Calls
1
ValidateUTF8Inline
Function · 0.85
Tested by
3
IsValidUTF8
Function · 0.56
IsInvalidUTF8
Function · 0.56
TEST_F
Function · 0.40