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

The implementation of SegmentST. More...

Include dependency graph for PseudoDistance.c:

Functions

PGDLLEXPORT Datum distanceSegmentST_TimestampV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (distanceSegmentST_TimestampV1)
 
PGDLLEXPORT Datum distanceSegmentST_PeriodV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (distanceSegmentST_PeriodV1)
 
PGDLLEXPORT Datum distanceSegmentST_PointSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (distanceSegmentST_PointSPV1)
 
PGDLLEXPORT Datum distanceSegmentST_SegmentSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (distanceSegmentST_SegmentSPV1)
 
PGDLLEXPORT Datum distanceSegmentST_BoxSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (distanceSegmentST_BoxSPV1)
 

Detailed Description

The implementation of SegmentST.

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

These functions are documented in the SegmentST/PseudoDistance.h

Function Documentation

PGDLLEXPORT Datum distanceSegmentST_BoxSPV1 ( PG_FUNCTION_ARGS  )

References distanceBoxSP_SegmentSP().

Here is the call graph for this function:

PGDLLEXPORT Datum distanceSegmentST_PeriodV1 ( PG_FUNCTION_ARGS  )

References distancePeriod_Period().

Here is the call graph for this function:

PGDLLEXPORT Datum distanceSegmentST_PointSPV1 ( PG_FUNCTION_ARGS  )

References distanceSegmentSP_PointSP().

Here is the call graph for this function:

PGDLLEXPORT Datum distanceSegmentST_SegmentSPV1 ( PG_FUNCTION_ARGS  )

References distanceSegmentSP_SegmentSP().

Here is the call graph for this function:

PGDLLEXPORT Datum distanceSegmentST_TimestampV1 ( PG_FUNCTION_ARGS  )

References distancePeriod_Timestamp().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( distanceSegmentST_TimestampV1  )
PG_FUNCTION_INFO_V1 ( distanceSegmentST_PeriodV1  )
PG_FUNCTION_INFO_V1 ( distanceSegmentST_PointSPV1  )
PG_FUNCTION_INFO_V1 ( distanceSegmentST_SegmentSPV1  )
PG_FUNCTION_INFO_V1 ( distanceSegmentST_BoxSPV1  )