MCPcopy 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
120arrow::Result<std::string> ColumnMetadata::GetRemarks() const {
121 return metadata_map_->Get(kRemarks);
122}
123
124ColumnMetadata::ColumnMetadataBuilder ColumnMetadata::Builder() {
125 return ColumnMetadataBuilder{};

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected