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

Method configure

java/mapreduce/src/java/org/apache/orc/mapred/OrcKey.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 (key == null) {
64 TypeDescription schema =
65 TypeDescription.fromString(OrcConf.MAPRED_SHUFFLE_KEY_SCHEMA
66 .getString(conf));
67 key = OrcStruct.createValue(schema);
68 }
69 }
70
71 @Override
72 public int compareTo(OrcKey o) {

Callers 1

compareMethod · 0.95

Calls 3

fromStringMethod · 0.95
createValueMethod · 0.95
getStringMethod · 0.45

Tested by 1

compareMethod · 0.76