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

Function compression

cpp/src/generated/Message_generated.h:308–310  ·  view source on GitHub ↗

Optional compression of the message body

Source from the content-addressed store, hash-verified

306 }
307 /// Optional compression of the message body
308 const org::apache::arrow::flatbuf::BodyCompression *compression() const {
309 return GetPointer<const org::apache::arrow::flatbuf::BodyCompression *>(VT_COMPRESSION);
310 }
311 /// Some types such as Utf8View are represented using a variable number of buffers.
312 /// For each such Field in the pre-ordered flattened logical schema, there will be
313 /// an entry in variadicBufferCounts to indicate the number of number of variadic

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected