PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
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"
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) |
Geobuf export functions.
Definition in file lwgeom_out_geobuf.c.