public class SamzaSqlUdfDisplayInfo extends java.lang.Object implements SqlFunction
| Constructor and Description |
|---|
SamzaSqlUdfDisplayInfo(java.lang.String name,
java.lang.String description,
java.util.List<org.apache.samza.sql.schema.SqlFieldSchema> argumentTypes,
org.apache.samza.sql.schema.SqlFieldSchema returnType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getArgumentTypes()
Gets the argument types of the function as a List.
|
java.lang.String |
getDescription()
Gets the description of the function.
|
java.lang.String |
getName()
Gets the name of the function.
|
java.lang.String |
getReturnType()
Gets the return type of the function.
|
java.lang.String |
toString() |
public SamzaSqlUdfDisplayInfo(java.lang.String name,
java.lang.String description,
java.util.List<org.apache.samza.sql.schema.SqlFieldSchema> argumentTypes,
org.apache.samza.sql.schema.SqlFieldSchema returnType)
public java.lang.String getName()
SqlFunctiongetName in interface SqlFunctionpublic java.lang.String getDescription()
SqlFunctiongetDescription in interface SqlFunctionpublic java.util.List<java.lang.String> getArgumentTypes()
SqlFunctiongetArgumentTypes in interface SqlFunctionpublic java.lang.String getReturnType()
SqlFunctiongetReturnType in interface SqlFunctionpublic java.lang.String toString()
toString in class java.lang.Object