MobilityDB 1.1
Data Structures | Functions
temporal_supportfn.h File Reference
#include <postgres.h>
Include dependency graph for temporal_supportfn.h:
This graph shows which files directly or indirectly include this file:

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...