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

Method add_values

cpp/src/generated/feather_generated.h:624–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 fbb_.AddOffset(Column::VT_NAME, name);
623 }
624 void add_values(::flatbuffers::Offset<arrow::ipc::feather::fbs::PrimitiveArray> values) {
625 fbb_.AddOffset(Column::VT_VALUES, values);
626 }
627 void add_metadata_type(arrow::ipc::feather::fbs::TypeMetadata metadata_type) {
628 fbb_.AddElement<uint8_t>(Column::VT_METADATA_TYPE, static_cast<uint8_t>(metadata_type), 0);
629 }

Callers 2

ToProtoFunction · 0.80
CreateColumnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected