@Retention(value=RUNTIME)
 @Target(value=METHOD)
public @interface SamzaSqlUdfMethod
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | disableArgumentCheckWhether the argument check needs to be disabled. | 
| SamzaSqlFieldType[] | paramsType of the arguments for the Samza SQL udf method | 
| SamzaSqlFieldType | returnsReturn type for the Samza SQL UDF | 
public abstract boolean disableArgumentCheck
public abstract SamzaSqlFieldType[] params
public abstract SamzaSqlFieldType returns