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