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

Method reset

java/core/src/java/org/apache/orc/CompressionCodec.java:125–125  ·  view source on GitHub ↗

Resets the codec, preparing it for reuse.

()

Source from the content-addressed store, hash-verified

123
124 /** Resets the codec, preparing it for reuse. */
125 void reset();
126
127 /** Closes the codec, releasing the resources. */
128 void destroy();

Callers 15

TEST_PFunction · 0.65
TESTFunction · 0.65
printContentsFunction · 0.65
SetUpTestCaseMethod · 0.65
TESTFunction · 0.65
TESTFunction · 0.65
TESTFunction · 0.65
BloomFilterImplMethod · 0.65
HdfsFileInputStreamMethod · 0.65
readMetadataMethod · 0.65
startNextStripeMethod · 0.65
Writer.ccFile · 0.65

Implementers 6

BrotliCodecjava/core/src/java/org/apache/orc/impl
Lz4Codecjava/core/src/java/org/apache/orc/impl
AircompressorCodecjava/core/src/java/org/apache/orc/impl
ZstdCodecjava/core/src/java/org/apache/orc/impl
ZlibCodecjava/core/src/java/org/apache/orc/impl
XerialSnappyCodecjava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 15

TEST_PFunction · 0.52
TESTFunction · 0.52
SetUpTestCaseMethod · 0.52
TESTFunction · 0.52
TESTFunction · 0.52
TESTFunction · 0.52
testCountMethod · 0.52
testJsonDumpMethod · 0.52
testMergeMethod · 0.52
testScanMethod · 0.52
testDumpMethod · 0.52