Modifier and Type | Class and Description |
---|---|
static class |
Distinct.Final |
static class |
Distinct.Initial |
static class |
Distinct.Intermediate |
EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
Distinct() |
Modifier and Type | Method and Description |
---|---|
DataBag |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
protected DataBag |
getDistinct(Tuple input) |
java.lang.String |
getFinal()
Get the final function.
|
java.lang.String |
getInitial()
Get the initial function.
|
java.lang.String |
getIntermed()
Get the intermediate function.
|
static void |
staticDataCleanup() |
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public static void staticDataCleanup()
public DataBag exec(Tuple input) throws java.io.IOException
EvalFunc
public java.lang.String getFinal()
Algebraic
public java.lang.String getInitial()
Algebraic
getInitial
in interface Algebraic
public java.lang.String getIntermed()
Algebraic
getIntermed
in interface Algebraic
Copyright © 2007-2012 The Apache Software Foundation