Uses of Class
com.databricks.sdk.service.catalog.FunctionParameterType
-
Packages that use FunctionParameterType Package Description com.databricks.sdk.service.catalog -
-
Uses of FunctionParameterType in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return FunctionParameterType Modifier and Type Method Description FunctionParameterTypeFunctionParameterInfo. getParameterType()static FunctionParameterTypeFunctionParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionParameterType[]FunctionParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type FunctionParameterType Modifier and Type Method Description FunctionParameterInfoFunctionParameterInfo. setParameterType(FunctionParameterType parameterType)
-