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

Function ipc___RecordBatchFileReader__schema

r/src/recordbatchreader.cpp:241–244  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

239
240// [[arrow::export]]
241std::shared_ptr<arrow::Schema> ipc___RecordBatchFileReader__schema(
242 const std::shared_ptr<arrow::ipc::RecordBatchFileReader>& reader) {
243 return reader->schema();
244}
245
246// [[arrow::export]]
247int ipc___RecordBatchFileReader__num_record_batches(

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected