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

Function compression_level

cpp/src/parquet/properties.h:295–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 size_t max_statistics_size() const { return max_stats_size_; }
294
295 int compression_level() const {
296 if (!codec_options_) {
297 return ::arrow::util::kUseDefaultCompressionLevel;
298 }
299 return codec_options_->compression_level;
300 }
301
302 const std::shared_ptr<CodecOptions>& codec_options() const { return codec_options_; }
303

Callers

nothing calls this directly

Calls 2

ToDotStringMethod · 0.80
compression_levelMethod · 0.45

Tested by

no test coverage detected