MCPcopy Create free account
hub / github.com/apache/orc / overwrite

Method overwrite

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

If the output file already exists, should it be overwritten? If it is not provided, write operation will fail if the file already exists.

(boolean value)

Source from the content-addressed store, hash-verified

592 * If it is not provided, write operation will fail if the file already exists.
593 */
594 public WriterOptions overwrite(boolean value) {
595 overwrite = value;
596 return this;
597 }
598
599 /**
600 * Set the stripe size for the file. The writer stores the contents of the

Callers 14

ConvertToolMethod · 0.80
setupMethod · 0.80
testAttributesMethod · 0.80
setupMethod · 0.80
createAcidORCFileMethod · 0.80
setupMethod · 0.80
writeMethod · 0.80
writeFileMethod · 0.80

Calls

no outgoing calls

Tested by 12

setupMethod · 0.64
testAttributesMethod · 0.64
setupMethod · 0.64
createAcidORCFileMethod · 0.64
setupMethod · 0.64
writeMethod · 0.64
writeInputFileMethod · 0.64
createFileMethod · 0.64