Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Clear
Method
Clear
cpp/src/arrow/flight/sql/odbc/odbc_impl/config/configuration.cc:180–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
void Configuration::Clear() { this->properties_.clear(); }
181
182
bool Configuration::IsSet(std::string_view key) const {
183
return 0 != this->properties_.count(key);
Callers
6
Execute
Method · 0.45
Reset
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
SaveParameters
Method · 0.45
FlightDataDeserialize
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36