MobilityDB 1.1
Functions

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

Collaboration diagram for Constructor functions:

Functions

PGDLLEXPORT Datum Set_constructor (PG_FUNCTION_ARGS)
 Construct a set from an array of values. More...
 
PGDLLEXPORT Datum Span_constructor (PG_FUNCTION_ARGS)
 Construct a span from the four arguments. More...
 
PGDLLEXPORT Datum Spanset_constructor (PG_FUNCTION_ARGS)
 Construct a span set from an array of span values. More...
 

Detailed Description

Constructor functions for set and span types.