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