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

Method setInt

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

Source from the content-addressed store, hash-verified

27
28public interface TypeAwareTuple extends Tuple {
29 public void setInt(int idx, int val) throws ExecException;
30 public void setFloat(int idx, float val) throws ExecException;
31 public void setDouble(int idx, double val) throws ExecException;
32 public void setLong(int idx, long val) throws ExecException;

Callers 15

putNextMethod · 0.65
setColumnNumberMethod · 0.65
setDeflateLevelMethod · 0.65
setupMethod · 0.65
initMethod · 0.65
createRecordReaderMethod · 0.65
adjustNumReducersMethod · 0.65
RecordReaderFactoryMethod · 0.65
launchPigMethod · 0.65
newVertexMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 3

setupMethod · 0.52