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

Method Parse

cpp/src/arrow/csv/parser.cc:712–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710BlockParser::~BlockParser() {}
711
712Status BlockParser::Parse(const std::vector<std::string_view>& data, uint32_t* out_size) {
713 return impl_->Parse(data, false /* is_final */, out_size);
714}
715
716Status BlockParser::ParseFinal(const std::vector<std::string_view>& data,
717 uint32_t* out_size) {

Callers 6

MakeCSVParserFunction · 0.45
BenchmarkCSVParsingFunction · 0.45
ParseFunction · 0.45
AssertParseOkFunction · 0.45
AssertParsePartialFunction · 0.45
ParseFinalMethod · 0.45

Calls

no outgoing calls

Tested by 4

MakeCSVParserFunction · 0.36
ParseFunction · 0.36
AssertParseOkFunction · 0.36
AssertParsePartialFunction · 0.36