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

Method getInt

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

Source from the content-addressed store, hash-verified

41 public void setDateTime(int idx, DateTime val) throws ExecException;
42
43 public int getInt(int idx) throws ExecException, FieldIsNullException;
44 public float getFloat(int idx) throws ExecException, FieldIsNullException;
45 public double getDouble(int idx) throws ExecException, FieldIsNullException;
46 public long getLong(int idx) throws ExecException, FieldIsNullException;

Callers 15

testWriteToDBMethod · 0.65
initializeMethod · 0.65
getColumnNumberMethod · 0.65
getRecordWriterMethod · 0.65
extractArgsMethod · 0.65
initMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 2

testWriteToDBMethod · 0.52