Sign in
◑
Theme
apache
/
hive
/
refs/heads/master
/
.
/
ql
/
src
/
test
/
queries
/
clientnegative
/
compile_processor.q
blob: c314a940f95c2f47387998e21df93b40eb89cb8c [
file
]
compile
`import org.apache.hadoop.hive.ql.exec.UDF \;
public class Pyth extsfgsfgfsends UDF {
public double evaluate(double a, double b){
return Math.sqrt((a*a) + (b*b)) \;
}
} `
AS GROOVY NAMED
Pyth
.
groovy
;