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

Method Parse

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

Source from the content-addressed store, hash-verified

733 }
734
735 Result<ParsedBlock> Parse(const CSVBlock& block) {
736 DCHECK(parsing_operator_.has_value());
737 return (*parsing_operator_)(block);
738 }
739
740 int num_csv_cols() const {
741 DCHECK(parsing_operator_.has_value());

Callers 2

operator()Method · 0.45
ProcessHeaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected