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