PostGIS  3.4.0dev-r@@SVN_REVISION@@
lwgeom_in_flatgeobuf.c File Reference
#include <assert.h>
#include "postgres.h"
#include "../postgis_config.h"
#include "lwgeom_pg.h"
#include "liblwgeom.h"
#include "lwgeom_cache.h"
#include "funcapi.h"
#include <executor/spi.h>
#include <utils/builtins.h>
#include "flatgeobuf.h"
Include dependency graph for lwgeom_in_flatgeobuf.c:

Go to the source code of this file.

Functions

static char * get_pgtype (uint8_t column_type)
 
 PG_FUNCTION_INFO_V1 (pgis_tablefromflatgeobuf)
 
Datum pgis_tablefromflatgeobuf (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (pgis_fromflatgeobuf)
 
Datum pgis_fromflatgeobuf (PG_FUNCTION_ARGS)