MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Ever and always comparison functions for temporal circular buffers. More...

Functions

Datum Always_eq_cbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return true if a temporal circular buffer is always equal to a circular buffer @sqlfn always_eq() More...
 
Datum Always_eq_tcbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return true if a temporal circular buffer is always equal to a circular buffer @sqlfn always_eq() More...
 
Datum Always_eq_tcbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return true if two temporal circular buffers are always equal @sqlfn always_eq() More...
 
Datum Always_ne_cbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return true if a temporal circular buffer is always different from a circular buffer @sqlfn always_ne() More...
 
Datum Always_ne_tcbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return true if a temporal circular buffer is always different from a circular buffer @sqlfn always_ne() More...
 
Datum Always_ne_tcbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return true if two temporal circular buffers are always different @sqlfn always_ne() More...
 
Datum Ever_eq_cbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return true if a temporal circular buffer is ever equal to a circular buffer @sqlfn ever_eq() More...
 
Datum Ever_eq_tcbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return true if a temporal circular buffer is ever equal to a circular buffer @sqlfn ever_eq() More...
 
Datum Ever_eq_tcbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return true if two temporal circular buffers are ever equal @sqlfn ever_eq() More...
 
Datum Ever_ne_cbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return true if a temporal circular buffer is ever different from a circular buffer @sqlfn ever_ne() More...
 
Datum Ever_ne_tcbuffer_cbuffer (PG_FUNCTION_ARGS)
 Return true if a temporal circular buffer is ever different from a circular buffer @sqlfn ever_ne() More...
 
Datum Ever_ne_tcbuffer_tcbuffer (PG_FUNCTION_ARGS)
 Return true if two temporal circular buffers are ever different @sqlfn ever_ne() More...
 

Detailed Description

Ever and always comparison functions for temporal circular buffers.