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

Method configure

java/mapreduce/src/java/org/apache/orc/mapred/OrcValue.java:61–69  ·  view source on GitHub ↗
(JobConf conf)

Source from the content-addressed store, hash-verified

59 }
60
61 @Override
62 public void configure(JobConf conf) {
63 if (value == null) {
64 TypeDescription schema =
65 TypeDescription.fromString(OrcConf.MAPRED_SHUFFLE_VALUE_SCHEMA
66 .getString(conf));
67 value = OrcStruct.createValue(schema);
68 }
69 }
70}

Callers

nothing calls this directly

Calls 3

fromStringMethod · 0.95
createValueMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected