MCPcopy 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
74arrow::Result<std::string> ColumnMetadata::GetTableName() const {
75 return metadata_map_->Get(kTableName);
76}
77
78arrow::Result<std::string> ColumnMetadata::GetTypeName() const {
79 return metadata_map_->Get(kTypeName);

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected