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

Function Schema__WithNames

r/src/schema.cpp:147–150  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

145
146// [[arrow::export]]
147std::shared_ptr<arrow::Schema> Schema__WithNames(
148 const std::shared_ptr<arrow::Schema>& schema, const std::vector<std::string>& names) {
149 return ValueOrStop(schema->WithNames(names));
150}
151
152// [[arrow::export]]
153cpp11::writable::raws Schema__serialize(const std::shared_ptr<arrow::Schema>& schema) {

Callers 1

_arrow_Schema__WithNamesFunction · 0.85

Calls 2

ValueOrStopFunction · 0.85
WithNamesMethod · 0.80

Tested by

no test coverage detected