34#ifndef __SPAN_GIST_H__
35#define __SPAN_GIST_H__
39#include <access/stratnum.h>
41#include "general/span.h"
48 StrategyNumber strategy);
50 StrategyNumber strategy);
int span_common_entry_cmp(const void *i1, const void *i2)
R-tree GiST index for time types.
bool span_gist_consistent(const Span *key, const Span *query, StrategyNumber strategy)
GiST internal-page consistency for span types.
Definition: span_gist.c:109
bool span_index_recheck(StrategyNumber strategy)
Return true if a recheck is necessary depending on the strategy.
Definition: span_gist.c:145
bool span_index_consistent_leaf(const Span *key, const Span *query, StrategyNumber strategy)
R-tree GiST index for span and span set types.
Definition: span_gist.c:67
Structure to represent spans (a.k.a.
Definition: meos.h:70