properly close plpgsql function
This commit is contained in:
parent
3e1cef9958
commit
c47116571f
@ -12,7 +12,7 @@ $$ LANGUAGE plpythonu;
|
||||
-- query: sql query to retrieve all the needed data
|
||||
|
||||
CREATE OR REPLACE FUNCTION CDB_KMeansNonspatial(query TEXT, col_names TEXT[], no_clusters INTEGER, id_col TEXT DEFAULT 'cartodb_id')
|
||||
RETURNS TABLE(cluster_label text, cluster_center text, rowid bigint)
|
||||
RETURNS TABLE(cluster_label text, cluster_center text, rowid bigint) AS $$
|
||||
|
||||
from crankshaft.clustering import kmeans_nonspatial
|
||||
return kmeans_nonspatial(query, colnames, num_clusters, id_col)
|
||||
|
Loading…
Reference in New Issue
Block a user