public interface Planner
| Modifier and Type | Method and Description |
|---|---|
PlanNode |
createPlan(QueryContext context,
QueryCommand query)
Create a canonical query plan for the given command.
|
PlanNode createPlan(QueryContext context, QueryCommand query)
context - the context in which the query is being plannedquery - the query command to be plannedCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.