Uses of Enum
org.apache.druid.catalog.model.table.TableFunction.ParameterType
Packages that use TableFunction.ParameterType
-
Uses of TableFunction.ParameterType in org.apache.druid.catalog.model.table
Methods in org.apache.druid.catalog.model.table that return TableFunction.ParameterTypeModifier and TypeMethodDescriptionBaseTableFunction.Parameter.type()TableFunction.ParameterDefn.type()static TableFunction.ParameterTypeReturns 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.ParameterTypeModifierConstructorDescriptionParameter(String name, TableFunction.ParameterType type, boolean optional)