MobilityDB 1.3
Loading...
Searching...
No Matches

◆ tbox_gist_inner_consistent()

bool tbox_gist_inner_consistent ( const TBox key,
const TBox query,
StrategyNumber  strategy 
)

GiST inner consistent method for temporal numbers.

Return 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