Uses of Class
org.teiid.query.function.FunctionLibrary.ConversionResult
-
Packages that use FunctionLibrary.ConversionResult Package Description org.teiid.query.function -
-
Uses of FunctionLibrary.ConversionResult in org.teiid.query.function
Methods in org.teiid.query.function that return FunctionLibrary.ConversionResult 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.
-