MCPcopy 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

applyMethod · 0.95
addKeyToBloomFilterMethod · 0.95
isKeyInBloomFilterMethod · 0.95
createBloomFilterMethod · 0.95
execMethod · 0.95
execMethod · 0.95

Calls 6

findTypeMethod · 0.95
mapToStringMethod · 0.95
findTypeNameMethod · 0.95
getBytesMethod · 0.65
getMethod · 0.65
toStringMethod · 0.45

Tested by 1

applyMethod · 0.76