|
MobilityDB
1.0
|
#include <postgres.h>#include <catalog/pg_type.h>#include <utils/builtins.h>#include "general/temporal.h"

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... | |
1.8.13