![]() |
MobilityDB 1.3
|
General functions for temporal sequences. More...
#include "temporal/tsequence.h"
#include <assert.h>
#include <math.h>
#include <postgres.h>
#include <utils/float.h>
#include <utils/timestamp.h>
#include <common/hashfn.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/doublen.h"
#include "temporal/postgres_types.h"
#include "temporal/set.h"
#include "temporal/span.h"
#include "temporal/spanset.h"
#include "temporal/tinstant.h"
#include "temporal/temporal_boxops.h"
#include "temporal/type_util.h"
#include "temporal/type_parser.h"
Functions | |
TSequence * | tboolseq_from_base_tstzset (bool b, const Set *s) |
Return a temporal boolean discrete sequence from a boolean and a timestamptz set. More... | |
TSequence * | tboolseq_from_base_tstzspan (bool b, const Span *s) |
Return a temporal boolean sequence from a boolean and a timestamptz span. More... | |
TSequence * | tboolseq_in (const char *str, interpType interp) |
Return a temporal boolean sequence from its Well-Known Text (WKT) representation. More... | |
TSequence * | tfloatseq_from_base_tstzset (double d, const Set *s) |
Return a temporal float discrete sequence from a float and a timestamptz set. More... | |
TSequence * | tfloatseq_from_base_tstzspan (double d, const Span *s, interpType interp) |
Return a temporal float sequence from a float and a timestamptz span. More... | |
TSequence * | tfloatseq_in (const char *str, interpType interp) |
Return a temporal float sequence from its Well-Known Text (WKT) representation. More... | |
TSequence * | tintseq_from_base_tstzset (int i, const Set *s) |
Return a temporal integer discrete sequence from an integer and a timestamptz set. More... | |
TSequence * | tintseq_from_base_tstzspan (int i, const Span *s) |
Return a temporal integer sequence from an integer and a timestamptz span. More... | |
TSequence * | tintseq_in (const char *str, interpType interp) |
Return a temporal integer sequence from its Well-Known Text (WKT) representation. More... | |
TSequence * | ttextseq_from_base_tstzset (const text *txt, const Set *s) |
Return a temporal text discrete sequence from a text and a timestamptz set. More... | |
TSequence * | ttextseq_from_base_tstzspan (const text *txt, const Span *s) |
Return a temporal text sequence from a text and a timestamptz span. More... | |
TSequence * | ttextseq_in (const char *str, interpType interp) |
Return a temporal text sequence from its Well-Known Text (WKT) representation. More... | |
General functions for temporal sequences.