PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwgeom_window.c File Reference
#include "../postgis_config.h"
#include "postgres.h"
#include "funcapi.h"
#include "windowapi.h"
#include "liblwgeom.h"
#include "lwunionfind.h"
#include "lwgeom_geos.h"
#include "lwgeom_log.h"
#include "lwgeom_pg.h"
Include dependency graph for lwgeom_window.c:

Go to the source code of this file.

Data Structures

struct  kmeans_context
 
struct  dbscan_cluster_result
 
struct  dbscan_context
 

Functions

Datum ST_ClusterDBSCAN (PG_FUNCTION_ARGS)
 
Datum ST_ClusterKMeans (PG_FUNCTION_ARGS)
 
static LWGEOMread_lwgeom_from_partition (WindowObject win_obj, uint32_t i, bool *is_null)
 
 PG_FUNCTION_INFO_V1 (ST_ClusterDBSCAN)
 
 PG_FUNCTION_INFO_V1 (ST_ClusterKMeans)