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

The implementation of SegmentST. More...

Include dependency graph for PseudoRelationalOperators.c:

Functions

PGDLLEXPORT Datum intersectsSegmentST_PeriodV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (intersectsSegmentST_PeriodV1)
 
PGDLLEXPORT Datum intersectsSegmentST_BoxSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (intersectsSegmentST_BoxSPV1)
 
PGDLLEXPORT Datum intersectsSegmentST_SegmentSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (intersectsSegmentST_SegmentSPV1)
 
PGDLLEXPORT Datum containsSegmentST_TimestampV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (containsSegmentST_TimestampV1)
 
PGDLLEXPORT Datum containsSegmentST_PeriodV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (containsSegmentST_PeriodV1)
 
PGDLLEXPORT Datum containsSegmentST_PointSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (containsSegmentST_PointSPV1)
 
PGDLLEXPORT Datum containedSegmentST_PeriodV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (containedSegmentST_PeriodV1)
 
PGDLLEXPORT Datum containedSegmentST_BoxSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (containedSegmentST_BoxSPV1)
 
PGDLLEXPORT Datum withinDistanceSegmentST_RangeSPV1 (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (withinDistanceSegmentST_RangeSPV1)
 

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/PseudoRelationalOperators.h

Function Documentation

PGDLLEXPORT Datum containedSegmentST_BoxSPV1 ( PG_FUNCTION_ARGS  )

References containedSegmentSP_BoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum containedSegmentST_PeriodV1 ( PG_FUNCTION_ARGS  )

References containsPeriod_Period().

Here is the call graph for this function:

PGDLLEXPORT Datum containsSegmentST_PeriodV1 ( PG_FUNCTION_ARGS  )

References containsPeriod_Period().

Here is the call graph for this function:

PGDLLEXPORT Datum containsSegmentST_PointSPV1 ( PG_FUNCTION_ARGS  )

References containsSegmentSP_PointSP().

Here is the call graph for this function:

PGDLLEXPORT Datum containsSegmentST_TimestampV1 ( PG_FUNCTION_ARGS  )

References containsPeriod_Timestamp().

Here is the call graph for this function:

PGDLLEXPORT Datum intersectsSegmentST_BoxSPV1 ( PG_FUNCTION_ARGS  )

References intersectsSegmentSP_BoxSP().

Here is the call graph for this function:

PGDLLEXPORT Datum intersectsSegmentST_PeriodV1 ( PG_FUNCTION_ARGS  )

References intersectsPeriod_Period().

Here is the call graph for this function:

PGDLLEXPORT Datum intersectsSegmentST_SegmentSPV1 ( PG_FUNCTION_ARGS  )

References intersectsSegmentSP_SegmentSP().

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( intersectsSegmentST_PeriodV1  )
PG_FUNCTION_INFO_V1 ( intersectsSegmentST_BoxSPV1  )
PG_FUNCTION_INFO_V1 ( intersectsSegmentST_SegmentSPV1  )
PG_FUNCTION_INFO_V1 ( containsSegmentST_TimestampV1  )
PG_FUNCTION_INFO_V1 ( containsSegmentST_PeriodV1  )
PG_FUNCTION_INFO_V1 ( containsSegmentST_PointSPV1  )
PG_FUNCTION_INFO_V1 ( containedSegmentST_PeriodV1  )
PG_FUNCTION_INFO_V1 ( containedSegmentST_BoxSPV1  )
PG_FUNCTION_INFO_V1 ( withinDistanceSegmentST_RangeSPV1  )
PGDLLEXPORT Datum withinDistanceSegmentST_RangeSPV1 ( PG_FUNCTION_ARGS  )

References withinDistanceSegmentSP_RangeSP().

Here is the call graph for this function: