Uses of Class
org.apache.pinot.common.function.TransformFunctionType
-
Packages that use TransformFunctionType Package Description org.apache.pinot.common.function -
-
Uses of TransformFunctionType in org.apache.pinot.common.function
Methods in org.apache.pinot.common.function that return TransformFunctionType Modifier and Type Method Description static TransformFunctionTypeTransformFunctionType. getTransformFunctionType(String functionName)Returns the corresponding transform function type for the given function name.static TransformFunctionTypeTransformFunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformFunctionType[]TransformFunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-