Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_P
Function · 0.65
TEST
Function · 0.65
printContents
Function · 0.65
SetUpTestCase
Method · 0.65
TEST
Function · 0.65
TEST
Function · 0.65
TEST
Function · 0.65
BloomFilterImpl
Method · 0.65
HdfsFileInputStream
Method · 0.65
readMetadata
Method · 0.65
startNextStripe
Method · 0.65
Writer.cc
File · 0.65
Implementers
6
BrotliCodec
java/core/src/java/org/apache/orc/impl
Lz4Codec
java/core/src/java/org/apache/orc/impl
AircompressorCodec
java/core/src/java/org/apache/orc/impl
ZstdCodec
java/core/src/java/org/apache/orc/impl
ZlibCodec
java/core/src/java/org/apache/orc/impl
XerialSnappyCodec
java/core/src/java/org/apache/orc/impl
Calls
no outgoing calls
Tested by
15
TEST_P
Function · 0.52
TEST
Function · 0.52
SetUpTestCase
Method · 0.52
TEST
Function · 0.52
TEST
Function · 0.52
TEST
Function · 0.52
testCount
Method · 0.52
testJsonDump
Method · 0.52
testMerge
Method · 0.52
testScan
Method · 0.52
testDump
Method · 0.52
testDictionaryThreshold
Method · 0.52