-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Documented()@TypeQualifier()@Retention(value = RetentionPolicy.RUNTIME) public @interface UDFunction
-
-
Method Summary
Modifier and Type Method Description abstract booleannobuffer()abstract booleandeterministic()abstract booleanhasShortcut()If a function has a shortcut, the namespace can be avoid abstract Stringdescription()-
-
Method Detail
-
nobuffer
abstract boolean nobuffer()
-
deterministic
abstract boolean deterministic()
-
hasShortcut
abstract boolean hasShortcut()
If a function has a shortcut, the namespace can be avoid
-
description
abstract String description()
-
-
-
-