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

Function Field__ToString

r/src/field.cpp:31–33  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

29
30// [[arrow::export]]
31std::string Field__ToString(const std::shared_ptr<arrow::Field>& field) {
32 return field->ToString();
33}
34
35// [[arrow::export]]
36std::string Field__name(const std::shared_ptr<arrow::Field>& field) {

Callers 1

_arrow_Field__ToStringFunction · 0.85

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected