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

Function ValidateTinyNonAscii

cpp/src/arrow/util/utf8_util_benchmark.cc:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105static void ValidateTinyNonAscii(benchmark::State& state) { // NOLINT non-const reference
106 BenchmarkUTF8Validation(state, tiny_valid_non_ascii, true);
107}
108
109static void ValidateSmallAscii(benchmark::State& state) { // NOLINT non-const reference
110 BenchmarkASCIIValidation(state, valid_ascii, true);

Callers

nothing calls this directly

Calls 1

BenchmarkUTF8ValidationFunction · 0.85

Tested by

no test coverage detected