public class IndexBuildDriverFactoryProvider extends Object
| Constructor and Description |
|---|
IndexBuildDriverFactoryProvider(int pipelineId,
int outputOperatorId,
PlanNodeId planNodeId,
boolean inputDriver,
List<Type> outputTypes,
List<OperatorFactory> coreOperatorFactories,
Optional<DynamicTupleFilterFactory> dynamicTupleFilterFactory) |
| Modifier and Type | Method and Description |
|---|---|
DriverFactory |
createSnapshot(int pipelineId,
IndexSnapshotBuilder indexSnapshotBuilder) |
DriverFactory |
createStreaming(PageBuffer pageBuffer,
Page indexKeyTuple) |
List<Type> |
getOutputTypes() |
int |
getPipelineId() |
public IndexBuildDriverFactoryProvider(int pipelineId,
int outputOperatorId,
PlanNodeId planNodeId,
boolean inputDriver,
List<Type> outputTypes,
List<OperatorFactory> coreOperatorFactories,
Optional<DynamicTupleFilterFactory> dynamicTupleFilterFactory)
public int getPipelineId()
public DriverFactory createSnapshot(int pipelineId, IndexSnapshotBuilder indexSnapshotBuilder)
public DriverFactory createStreaming(PageBuffer pageBuffer, Page indexKeyTuple)
Copyright © 2012–2019. All rights reserved.