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