34#ifndef __TBOX_INDEX_H__
35#define __TBOX_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.
Structure to represent temporal boxes.
Definition: meos.h:134
bool tbox_index_leaf_consistent(const TBox *key, const TBox *query, StrategyNumber strategy)
Basic routines for indexing temporal values.
Definition: tbox_index.c:73
bool tbox_gist_inner_consistent(const TBox *key, const TBox *query, StrategyNumber strategy)
GiST inner consistent method for temporal numbers.
Definition: tbox_index.c:140
bool tbox_index_recheck(StrategyNumber strategy)
Determine whether a recheck is necessary depending on the strategy.
Definition: tbox_index.c:197