public class LOCross extends LogicalRelationalOperator
| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | nested | 
alias, lineNum, mCustomPartitioner, mPinnedOptions, requestedParallelism, schema| Constructor and Description | 
|---|
| LOCross(LogicalPlan plan) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | accept(PlanVisitor v)Accept a visitor at this node in the graph. | 
| java.util.List<Operator> | getInputs() | 
| LogicalSchema | getSchema()Get the schema for the output of this relational operator. | 
| boolean | isEqual(Operator other)This is like a shallow equals comparison. | 
| boolean | isNested() | 
| void | setNested(boolean nested) | 
checkEquality, fixDuplicateUids, getAlias, getCustomPartitioner, getLineNumber, getRequestedParallelism, isPinnedOption, neverUseForRealSetSchema, pinOption, resetSchema, resetUid, setAlias, setCustomPartitioner, setRequestedParallelism, setSchema, toStringannotate, getAnnotation, getLocation, getName, getPlan, removeAnnotation, setLocation, setPlanpublic LOCross(LogicalPlan plan)
public boolean isNested()
public void setNested(boolean nested)
public LogicalSchema getSchema() throws FrontendException
LogicalRelationalOperatorgetSchema in class LogicalRelationalOperatorFrontendExceptionpublic void accept(PlanVisitor v) throws FrontendException
Operatoraccept in class Operatorv - Visitor to accept.FrontendExceptionpublic boolean isEqual(Operator other) throws FrontendException
OperatorisEqual in class OperatorFrontendExceptionpublic java.util.List<Operator> getInputs()
Copyright © 2007-2025 The Apache Software Foundation