Uses of Class
org.apache.wayang.basic.operators.JoinOperator
Packages that use JoinOperator
Package
Description
-
Uses of JoinOperator in org.apache.wayang.api.sql.calcite.converter
Methods in org.apache.wayang.api.sql.calcite.converter that return JoinOperatorModifier and TypeMethodDescriptionprotected JoinOperator<Record,Record, Record> WayangMultiConditionJoinVisitor.getJoinOperator(Integer[] leftKeyIndexes, Integer[] rightKeyIndexes, WayangJoin wayangRelNode, String leftTableName, String leftFieldNames, String rightTableName, String rightFieldNames) This method handles theJoinOperatorcreation -
Uses of JoinOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type JoinOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of JoinOperator in org.apache.wayang.flink.operators
Subclasses of JoinOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclassFlinkJoinOperator<InputType0,InputType1, KeyType> Flink implementation of theJoinOperator.Constructors in org.apache.wayang.flink.operators with parameters of type JoinOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of JoinOperator in org.apache.wayang.java.operators
Subclasses of JoinOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclassJavaJoinOperator<InputType0,InputType1, KeyType> Java implementation of theJoinOperator.Constructors in org.apache.wayang.java.operators with parameters of type JoinOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of JoinOperator in org.apache.wayang.jdbc.operators
Subclasses of JoinOperator in org.apache.wayang.jdbc.operatorsModifier and TypeClassDescriptionclassJdbcJoinOperator<KeyType>PostgreSQL implementation for theJoinOperator.Constructors in org.apache.wayang.jdbc.operators with parameters of type JoinOperatorModifierConstructorDescriptionCopies an instance -
Uses of JoinOperator in org.apache.wayang.postgres.operators
Subclasses of JoinOperator in org.apache.wayang.postgres.operatorsModifier and TypeClassDescriptionclassPostgresJoinOperator<KeyType>PostgreSQL implementation of theJoinOperator.Constructors in org.apache.wayang.postgres.operators with parameters of type JoinOperator -
Uses of JoinOperator in org.apache.wayang.spark.operators
Subclasses of JoinOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclassSparkJoinOperator<InputType0,InputType1, KeyType> Spark implementation of theJoinOperator.Constructors in org.apache.wayang.spark.operators with parameters of type JoinOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).