MobilityDB 1.1
|
#include <postgres.h>
Go to the source code of this file.
Data Structures | |
struct | IndexableFunction |
Support functions for temporal types. More... | |
Functions | |
bool | func_needs_index (Oid funcid, const IndexableFunction *idxfn, IndexableFunction *result) |
Is the function calling the support function one of those we will enhance with index ops? If so, copy the metadata for the function into idxfn and return true. More... | |
Oid | opFamilyAmOid (Oid opfamilyoid) |
We only add index enhancements for indexes that support range-based searches like the && operator), so only implementations based on GIST and SPGIST. More... | |