renaming to fix typo
This commit is contained in:
parent
79bd319366
commit
0e24d542b3
@ -9,12 +9,3 @@ AS $$
|
||||
from crankshaft.bayesian_blocks import adaptive_histogram
|
||||
return adaptive_histogram(table_name,column_name)
|
||||
$$ LANGUAGE plpythonu;
|
||||
|
||||
CREATE OR REPLACE FUNCTION
|
||||
cdb_simple_test (
|
||||
)
|
||||
RETURNS NUMERIC
|
||||
|
||||
AS $$
|
||||
return 5
|
||||
$$ LANGUAGE plpythonu;
|
Loading…
Reference in New Issue
Block a user