コード例 #1
0
 public void WithRowForAllSimple() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllSimple());
コード例 #2
0
 public void WithRowForAllMinMaxWindowed() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllMinMaxWindowed());
コード例 #3
0
 public void WithRowForAllWWindowAgg() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithRowForAllWWindowAgg());
コード例 #4
0
 public void WithSumOneView() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSumOneView());
コード例 #5
0
 public void WithAvgPerSym() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithAvgPerSym());
コード例 #6
0
 public void WithSelectStarStdGroupBy() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSelectStarStdGroupBy());
コード例 #7
0
 public void WithSelectExprGroupWin() => RegressionRunner.Run(_session, ResultSetQueryTypeRowForAll.WithSelectExprGroupWin());
コード例 #8
0
 public void WithRowForAllStaticMethodDoubleNested() => RegressionRunner.Run(
     _session,
     ResultSetQueryTypeRowForAll.WithRowForAllStaticMethodDoubleNested());