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

Method compression_codec

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

The type of spill-to-disk compression in use for spilling.

Source from the content-addressed store, hash-verified

321
322 /// The type of spill-to-disk compression in use for spilling.
323 THdfsCompression::type compression_codec() const { return compression_codec_; }
324 bool compression_enabled() const {
325 return compression_codec_ != THdfsCompression::NONE;
326 }

Callers 2

WaitForAsyncReadMethod · 0.80
TryCompressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected