| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| Modifier and Type | Field and Description |
|---|---|
private PlannerImpl.State |
PlannerImpl.state |
| Modifier and Type | Method and Description |
|---|---|
static PlannerImpl.State |
PlannerImpl.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlannerImpl.State[] |
PlannerImpl.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
PlannerImpl.ensure(PlannerImpl.State state)
Makes sure that the state is at least the given state.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.