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

Function Table__ColumnNames

r/src/table.cpp:75–77  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

73
74// [[arrow::export]]
75std::vector<std::string> Table__ColumnNames(const std::shared_ptr<arrow::Table>& table) {
76 return table->ColumnNames();
77}
78
79// [[arrow::export]]
80std::shared_ptr<arrow::Table> Table__RenameColumns(

Callers 1

Calls 1

ColumnNamesMethod · 0.45

Tested by

no test coverage detected