PostGIS  2.5.7dev-r@@SVN_REVISION@@
geobuf.h File Reference
#include <stdlib.h>
#include "postgres.h"
#include "utils/builtins.h"
#include "utils/array.h"
#include "utils/typcache.h"
#include "utils/lsyscache.h"
#include "catalog/pg_type.h"
#include "catalog/namespace.h"
#include "executor/spi.h"
#include "executor/executor.h"
#include "access/htup_details.h"
#include "access/htup.h"
#include "../postgis_config.h"
#include "liblwgeom.h"
#include "lwgeom_pg.h"
#include "lwgeom_log.h"
#include "geobuf.pb-c.h"
Include dependency graph for geobuf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  geobuf_agg_context
 

Functions

void geobuf_agg_init_context (struct geobuf_agg_context *ctx)
 Initialize aggregation context. More...
 
void geobuf_agg_transfn (struct geobuf_agg_context *ctx)
 Aggregation step. More...
 
uint8_tgeobuf_agg_finalfn (struct geobuf_agg_context *ctx)
 Finalize aggregation. More...