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

Method getString

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

Source from the content-addressed store, hash-verified

45 public double getDouble(int idx) throws ExecException, FieldIsNullException;
46 public long getLong(int idx) throws ExecException, FieldIsNullException;
47 public String getString(int idx) throws ExecException, FieldIsNullException;
48 public boolean getBoolean(int idx) throws ExecException, FieldIsNullException;
49 public BigInteger getBigInteger(int idx) throws ExecException;
50 public BigDecimal getBigDecimal(int idx) throws ExecException;

Callers 3

testWriteToDBMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 2

testWriteToDBMethod · 0.52