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

Method Start

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

Source from the content-addressed store, hash-verified

109
110 template <typename DataWriter>
111 void Start(DataWriter& parsed_writer) {
112 derived()->PushValue(
113 {static_cast<uint32_t>(parsed_writer.size()) & 0x7fffffffU, false});
114 }
115
116 void BeginLine() { saved_values_size_ = values_size_; }
117

Callers 1

ParseSpecializedMethod · 0.45

Calls 2

PushValueMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected