Uses of Class
io.trino.spi.type.TypeSignatureParameter
Packages that use TypeSignatureParameter
-
Uses of TypeSignatureParameter in io.trino.spi.type
Methods in io.trino.spi.type that return TypeSignatureParameterModifier and TypeMethodDescriptionstatic TypeSignatureParameterTypeSignatureParameter.anonymousField(TypeSignature type) static TypeSignatureParameterTypeSignatureParameter.namedField(String name, TypeSignature type) static TypeSignatureParameterTypeSignatureParameter.namedTypeParameter(NamedTypeSignature namedTypeSignature) static TypeSignatureParameterTypeSignatureParameter.numericParameter(long longLiteral) static TypeSignatureParameterTypeSignatureParameter.typeParameter(TypeSignature typeSignature) static TypeSignatureParameterTypeSignatureParameter.typeVariable(String variable) Methods in io.trino.spi.type that return types with arguments of type TypeSignatureParameterMethods in io.trino.spi.type with parameters of type TypeSignatureParameterModifier and TypeMethodDescriptionstatic TypeSignatureTypeSignature.arrayType(TypeSignatureParameter elementType) static TypeParameterTypeParameter.of(TypeSignatureParameter parameter, TypeManager typeManager) static TypeSignatureTypeSignature.rowType(TypeSignatureParameter... fields) Method parameters in io.trino.spi.type with type arguments of type TypeSignatureParameterModifier and TypeMethodDescriptiondefault TypeTypeManager.getParameterizedType(String baseTypeName, List<TypeSignatureParameter> typeParameters) Gets the type with the specified base type and the given parameters.static TypeSignatureTypeSignature.rowType(List<TypeSignatureParameter> fields) Constructors in io.trino.spi.type with parameters of type TypeSignatureParameterConstructor parameters in io.trino.spi.type with type arguments of type TypeSignatureParameterModifierConstructorDescriptionTypeSignature(String base, List<TypeSignatureParameter> parameters)