MobilityDB 1.1
Functions
tnumber_distance.c File Reference
#include "general/tnumber_distance.h"
#include <float.h>
#include <math.h>
#include <postgres.h>
#include <fmgr.h>
#include <meos.h>
#include <meos_internal.h>
#include "general/temporaltypes.h"
#include "general/lifting.h"
#include "pg_general/meos_catalog.h"
Include dependency graph for tnumber_distance.c:

Functions

PGDLLEXPORT Datum Distance_number_tnumber (PG_FUNCTION_ARGS)
 Return the temporal distance between a number and a temporal number. More...
 
PGDLLEXPORT Datum Distance_tnumber_number (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal number and a number. More...
 
PGDLLEXPORT Datum Distance_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return the temporal distance between two temporal numbers. More...
 
PGDLLEXPORT Datum NAD_number_tnumber (PG_FUNCTION_ARGS)
 Return the temporal distance between a number and a temporal number. More...
 
PGDLLEXPORT Datum NAD_tbox_tbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between the temporal boxes. More...
 
PGDLLEXPORT Datum NAD_tbox_tnumber (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal box and a temporal number. More...
 
PGDLLEXPORT Datum NAD_tnumber_number (PG_FUNCTION_ARGS)
 Return the temporal distance between a temporal number and a number. More...
 
PGDLLEXPORT Datum NAD_tnumber_tbox (PG_FUNCTION_ARGS)
 Return the nearest approach distance between a temporal number and a temporal box. More...
 
PGDLLEXPORT Datum NAD_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return the nearest approach distance between the temporal numbers. More...