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

Method version

java/core/src/java/org/apache/orc/OrcFile.java:733–736  ·  view source on GitHub ↗

Sets the version of the file that will be written.

(Version value)

Source from the content-addressed store, hash-verified

731 * Sets the version of the file that will be written.
732 */
733 public WriterOptions version(Version value) {
734 versionValue = value;
735 return this;
736 }
737
738 /**
739 * Add a listener for when the stripe and file are about to be closed.

Callers 15

protobuff_compressionFunction · 0.80
TESTFunction · 0.80
getFormatVersionMethod · 0.80
createReaderFunction · 0.80
testFixedDeltaZeroMethod · 0.80
testFixedDeltaOneMethod · 0.80
testFixedDeltaLargeMethod · 0.80
testShortRepeatMethod · 0.80
testDeltaUnknownSignMethod · 0.80
testPatchedBaseMethod · 0.80

Calls

no outgoing calls

Tested by 15

protobuff_compressionFunction · 0.64
TESTFunction · 0.64
testFixedDeltaZeroMethod · 0.64
testFixedDeltaOneMethod · 0.64
testFixedDeltaLargeMethod · 0.64
testShortRepeatMethod · 0.64
testDeltaUnknownSignMethod · 0.64
testPatchedBaseMethod · 0.64
testBaseValueLimitMethod · 0.64