35 #ifndef __TPOINT_SELFUNCS_H__ 36 #define __TPOINT_SELFUNCS_H__ 39 #include <catalog/pg_statistic.h> 40 #include <utils/selfuncs.h> 75 #define MIN_DIMENSION_WIDTH 0.000000001 77 #define STATISTIC_KIND_ND 102 78 #define STATISTIC_KIND_2D 103 79 #define STATISTIC_SLOT_ND 0 80 #define STATISTIC_SLOT_2D 1 85 #define FALLBACK_ND_SEL 0.2 86 #define FALLBACK_ND_JOINSEL 0.3 Functions for gathering statistics from temporal point columns.
Datum tpoint_sel(PG_FUNCTION_ARGS)
Estimate the join selectivity value of the operators for temporal points.
Definition: tpoint_selfuncs.c:810
Functions for temporal points.
Functions for building a cache of type and operator Oids.
Datum tpoint_joinsel(PG_FUNCTION_ARGS)
Estimate the join selectivity value of the operators for temporal points.
Definition: tpoint_selfuncs.c:927