#include "roundingexpression.h"
Go to the source code of this file.
Classes | |
class | FunctAbsExpression |
Represents XQuery non-standard function fn:abs . More... | |
Defines | |
#define | OUTPUT_ABS_ON_NON_VALUE "" |
#define | OUTPUT_ABS_ON_NON_VALUE "" |
Header file specifying constructors, destructor and functions for functabsexpression.cpp.
Definition in file functabsexpression.h.
#define OUTPUT_ABS_ON_NON_VALUE "" |
The value which is outputted or returned respectively if the argument of rounding function fn:abs
has no result, i.e. the corresponding aggregate function is called on an empty sequence.
Definition at line 48 of file functabsexpression.h.
Referenced by FunctAbsExpression::eval().