Ejemplo n.º 1
0
 public void WithCorrelIndexAssertion() => RegressionRunner.Run(
     _session,
     InfraNWTableSubqCorrelIndex.WithCorrelIndexAssertion());
Ejemplo n.º 2
0
 public void WithCorrelIndexShareIndexChoice() => RegressionRunner.Run(
     _session,
     InfraNWTableSubqCorrelIndex.WithCorrelIndexShareIndexChoice());
Ejemplo n.º 3
0
 public void WithCorrelIndexMultipleIndexHints() => RegressionRunner.Run(
     _session,
     InfraNWTableSubqCorrelIndex.WithCorrelIndexMultipleIndexHints());
Ejemplo n.º 4
0
 public void WithIndexShareMultikeyWArraySingleArray() => RegressionRunner.Run(
     _session,
     InfraNWTableSubqCorrelIndex.WithIndexShareMultikeyWArraySingleArray());