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