|
◆ arithop_tnumber_tnumber_ext()
static Datum arithop_tnumber_tnumber_ext |
( |
FunctionCallInfo |
fcinfo, |
|
|
TArithmetic |
oper, |
|
|
Datum(*)(Datum, Datum, meosType, meosType) |
func, |
|
|
bool(*)(const TInstant *, const TInstant *, const TInstant *, const TInstant *, Datum *, TimestampTz *) |
tpfunc |
|
) |
| |
|
static |
Generic arithmetic operator on a temporal numbers.
- Parameters
-
[in] | fcinfo | Catalog information about the external function |
[in] | oper | Enumeration that states the arithmetic operator |
[in] | func | Arithmetic function |
[in] | tpfunc | Function determining the turning point |
|