MobilityDB
1.3
Loading...
Searching...
No Matches
meos
src
temporal
temporal_restrict.c
tcontseq_at_timestamptz
tcontseq_at_tstzset
tcontseq_at_tstzspan
tcontseq_at_tstzspanset1
tcontseq_minus_timestamp_iter
tcontseq_minus_timestamptz
tcontseq_minus_tstzset
tcontseq_minus_tstzset_iter
tcontseq_minus_tstzspan
tcontseq_minus_tstzspan_iter
tcontseq_minus_tstzspanset_iter
tcontseq_restrict_minmax
tcontseq_restrict_tstzspanset
tcontseq_restrict_value
tcontseq_restrict_value_iter
tcontseq_restrict_values
tdiscseq_at_timestamptz
tdiscseq_minus_timestamptz
tdiscseq_restrict_minmax
tdiscseq_restrict_tstzset
tdiscseq_restrict_tstzspan
tdiscseq_restrict_tstzspanset
tdiscseq_restrict_value
tdiscseq_restrict_values
tdiscseq_value_at_timestamptz
temporal_bbox_restrict_set
temporal_bbox_restrict_value
temporal_restrict_minmax
temporal_restrict_timestamptz
temporal_restrict_tstzset
temporal_restrict_tstzspan
temporal_restrict_tstzspanset
temporal_restrict_value
temporal_restrict_values
temporal_value_at_timestamptz
tinstant_restrict_timestamptz
tinstant_restrict_tstzset
tinstant_restrict_tstzset_test
tinstant_restrict_tstzspan
tinstant_restrict_tstzspanset
tinstant_restrict_tstzspanset_test
tinstant_restrict_value
tinstant_restrict_values
tinstant_restrict_values_test
tnumber_at_tbox
tnumber_bbox_restrict_span
tnumber_minus_tbox
tnumber_restrict_span
tnumber_restrict_spanset
tnumberinst_restrict_span
tnumberinst_restrict_span_test
tnumberinst_restrict_spanset
tnumberinst_restrict_spanset_test
tnumbersegm_restrict_span
tnumberseq_cont_restrict_span
tnumberseq_cont_restrict_span_iter
tnumberseq_cont_restrict_spanset
tnumberseq_cont_restrict_spanset_iter
tnumberseq_disc_restrict_span
tnumberseq_disc_restrict_spanset
tnumberseqset_restrict_span
tnumberseqset_restrict_spanset
tsegment_at_timestamptz
tsegment_restrict_value
tsequence_at_timestamptz
tsequence_at_values_iter
tsequence_restrict_tstzspan
tsequence_restrict_tstzspanset
tsequenceset_restrict_minmax
tsequenceset_restrict_timestamptz
tsequenceset_restrict_tstzset
tsequenceset_restrict_tstzspan
tsequenceset_restrict_tstzspanset
tsequenceset_restrict_value
tsequenceset_restrict_values
◆
tnumbersegm_restrict_span()
static int tnumbersegm_restrict_span
(
const
TInstant
*
inst1
,
const
TInstant
*
inst2
,
interpType
interp
,
bool
lower_inc
,
bool
upper_inc
,
const
Span
*
s
,
bool
atfunc
,
TSequence
**
result
)
static
Restrict a segment of a temporal number to (the complement of) a span.
Parameters
[in]
inst1,inst2
Temporal
instants defining the segment
[in]
lower_inc,upper_inc
Upper and lower bounds of the segment
[in]
interp
Interpolation of the segment
[in]
s
Span
of base values
[in]
atfunc
True if the restriction is
at
, false for
minus
[out]
result
Array on which the pointers of the newly constructed sequence is stored
Generated by
1.9.5