Uses of Interface
io.prestosql.operator.NestedLoopJoinBridge
-
Packages that use NestedLoopJoinBridge Package Description io.prestosql.operator -
-
Uses of NestedLoopJoinBridge in io.prestosql.operator
Classes in io.prestosql.operator that implement NestedLoopJoinBridge Modifier and Type Class Description classNestedLoopJoinPagesSupplierConstructors in io.prestosql.operator with parameters of type NestedLoopJoinBridge Constructor Description NestedLoopBuildOperator(OperatorContext operatorContext, NestedLoopJoinBridge nestedLoopJoinBridge)Constructor parameters in io.prestosql.operator 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)
-