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

Function Field__ToString

r/src/field.cpp:30–32  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

28
29// [[arrow::export]]
30std::string Field__ToString(const std::shared_ptr<arrow::Field>& field) {
31 return field->ToString();
32}
33
34// [[arrow::export]]
35std::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