Uses of Class
org.apache.druid.catalog.model.table.TableFunction.ParameterType
-
Packages that use TableFunction.ParameterType Package Description org.apache.druid.catalog.model.table -
-
Uses of TableFunction.ParameterType in org.apache.druid.catalog.model.table
Methods in org.apache.druid.catalog.model.table that return TableFunction.ParameterType Modifier and Type Method Description TableFunction.ParameterTypeBaseTableFunction.Parameter. type()TableFunction.ParameterTypeTableFunction.ParameterDefn. type()static TableFunction.ParameterTypeTableFunction.ParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static TableFunction.ParameterType[]TableFunction.ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.catalog.model.table with parameters of type TableFunction.ParameterType Constructor Description Parameter(String name, TableFunction.ParameterType type, boolean optional)
-