public class LateralJoinPOP extends AbstractJoinPop
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
condition, conditions, joinType, left, right, semiJoinINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
LateralJoinPOP(PhysicalOperator left,
PhysicalOperator right,
org.apache.calcite.rel.core.JoinRelType joinType,
String implicitRIDColumn,
List<SchemaPath> excludedColumns) |
| Modifier and Type | Method and Description |
|---|---|
<T,X,E extends Throwable> |
accept(PhysicalVisitor<T,X,E> physicalVisitor,
X value)
Provides capability to build a set of output based on traversing a query graph tree.
|
List<SchemaPath> |
getExcludedColumns() |
String |
getImplicitRIDColumn() |
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
String |
getOperatorType() |
UnnestPOP |
getUnnestForLateralJoin() |
void |
setUnnestForLateralJoin(UnnestPOP unnest) |
getCondition, getConditions, getJoinType, getLeft, getRight, isSemiJoin, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String OPERATOR_TYPE
public LateralJoinPOP(PhysicalOperator left, PhysicalOperator right, org.apache.calcite.rel.core.JoinRelType joinType, String implicitRIDColumn, List<SchemaPath> excludedColumns)
public PhysicalOperator getNewWithChildren(List<PhysicalOperator> children)
PhysicalOperatorpublic UnnestPOP getUnnestForLateralJoin()
public List<SchemaPath> getExcludedColumns()
public void setUnnestForLateralJoin(UnnestPOP unnest)
public String getImplicitRIDColumn()
public String getOperatorType()
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatoraccept in interface PhysicalOperatoraccept in class AbstractJoinPopE extends ThrowableCopyright © 2021 The Apache Software Foundation. All rights reserved.