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