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

Method getLong

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

Source from the content-addressed store, hash-verified

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;
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;

Callers 15

TestPiClass · 0.65
assertConfLongMethod · 0.65
TestLargeFileClass · 0.65
extractArgsMethod · 0.65
processInputMethod · 0.65
getRankCounterOffsetMethod · 0.65
okToRunLocalMethod · 0.65
getPigSplitsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 2

assertConfLongMethod · 0.52