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

Method getInitial

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

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

()

Source from the content-addressed store, hash-verified

51 * The return type of f_init.exec() has to be Tuple
52 */
53 public String getInitial();
54
55 /**
56 * Get the intermediate function.

Callers 5

EvalFuncMethod · 0.95
setupEvalFuncMapMethod · 0.65
getInitialMethod · 0.65
getFieldSchemaMethod · 0.65
getInitialMethod · 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
getInitialMethod · 0.52