@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, waitasSerializableStringpublic 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()
QueryOperationgetResolvedSchema in interface QueryOperationpublic String asSummaryString()
OperationasSummaryString in interface Operationpublic List<QueryOperation> getChildren()
getChildren in interface QueryOperationpublic <T> T accept(QueryOperationVisitor<T> visitor)
accept in interface QueryOperationCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.