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

Function DataType__fields

r/src/datatype.cpp:364–366  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

362
363// [[arrow::export]]
364cpp11::list DataType__fields(const std::shared_ptr<arrow::DataType>& type) {
365 return arrow::r::to_r_list(type->fields());
366}
367
368// [[arrow::export]]
369arrow::Type::type DataType__id(const std::shared_ptr<arrow::DataType>& type) {

Callers 1

_arrow_DataType__fieldsFunction · 0.85

Calls 2

to_r_listFunction · 0.85
fieldsMethod · 0.45

Tested by

no test coverage detected