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

Method RollbackLine

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

Rollback the state that was saved in BeginLine()

Source from the content-addressed store, hash-verified

117
118 // Rollback the state that was saved in BeginLine()
119 void RollbackLine() { values_size_ = saved_values_size_; }
120
121 void StartField(bool quoted) { quoted_ = quoted; }
122

Callers 2

HandleInvalidRowMethod · 0.45
ParseLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected