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

Function Schema__AddField

r/src/schema.cpp:68–72  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

66
67// [[arrow::export]]
68std::shared_ptr<arrow::Schema> Schema__AddField(
69 const std::shared_ptr<arrow::Schema>& s, int i,
70 const std::shared_ptr<arrow::Field>& field) {
71 return ValueOrStop(s->AddField(i, field));
72}
73
74// [[arrow::export]]
75std::shared_ptr<arrow::Schema> Schema__SetField(

Callers 1

_arrow_Schema__AddFieldFunction · 0.85

Calls 2

ValueOrStopFunction · 0.85
AddFieldMethod · 0.45

Tested by

no test coverage detected