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

Tile functions for temporal types. More...

Functions

Datum Date_bin (PG_FUNCTION_ARGS)
 Return a span bin in a bin list for date spans @sqlfn getTimeBin() More...
 
Datum Span_bins (PG_FUNCTION_ARGS)
 Return an array of spans obtained by splitting a span with respect to value or time bins @sqlfn bins() More...
 
Datum Spanset_bins (PG_FUNCTION_ARGS)
 Return an array of spans obtained by splitting a spanset with respect to value or time bins @sqlfn bins() More...
 
Datum Tbox_get_time_tile (PG_FUNCTION_ARGS)
 Return a tile in a multidimensional grid for temporal numbers @sqlfn tile() More...
 
Datum Tbox_get_value_tile (PG_FUNCTION_ARGS)
 Return a tile in a multidimensional grid for temporal numbers @sqlfn tile() More...
 
Datum Tbox_get_value_time_tile (PG_FUNCTION_ARGS)
 Return a tile in a multidimensional grid for temporal numbers @sqlfn tile() More...
 
Datum Tbox_time_tiles (PG_FUNCTION_ARGS)
 Return the tile list of a temporal box @sqlfn valueTimeTiles() More...
 
Datum Tbox_value_tiles (PG_FUNCTION_ARGS)
 Return the tile list of a temporal box @sqlfn valueTimeTiles() More...
 
Datum Tbox_value_time_tiles (PG_FUNCTION_ARGS)
 Return the tile list of a temporal box @sqlfn valueTimeTiles() More...
 
Datum Temporal_time_bins (PG_FUNCTION_ARGS)
 Return the value spans of a temporal number split with respect to value bins @sqlfn timeSpans() More...
 
Datum Temporal_time_split (PG_FUNCTION_ARGS)
 Return the fragments of a temporal value split according to time bins @sqlfn timeSplit() More...
 
Datum Timestamptz_bin (PG_FUNCTION_ARGS)
 Return a span bin in a bin list for timestamptz spans @sqlfn getTimeBin() More...
 
Datum Tnumber_time_boxes (PG_FUNCTION_ARGS)
 Return the temporal boxes of a temporal number split with respect to time bins @sqlfn timeBoxes() More...
 
Datum Tnumber_value_bins (PG_FUNCTION_ARGS)
 Return the value spans of a temporal number split with respect to value bins @sqlfn valueSpans() More...
 
Datum Tnumber_value_boxes (PG_FUNCTION_ARGS)
 Return the temporal boxes of a temporal number split with respect to value bins @sqlfn valueBoxes() More...
 
Datum Tnumber_value_split (PG_FUNCTION_ARGS)
 Return the fragments of a temporal number split according to value bins @sqlfn valueSplit() More...
 
Datum Tnumber_value_time_boxes (PG_FUNCTION_ARGS)
 Return the temporal boxes of a temporal number split with respect to a value and time grid @sqlfn valueTimeBoxes() More...
 
Datum Tnumber_value_time_split (PG_FUNCTION_ARGS)
 Return the fragments of a temporal number split according to value and time bins @sqlfn valueTimeSplit() More...
 
Datum Value_bin (PG_FUNCTION_ARGS)
 Return a span bin in a bin list for number spans @sqlfn getValueBin() More...
 

Detailed Description

Tile functions for temporal types.