MCPcopy 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
180void Configuration::Clear() { this->properties_.clear(); }
181
182bool Configuration::IsSet(std::string_view key) const {
183 return 0 != this->properties_.count(key);

Callers 6

ExecuteMethod · 0.45
ResetMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
SaveParametersMethod · 0.45
FlightDataDeserializeFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36