MobilityDB 1.1
Macros | Functions
skiplist.h File Reference
#include <postgres.h>
#include <fmgr.h>
#include <utils/palloc.h>
#include "general/temporal.h"
#include "pg_general/temporal.h"
Include dependency graph for skiplist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INPUT_AGG_COMB_STATE(fcinfo, state1, state2)
 
#define INPUT_AGG_TRANS_STATE(fcinfo, state)
 Helper macros to input the current aggregate state. More...
 

Functions

FunctionCallInfo fetch_fcinfo ()
 Skiplist data structure used for performing aggregates. More...
 
MemoryContext set_aggregation_context (FunctionCallInfo fcinfo)
 Functions manipulating skiplists. More...
 
void store_fcinfo (FunctionCallInfo fcinfo)
 Store in the cache the fcinfo of the external function. More...
 
void unset_aggregation_context (MemoryContext ctx)
 Switch to the given memory context. More...