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

Method Initialize

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

Source from the content-addressed store, hash-verified

131 : type_(type), options_(options), trie_cache_(trie_cache) {}
132
133 Status Initialize() { return Status::OK(); }
134
135 bool IsNull(const uint8_t* data, uint32_t size, bool quoted) {
136 if (quoted && !options_.quoted_strings_can_be_null) {

Callers 5

InitializeMethod · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45
MakeMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected