Package io.trino.spi.type
Interface ParametricType
- All Known Implementing Classes:
QuantileDigestParametricType,TimeParametricType,TimestampParametricType,TimestampWithTimeZoneParametricType,TimeWithTimeZoneParametricType
public interface ParametricType
-
Method Summary
Modifier and TypeMethodDescriptioncreateType(TypeManager typeManager, List<TypeParameter> parameters) getName()
-
Method Details
-
getName
String getName() -
createType
-