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

The implementantion of BoxST. More...

Include dependency graph for Casts.c:

Functions

RangeSTBoxST2RangeST (const BoxST *box, RangeST *result)
 
PGDLLEXPORT Datum BoxST2RangeSTV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (BoxST2RangeSTV1)
 

Detailed Description

The implementantion of BoxST.

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

These functions are documented in the BoxST/Casts.h

Function Documentation

RangeST* BoxST2RangeST ( const BoxST box,
RangeST result 
)

References BoxSP2RangeSP(), Period2RangeT(), RangeST::sp, BoxST::sp, RangeST::t, and BoxST::t.

Referenced by BoxST2RangeSTV1().

Here is the call graph for this function:

PGDLLEXPORT Datum BoxST2RangeSTV1 ( PG_FUNCTION_ARGS  )

References BoxST2RangeST().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( BoxST2RangeSTV1  )