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

Function dataset___Dataset__schema

r/src/dataset.cpp:81–84  ·  view source on GitHub ↗

[[dataset::export]]

Source from the content-addressed store, hash-verified

79
80// [[dataset::export]]
81std::shared_ptr<arrow::Schema> dataset___Dataset__schema(
82 const std::shared_ptr<ds::Dataset>& dataset) {
83 return dataset->schema();
84}
85
86// [[dataset::export]]
87std::string dataset___Dataset__type_name(const std::shared_ptr<ds::Dataset>& dataset) {

Callers 1

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected