MobilityDB
1.0
|
#include <postgres.h>
#include <catalog/pg_type.h>
#include <fmgr.h>
Go to the source code of this file.
Functions | |
Datum | tnpoint_overlaps_sel (PG_FUNCTION_ARGS) |
Estimate the selectivity value of the overlap operator for temporal network points. More... | |
Datum | tnpoint_overlaps_joinsel (PG_FUNCTION_ARGS) |
Estimate the join selectivity value of the overlap operator for temporal network points. More... | |
Datum | tnpoint_contains_sel (PG_FUNCTION_ARGS) |
Estimate the selectivity value of the contains operator for temporal network points. More... | |
Datum | tnpoint_contains_joinsel (PG_FUNCTION_ARGS) |
Estimate the join selectivity value of the contains operator for temporal network points. More... | |
Datum | tnpoint_same_sel (PG_FUNCTION_ARGS) |
Estimate the selectivity value of the same operator for temporal network points. More... | |
Datum | tnpoint_same_joinsel (PG_FUNCTION_ARGS) |
Estimate the join selectivity value of the same operator for temporal network points. More... | |
Datum | tnpoint_adjacent_sel (PG_FUNCTION_ARGS) |
Estimate the selectivity value of the adjacent operator for temporal network points. More... | |
Datum | tnpoint_adjacent_joinsel (PG_FUNCTION_ARGS) |
Estimate the join selectivity value of the adjacent operator for temporal network points. More... | |
Datum | tnpoint_position_sel (PG_FUNCTION_ARGS) |
Estimate the selectivity value of the relative position operators for temporal network points. More... | |
Datum | tnpoint_position_joinsel (PG_FUNCTION_ARGS) |
Estimate the join selectivity value of the relative position operators for temporal network points. More... | |