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

Method add_columns

cpp/src/generated/feather_generated.h:736–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734 fbb_.AddElement<int64_t>(CTable::VT_NUM_ROWS, num_rows, 0);
735 }
736 void add_columns(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<arrow::ipc::feather::fbs::Column>>> columns) {
737 fbb_.AddOffset(CTable::VT_COLUMNS, columns);
738 }
739 void add_version(int32_t version) {
740 fbb_.AddElement<int32_t>(CTable::VT_VERSION, version, 0);
741 }

Callers 1

CreateCTableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected