![]() |
MobilityDB 1.3
|
Accessor functions for static circular buffers. More...
Functions | |
uint32 | cbuffer_hash (const Cbuffer *cb) |
Return the 32-bit hash value of a circular buffer. More... | |
uint64 | cbuffer_hash_extended (const Cbuffer *cb, uint64 seed) |
Return the 64-bit hash value of a circular buffer using a seed. More... | |
GSERIALIZED * | cbuffer_point (const Cbuffer *cb) |
Return a copy of the point of a circular buffer. More... | |
double | cbuffer_radius (const Cbuffer *cb) |
Return the radius of a circular buffer. More... | |
Accessor functions for static circular buffers.