Uses of Interface
io.trino.operator.join.NestedLoopJoinBridge
-
Packages that use NestedLoopJoinBridge Package Description io.trino.operator.join -
-
Uses of NestedLoopJoinBridge in io.trino.operator.join
Classes in io.trino.operator.join that implement NestedLoopJoinBridge Modifier and Type Class Description classNestedLoopJoinPagesSupplierConstructors in io.trino.operator.join with parameters of type NestedLoopJoinBridge Constructor Description NestedLoopBuildOperator(OperatorContext operatorContext, NestedLoopJoinBridge nestedLoopJoinBridge)Constructor parameters in io.trino.operator.join with type arguments of type NestedLoopJoinBridge Constructor Description NestedLoopBuildOperatorFactory(int operatorId, PlanNodeId planNodeId, JoinBridgeManager<NestedLoopJoinBridge> nestedLoopJoinBridgeManager)NestedLoopJoinOperatorFactory(int operatorId, PlanNodeId planNodeId, JoinBridgeManager<NestedLoopJoinBridge> nestedLoopJoinBridgeManager, List<Integer> probeChannels, List<Integer> buildChannels)
-