MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
skiplist.c File Reference

Functions for manipulating skiplists. More...

#include "temporal/skiplist.h"
#include <executor/spi.h>
#include <libpq/pqformat.h>
#include <meos.h>
#include <meos_internal.h>
#include "temporal/type_util.h"
#include "pg_temporal/temporal.h"

Functions

static SkipListaggstate_read (StringInfo buf)
 Read the state value from the buffer. More...
 
static void aggstate_write (SkipList *state, StringInfo buf)
 Write the state value into the buffer. More...
 
MemoryContext set_aggregation_context (FunctionCallInfo fcinfo)
 Switch to the memory context for aggregation. More...
 
Datum Taggstate_deserialize (PG_FUNCTION_ARGS)
 Deserialize the state value. More...
 
Datum Taggstate_serialize (PG_FUNCTION_ARGS)
 Serialize the state value. More...
 
void unset_aggregation_context (MemoryContext ctx)
 Switch to the given memory context. More...
 

Detailed Description

Functions for manipulating skiplists.