Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetRemarks
Method
GetRemarks
cpp/src/arrow/flight/sql/column_metadata.cc:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
arrow::Result<std::string> ColumnMetadata::GetRemarks() const {
121
return metadata_map_->Get(kRemarks);
122
}
123
124
ColumnMetadata::ColumnMetadataBuilder ColumnMetadata::Builder() {
125
return ColumnMetadataBuilder{};
Callers
nothing calls this directly
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected