@Internal public class JoinQueryOperation extends Object implements QueryOperation
Modifier and Type | Class and Description |
---|---|
static class |
JoinQueryOperation.JoinType
Specifies how the two Tables should be joined.
|
Constructor and Description |
---|
JoinQueryOperation(QueryOperation left,
QueryOperation right,
JoinQueryOperation.JoinType joinType,
org.apache.flink.table.expressions.ResolvedExpression condition,
boolean correlated) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(QueryOperationVisitor<T> visitor) |
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<QueryOperation> |
getChildren() |
org.apache.flink.table.expressions.ResolvedExpression |
getCondition() |
JoinQueryOperation.JoinType |
getJoinType() |
org.apache.flink.table.catalog.ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
boolean |
isCorrelated() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public JoinQueryOperation(QueryOperation left, QueryOperation right, JoinQueryOperation.JoinType joinType, org.apache.flink.table.expressions.ResolvedExpression condition, boolean correlated)
public JoinQueryOperation.JoinType getJoinType()
public org.apache.flink.table.expressions.ResolvedExpression getCondition()
public boolean isCorrelated()
public org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()
QueryOperation
getResolvedSchema
in interface QueryOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public <T> T accept(QueryOperationVisitor<T> visitor)
accept
in interface QueryOperation
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.