| 718 | }; |
| 719 | |
| 720 | inline ::flatbuffers::Offset<Null> CreateNull( |
| 721 | ::flatbuffers::FlatBufferBuilder &_fbb) { |
| 722 | NullBuilder builder_(_fbb); |
| 723 | return builder_.Finish(); |
| 724 | } |
| 725 | |
| 726 | /// A Struct_ in the flatbuffer metadata is the same as an Arrow Struct |
| 727 | /// (according to the physical memory layout). We used Struct_ here as |