![]() |
MobilityDB 1.3
|
R-tree GiST index for span and span set types. More...
#include "temporal/span_index.h"
#include <assert.h>
#include <float.h>
#include <postgres.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/set.h"
#include "temporal/span.h"
#include "temporal/temporal.h"
Functions | |
bool | span_gist_inner_consistent (const Span *key, const Span *query, StrategyNumber strategy) |
GiST internal-page consistency for span types. More... | |
bool | span_index_leaf_consistent (const Span *key, const Span *query, StrategyNumber strategy) |
Leaf consistency for span types. More... | |
bool | span_index_recheck (StrategyNumber strategy) |
Return true if a recheck is necessary depending on the strategy. More... | |
R-tree GiST index for span and span set types.
rangetypes_gist.c