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

Method ParseAndInsert

cpp/src/arrow/csv/reader.cc:795–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793 }
794
795 Status ParseAndInsert(const CSVBlock& block) {
796 ARROW_ASSIGN_OR_RAISE(auto result, Parse(block));
797 RETURN_NOT_OK(ProcessData(result.parser, result.block_index));
798 return Status::OK();
799 }
800
801 // Trigger conversion of parsed block data
802 Status ProcessData(const std::shared_ptr<BlockParser>& parser, int64_t block_index) {

Callers 1

ReadAsyncMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected