#include "aggregatefunctexpression.h"


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