Class Max
java.lang.Object
ortus.boxlang.runtime.jdbc.qoq.QoQAggregateFunctionDef
ortus.boxlang.runtime.jdbc.qoq.functions.aggregate.Max
- All Implemented Interfaces:
BiFunction<List<Object[]>,
,List<SQLExpression>, Object> IQoQFunctionDef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(List<Object[]> args, List<SQLExpression> expressions) int
getName()
getReturnType
(QoQSelectExecution QoQExec, List<SQLExpression> expressions) Methods inherited from class ortus.boxlang.runtime.jdbc.qoq.QoQAggregateFunctionDef
isAggregate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Max
public Max()
-
-
Method Details
-
getName
-
getReturnType
-
getMinArgs
public int getMinArgs() -
apply
-