org.apache.hadoop.hive.ql.udf
Annotation Type UDFType


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface UDFType

UDFType.


Optional Element Summary
 boolean deterministic
           
 boolean distinctLike
           
 boolean stateful
           
 

deterministic

public abstract boolean deterministic
Default:
true

stateful

public abstract boolean stateful
Default:
false

distinctLike

public abstract boolean distinctLike
Default:
false


Copyright © 2011 The Apache Software Foundation