Sign in
apache
/
hawq
/
master
/
.
/
src
/
test
/
feature
/
Ranger
/
sql
/
normal
/
48.sql
blob: 0b288fcddf7b416ad7dcc3432682c683e89287da [
file
] [
log
] [
blame
]
set
session role
=
usertest48
;
CREATE
FUNCTION
scube_accum
(
numeric
,
numeric
)
RETURNS numeric
AS
'select $1 + $2 * $2 * $2'
LANGUAGE SQL IMMUTABLE RETURNS
NULL
ON
NULL
INPUT
;