Uses of Class
org.teiid.query.function.FunctionLibrary
-
Packages that use FunctionLibrary Package Description org.teiid.query.function org.teiid.query.metadata org.teiid.query.resolver.util -
-
Uses of FunctionLibrary in org.teiid.query.function
Methods in org.teiid.query.function that return FunctionLibrary Modifier and Type Method Description FunctionLibrary
SystemFunctionManager. getSystemFunctionLibrary()
-
Uses of FunctionLibrary in org.teiid.query.metadata
Methods in org.teiid.query.metadata that return FunctionLibrary Modifier and Type Method Description FunctionLibrary
BasicQueryMetadata. getFunctionLibrary()
FunctionLibrary
BasicQueryMetadataWrapper. getFunctionLibrary()
FunctionLibrary
QueryMetadataInterface. getFunctionLibrary()
FunctionLibrary
TransformationMetadata. getFunctionLibrary()
-
Uses of FunctionLibrary in org.teiid.query.resolver.util
Methods in org.teiid.query.resolver.util with parameters of type FunctionLibrary Modifier and Type Method Description static Function
ResolverUtil. getConversion(Expression sourceExpression, String sourceTypeName, String targetTypeName, boolean implicit, FunctionLibrary library)
IMPORTANT: source and target must be basic runtime types
-