public interface WorkProcessorOperatorFactory
| Modifier and Type | Method and Description |
|---|---|
WorkProcessorOperator |
create(Session session,
MemoryTrackingContext memoryTrackingContext,
DriverYieldSignal yieldSignal,
WorkProcessor<Page> sourcePages) |
int |
getOperatorId() |
String |
getOperatorType() |
PlanNodeId |
getPlanNodeId() |
int getOperatorId()
PlanNodeId getPlanNodeId()
String getOperatorType()
WorkProcessorOperator create(Session session, MemoryTrackingContext memoryTrackingContext, DriverYieldSignal yieldSignal, WorkProcessor<Page> sourcePages)
Copyright © 2012–2019. All rights reserved.