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

Method add_children

cpp/src/generated/Schema_generated.h:2305–2307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2303 fbb_.AddOffset(Field::VT_DICTIONARY, dictionary);
2304 }
2305 void add_children(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::Field>>> children) {
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 }

Callers 1

CreateFieldFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected