@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface SamzaSqlUdf
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
description
Description of the UDF
|
java.lang.String |
name
Name of the UDF
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
enabled
Whether the UDF is enabled or not.
|