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