Hermes
 All Data Structures Files Functions Variables Macros Pages
Casts.c File Reference

The implementantion of Period. More...

Include dependency graph for Casts.c:

Functions

RangeTPeriod2RangeT (const Period *period, RangeT *result)
 
PGDLLEXPORT Datum Period2RangeTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (Period2RangeTV1)
 

Detailed Description

The implementantion of Period.

Author
Marios Vodas (mvoda.nosp@m.s@gm.nosp@m.ail.c.nosp@m.om).

These functions are documented in the Period/Casts.h

Function Documentation

RangeT* Period2RangeT ( const Period period,
RangeT result 
)

References RangeT::c, Period::e, Period::i, and RangeT::r.

Referenced by BoxST2RangeST(), and Period2RangeTV1().

PGDLLEXPORT Datum Period2RangeTV1 ( PG_FUNCTION_ARGS  )

References Period2RangeT().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( Period2RangeTV1  )