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

Method Parse

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

Source from the content-addressed store, hash-verified

727 }
728
729 Result<ParsedBlock> Parse(const CSVBlock& block) {
730 DCHECK(parsing_operator_.has_value());
731 return (*parsing_operator_)(block);
732 }
733
734 int num_csv_cols() const {
735 DCHECK(parsing_operator_.has_value());

Callers 2

operator()Method · 0.45
ProcessHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected