| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Constructor and Description |
|---|
PlannerImpl(FrameworkConfig config)
Creates a planner.
|
| Modifier and Type | Method and Description |
|---|---|
FrameworkConfig |
Frameworks.ConfigBuilder.build() |
FrameworkConfig |
Frameworks.PrepareAction.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static Planner |
Frameworks.getPlanner(FrameworkConfig config)
Creates a planner.
|
static <R> R |
Frameworks.withPlanner(Frameworks.PlannerAction<R> action,
FrameworkConfig config)
Initializes a container then calls user-specified code with a planner.
|
| Constructor and Description |
|---|
Frameworks.PrepareAction(FrameworkConfig config) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.