Uses of Enum Class
io.trino.spi.function.OperatorType
Packages that use OperatorType
-
Uses of OperatorType in io.trino.spi.function
Methods in io.trino.spi.function that return OperatorTypeModifier and TypeMethodDescriptionFunctionDependencyDeclaration.OperatorDependency.getOperatorType()static OperatorTypeReturns the enum constant of this class with the specified name.static OperatorType[]OperatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.spi.function with parameters of type OperatorTypeModifier and TypeMethodDescriptionFunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.addOperator(OperatorType operatorType, List<Type> parameterTypes) FunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.addOperatorSignature(OperatorType operatorType, List<TypeSignature> parameterTypes) FunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.addOptionalOperator(OperatorType operatorType, List<Type> parameterTypes) FunctionDependencyDeclaration.FunctionDependencyDeclarationBuilder.addOptionalOperatorSignature(OperatorType operatorType, List<TypeSignature> parameterTypes) FunctionDependencyDeclaration.OperatorDependency.fromJson(OperatorType operatorType, List<TypeSignature> argumentTypes, boolean optional) FunctionDependencies.getOperatorImplementation(OperatorType operatorType, List<Type> parameterTypes, InvocationConvention invocationConvention) FunctionDependencies.getOperatorImplementationSignature(OperatorType operatorType, List<TypeSignature> parameterTypes, InvocationConvention invocationConvention) FunctionDependencies.getOperatorNullability(OperatorType operatorType, List<Type> parameterTypes) static FunctionMetadata.BuilderFunctionMetadata.operatorBuilder(OperatorType operatorType)