MobilityDB  1.0

◆ stbox_gist_consistent_internal()

static bool stbox_gist_consistent_internal ( const STBOX key,
const STBOX query,
StrategyNumber  strategy 
)
static

Internal-page consistent method for temporal points.

Returns false if for all data items x below entry, the predicate x op query must be false, where op is the oper corresponding to strategy in the pg_amop table.

Parameters
[in]keyElement in the index
[in]queryValue being looked up in the index
[in]strategyOperator of the operator class being applied