public class POUserFunc extends ExpressionOperator
PhysicalOperator.OriginalLocation
Modifier and Type | Field and Description |
---|---|
static byte |
FINAL |
static byte |
INITIAL |
static byte |
INTERMEDIATE |
alias, illustrator, input, inputAttached, inputs, lineageTracer, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType
Constructor and Description |
---|
POUserFunc(OperatorKey k,
int rp,
java.util.List<PhysicalOperator> inp) |
POUserFunc(OperatorKey k,
int rp,
java.util.List<PhysicalOperator> inp,
FuncSpec funcSpec) |
POUserFunc(OperatorKey k,
int rp,
java.util.List<PhysicalOperator> inp,
FuncSpec funcSpec,
EvalFunc func) |
Modifier and Type | Method and Description |
---|---|
POUserFunc |
clone()
Make a deep copy of this operator.
|
boolean |
combinable() |
void |
finish() |
java.util.List<java.lang.String> |
getCacheFiles() |
java.util.List<ExpressionOperator> |
getChildExpressions()
Get child expression of this expression
|
java.lang.String |
getFinal() |
EvalFunc |
getFunc() |
FuncSpec |
getFuncSpec() |
java.lang.String |
getInitial() |
java.lang.String |
getIntermed() |
Result |
getNextBigDecimal() |
Result |
getNextBigInteger() |
Result |
getNextBoolean() |
Result |
getNextDataBag() |
Result |
getNextDataByteArray() |
Result |
getNextDateTime() |
Result |
getNextDouble() |
Result |
getNextFloat() |
Result |
getNextInteger() |
Result |
getNextLong() |
Result |
getNextMap() |
Result |
getNextString() |
Result |
getNextTuple() |
PhysicalOperator |
getReferencedOperator() |
java.lang.reflect.Type |
getReturnType() |
java.util.List<java.lang.String> |
getShipFiles() |
Tuple |
illustratorMarkup(java.lang.Object in,
java.lang.Object out,
int eqClassIndex)
input tuple mark up to be illustrate-able
|
java.lang.Boolean |
isAsynchronous() |
java.lang.String |
name() |
Schema |
outputSchema(Schema input) |
Result |
processInput()
A generic method for parsing input that either returns the attached input
if it exists or fetches it from its predecessor.
|
void |
setAccumStart() |
void |
setAlgebraicFunction(byte Function) |
void |
setCacheFiles(java.util.List<java.lang.String> cf) |
void |
setFuncInputSchema(java.lang.String signature)
Sets EvalFunc's inputschema based on the signature
|
void |
setFuncSpec(FuncSpec funcSpec) |
void |
setReferencedOperator(PhysicalOperator referencedOperator) |
void |
setResultType(byte resultType) |
void |
setShipFiles(java.util.List<java.lang.String> sf) |
void |
setSignature(java.lang.String signature) |
boolean |
supportsMultipleInputs()
Indicates whether this operator supports multiple inputs.
|
boolean |
supportsMultipleOutputs()
Indicates whether this operator supports multiple outputs.
|
void |
visit(PhyPlanVisitor v)
Visit this node with the provided visitor.
|
accumChild, containUDF, setIllustrator, toString
addOriginalLocation, addOriginalLocation, attachInput, cloneHelper, copyAliasFrom, detachInput, getAlias, getAliasString, getIllustrator, getInputs, getLogger, getNext, getOriginalLocations, getPigLogger, getReporter, getRequestedParallelism, getResultType, isAccumStarted, isAccumulative, isBlocking, isInputAttached, reset, setAccumEnd, setAccumulative, setInputs, setParentPlan, setPigLogger, setReporter, setRequestedParallelism, staticDataCleanup
compareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, unsetProjectionMap
public static final byte INITIAL
public static final byte INTERMEDIATE
public static final byte FINAL
public POUserFunc(OperatorKey k, int rp, java.util.List<PhysicalOperator> inp)
public POUserFunc(OperatorKey k, int rp, java.util.List<PhysicalOperator> inp, FuncSpec funcSpec)
public POUserFunc(OperatorKey k, int rp, java.util.List<PhysicalOperator> inp, FuncSpec funcSpec, EvalFunc func)
public PhysicalOperator getReferencedOperator()
public void setReferencedOperator(PhysicalOperator referencedOperator)
public Result processInput() throws ExecException
PhysicalOperator
processInput
in class PhysicalOperator
ExecException
public Result getNextTuple() throws ExecException
getNextTuple
in class PhysicalOperator
ExecException
public Result getNextDataBag() throws ExecException
getNextDataBag
in class ExpressionOperator
ExecException
public Result getNextInteger() throws ExecException
getNextInteger
in class PhysicalOperator
ExecException
public Result getNextBoolean() throws ExecException
getNextBoolean
in class PhysicalOperator
ExecException
public Result getNextDataByteArray() throws ExecException
getNextDataByteArray
in class PhysicalOperator
ExecException
public Result getNextDouble() throws ExecException
getNextDouble
in class PhysicalOperator
ExecException
public Result getNextBigInteger() throws ExecException
getNextBigInteger
in class PhysicalOperator
ExecException
public Result getNextBigDecimal() throws ExecException
getNextBigDecimal
in class PhysicalOperator
ExecException
public Result getNextFloat() throws ExecException
getNextFloat
in class PhysicalOperator
ExecException
public Result getNextLong() throws ExecException
getNextLong
in class PhysicalOperator
ExecException
public Result getNextDateTime() throws ExecException
getNextDateTime
in class PhysicalOperator
ExecException
public Result getNextMap() throws ExecException
getNextMap
in class PhysicalOperator
ExecException
public Result getNextString() throws ExecException
getNextString
in class PhysicalOperator
ExecException
public void setAlgebraicFunction(byte Function) throws ExecException
ExecException
public java.lang.String getInitial() throws ExecException
ExecException
public java.lang.String getIntermed() throws ExecException
ExecException
public java.lang.String getFinal() throws ExecException
ExecException
public java.lang.reflect.Type getReturnType()
public void finish()
public java.lang.Boolean isAsynchronous()
public java.lang.String name()
name
in class Operator<PhyPlanVisitor>
public boolean supportsMultipleInputs()
Operator
supportsMultipleInputs
in class Operator<PhyPlanVisitor>
public boolean supportsMultipleOutputs()
Operator
supportsMultipleOutputs
in class ExpressionOperator
public void visit(PhyPlanVisitor v) throws VisitorException
Operator
visit
in class ExpressionOperator
v
- Visitor to visit with.VisitorException
- if the visitor has a problem.public FuncSpec getFuncSpec()
public void setFuncSpec(FuncSpec funcSpec)
public java.util.List<java.lang.String> getCacheFiles()
public void setCacheFiles(java.util.List<java.lang.String> cf)
public java.util.List<java.lang.String> getShipFiles()
public void setShipFiles(java.util.List<java.lang.String> sf)
public boolean combinable()
public POUserFunc clone() throws java.lang.CloneNotSupportedException
ExpressionOperator
clone
in class ExpressionOperator
java.lang.CloneNotSupportedException
Do not use the clone method directly. Operators are cloned when logical plans
are cloned using {@link LogicalPlanCloner}
public java.util.List<ExpressionOperator> getChildExpressions()
getChildExpressions
in class ExpressionOperator
public void setAccumStart()
setAccumStart
in class PhysicalOperator
public void setResultType(byte resultType)
setResultType
in class PhysicalOperator
public Tuple illustratorMarkup(java.lang.Object in, java.lang.Object out, int eqClassIndex)
Illustrable
in
- input tupleout
- output tuple before wrapped in ExampleTupleeqClassIndex
- index into equivalence classes in illustratorpublic EvalFunc getFunc()
public void setSignature(java.lang.String signature)
public void setFuncInputSchema(java.lang.String signature)
signature
- Copyright © 2007-2012 The Apache Software Foundation