MobilityDB 1.1
Functions

Transformation functions for set and span types. More...

Collaboration diagram for Transformation functions:

Functions

PGDLLEXPORT Datum Floatset_round (PG_FUNCTION_ARGS)
 Set the precision of the float span to the number of decimal places. More...
 
PGDLLEXPORT Datum Floatspan_round (PG_FUNCTION_ARGS)
 Set the precision of the float span to the number of decimal places. More...
 
PGDLLEXPORT Datum Floatspanset_round (PG_FUNCTION_ARGS)
 Set the precision of the float span set to the number of decimal places. More...
 
PGDLLEXPORT Datum Period_shift (PG_FUNCTION_ARGS)
 Shift the period value by the interval. More...
 
PGDLLEXPORT Datum Period_shift_tscale (PG_FUNCTION_ARGS)
 Shift the period value by the interval. More...
 
PGDLLEXPORT Datum Period_tscale (PG_FUNCTION_ARGS)
 Shift the period value by the interval. More...
 
PGDLLEXPORT Datum Periodset_shift (PG_FUNCTION_ARGS)
 Shift a period set by an interval. More...
 
PGDLLEXPORT Datum Periodset_shift_tscale (PG_FUNCTION_ARGS)
 Shift a period set by an interval. More...
 
PGDLLEXPORT Datum Periodset_tscale (PG_FUNCTION_ARGS)
 Shift a period set by an interval. More...
 
PGDLLEXPORT Datum Set_shift (PG_FUNCTION_ARGS)
 Shift the span by a value. More...
 
PGDLLEXPORT Datum Span_shift (PG_FUNCTION_ARGS)
 Shift the span by a value. More...
 
PGDLLEXPORT Datum Spanset_shift (PG_FUNCTION_ARGS)
 Shift a span set by a value. More...
 
PGDLLEXPORT Datum Tstzset_shift (PG_FUNCTION_ARGS)
 Shift a timestamp set by an interval. More...
 
PGDLLEXPORT Datum Tstzset_shift_tscale (PG_FUNCTION_ARGS)
 Shift and scale a timestamp set by the intervals. More...
 
PGDLLEXPORT Datum Tstzset_tscale (PG_FUNCTION_ARGS)
 Scale a timestamp set by an interval. More...
 

Detailed Description

Transformation functions for set and span types.