MCPcopy Create free account
hub / github.com/apache/arrow / add_codec

Method add_codec

cpp/src/generated/Message_generated.h:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 1

CreateBodyCompressionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected