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

Function InitializeUTF8

cpp/src/arrow/util/utf8.cc:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89static std::once_flag utf8_initialized;
90
91void InitializeUTF8() {
92 std::call_once(utf8_initialized, internal::InitializeLargeTable);
93}
94
95bool ValidateUTF8(const uint8_t* data, int64_t size) {
96 return ValidateUTF8Inline(data, size);

Callers 15

VisitMethod · 0.85
ScalarValidateImplMethod · 0.85
DirectoryPartitioningMethod · 0.85
FilenamePartitioningMethod · 0.85
ParseKeyMethod · 0.85
VisitMethod · 0.85
SetUpTestCaseMethod · 0.85
BenchmarkUTF8ValidationFunction · 0.85
InitializeMethod · 0.85
InitializeMethod · 0.85

Calls

no outgoing calls

Tested by 1

SetUpTestCaseMethod · 0.68