Uses of Class
io.trino.spi.function.ScalarFunctionImplementation
Packages that use ScalarFunctionImplementation
-
Uses of ScalarFunctionImplementation in io.trino.spi.function
Methods in io.trino.spi.function that return ScalarFunctionImplementationModifier and TypeMethodDescriptionScalarFunctionImplementation.Builder.build()FunctionDependencies.getCastImplementation(Type fromType, Type toType, InvocationConvention invocationConvention) FunctionDependencies.getCastImplementationSignature(TypeSignature fromType, TypeSignature toType, InvocationConvention invocationConvention) FunctionDependencies.getOperatorImplementation(OperatorType operatorType, List<Type> parameterTypes, InvocationConvention invocationConvention) FunctionDependencies.getOperatorImplementationSignature(OperatorType operatorType, List<TypeSignature> parameterTypes, InvocationConvention invocationConvention) FunctionDependencies.getScalarFunctionImplementation(CatalogSchemaFunctionName name, List<Type> parameterTypes, InvocationConvention invocationConvention) default ScalarFunctionImplementationFunctionProvider.getScalarFunctionImplementation(FunctionId functionId, BoundSignature boundSignature, FunctionDependencies functionDependencies, InvocationConvention invocationConvention) FunctionDependencies.getScalarFunctionImplementationSignature(CatalogSchemaFunctionName name, List<TypeSignature> parameterTypes, InvocationConvention invocationConvention)