Hermes
|
Functions | |
bool | intersectsBoxST_BoxST (const BoxST *boxA, const BoxST *boxB) |
PGDLLEXPORT Datum | intersectsBoxST_BoxSTV1 (PG_FUNCTION_ARGS) |
bool | containsBoxST_PointST (const BoxST *box, const PointST *point) |
bool | containsBoxST_BoxST (const BoxST *boxA, const BoxST *boxB) |
PGDLLEXPORT Datum | containsBoxST_PointSTV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | containsBoxST_BoxSTV1 (PG_FUNCTION_ARGS) |
bool | containsProperlyBoxST_PointST (const BoxST *box, const PointST *point) |
bool | containsProperlyBoxST_BoxST (const BoxST *boxA, const BoxST *boxB) |
PGDLLEXPORT Datum | containsProperlyBoxST_PointSTV1 (PG_FUNCTION_ARGS) |
PGDLLEXPORT Datum | containsProperlyBoxST_BoxSTV1 (PG_FUNCTION_ARGS) |
References containsBoxSP_BoxSP(), containsPeriod_Period(), BoxST::sp, and BoxST::t.
Referenced by consistentGiSTSegmentST(), and containsBoxST_BoxSTV1().
PGDLLEXPORT Datum containsBoxST_BoxSTV1 | ( | PG_FUNCTION_ARGS | ) |
References containsBoxSP_PointSP(), containsPeriod_Timestamp(), PointST::sp, BoxST::sp, PointST::t, and BoxST::t.
Referenced by consistentGiSTSegmentST(), and containsBoxST_PointSTV1().
PGDLLEXPORT Datum containsBoxST_PointSTV1 | ( | PG_FUNCTION_ARGS | ) |
References containsProperlyBoxSP_BoxSP(), containsProperlyPeriod_Period(), BoxST::sp, and BoxST::t.
Referenced by consistentGiSTSegmentST(), and containsProperlyBoxST_BoxSTV1().
PGDLLEXPORT Datum containsProperlyBoxST_BoxSTV1 | ( | PG_FUNCTION_ARGS | ) |
References containsProperlyBoxSP_PointSP(), containsProperlyPeriod_Timestamp(), PointST::sp, BoxST::sp, PointST::t, and BoxST::t.
Referenced by containsProperlyBoxST_PointSTV1().
PGDLLEXPORT Datum containsProperlyBoxST_PointSTV1 | ( | PG_FUNCTION_ARGS | ) |
References intersectsBoxSP_BoxSP(), intersectsPeriod_Period(), BoxST::sp, and BoxST::t.
Referenced by consistentGiSTBoxST(), consistentGiSTSegmentST(), and intersectsBoxST_BoxSTV1().
PGDLLEXPORT Datum intersectsBoxST_BoxSTV1 | ( | PG_FUNCTION_ARGS | ) |