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

Method PushFieldChar

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

Source from the content-addressed store, hash-verified

77 void BeginLine() { saved_parsed_size_ = parsed_size_; }
78
79 void PushFieldChar(char c) {
80 DCHECK_LT(parsed_size_, parsed_capacity_);
81 parsed_[parsed_size_++] = static_cast<uint8_t>(c);
82 }
83
84 template <typename Word>
85 void PushFieldWord(Word w) {

Callers 1

ParseLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected