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

Method writerOptions

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

Create a set of writer options based on a configuration. @param conf the configuration to use for values @return A WriterOptions object that can be modified

(Configuration conf)

Source from the content-addressed store, hash-verified

1057 * @return A WriterOptions object that can be modified
1058 */
1059 public static WriterOptions writerOptions(Configuration conf) {
1060 return new WriterOptions(null, conf);
1061 }
1062
1063 /**
1064 * Create a set of write options based on a set of table properties and

Callers 15

testCountMethod · 0.95
testJsonDumpMethod · 0.95
testMergeMethod · 0.95
testScanMethod · 0.95
testDumpMethod · 0.95
testDataDumpMethod · 0.95
testBloomFilterMethod · 0.95
testBloomFilter2Method · 0.95
testHasNullMethod · 0.95
testRecoverMethod · 0.95

Calls

no outgoing calls

Tested by 15

testCountMethod · 0.76
testJsonDumpMethod · 0.76
testMergeMethod · 0.76
testScanMethod · 0.76
testDumpMethod · 0.76
testDataDumpMethod · 0.76
testBloomFilterMethod · 0.76
testBloomFilter2Method · 0.76
testHasNullMethod · 0.76
testRecoverMethod · 0.76