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