MCPcopy Create free account
hub / github.com/apache/pig / getBytes

Method getBytes

src/org/apache/pig/data/TypeAwareTuple.java:51–51  ·  view source on GitHub ↗
(int idx)

Source from the content-addressed store, hash-verified

49 public BigInteger getBigInteger(int idx) throws ExecException;
50 public BigDecimal getBigDecimal(int idx) throws ExecException;
51 public byte[] getBytes(int idx) throws ExecException, FieldIsNullException;
52 public Tuple getTuple(int idx) throws ExecException;
53 public DataBag getDataBag(int idx) throws ExecException, FieldIsNullException;
54 public Map<String,Object> getMap(int idx) throws ExecException, FieldIsNullException;

Callers 15

writeTestDataMethod · 0.65
writeRCFileTestMethod · 0.65
testReadBytesWritableMethod · 0.65
putFieldMethod · 0.65
getNextMethod · 0.65
prepareToReadMethod · 0.65
getNextMethod · 0.65
hashFnv32InitMethod · 0.65
CBZip2OutputStreamMethod · 0.65

Implementers 1

SchemaTuplesrc/org/apache/pig/data/SchemaTuple.ja

Calls

no outgoing calls