Uses of Class
org.apache.flink.table.operations.JoinQueryOperation.JoinType
-
Packages that use JoinQueryOperation.JoinType Package Description org.apache.flink.table.operations org.apache.flink.table.operations.utils -
-
Uses of JoinQueryOperation.JoinType in org.apache.flink.table.operations
Methods in org.apache.flink.table.operations that return JoinQueryOperation.JoinType Modifier and Type Method Description JoinQueryOperation.JoinTypeJoinQueryOperation. getJoinType()static JoinQueryOperation.JoinTypeJoinQueryOperation.JoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinQueryOperation.JoinType[]JoinQueryOperation.JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.operations with parameters of type JoinQueryOperation.JoinType Constructor Description JoinQueryOperation(QueryOperation left, QueryOperation right, JoinQueryOperation.JoinType joinType, org.apache.flink.table.expressions.ResolvedExpression condition, boolean correlated) -
Uses of JoinQueryOperation.JoinType in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils with parameters of type JoinQueryOperation.JoinType Modifier and Type Method Description QueryOperationOperationTreeBuilder. join(QueryOperation left, QueryOperation right, JoinQueryOperation.JoinType joinType, Optional<org.apache.flink.table.expressions.Expression> condition, boolean correlated)QueryOperationOperationTreeBuilder. joinLateral(QueryOperation left, org.apache.flink.table.expressions.Expression tableFunction, JoinQueryOperation.JoinType joinType, Optional<org.apache.flink.table.expressions.Expression> condition)
-