MCPcopy 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
32static ARROW_NOINLINE bool ValidateAsciiNoInline(const uint8_t* data, int64_t size) {
33 return ::arrow::util::ValidateAscii(data, size);
34}
35
36namespace arrow {
37namespace util {

Callers 1

BenchmarkASCIIValidationFunction · 0.85

Calls 1

ValidateAsciiFunction · 0.85

Tested by

no test coverage detected