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

Function Array__ToString

r/src/array.cpp:137–139  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

135
136// [[arrow::export]]
137std::string Array__ToString(const std::shared_ptr<arrow::Array>& x) {
138 return x->ToString();
139}
140
141// [[arrow::export]]
142arrow::Type::type Array__type_id(const std::shared_ptr<arrow::Array>& x) {

Callers 1

_arrow_Array__ToStringFunction · 0.85

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected