360 Datum geometry_array = 0;
365 p = (
pgis_abs*) PG_GETARG_POINTER(0);
369 elog(ERROR,
"Tolerance not defined");
378 PG_RETURN_DATUM(result);
Datum pgis_accum_finalfn(pgis_abs *p, MemoryContext mctx, FunctionCallInfo fcinfo)
Datum cluster_within_distance_garray(PG_FUNCTION_ARGS)
Datum PGISDirectFunctionCall2(PGFunction func, Datum arg1, Datum arg2)
A modified version of PostgreSQL's DirectFunctionCall2 which allows NULL results; this is required fo...
To pass the internal ArrayBuildState pointer between the transfn and finalfn we need to wrap it into ...