Uses of Class
io.trino.operator.JoinOperatorType
Packages that use JoinOperatorType
-
Uses of JoinOperatorType in io.trino.operator
Methods in io.trino.operator that return JoinOperatorTypeModifier and TypeMethodDescriptionstatic JoinOperatorTypeJoinOperatorType.fullOuterJoin()static JoinOperatorTypeJoinOperatorType.innerJoin(boolean outputSingleMatch, boolean waitForBuild) static JoinOperatorTypeJoinOperatorType.lookupOuterJoin(boolean waitForBuild) static JoinOperatorTypeJoinOperatorType.ofJoinNodeType(JoinNode.Type joinNodeType, boolean outputSingleMatch, boolean waitForBuild) static JoinOperatorTypeJoinOperatorType.probeOuterJoin(boolean outputSingleMatch) Methods in io.trino.operator with parameters of type JoinOperatorTypeModifier and TypeMethodDescriptionstatic OperatorFactoryOperatorFactories.join(JoinOperatorType joinType, int operatorId, PlanNodeId planNodeId, JoinBridgeManager<? extends PartitionedLookupSourceFactory> lookupSourceFactory, boolean hasFilter, List<Type> probeTypes, List<Integer> probeJoinChannel, OptionalInt probeHashChannel, Optional<List<Integer>> probeOutputChannelsOptional, TypeOperators typeOperators) static OperatorFactoryOperatorFactories.spillingJoin(JoinOperatorType joinType, int operatorId, PlanNodeId planNodeId, JoinBridgeManager<? extends LookupSourceFactory> lookupSourceFactory, boolean hasFilter, List<Type> probeTypes, List<Integer> probeJoinChannel, OptionalInt probeHashChannel, Optional<List<Integer>> probeOutputChannelsOptional, OptionalInt totalOperatorsCount, PartitioningSpillerFactory partitioningSpillerFactory, TypeOperators typeOperators) -
Uses of JoinOperatorType in io.trino.operator.join
Constructors in io.trino.operator.join with parameters of type JoinOperatorTypeModifierConstructorDescriptionLookupJoinOperatorFactory(int operatorId, PlanNodeId planNodeId, JoinBridgeManager<? extends LookupSourceFactory> lookupSourceFactoryManager, List<Type> probeTypes, List<Type> probeOutputTypes, List<Type> buildOutputTypes, JoinOperatorType joinOperatorType, JoinProbe.JoinProbeFactory joinProbeFactory, TypeOperators typeOperators, OptionalInt totalOperatorsCount, List<Integer> probeJoinChannels, OptionalInt probeHashChannel, PartitioningSpillerFactory partitioningSpillerFactory) -
Uses of JoinOperatorType in io.trino.operator.join.unspilled
Constructors in io.trino.operator.join.unspilled with parameters of type JoinOperatorTypeModifierConstructorDescriptionLookupJoinOperatorFactory(int operatorId, PlanNodeId planNodeId, JoinBridgeManager<? extends PartitionedLookupSourceFactory> lookupSourceFactoryManager, List<Type> probeTypes, List<Type> probeOutputTypes, List<Type> buildOutputTypes, JoinOperatorType joinOperatorType, JoinProbe.JoinProbeFactory joinProbeFactory, TypeOperators typeOperators, List<Integer> probeJoinChannels, OptionalInt probeHashChannel)