MobilityDB
1.0
|
Temporal comparison operators (=, <>, <, >, <=, >=). More...
Go to the source code of this file.
Functions | |
Datum | teq_base_temporal (PG_FUNCTION_ARGS) |
Datum | teq_temporal_base (PG_FUNCTION_ARGS) |
Datum | teq_temporal_temporal (PG_FUNCTION_ARGS) |
Datum | tne_base_temporal (PG_FUNCTION_ARGS) |
Datum | tne_temporal_base (PG_FUNCTION_ARGS) |
Datum | tne_temporal_temporal (PG_FUNCTION_ARGS) |
Datum | tlt_base_temporal (PG_FUNCTION_ARGS) |
Datum | tlt_temporal_base (PG_FUNCTION_ARGS) |
Datum | tlt_temporal_temporal (PG_FUNCTION_ARGS) |
Datum | tle_base_temporal (PG_FUNCTION_ARGS) |
Datum | tle_temporal_base (PG_FUNCTION_ARGS) |
Datum | tle_temporal_temporal (PG_FUNCTION_ARGS) |
Datum | tgt_base_temporal (PG_FUNCTION_ARGS) |
Datum | tgt_temporal_base (PG_FUNCTION_ARGS) |
Datum | tgt_temporal_temporal (PG_FUNCTION_ARGS) |
Datum | tge_base_temporal (PG_FUNCTION_ARGS) |
Datum | tge_temporal_base (PG_FUNCTION_ARGS) |
Datum | tge_temporal_temporal (PG_FUNCTION_ARGS) |
Temporal * | tcomp_temporal_base1 (const Temporal *temp, Datum value, Oid datumtypid, Datum(*func)(Datum, Datum, Oid, Oid), bool invert) |
Temporal comparison operators (=, <>, <, >, <=, >=).