| 251 | fbb_.AddElement<int8_t>(BodyCompression::VT_CODEC, static_cast<int8_t>(codec), 0); |
| 252 | } |
| 253 | void add_method(org::apache::arrow::flatbuf::BodyCompressionMethod method) { |
| 254 | fbb_.AddElement<int8_t>(BodyCompression::VT_METHOD, static_cast<int8_t>(method), 0); |
| 255 | } |
| 256 | explicit BodyCompressionBuilder(::flatbuffers::FlatBufferBuilder &_fbb) |
| 257 | : fbb_(_fbb) { |
| 258 | start_ = fbb_.StartTable(); |
no outgoing calls
no test coverage detected