public SubordinateWMatchExprQueryPlan(
     SubordWMatchExprLookupStrategyFactory factory,
     SubordinateQueryIndexDesc[] indexDescs)
 {
     Factory = factory;
     IndexDescs = indexDescs;
 }
Exemple #2
0
 public SubordinateWMatchExprQueryPlanResult(SubordWMatchExprLookupStrategyFactory factory, SubordinateQueryIndexDesc[] indexDescs)
 {
     this.factory    = factory;
     this.indexDescs = indexDescs;
 }