| 121 | fbb_.AddOffset(Footer::VT_DICTIONARIES, dictionaries); |
| 122 | } |
| 123 | void add_recordBatches(::flatbuffers::Offset<::flatbuffers::Vector<const org::apache::arrow::flatbuf::Block *>> recordBatches) { |
| 124 | fbb_.AddOffset(Footer::VT_RECORDBATCHES, recordBatches); |
| 125 | } |
| 126 | void add_custom_metadata(::flatbuffers::Offset<::flatbuffers::Vector<::flatbuffers::Offset<org::apache::arrow::flatbuf::KeyValue>>> custom_metadata) { |
| 127 | fbb_.AddOffset(Footer::VT_CUSTOM_METADATA, custom_metadata); |
| 128 | } |