Uses of Interface
io.trino.operator.join.NestedLoopJoinBridge
Packages that use NestedLoopJoinBridge
-
Uses of NestedLoopJoinBridge in io.trino.operator.join
Classes in io.trino.operator.join that implement NestedLoopJoinBridgeConstructors in io.trino.operator.join with parameters of type NestedLoopJoinBridgeModifierConstructorDescriptionNestedLoopBuildOperator(OperatorContext operatorContext, NestedLoopJoinBridge nestedLoopJoinBridge) Constructor parameters in io.trino.operator.join with type arguments of type NestedLoopJoinBridgeModifierConstructorDescriptionNestedLoopBuildOperatorFactory(int operatorId, PlanNodeId planNodeId, JoinBridgeManager<NestedLoopJoinBridge> nestedLoopJoinBridgeManager) NestedLoopJoinOperatorFactory(int operatorId, PlanNodeId planNodeId, JoinBridgeManager<NestedLoopJoinBridge> nestedLoopJoinBridgeManager, List<Integer> probeChannels, List<Integer> buildChannels)