Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetProperty
Method
SetProperty
cpp/src/arrow/flight/sql/odbc/odbc_impl/get_info_cache.cc:268–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
void GetInfoCache::SetProperty(uint16_t property, Connection::Info value) {
269
info_[property] = value;
270
}
271
272
Connection::Info GetInfoCache::GetInfo(uint16_t info_type) {
273
auto it = info_.find(info_type);
Callers
1
Connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected