| 177 | } |
| 178 | |
| 179 | void UnsafeAppendEmptyValue() { |
| 180 | const int64_t num_bytes = value_data_builder_.length(); |
| 181 | offsets_builder_.UnsafeAppend(static_cast<offset_type>(num_bytes)); |
| 182 | UnsafeAppendToBitmap(true); |
| 183 | } |
| 184 | |
| 185 | /// \brief Append a sequence of strings in one shot. |
| 186 | /// |
no test coverage detected