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

Method compression_level

be/src/runtime/tmp-file-mgr.h:327–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 return compression_codec_ != THdfsCompression::NONE;
326 }
327 std::optional<int> compression_level() const { return compression_level_; }
328 bool punch_holes() const { return punch_holes_; }
329
330 /// The minimum size of hole that we will try to punch in a scratch file.

Callers 1

TryCompressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected