PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
Geobuf export functions. More...
#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 "flatgeobuf.h"
Go to the source code of this file.
Functions | |
PG_FUNCTION_INFO_V1 (pgis_asflatgeobuf_transfn) | |
Process input parameters and row data into state. More... | |
Datum | pgis_asflatgeobuf_transfn (PG_FUNCTION_ARGS) |
PG_FUNCTION_INFO_V1 (pgis_asflatgeobuf_finalfn) | |
Encode final state to FlatGeobuf. More... | |
Datum | pgis_asflatgeobuf_finalfn (PG_FUNCTION_ARGS) |
Geobuf export functions.
Definition in file lwgeom_out_flatgeobuf.c.