MobilityDB  1.0
Functions
tnumber_gist.h File Reference
#include <postgres.h>
#include <catalog/pg_type.h>
#include "temporal.h"
Include dependency graph for tnumber_gist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Datum tbox_gist_union (PG_FUNCTION_ARGS)
 GiST union method for temporal numbers. More...
 
Datum tbox_gist_penalty (PG_FUNCTION_ARGS)
 GiST penalty method for temporal boxes. More...
 
Datum tbox_gist_picksplit (PG_FUNCTION_ARGS)
 GiST picksplit method for temporal numbers. More...
 
Datum tnumber_gist_consistent (PG_FUNCTION_ARGS)
 GiST consistent method for temporal numbers. More...
 
Datum tnumber_gist_compress (PG_FUNCTION_ARGS)
 GiST compress method for temporal numbers. More...
 
Datum tbox_gist_same (PG_FUNCTION_ARGS)
 GiST same method for temporal numbers. More...
 
int interval_cmp_lower (const void *i1, const void *i2)
 Interval comparison function by lower bound of the interval;. More...
 
int interval_cmp_upper (const void *i1, const void *i2)
 Interval comparison function by upper bound of the interval;. More...
 
float non_negative (float val)
 Replace negative (or NaN) value with zero. More...
 
bool tbox_index_consistent_leaf (const TBOX *key, const TBOX *query, StrategyNumber strategy)
 Leaf-level consistency for temporal numbers. More...