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 Details

    • QoQAggregateFunctionDef

      public QoQAggregateFunctionDef()
  • Method Details