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

Function children

cpp/src/generated/Schema_generated.h:2155–2157  ·  view source on GitHub ↗

children apply only to nested data types like Struct, List and Union. For primitive types children will have length 0.

Source from the content-addressed store, hash-verified

2153 /// children apply only to nested data types like Struct, List and Union. For
2154 /// primitive types children will have length 0.
2155 const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::Field>> *children() const {
2156 return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::Field>> *>(VT_CHILDREN);
2157 }
2158 /// User-defined metadata
2159 const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>> *custom_metadata() const {
2160 return GetPointer<const ::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>> *>(VT_CUSTOM_METADATA);

Callers 2

VerifyFunction · 0.85
ToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected