MobilityDB  1.0
Functions
temporal_compops.h File Reference

Temporal comparison operators (=, <>, <, >, <=, >=). More...

#include <postgres.h>
#include <fmgr.h>
#include <catalog/pg_type.h>
#include "temporal.h"
Include dependency graph for temporal_compops.h:
This graph shows which files directly or indirectly include this file:

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)
 
Temporaltcomp_temporal_base1 (const Temporal *temp, Datum value, Oid datumtypid, Datum(*func)(Datum, Datum, Oid, Oid), bool invert)
 

Detailed Description

Temporal comparison operators (=, <>, <, >, <=, >=).