MCPcopy 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
78arrow::Result<std::string> ColumnMetadata::GetTypeName() const {
79 return metadata_map_->Get(kTypeName);
80}
81
82arrow::Result<int32_t> ColumnMetadata::GetPrecision() const {
83 std::string precision_string;

Callers 5

PackToAnyAndSerializeFunction · 0.45
UnpackProtoActionFunction · 0.45
PackActionResultFunction · 0.45
ReadResultFunction · 0.45
client.ccFile · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected