@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface UDFType
Modifier and Type | Optional Element and Description |
---|---|
boolean |
deterministic |
boolean |
distinctLike |
boolean |
impliesOrder
Using in analytical functions to specify that UDF implies an ordering
|
boolean |
stateful |
Copyright © 2012 The Apache Software Foundation