36 #ifndef __TNUMBER_SELFUNCS_H__ 37 #define __TNUMBER_SELFUNCS_H__ 40 #include <catalog/pg_operator.h> Datum tnumber_sel(PG_FUNCTION_ARGS)
Estimate the selectivity value of the operators for temporal numbers.
Definition: tnumber_selfuncs.c:912
Basic functions for temporal types of any subtype.
Datum tnumber_joinsel(PG_FUNCTION_ARGS)
Estimate the join selectivity value of the operators for temporal numbers.
Definition: tnumber_selfuncs.c:1005