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

Method setSchema

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

Set the schema for the file. This is a required parameter. @param schema the schema for the file. @return this

(TypeDescription schema)

Source from the content-addressed store, hash-verified

723 * @return this
724 */
725 public WriterOptions setSchema(TypeDescription schema) {
726 this.schema = schema;
727 return this;
728 }
729
730 /**
731 * Sets the version of the file that will be written.

Callers 15

testCountMethod · 0.80
testJsonDumpMethod · 0.80
testMergeMethod · 0.80
testScanMethod · 0.80
testDumpMethod · 0.80
testDataDumpMethod · 0.80
testBloomFilterMethod · 0.80
testBloomFilter2Method · 0.80
testHasNullMethod · 0.80

Calls

no outgoing calls

Tested by 15

testCountMethod · 0.64
testJsonDumpMethod · 0.64
testMergeMethod · 0.64
testScanMethod · 0.64
testDumpMethod · 0.64
testDataDumpMethod · 0.64
testBloomFilterMethod · 0.64
testBloomFilter2Method · 0.64
testHasNullMethod · 0.64