PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#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"
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_t * | geobuf_agg_finalfn (struct geobuf_agg_context *ctx) |
Finalize aggregation. More... | |