| Package | Description |
|---|---|
| org.apache.calcite.plan.hep |
Provides a heuristic planner implementation for the interfaces in
org.apache.calcite.plan. |
| org.apache.calcite.plan.volcano |
Optimizes relational expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HepPlanner
HepPlanner is a heuristic implementation of the
RelOptPlanner
interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
VolcanoPlanner
VolcanoPlanner optimizes queries by transforming expressions selectively
according to a dynamic programming algorithm.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.