org.apache.calcite.plan.See: Description
| Class | Description |
|---|---|
| HepPlanner |
HepPlanner is a heuristic implementation of the
RelOptPlanner
interface. |
| HepProgram |
HepProgram specifies the order in which rules should be attempted by
HepPlanner. |
| HepProgramBuilder |
HepProgramBuilder creates instances of
HepProgram. |
| HepRelVertex |
HepRelVertex wraps a real
RelNode as a vertex in a DAG representing
the entire query expression. |
| HepRuleCall |
HepRuleCall implements
RelOptRuleCall for a HepPlanner. |
| Enum | Description |
|---|---|
| HepMatchOrder |
HepMatchOrder specifies the order of graph traversal when looking for rule
matches.
|
org.apache.calcite.plan.Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.