Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Reset
Method
Reset
cpp/src/arrow/flight/sql/odbc/odbc_impl/json_converter.cc:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
81
public:
82
void Reset() {
83
string_buffer_.Clear();
84
writer_.Reset(string_buffer_);
85
}
86
87
std::string ToString() { return string_buffer_.GetString(); }
88
Callers
1
ConvertToJson
Function · 0.45
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected