Schema
Owner
postgres
Descriptions
There is no description for function overlaps_nd
Options
Option | Value |
---|---|
Returns |
boolean |
Language |
sql |
Parameters |
public.geometry public.gidx |
Definition
CREATE OR REPLACE FUNCTION public.overlaps_nd (
public.geometry,
public.gidx
)
RETURNS boolean AS
$span$
SELECT $2 OPERATOR(public.&&&) $1;
$span$
LANGUAGE 'sql'
IMMUTABLE
RETURNS NULL ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 13/03/2014 13:23 |