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

Function compression_level

cpp/src/parquet/properties.h:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 size_t max_statistics_size() const { return max_stats_size_; }
270
271 int compression_level() const {
272 if (!codec_options_) {
273 return ::arrow::util::kUseDefaultCompressionLevel;
274 }
275 return codec_options_->compression_level;
276 }
277
278 const std::shared_ptr<CodecOptions>& codec_options() const { return codec_options_; }
279

Callers

nothing calls this directly

Calls 2

ToDotStringMethod · 0.80
compression_levelMethod · 0.45

Tested by

no test coverage detected