#include "aggregatefunctexpression.h"


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