| name | value |
|---|---|
| name | public.st_build_histogram2d |
| return type | public.histogram2d |
| language | PLPGSQL |
| deterministic | NO |
result = public.st_build_histogram2d();
CREATE FUNCTION st_build_histogram2d(histogram2d, text, text) RETURNS histogram2d AS '$libdir/liblwgeom', 'build_lwhistogram2d' LANGUAGE c STABLE STRICT;