public class LONative extends LogicalRelationalOperator
alias, lineNum, mCustomPartitioner, mPinnedOptions, requestedParallelism, schema
Constructor and Description |
---|
LONative(OperatorPlan plan,
String nativeJar,
String[] parameters) |
Modifier and Type | Method and Description |
---|---|
void |
accept(PlanVisitor v)
Accept a visitor at this node in the graph.
|
String |
getNativeMRJar() |
String[] |
getParams() |
LogicalSchema |
getSchema()
Get the schema for the output of this relational operator.
|
boolean |
isEqual(Operator obj)
This is like a shallow equals comparison.
|
void |
setNativeMRJar(String nativeMRJar) |
void |
setParams(String[] params) |
checkEquality, fixDuplicateUids, getAlias, getCustomPartitioner, getLineNumber, getRequestedParallelism, isPinnedOption, neverUseForRealSetSchema, pinOption, resetSchema, resetUid, setAlias, setCustomPartitioner, setRequestedParallelism, setSchema, toString
annotate, getAnnotation, getLocation, getName, getPlan, removeAnnotation, setLocation, setPlan
public LONative(OperatorPlan plan, String nativeJar, String[] parameters)
public LogicalSchema getSchema() throws FrontendException
LogicalRelationalOperator
getSchema
in class LogicalRelationalOperator
FrontendException
public void accept(PlanVisitor v) throws FrontendException
Operator
accept
in class Operator
v
- Visitor to accept.FrontendException
public boolean isEqual(Operator obj) throws FrontendException
Operator
isEqual
in class Operator
FrontendException
public String getNativeMRJar()
public void setNativeMRJar(String nativeMRJar)
nativeMRJar
- the nativeMRJar to setpublic String[] getParams()
public void setParams(String[] params)
params
- the params to setCopyright © 2007-2017 The Apache Software Foundation