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

Accessor functions for temporal circular buffers. More...

Functions

Cbuffertcbuffer_end_value (const Temporal *temp)
 Return a copy of the end value of a temporal circular buffer. More...
 
Settcbuffer_points (const Temporal *temp)
 Return the array of points or radius of a temporal circular buffer @csqlfn Tcbuffer_points() More...
 
Settcbuffer_radius (const Temporal *temp)
 Return the array of radii of a temporal circular buffer @csqlfn Tcbuffer_points() More...
 
Cbuffertcbuffer_start_value (const Temporal *temp)
 Return a copy of the start value of a temporal circular buffer. More...
 
bool tcbuffer_value_at_timestamptz (const Temporal *temp, TimestampTz t, bool strict, Cbuffer **value)
 Return the value of a temporal circular buffer at a timestamptz. More...
 
bool tcbuffer_value_n (const Temporal *temp, int n, Cbuffer **result)
 Return a copy of the n-th value of a temporal circular buffer. More...
 
Cbuffer ** tcbuffer_values (const Temporal *temp, int *count)
 Return the array of copies of base values of a temporal circular buffer. More...
 

Detailed Description

Accessor functions for temporal circular buffers.