#include "aggregatefunctexpression.h"
Go to the source code of this file.
Classes | |
class | AggregateFunctAvgExpression |
Represents XQuery standard function fn:avg . More... | |
Defines | |
#define | OUTPUT_AVG_ON_EMPTY_SEQUENCE "" |
#define | OUTPUT_AVG_ON_EMPTY_SEQUENCE "" |
Header file specifying constructors, destructor and functions for aggregatefunctavgexpression.cpp.
Definition in file aggregatefunctavgexpression.h.
#define OUTPUT_AVG_ON_EMPTY_SEQUENCE "" |
The value which is outputted or returned respectively if the argument of aggregate function fn:avg
contains no items, i.e. is called on an empty sequence.
Definition at line 46 of file aggregatefunctavgexpression.h.
Referenced by AggregateFunctAvgExpression::eval().