public class PhysicalPlanCreator extends Object
| Constructor and Description |
|---|
PhysicalPlanCreator(QueryContext context,
Map<Prel,PrelSequencer.OpId> opIdMap) |
| Modifier and Type | Method and Description |
|---|---|
PhysicalOperator |
addMetadata(Prel originalPrel,
PhysicalOperator op) |
PhysicalPlan |
build(Prel rootPrel,
boolean forceRebuild) |
QueryContext |
getContext() |
public PhysicalPlanCreator(QueryContext context, Map<Prel,PrelSequencer.OpId> opIdMap)
public QueryContext getContext()
public PhysicalOperator addMetadata(Prel originalPrel, PhysicalOperator op)
public PhysicalPlan build(Prel rootPrel, boolean forceRebuild)
Copyright © 2021 The Apache Software Foundation. All rights reserved.