![]() |
MobilityDB 1.3
|
Comparison functions for temporal circular buffers. More...
Functions | |
Datum | Teq_cbuffer_tcbuffer (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a circular buffer is equal to a temporal circular buffer @sqlfn temporal_teq() More... | |
Datum | Teq_tcbuffer_cbuffer (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a temporal circular buffer is equal to a circular buffer @sqlfn temporal_teq() More... | |
Datum | Tne_cbuffer_tcbuffer (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a circular buffer is different from a temporal circular buffer @sqlfn temporal_tne() More... | |
Datum | Tne_tcbuffer_cbuffer (PG_FUNCTION_ARGS) |
Return a temporal Boolean that states whether a temporal circular buffer is different from a circular buffer @sqlfn temporal_tne() More... | |
Comparison functions for temporal circular buffers.