Schema
public
Owner
albenard
Descriptions
There is no description for function st_distinct4ma
Options
Option | Value |
---|---|
Returns |
double precision |
Language |
sql |
Parameters |
matrix double precision [] nodatamode text variadic args text [] |
Definition
CREATE OR REPLACE FUNCTION public.st_distinct4ma (
matrix double precision [],
nodatamode text,
variadic args text []
)
RETURNS double precision AS
$span$
SELECT COUNT(DISTINCT unnest)::float FROM unnest($1)
$span$
LANGUAGE 'sql'
IMMUTABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST 100;
This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51 |