32 #ifndef __TNPOINT_SELFUNCS_H__ 33 #define __TNPOINT_SELFUNCS_H__ 36 #include <catalog/pg_type.h> Datum tnpoint_adjacent_joinsel(PG_FUNCTION_ARGS)
Estimate the join selectivity value of the adjacent operator for temporal network points...
Definition: tnpoint_selfuncs.c:151
Datum tnpoint_adjacent_sel(PG_FUNCTION_ARGS)
Estimate the selectivity value of the adjacent operator for temporal network points.
Definition: tnpoint_selfuncs.c:140
Datum tnpoint_contains_sel(PG_FUNCTION_ARGS)
Estimate the selectivity value of the contains operator for temporal network points.
Definition: tnpoint_selfuncs.c:96
Datum tnpoint_overlaps_joinsel(PG_FUNCTION_ARGS)
Estimate the join selectivity value of the overlap operator for temporal network points.
Definition: tnpoint_selfuncs.c:85
Datum tnpoint_same_joinsel(PG_FUNCTION_ARGS)
Estimate the join selectivity value of the same operator for temporal network points.
Definition: tnpoint_selfuncs.c:129
Datum tnpoint_position_joinsel(PG_FUNCTION_ARGS)
Estimate the join selectivity value of the relative position operators for temporal network points...
Definition: tnpoint_selfuncs.c:183
Datum tnpoint_same_sel(PG_FUNCTION_ARGS)
Estimate the selectivity value of the same operator for temporal network points.
Definition: tnpoint_selfuncs.c:118
Datum tnpoint_contains_joinsel(PG_FUNCTION_ARGS)
Estimate the join selectivity value of the contains operator for temporal network points...
Definition: tnpoint_selfuncs.c:107
Datum tnpoint_overlaps_sel(PG_FUNCTION_ARGS)
Estimate the selectivity value of the overlap operator for temporal network points.
Definition: tnpoint_selfuncs.c:74
Datum tnpoint_position_sel(PG_FUNCTION_ARGS)
Estimate the selectivity value of the relative position operators for temporal network points...
Definition: tnpoint_selfuncs.c:172