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

◆ rtree_search_temporal()

int rtree_search_temporal ( const RTree rtree,
RTreeSearchOp  op,
const Temporal temp,
MeosArray result 
)

Search an RTree using a temporal value's bounding box, collecting matching IDs into a MeosArray.

The bounding box is automatically extracted from the temporal value and used as the search query. The result array is reset before the search.

Parameters
[in]rtreeThe RTree to query
[in]opThe search operation
[in]tempThe temporal value whose bounding box serves as query
[out]resultMeosArray of int to collect matching IDs
Returns
Number of matching IDs