Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ toBytes
Method
toBytes
src/org/apache/pig/data/DataType.java:589–591 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
587
}
588
589
public
static
byte[] toBytes(Object o) throws ExecException {
590
return
toBytes(o, findType(o));
591
}
592
593
@SuppressWarnings(
"unchecked"
)
594
public
static
byte[] toBytes(Object o, byte type) throws ExecException {
Callers
6
apply
Method · 0.95
addKeyToBloomFilter
Method · 0.95
isKeyInBloomFilter
Method · 0.95
createBloomFilter
Method · 0.95
exec
Method · 0.95
exec
Method · 0.95
Calls
6
findType
Method · 0.95
mapToString
Method · 0.95
findTypeName
Method · 0.95
getBytes
Method · 0.65
get
Method · 0.65
toString
Method · 0.45
Tested by
1
apply
Method · 0.76