MCPcopy Index your code
hub / github.com/apache/orc / ensureShim

Method ensureShim

java/core/src/java/org/apache/orc/impl/ZlibCodec.java:209–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 }
208
209 private void ensureShim() {
210 if (decompressShim == null) {
211 decompressShim = SHIMS.getDirectDecompressor(
212 HadoopShims.DirectCompressionType.ZLIB_NOHEADER);
213 }
214 }
215
216 @Override
217 public void directDecompress(ByteBuffer in, ByteBuffer out) throws IOException {

Callers 2

isAvailableMethod · 0.95
directDecompressMethod · 0.95

Calls 1

getDirectDecompressorMethod · 0.65

Tested by

no test coverage detected