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

Method Initialize

cpp/src/arrow/csv/converter.cc:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 using ValueDecoder::ValueDecoder;
184
185 Status Initialize() {
186 util::InitializeUTF8();
187 return ValueDecoder::Initialize();
188 }
189
190 Status Decode(const uint8_t* data, uint32_t size, bool quoted, value_type* out) {
191 if (CheckUTF8 && ARROW_PREDICT_FALSE(!util::ValidateUTF8Inline(data, size))) {

Callers

nothing calls this directly

Calls 2

InitializeUTF8Function · 0.85
InitializeFunction · 0.50

Tested by

no test coverage detected