Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ BeginLine
Method
BeginLine
cpp/src/arrow/csv/parser.cc:116–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void BeginLine() { saved_values_size_ = values_size_; }
117
118
// Rollback the state that was saved in BeginLine()
119
void RollbackLine() { values_size_ = saved_values_size_; }
Callers
1
ParseLine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected