LocalSearchPlannerStrategy.
Use the LocalSearchRuntimeBasedStrategy and its belonging components instead.@Deprecated public class OrderingHeuristics extends java.lang.Object implements java.util.Comparator<PConstraint>
OrderingHeuristics| Constructor and Description |
|---|
OrderingHeuristics(SubPlan plan,
IQueryMetaContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(PConstraint constraint1,
PConstraint constraint2)
Deprecated.
|
public OrderingHeuristics(SubPlan plan, IQueryMetaContext context)
public int compare(PConstraint constraint1, PConstraint constraint2)
compare in interface java.util.Comparator<PConstraint>