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

Method ParseAndInsert

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

Source from the content-addressed store, hash-verified

799 }
800
801 Status ParseAndInsert(const CSVBlock& block) {
802 ARROW_ASSIGN_OR_RAISE(auto result, Parse(block));
803 RETURN_NOT_OK(ProcessData(result.parser, result.block_index));
804 return Status::OK();
805 }
806
807 // Trigger conversion of parsed block data
808 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