Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetCatalogName
Method
GetCatalogName
cpp/src/arrow/flight/sql/column_metadata.cc:66–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
arrow::Result<std::string> ColumnMetadata::GetCatalogName() const {
67
return metadata_map_->Get(kCatalogName);
68
}
69
70
arrow::Result<std::string> ColumnMetadata::GetSchemaName() const {
71
return metadata_map_->Get(kSchemaName);
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected