MCPcopy 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
66arrow::Result<std::string> ColumnMetadata::GetCatalogName() const {
67 return metadata_map_->Get(kCatalogName);
68}
69
70arrow::Result<std::string> ColumnMetadata::GetSchemaName() const {
71 return metadata_map_->Get(kSchemaName);

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected