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

◆ inner_consistent()

static bool inner_consistent ( const RTree rtree,
const void *  key,
const void *  query,
RTreeSearchOp  op 
)
static

Return true if an inner node is consistent with the search query.

This is a looser check used for pruning subtrees during traversal.

Parameters
[in]rtreePointer to the RTree structure
[in]keyThe bounding box of the inner node
[in]queryThe bounding box that serves as query
[in]opThe search operation