public static class BaseTableFunction.Parameter extends Object implements TableFunction.ParameterDefn
| Constructor and Description |
|---|
Parameter(String name,
TableFunction.ParameterType type,
boolean optional) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOptional() |
String |
name() |
String |
toString() |
TableFunction.ParameterType |
type() |
public Parameter(String name, TableFunction.ParameterType type, boolean optional)
public String name()
name in interface TableFunction.ParameterDefnpublic TableFunction.ParameterType type()
type in interface TableFunction.ParameterDefnpublic boolean isOptional()
isOptional in interface TableFunction.ParameterDefnCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.