|
◆ arithop_tnumber_base1()
Temporal* arithop_tnumber_base1 |
( |
FunctionCallInfo |
fcinfo, |
|
|
Datum(*)(Datum, Datum, Oid, Oid) |
func, |
|
|
TArithmetic |
oper, |
|
|
Temporal * |
temp, |
|
|
Datum |
value, |
|
|
Oid |
basetypid, |
|
|
bool |
invert |
|
) |
| |
Generic arithmetic operator on a temporal number and a number.
- Parameters
-
[in] | fcinfo | Catalog information about the external function |
[in] | func | Arithmetic function |
[in] | oper | Enumeration that states the arithmetic operator |
[in] | temp | Temporal number |
[in] | value | Number |
[in] | basetypid | Oid of the base type |
[in] | invert | True when the base value is the first argument of the function |
|