@@ -1491,6 +1491,8 @@ public void Translate_should_return_expected_result_for_Max()
1491
1491
[ Fact ]
1492
1492
public void Translate_should_return_expected_result_for_Median_with_Decimal ( )
1493
1493
{
1494
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1495
+
1494
1496
var collection = Fixture . Collection ;
1495
1497
1496
1498
var aggregate = collection . Aggregate ( )
@@ -1510,6 +1512,8 @@ public void Translate_should_return_expected_result_for_Median_with_Decimal()
1510
1512
[ Fact ]
1511
1513
public void Translate_should_return_expected_result_for_Median_with_Double ( )
1512
1514
{
1515
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1516
+
1513
1517
var collection = Fixture . Collection ;
1514
1518
1515
1519
var aggregate = collection . Aggregate ( )
@@ -1529,6 +1533,8 @@ public void Translate_should_return_expected_result_for_Median_with_Double()
1529
1533
[ Fact ]
1530
1534
public void Translate_should_return_expected_result_for_Median_with_Int32 ( )
1531
1535
{
1536
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1537
+
1532
1538
var collection = Fixture . Collection ;
1533
1539
1534
1540
var aggregate = collection . Aggregate ( )
@@ -1548,6 +1554,8 @@ public void Translate_should_return_expected_result_for_Median_with_Int32()
1548
1554
[ Fact ]
1549
1555
public void Translate_should_return_expected_result_for_Median_with_Int64 ( )
1550
1556
{
1557
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1558
+
1551
1559
var collection = Fixture . Collection ;
1552
1560
1553
1561
var aggregate = collection . Aggregate ( )
@@ -1567,6 +1575,8 @@ public void Translate_should_return_expected_result_for_Median_with_Int64()
1567
1575
[ Fact ]
1568
1576
public void Translate_should_return_expected_result_for_Median_with_nullable_Decimal ( )
1569
1577
{
1578
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1579
+
1570
1580
var collection = Fixture . Collection ;
1571
1581
1572
1582
var aggregate = collection . Aggregate ( )
@@ -1586,6 +1596,8 @@ public void Translate_should_return_expected_result_for_Median_with_nullable_Dec
1586
1596
[ Fact ]
1587
1597
public void Translate_should_return_expected_result_for_Median_with_nullable_Double ( )
1588
1598
{
1599
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1600
+
1589
1601
var collection = Fixture . Collection ;
1590
1602
1591
1603
var aggregate = collection . Aggregate ( )
@@ -1605,6 +1617,8 @@ public void Translate_should_return_expected_result_for_Median_with_nullable_Dou
1605
1617
[ Fact ]
1606
1618
public void Translate_should_return_expected_result_for_Median_with_nullable_Int32 ( )
1607
1619
{
1620
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1621
+
1608
1622
var collection = Fixture . Collection ;
1609
1623
1610
1624
var aggregate = collection . Aggregate ( )
@@ -1624,6 +1638,8 @@ public void Translate_should_return_expected_result_for_Median_with_nullable_Int
1624
1638
[ Fact ]
1625
1639
public void Translate_should_return_expected_result_for_Median_with_nullable_Int64 ( )
1626
1640
{
1641
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1642
+
1627
1643
var collection = Fixture . Collection ;
1628
1644
1629
1645
var aggregate = collection . Aggregate ( )
@@ -1643,6 +1659,8 @@ public void Translate_should_return_expected_result_for_Median_with_nullable_Int
1643
1659
[ Fact ]
1644
1660
public void Translate_should_return_expected_result_for_Median_with_window ( )
1645
1661
{
1662
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1663
+
1646
1664
var collection = Fixture . Collection ;
1647
1665
1648
1666
var aggregate = collection . Aggregate ( )
@@ -1688,6 +1706,8 @@ public void Translate_should_return_expected_result_for_Min()
1688
1706
[ Fact ]
1689
1707
public void Translate_should_return_expected_result_for_Percentile_with_Decimal ( )
1690
1708
{
1709
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1710
+
1691
1711
var collection = Fixture . Collection ;
1692
1712
1693
1713
var aggregate = collection . Aggregate ( )
@@ -1707,6 +1727,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_Decimal(
1707
1727
[ Fact ]
1708
1728
public void Translate_should_return_expected_result_for_Percentile_with_Double ( )
1709
1729
{
1730
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1731
+
1710
1732
var collection = Fixture . Collection ;
1711
1733
1712
1734
var aggregate = collection . Aggregate ( )
@@ -1726,6 +1748,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_Double()
1726
1748
[ Fact ]
1727
1749
public void Translate_should_return_expected_result_for_Percentile_with_Int32 ( )
1728
1750
{
1751
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1752
+
1729
1753
var collection = Fixture . Collection ;
1730
1754
1731
1755
var aggregate = collection . Aggregate ( )
@@ -1745,6 +1769,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_Int32()
1745
1769
[ Fact ]
1746
1770
public void Translate_should_return_expected_result_for_Percentile_with_Int64 ( )
1747
1771
{
1772
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1773
+
1748
1774
var collection = Fixture . Collection ;
1749
1775
1750
1776
var aggregate = collection . Aggregate ( )
@@ -1764,6 +1790,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_Int64()
1764
1790
[ Fact ]
1765
1791
public void Translate_should_return_expected_result_for_Percentile_with_nullable_Decimal ( )
1766
1792
{
1793
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1794
+
1767
1795
var collection = Fixture . Collection ;
1768
1796
1769
1797
var aggregate = collection . Aggregate ( )
@@ -1783,6 +1811,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_nullable
1783
1811
[ Fact ]
1784
1812
public void Translate_should_return_expected_result_for_Percentile_with_nullable_Double ( )
1785
1813
{
1814
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1815
+
1786
1816
var collection = Fixture . Collection ;
1787
1817
1788
1818
var aggregate = collection . Aggregate ( )
@@ -1802,6 +1832,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_nullable
1802
1832
[ Fact ]
1803
1833
public void Translate_should_return_expected_result_for_Percentile_with_nullable_Int32 ( )
1804
1834
{
1835
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1836
+
1805
1837
var collection = Fixture . Collection ;
1806
1838
1807
1839
var aggregate = collection . Aggregate ( )
@@ -1821,6 +1853,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_nullable
1821
1853
[ Fact ]
1822
1854
public void Translate_should_return_expected_result_for_Percentile_with_nullable_Int64 ( )
1823
1855
{
1856
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1857
+
1824
1858
var collection = Fixture . Collection ;
1825
1859
1826
1860
var aggregate = collection . Aggregate ( )
@@ -1840,6 +1874,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_nullable
1840
1874
[ Fact ]
1841
1875
public void Translate_should_return_expected_result_for_Percentile_with_multiple_percentiles ( )
1842
1876
{
1877
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1878
+
1843
1879
var collection = Fixture . Collection ;
1844
1880
1845
1881
var aggregate = collection . Aggregate ( )
@@ -1861,6 +1897,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_multiple
1861
1897
[ Fact ]
1862
1898
public void Translate_should_return_expected_result_for_Percentile_with_window ( )
1863
1899
{
1900
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1901
+
1864
1902
var collection = Fixture . Collection ;
1865
1903
1866
1904
var aggregate = collection . Aggregate ( )
@@ -1887,6 +1925,8 @@ public void Translate_should_return_expected_result_for_Percentile_with_window()
1887
1925
[ Fact ]
1888
1926
public void Translate_should_return_expected_result_for_Percentile_with_List_input ( )
1889
1927
{
1928
+ RequireServer . Check ( ) . Supports ( Feature . PercentileOperator ) ;
1929
+
1890
1930
var collection = Fixture . Collection ;
1891
1931
var percentiles = new List < double > { 0.25 , 0.5 , 0.75 } ;
1892
1932
0 commit comments