|
static SkipList * | aggstate_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) |
| Functions manipulating skiplists. More...
|
|
PGDLLEXPORT Datum | Tagg_deserialize (PG_FUNCTION_ARGS) |
| Deserialize the state value. More...
|
|
PGDLLEXPORT Datum | Tagg_serialize (PG_FUNCTION_ARGS) |
| Serialize the state value. More...
|
|
void | unset_aggregation_context (MemoryContext ctx) |
| Switch to the given memory context. More...
|
|