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

Go to the source code of this file.

Functions

Datum stbox_gist_consistent (PG_FUNCTION_ARGS)
 GiST consistent method for temporal points. More...
 
Datum stbox_gist_union (PG_FUNCTION_ARGS)
 GiST union method for temporal points. More...
 
Datum stbox_gist_penalty (PG_FUNCTION_ARGS)
 GiST penalty method for temporal points. More...
 
Datum stbox_gist_picksplit (PG_FUNCTION_ARGS)
 GiST picksplit method for temporal points. More...
 
Datum stbox_gist_same (PG_FUNCTION_ARGS)
 GiST same method for temporal points. More...
 
Datum tpoint_gist_compress (PG_FUNCTION_ARGS)
 GiST compress methods for temporal points. More...
 
bool tpoint_index_recheck (StrategyNumber strategy)
 Determine whether a recheck is necessary depending on the strategy. More...
 
bool stbox_index_consistent_leaf (const STBOX *key, const STBOX *query, StrategyNumber strategy)
 Leaf-level consistency for temporal points. More...