34#ifndef __STBOX_INDEX_H__
35#define __STBOX_INDEX_H__
39#include <access/stratnum.h>
42#include "temporal/temporal.h"
47 StrategyNumber strategy);
49 StrategyNumber strategy);
External API of the Mobility Engine Open Source (MEOS) library.
bool stbox_gist_inner_consistent(const STBox *key, const STBox *query, StrategyNumber strategy)
Inner consistent method for temporal points.
Definition: stbox_index.c:158
bool stbox_index_recheck(StrategyNumber strategy)
Determine whether a recheck is necessary depending on the strategy.
Definition: stbox_index.c:239
bool stbox_index_leaf_consistent(const STBox *key, const STBox *query, StrategyNumber strategy)
Basic routines for indexing temporal numbers.
Definition: stbox_index.c:69
Structure to represent spatiotemporal boxes.
Definition: meos.h:144