MobilityDB
1.0
|
#include <postgres.h>
#include <catalog/pg_type.h>
#include <fmgr.h>
Go to the source code of this file.
Functions | |
Datum | left_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point is strictly to the left of the temporal point. More... | |
Datum | overleft_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point does not extend to the right of the temporal point. More... | |
Datum | right_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point is strictly to the right of the temporal point. More... | |
Datum | overright_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point does not extend to the left of the temporal point. More... | |
Datum | below_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point is strictly below the temporal point. More... | |
Datum | overbelow_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point does not extend above the temporal point. More... | |
Datum | above_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point is strictly above the temporal point. More... | |
Datum | overabove_npoint_tnpoint (PG_FUNCTION_ARGS) |
Returns true if the network point does not extend below the temporal point. More... | |
Datum | left_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the temporal point is strictly to the left of the network point. More... | |
Datum | overleft_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the temporal point does not extend to the right of the network point. More... | |
Datum | right_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the temporal point is strictly to the right of the network point. More... | |
Datum | overright_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the temporal point does not extend to the left of the network point. More... | |
Datum | below_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the temporal point is strictly below the network point. More... | |
Datum | overbelow_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the temporal point does not extend above the network point. More... | |
Datum | above_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the temporal point is strictly above the network point. More... | |
Datum | overabove_tnpoint_npoint (PG_FUNCTION_ARGS) |
Returns true if the temporal point does not extend below the network point. More... | |