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

Function Table__SetColumn

r/src/table.cpp:139–144  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

137
138// [[arrow::export]]
139std::shared_ptr<arrow::Table> Table__SetColumn(
140 const std::shared_ptr<arrow::Table>& table, int i,
141 const std::shared_ptr<arrow::Field>& field,
142 const std::shared_ptr<arrow::ChunkedArray>& column) {
143 return ValueOrStop(table->SetColumn(i, field, column));
144}
145
146// [[arrow::export]]
147std::shared_ptr<arrow::Table> Table__SelectColumns(

Callers 1

_arrow_Table__SetColumnFunction · 0.85

Calls 2

ValueOrStopFunction · 0.85
SetColumnMethod · 0.45

Tested by

no test coverage detected