PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_out_geobuf.c File Reference

Geobuf export functions. More...

#include "geobuf.h"
#include "postgres.h"
#include "utils/builtins.h"
#include "executor/spi.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "lwgeom_log.h"
#include "liblwgeom.h"
Include dependency graph for lwgeom_out_geobuf.c:

Go to the source code of this file.

Functions

 PG_FUNCTION_INFO_V1 (pgis_asgeobuf_transfn)
 Process input parameters and row data into state. More...
 
Datum pgis_asgeobuf_transfn (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (pgis_asgeobuf_finalfn)
 Encode final state to Geobuf. More...
 
Datum pgis_asgeobuf_finalfn (PG_FUNCTION_ARGS)
 

Detailed Description

Geobuf export functions.

Definition in file lwgeom_out_geobuf.c.