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

Method add_custom_metadata

cpp/src/generated/Schema_generated.h:2308–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2306 fbb_.AddOffset(Field::VT_CHILDREN, children);
2307 }
2308 void add_custom_metadata(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>>> custom_metadata) {
2309 fbb_.AddOffset(Field::VT_CUSTOM_METADATA, custom_metadata);
2310 }
2311 explicit FieldBuilder(::flatbuffers::FlatBufferBuilder &_fbb)
2312 : fbb_(_fbb) {
2313 start_ = fbb_.StartTable();

Callers 2

CreateFieldFunction · 0.45
CreateSchemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected