![]() |
MobilityDB 1.3
|
Position functions for box types. More...
Functions | |
Datum | After_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is after the second one @sqlfn tbox_after() More... | |
Datum | Before_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is before the second one @sqlfn tbox_before() More... | |
Datum | Left_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is to the left of the second one @sqlfn tbox_left() More... | |
Datum | Overafter_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is not before the second one @sqlfn tbox_overafter() More... | |
Datum | Overbefore_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is not after the second one @sqlfn tbox_overbefore() More... | |
Datum | Overleft_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box does not extend to the right of the second one @sqlfn tbox_overleft() More... | |
Datum | Overright_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box does not extend to the left of the second one @sqlfn tbox_overright() More... | |
Datum | Right_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is to the right of the second one @sqlfn tbox_right() More... | |
Position functions for box types.