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

◆ node_new()

static RTreeNode * node_new ( bool  kind)
static

Creates a new RTree node.

This function initializes a new RTree node.

Parameters
[in]kindBoolean flag indicating the type of node (e.g.,inner node or not inner node).
Returns
Pointer to the newly created RTreeNode structure.