MobilityDB  1.0
Functions
tnumber_selfuncs.h File Reference

Functions for selectivity estimation of operators on temporal number types. More...

#include <postgres.h>
#include <catalog/pg_operator.h>
#include "temporal.h"
Include dependency graph for tnumber_selfuncs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Datum tnumber_sel (PG_FUNCTION_ARGS)
 Estimate the selectivity value of the operators for temporal numbers. More...
 
Datum tnumber_joinsel (PG_FUNCTION_ARGS)
 Estimate the join selectivity value of the operators for temporal numbers. More...
 

Detailed Description

Functions for selectivity estimation of operators on temporal number types.