|
MobilityDB 1.1
|
Accessor functions for set and span types. More...

Functions | |
| uint32 | datum_hash (Datum d, meosType type) |
| Return the 32-bit hash of a value. More... | |
| uint64 | datum_hash_extended (Datum d, meosType type, uint64 seed) |
| Return the 64-bit hash of a value using a seed. More... | |
| int | geoset_srid (const Set *set) |
| Return the SRID of a geoset point. More... | |
| bool | set_find_value (const Set *s, Datum d, int *loc) |
| General functions for set values composed of an ordered list of distinct values. More... | |
| Datum | set_val_n (const Set *s, int index) |
| Return the n-th value of a set. More... | |
| bool | spanset_find_value (const SpanSet *ss, Datum v, int *loc) |
| General functions for set of disjoint spans. More... | |
| const Span * | spanset_sp_n (const SpanSet *ss, int index) |
| Return the n-th span of a span set. More... | |
Accessor functions for set and span types.