| Package | Description |
|---|---|
| org.apache.calcite.plan.hep |
Provides a heuristic planner implementation for the interfaces in
org.apache.calcite.plan. |
| Modifier and Type | Method and Description |
|---|---|
static HepMatchOrder |
HepMatchOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HepMatchOrder[] |
HepMatchOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HepProgramBuilder |
HepProgramBuilder.addMatchOrder(HepMatchOrder order)
Adds an instruction to change the order of pattern matching for
subsequent instructions.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.