MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Splitting functions for temporal type types. More...

Functions

Datum Temporal_spans (PG_FUNCTION_ARGS)
 Return an array of spans from a temporal value @sqlfn spans() More...
 
Datum Temporal_split_each_n_spans (PG_FUNCTION_ARGS)
 Return an array of spans from the instants or segments of a temporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous @sqlfn splitEachNSpans() More...
 
Datum Temporal_split_n_spans (PG_FUNCTION_ARGS)
 Return an array of N spans from the instants or segments of a temporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous @sqlfn splitNSpans() More...
 
Datum Tnumber_split_each_n_tboxes (PG_FUNCTION_ARGS)
 Return an array of temporal boxes from the instants or segments of a temporal number, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous @sqlfn splitEachNTboxes() More...
 
Datum Tnumber_split_n_tboxes (PG_FUNCTION_ARGS)
 Return an array of N temporal boxes from the instants or segments of a temporal number, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous @sqlfn splitNTboxes() More...
 
Datum Tnumber_tboxes (PG_FUNCTION_ARGS)
 Return an array of temporal boxes from a temporal number @sqlfn tboxes() More...
 

Detailed Description

Splitting functions for temporal type types.