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

Method fileSystem

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

Provide the filesystem for the path, if the client has it available. If it is not provided, it will be found from the path.

(FileSystem value)

Source from the content-addressed store, hash-verified

583 * If it is not provided, it will be found from the path.
584 */
585 public WriterOptions fileSystem(FileSystem value) {
586 fileSystemValue = value;
587 return this;
588 }
589
590 /**
591 * If the output file already exists, should it be overwritten?

Callers 15

testJsonDumpMethod · 0.80
testDumpMethod · 0.80
testDataDumpMethod · 0.80
testBloomFilterMethod · 0.80
testBloomFilter2Method · 0.80
testRecoverMethod · 0.80
testDumpColumnTypeMethod · 0.80
setupMethod · 0.80
setupMethod · 0.80

Calls

no outgoing calls

Tested by 15

testJsonDumpMethod · 0.64
testDumpMethod · 0.64
testDataDumpMethod · 0.64
testBloomFilterMethod · 0.64
testBloomFilter2Method · 0.64
testRecoverMethod · 0.64
testDumpColumnTypeMethod · 0.64
setupMethod · 0.64
setupMethod · 0.64