#include "aggregatefunctexpression.h"


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