flux-querybuilder/tests/Functions
davidarendsen df6ff71375 Extract general QueryBuilder logic into an abstract class to make it more maintainable
Signed-off-by: davidarendsen <davidarendsen@hey.com>
2022-12-21 16:02:43 +00:00
..
AggregateWindowTest.php Change optional parameters of aggregateWindow into an array 2022-09-01 12:30:10 +00:00
DuplicateFunctionTest.php Add duplicate() function to Query Builder 2022-09-01 13:47:34 +00:00
FilterFunctionTest.php Extract general QueryBuilder logic into an abstract class to make it more maintainable 2022-12-21 16:02:43 +00:00
FromFunctionTest.php Fix coding style with phpcs PSR-12 standard 2022-08-15 20:28:25 +00:00
GroupFunctionTest.php Fix coding style with phpcs PSR-12 standard 2022-08-15 20:28:25 +00:00
LimitFunctionTest.php Add offset to limit() function 2022-12-16 12:36:01 +00:00
MapFunctionTest.php Add Map expression 2022-10-25 18:41:51 +00:00
MeanFunctionTest.php Add mean() method to Query Builder 2022-09-01 13:29:27 +00:00
RangeFunctionTest.php Fix coding style with phpcs PSR-12 standard 2022-08-15 20:28:25 +00:00
ReduceFunctionTest.php Rename types to Type suffix 2022-08-16 15:49:06 +00:00
SortFunctionTest.php Fix coding style with phpcs PSR-12 standard 2022-08-15 20:28:25 +00:00
WindowFunctionTest.php Improve WindowFucnctionTest 2022-09-01 12:57:36 +00:00