Package ortus.boxlang.runtime.jdbc.qoq
Class QoQAggregateFunctionDef
java.lang.Object
ortus.boxlang.runtime.jdbc.qoq.QoQAggregateFunctionDef
- All Implemented Interfaces:
BiFunction<List<Object[]>,,List<SQLExpression>, Object> IQoQFunctionDef
- Direct Known Subclasses:
Avg,GroupConcat,Max,Min,Sum
public abstract class QoQAggregateFunctionDef
extends Object
implements IQoQFunctionDef, BiFunction<List<Object[]>,List<SQLExpression>,Object>
I am the abstract class for QoQ function definitions
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen, applyMethods inherited from interface ortus.boxlang.runtime.jdbc.qoq.IQoQFunctionDef
getMinArgs, getName, getReturnType
-
Constructor Details
-
QoQAggregateFunctionDef
public QoQAggregateFunctionDef()
-
-
Method Details
-
isAggregate
public boolean isAggregate()- Specified by:
isAggregatein interfaceIQoQFunctionDef
-