Interface Function
- All Known Implementing Classes:
AbstractFunction
public interface Function
- Author:
- Stefan Spiska
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractFunction<Integer>avg(SelectAqlField<?> field) static AbstractFunction<Integer>avg(SelectAqlField<?> field, String as) static AbstractFunction<Integer>count(SelectAqlField<?> field) static AbstractFunction<Integer>count(SelectAqlField<?> field, String as) List<SelectAqlField<?>>static AbstractFunction<Integer>max(SelectAqlField<?> field) static AbstractFunction<Integer>max(SelectAqlField<?> field, String as) static AbstractFunction<Integer>min(SelectAqlField<?> field) static AbstractFunction<Integer>min(SelectAqlField<?> field, String as)
-
Method Details
-
getParameters
List<SelectAqlField<?>> getParameters() -
count
-
count
-
max
-
max
-
min
-
min
-
avg
-
avg
-