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

Method getIntermed

src/org/apache/pig/Algebraic.java:60–60  ·  view source on GitHub ↗

Get the intermediate function. @return A function name of f_intermed. f_intermed should be an eval func. The return type of f_intermed.exec() has to be Tuple

()

Source from the content-addressed store, hash-verified

58 * The return type of f_intermed.exec() has to be Tuple
59 */
60 public String getIntermed();
61
62 /**
63 * Get the final function.

Callers 5

EvalFuncMethod · 0.95
setupEvalFuncMapMethod · 0.65
getIntermedMethod · 0.65
getFieldSchemaMethod · 0.65
getIntermedMethod · 0.65

Implementers 15

ExtremalTupleByNthFieldcontrib/piggybank/java/src/main/java/o
MaxTupleBy1stFieldcontrib/piggybank/java/src/main/java/o
COVcontrib/piggybank/java/src/main/java/o
CORcontrib/piggybank/java/src/main/java/o
Topcontrib/piggybank/java/src/main/java/o
AlgebraicEvalFuncWithParameterizedReturnTypetest/org/apache/pig/TestAlgebraicEvalW
AVGtest/org/apache/pig/test/TestPOUserFun
AlgInstUDFtest/org/apache/pig/test/TestAlgebraic
TestConstructorArgstest/e2e/pig/udfs/java/org/apache/pig/
AlgebraicEvalFuncsrc/org/apache/pig/AlgebraicEvalFunc.j
Distinctsrc/org/apache/pig/builtin/Distinct.ja
COVsrc/org/apache/pig/builtin/COV.java

Calls

no outgoing calls

Tested by 2

setupEvalFuncMapMethod · 0.52
getIntermedMethod · 0.52