![]() |
MobilityDB 1.3
|
Accessor functions for temporal circular buffers. More...
Functions | |
Cbuffer * | tcbuffer_end_value (const Temporal *temp) |
Return a copy of the end value of a temporal circular buffer. More... | |
Set * | tcbuffer_points (const Temporal *temp) |
Return the array of points or radius of a temporal circular buffer @csqlfn Tcbuffer_points() More... | |
Set * | tcbuffer_radius (const Temporal *temp) |
Return the array of radii of a temporal circular buffer @csqlfn Tcbuffer_points() More... | |
Cbuffer * | tcbuffer_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... | |
Accessor functions for temporal circular buffers.