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

Function Table__AddColumn

r/src/table.cpp:131–136  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

129
130// [[arrow::export]]
131std::shared_ptr<arrow::Table> Table__AddColumn(
132 const std::shared_ptr<arrow::Table>& table, int i,
133 const std::shared_ptr<arrow::Field>& field,
134 const std::shared_ptr<arrow::ChunkedArray>& column) {
135 return ValueOrStop(table->AddColumn(i, field, column));
136}
137
138// [[arrow::export]]
139std::shared_ptr<arrow::Table> Table__SetColumn(

Callers 1

_arrow_Table__AddColumnFunction · 0.85

Calls 2

ValueOrStopFunction · 0.85
AddColumnMethod · 0.45

Tested by

no test coverage detected