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