| 248 | ::flatbuffers::FlatBufferBuilder &fbb_; |
| 249 | ::flatbuffers::uoffset_t start_; |
| 250 | void add_codec(org::apache::arrow::flatbuf::CompressionType codec) { |
| 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 | } |
no outgoing calls
no test coverage detected