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

Method set

java/mapreduce/src/java/org/apache/orc/mapred/OrcUnion.java:41–44  ·  view source on GitHub ↗
(int tag, WritableComparable object)

Source from the content-addressed store, hash-verified

39 }
40
41 public void set(int tag, WritableComparable object) {
42 this.tag = (byte) tag;
43 this.object = object;
44 }
45
46 public byte getTag() {
47 return tag;

Callers 15

testMapredReadMethod · 0.95
testUnionKeysMethod · 0.95
testReadMethod · 0.95
testCompareMethod · 0.95
testSchemaInCompareMethod · 0.95
testAllTypesMethod · 0.95
nextUnionMethod · 0.95
testJsonDumpMethod · 0.45
appendAllTypesMethod · 0.45
testDumpMethod · 0.45
testBloomFilterMethod · 0.45

Calls

no outgoing calls

Tested by 15

testMapredReadMethod · 0.76
testUnionKeysMethod · 0.76
testReadMethod · 0.76
testCompareMethod · 0.76
testSchemaInCompareMethod · 0.76
testAllTypesMethod · 0.76
testJsonDumpMethod · 0.36
appendAllTypesMethod · 0.36
testDumpMethod · 0.36
testBloomFilterMethod · 0.36
testBloomFilter2Method · 0.36