32 #ifndef __TPOINT_GIST_H__ 33 #define __TPOINT_GIST_H__ 36 #include <catalog/pg_type.h> 37 #include <utils/builtins.h> 52 StrategyNumber strategy);
Datum tpoint_gist_compress(PG_FUNCTION_ARGS)
GiST compress methods for temporal points.
Definition: tpoint_gist.c:405
Structure to represent spatiotemporal boxes.
Definition: stbox.h:51
Basic functions for temporal types of any subtype.
Datum stbox_gist_consistent(PG_FUNCTION_ARGS)
GiST consistent method for temporal points.
Definition: tpoint_gist.c:314
Datum stbox_gist_penalty(PG_FUNCTION_ARGS)
GiST penalty method for temporal points.
Definition: tpoint_gist.c:512
Datum stbox_gist_union(PG_FUNCTION_ARGS)
GiST union method for temporal points.
Definition: tpoint_gist.c:377
bool stbox_index_consistent_leaf(const STBOX *key, const STBOX *query, StrategyNumber strategy)
Leaf-level consistency for temporal points.
Definition: tpoint_gist.c:76
Datum stbox_gist_picksplit(PG_FUNCTION_ARGS)
GiST picksplit method for temporal points.
Definition: tpoint_gist.c:741
Datum stbox_gist_same(PG_FUNCTION_ARGS)
GiST same method for temporal points.
Definition: tpoint_gist.c:1129
bool tpoint_index_recheck(StrategyNumber strategy)
Determine whether a recheck is necessary depending on the strategy.
Definition: tpoint_gist.c:249