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

Method Initialize

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

Source from the content-addressed store, hash-verified

639
640 protected:
641 Status Initialize() override {
642 util::InitializeUTF8();
643 return decoder_.Initialize();
644 }
645
646 ValueDecoderType decoder_;
647 int32_t max_cardinality_ = std::numeric_limits<int32_t>::max();

Callers

nothing calls this directly

Calls 2

InitializeUTF8Function · 0.85
InitializeMethod · 0.45

Tested by

no test coverage detected