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

Function ipc___feather___Reader__schema

r/src/feather.cpp:91–94  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

89
90// [[arrow::export]]
91std::shared_ptr<arrow::Schema> ipc___feather___Reader__schema(
92 const std::shared_ptr<arrow::ipc::feather::Reader>& reader) {
93 return reader->schema();
94}

Callers 1

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected