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

Function DataType__ToString

r/src/datatype.cpp:343–345  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

341
342// [[arrow::export]]
343std::string DataType__ToString(const std::shared_ptr<arrow::DataType>& type) {
344 return type->ToString();
345}
346
347// [[arrow::export]]
348std::string DataType__name(const std::shared_ptr<arrow::DataType>& type) {

Callers 1

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected