Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ GetTypeName
Method
GetTypeName
cpp/src/arrow/flight/sql/column_metadata.cc:78–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
arrow::Result<std::string> ColumnMetadata::GetTypeName() const {
79
return metadata_map_->Get(kTypeName);
80
}
81
82
arrow::Result<int32_t> ColumnMetadata::GetPrecision() const {
83
std::string precision_string;
Callers
5
PackToAnyAndSerialize
Function · 0.45
UnpackProtoAction
Function · 0.45
PackActionResult
Function · 0.45
ReadResult
Function · 0.45
client.cc
File · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected