Package io.trino.type
Class FunctionParametricType
- java.lang.Object
-
- io.trino.type.FunctionParametricType
-
- All Implemented Interfaces:
ParametricType
public final class FunctionParametricType extends Object implements ParametricType
-
-
Field Summary
Fields Modifier and Type Field Description static FunctionParametricTypeFUNCTION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypecreateType(TypeManager typeManager, List<TypeParameter> parameters)StringgetName()
-
-
-
Field Detail
-
FUNCTION
public static final FunctionParametricType FUNCTION
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceParametricType
-
createType
public Type createType(TypeManager typeManager, List<TypeParameter> parameters)
- Specified by:
createTypein interfaceParametricType
-
-