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

Function RecordBatch__schema

r/src/recordbatch.cpp:40–43  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

38
39// [[arrow::export]]
40std::shared_ptr<arrow::Schema> RecordBatch__schema(
41 const std::shared_ptr<arrow::RecordBatch>& x) {
42 return x->schema();
43}
44
45// [[arrow::export]]
46std::shared_ptr<arrow::RecordBatch> RecordBatch__RenameColumns(

Callers 1

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected