Uses of Class
io.trino.metadata.TypeVariableConstraint
-
Packages that use TypeVariableConstraint Package Description io.trino.metadata io.trino.operator.annotations -
-
Uses of TypeVariableConstraint in io.trino.metadata
Methods in io.trino.metadata that return types with arguments of type TypeVariableConstraint Modifier and Type Method Description List<TypeVariableConstraint>Signature. getTypeVariableConstraints()Methods in io.trino.metadata with parameters of type TypeVariableConstraint Modifier and Type Method Description SignatureBuilderSignatureBuilder. typeVariableConstraints(TypeVariableConstraint... typeVariableConstraints)Method parameters in io.trino.metadata with type arguments of type TypeVariableConstraint Modifier and Type Method Description SignatureBuilderSignatureBuilder. typeVariableConstraints(List<TypeVariableConstraint> typeVariableConstraints)Constructor parameters in io.trino.metadata with type arguments of type TypeVariableConstraint Constructor Description Signature(String name, List<TypeVariableConstraint> typeVariableConstraints, List<LongVariableConstraint> longVariableConstraints, TypeSignature returnType, List<TypeSignature> argumentTypes, boolean variableArity)SqlOperator(OperatorType operatorType, List<TypeVariableConstraint> typeVariableConstraints, List<LongVariableConstraint> longVariableConstraints, TypeSignature returnType, List<TypeSignature> argumentTypes, boolean nullable) -
Uses of TypeVariableConstraint in io.trino.operator.annotations
Methods in io.trino.operator.annotations that return types with arguments of type TypeVariableConstraint Modifier and Type Method Description static List<TypeVariableConstraint>FunctionsParserHelper. createTypeVariableConstraints(Collection<TypeParameter> typeParameters, List<ImplementationDependency> dependencies)
-