Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ValidateAsciiNoInline
Function
ValidateAsciiNoInline
cpp/src/arrow/util/utf8_util_benchmark.cc:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
static ARROW_NOINLINE bool ValidateAsciiNoInline(const uint8_t* data, int64_t size) {
33
return ::arrow::util::ValidateAscii(data, size);
34
}
35
36
namespace arrow {
37
namespace util {
Callers
1
BenchmarkASCIIValidation
Function · 0.85
Calls
1
ValidateAscii
Function · 0.85
Tested by
no test coverage detected