Uses of Class
org.teiid.api.exception.query.InvalidFunctionException
-
Packages that use InvalidFunctionException Package Description org.teiid.query.function -
-
Uses of InvalidFunctionException in org.teiid.query.function
Methods in org.teiid.query.function that throw InvalidFunctionException Modifier and Type Method Description FunctionLibrary.ConversionResult
FunctionLibrary. determineNecessaryConversions(String name, Class<?> returnType, Expression[] args, Class<?>[] types, boolean hasUnknownType)
Get the conversions that are needed to call the named function with arguments of the given type.
-