children apply only to nested data types like Struct, List and Union. For primitive types children will have length 0.
| 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); |