Optional compression of the message body
| 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 |