public interface Processor
| Modifier and Type | Method and Description |
|---|---|
QueryResults |
execute(QueryContext context,
QueryCommand command,
QueryResults.Statistics statistics,
PlanNode plan)
Process the supplied query plan for the given command and return the results.
|
QueryResults execute(QueryContext context, QueryCommand command, QueryResults.Statistics statistics, PlanNode plan)
context - the context in which the command is being processedcommand - the command being executedstatistics - the time metrics up until this executionplan - the plan to be processedCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.