Toggle navigation
Home
com.facebook.presto.operator.JoinBridgeDataManager to com.facebook.presto.operator.JoinBridgeManager
No. of Instances - 23
No. of Commits - 1
No. of Projects - {'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
nestedLoopJoinPagesBridgeManager.forLifespan(driverContext.getLifespan())
to
nestedLoopJoinPagesBridgeManager.getJoinBridge(driverContext.getLifespan())
Optional.of(new OuterOperatorFactoryResult(new LookupOuterOperatorFactory(operatorId,planNodeId,joinBridgeManager::getOuterPositionsFuture,probeOutputTypes,buildOutputTypes,joinBridgeManager::getJoinBridgeUsersCount),lookupSourceFactoryManager.getBuildExecutionStrategy()))
to
Optional.of(new OuterOperatorFactoryResult(new LookupOuterOperatorFactory(operatorId,planNodeId,probeOutputTypes,buildOutputTypes,lookupSourceFactoryManager),lookupSourceFactoryManager.getBuildExecutionStrategy()))
Rename Method invocation
forLifespan
to
getJoinBridge
forLifespan
to
getJoinBridge
Rename Variable
nestedLoopJoinPagesSupplierManager
to
nestedLoopJoinPagesBridgeManager