34#ifndef __SPAN_INDEX_H__
35#define __SPAN_INDEX_H__
39#include <access/stratnum.h>
42#include "temporal/temporal.h"
49 StrategyNumber strategy);
51 StrategyNumber strategy);
External API of the Mobility Engine Open Source (MEOS) library.
bool span_index_recheck(StrategyNumber strategy)
Return true if a recheck is necessary depending on the strategy.
Definition: span_index.c:141
bool span_index_leaf_consistent(const Span *key, const Span *query, StrategyNumber strategy)
Leaf consistency for span types.
Definition: span_index.c:62
bool span_gist_inner_consistent(const Span *key, const Span *query, StrategyNumber strategy)
GiST internal-page consistency for span types.
Definition: span_index.c:104
int common_entry_cmp(const void *i1, const void *i2)
Basic routines for indexing spans.
Definition: span_gist.c:419
Structure to represent spans (a.k.a.
Definition: meos.h:104