Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testMapredRead
Method · 0.95
testUnionKeys
Method · 0.95
testRead
Method · 0.95
testCompare
Method · 0.95
testSchemaInCompare
Method · 0.95
testAllTypes
Method · 0.95
nextUnion
Method · 0.95
testJsonDump
Method · 0.45
appendAllTypes
Method · 0.45
testDump
Method · 0.45
testDictionaryThreshold
Method · 0.45
testBloomFilter
Method · 0.45
Calls
no outgoing calls
Tested by
15
testMapredRead
Method · 0.76
testUnionKeys
Method · 0.76
testRead
Method · 0.76
testCompare
Method · 0.76
testSchemaInCompare
Method · 0.76
testAllTypes
Method · 0.76
testJsonDump
Method · 0.36
appendAllTypes
Method · 0.36
testDump
Method · 0.36
testDictionaryThreshold
Method · 0.36
testBloomFilter
Method · 0.36
testBloomFilter2
Method · 0.36