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

Function Table__schema

r/src/table.cpp:36–38  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

34
35// [[arrow::export]]
36std::shared_ptr<arrow::Schema> Table__schema(const std::shared_ptr<arrow::Table>& x) {
37 return x->schema();
38}
39
40// [[arrow::export]]
41std::shared_ptr<arrow::Table> Table__ReplaceSchemaMetadata(

Callers 1

_arrow_Table__schemaFunction · 0.85

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected