MCPcopy Create free account
hub / github.com/apache/arrow / GetSchemaName

Method GetSchemaName

cpp/src/arrow/flight/sql/column_metadata.cc:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70arrow::Result<std::string> ColumnMetadata::GetSchemaName() const {
71 return metadata_map_->Get(kSchemaName);
72}
73
74arrow::Result<std::string> ColumnMetadata::GetTableName() const {
75 return metadata_map_->Get(kTableName);

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected