Interface TableFunction.ParameterDefn
-
- All Known Implementing Classes:
BaseTableFunction.Parameter
- Enclosing interface:
- TableFunction
public static interface TableFunction.ParameterDefn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOptional()Stringname()TableFunction.ParameterTypetype()
-
-
-
Method Detail
-
name
String name()
-
type
TableFunction.ParameterType type()
-
isOptional
boolean isOptional()
-
-