MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
tsequence_meos.c File Reference

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

TSequencetboolseq_from_base_tstzset (bool b, const Set *s)
 Return a temporal boolean discrete sequence from a boolean and a timestamptz set. More...
 
TSequencetboolseq_from_base_tstzspan (bool b, const Span *s)
 Return a temporal boolean sequence from a boolean and a timestamptz span. More...
 
TSequencetboolseq_in (const char *str, interpType interp)
 Return a temporal boolean sequence from its Well-Known Text (WKT) representation. More...
 
TSequencetfloatseq_from_base_tstzset (double d, const Set *s)
 Return a temporal float discrete sequence from a float and a timestamptz set. More...
 
TSequencetfloatseq_from_base_tstzspan (double d, const Span *s, interpType interp)
 Return a temporal float sequence from a float and a timestamptz span. More...
 
TSequencetfloatseq_in (const char *str, interpType interp)
 Return a temporal float sequence from its Well-Known Text (WKT) representation. More...
 
TSequencetintseq_from_base_tstzset (int i, const Set *s)
 Return a temporal integer discrete sequence from an integer and a timestamptz set. More...
 
TSequencetintseq_from_base_tstzspan (int i, const Span *s)
 Return a temporal integer sequence from an integer and a timestamptz span. More...
 
TSequencetintseq_in (const char *str, interpType interp)
 Return a temporal integer sequence from its Well-Known Text (WKT) representation. More...
 
TSequencettextseq_from_base_tstzset (const text *txt, const Set *s)
 Return a temporal text discrete sequence from a text and a timestamptz set. More...
 
TSequencettextseq_from_base_tstzspan (const text *txt, const Span *s)
 Return a temporal text sequence from a text and a timestamptz span. More...
 
TSequencettextseq_in (const char *str, interpType interp)
 Return a temporal text sequence from its Well-Known Text (WKT) representation. More...
 

Detailed Description

General functions for temporal sequences.