|
Hermes
|
#include "Definition.h"

Functions | |
| Period * | intersectionPeriod_Period (const Period *periodA, const Period *periodB, Period *result) |
| PGDLLEXPORT Datum | intersectionPeriod_PeriodV1 (PG_FUNCTION_ARGS) |
| Period * | unionPeriod_Timestamp (const Period *period, Timestamp ts, Period *result) |
| PGDLLEXPORT Datum | unionPeriod_TimestampV1 (PG_FUNCTION_ARGS) |
| Period * | unionPeriod_Period (const Period *periodA, const Period *periodB, Period *result) |
| PGDLLEXPORT Datum | unionPeriod_PeriodV1 (PG_FUNCTION_ARGS) |
| Period* intersectionPeriod_Period | ( | const Period * | periodA, |
| const Period * | periodB, | ||
| Period * | result | ||
| ) |
References Period::e, and Period::i.
Referenced by atPeriodSegmentST(), atPeriodSPSegmentST(), atPeriodTrajectory(), intersectionPeriod_PeriodV1(), and TrapezoidalSegmentST().
| PGDLLEXPORT Datum intersectionPeriod_PeriodV1 | ( | PG_FUNCTION_ARGS | ) |
References Period::e, and Period::i.
Referenced by unionPeriod_PeriodV1().
| PGDLLEXPORT Datum unionPeriod_PeriodV1 | ( | PG_FUNCTION_ARGS | ) |
References Period::e, and Period::i.
Referenced by unionPeriod_TimestampV1().
| PGDLLEXPORT Datum unionPeriod_TimestampV1 | ( | PG_FUNCTION_ARGS | ) |