public interface QueryPlanScorer
| Modifier and Type | Method and Description |
|---|---|
QueryPlanData |
newDataInstance()
Returns a new instance for an implementation of QueryPlanData
used by this scorer
|
void |
reset(QueryPlanChooser c)
Initialize the scorer instance before the iteration of possible
query plans
|
Comparable |
score(QueryPlan p)
Returns a score for the query plan
|
QueryPlanData newDataInstance()
void reset(QueryPlanChooser c)
Comparable score(QueryPlan p)
Copyright © 2015. All rights reserved.