| 1232 | }; |
| 1233 | |
| 1234 | inline ::flatbuffers::Offset<LargeUtf8> CreateLargeUtf8( |
| 1235 | ::flatbuffers::FlatBufferBuilder &_fbb) { |
| 1236 | LargeUtf8Builder builder_(_fbb); |
| 1237 | return builder_.Finish(); |
| 1238 | } |
| 1239 | |
| 1240 | /// Same as Binary, but with 64-bit offsets, allowing to represent |
| 1241 | /// extremely large data values. |