Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetTableName
Method
GetTableName
cpp/src/arrow/flight/sql/column_metadata.cc:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
arrow::Result<std::string> ColumnMetadata::GetTableName() const {
75
return metadata_map_->Get(kTableName);
76
}
77
78
arrow::Result<std::string> ColumnMetadata::GetTypeName() const {
79
return metadata_map_->Get(kTypeName);
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected