public final class QueryOptimizePlannerFactory extends Object
| 构造器和说明 |
|---|
QueryOptimizePlannerFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.calcite.plan.RelOptPlanner |
createHepPlanner()
Create new instance of hep planner.
|
static org.apache.calcite.plan.RelOptPlanner |
createHepPlannerWithCalc()
Create new instance of hep planner with calc rules.
|
static org.apache.calcite.plan.RelOptPlanner |
createHepPlannerWithoutCalc()
Create new instance of hep planner without calc rules.
|
static org.apache.calcite.plan.RelOptPlanner |
createVolcanoPlanner()
Create new instance of volcano planner.
|
public static org.apache.calcite.plan.RelOptPlanner createVolcanoPlanner()
public static org.apache.calcite.plan.RelOptPlanner createHepPlannerWithoutCalc()
public static org.apache.calcite.plan.RelOptPlanner createHepPlannerWithCalc()
public static org.apache.calcite.plan.RelOptPlanner createHepPlanner()
Copyright © 2022 The Apache Software Foundation. All rights reserved.