Uses of Class
org.teiid.query.function.FunctionTree
-
Packages that use FunctionTree Package Description org.teiid.query.function org.teiid.query.metadata -
-
Uses of FunctionTree in org.teiid.query.function
Methods in org.teiid.query.function that return FunctionTree Modifier and Type Method Description static FunctionTree
FunctionTree. getFunctionProcedures(Schema schema)
FunctionTree
FunctionLibrary. getSystemFunctions()
FunctionTree
SystemFunctionManager. getSystemFunctions()
FunctionTree[]
FunctionLibrary. getUserFunctions()
Constructors in org.teiid.query.function with parameters of type FunctionTree Constructor Description FunctionLibrary(FunctionTree systemFuncs, FunctionTree... userFuncs)
Construct the function library. -
Uses of FunctionTree in org.teiid.query.metadata
Constructors in org.teiid.query.metadata with parameters of type FunctionTree Constructor Description TransformationMetadata(VDBMetaData vdbMetadata, CompositeMetadataStore store, Map<String,VDBResources.Resource> vdbEntries, FunctionTree systemFunctions, Collection<FunctionTree> functionTrees)
TransformationMetadata constructorConstructor parameters in org.teiid.query.metadata with type arguments of type FunctionTree Constructor Description TransformationMetadata(VDBMetaData vdbMetadata, CompositeMetadataStore store, Map<String,VDBResources.Resource> vdbEntries, FunctionTree systemFunctions, Collection<FunctionTree> functionTrees)
TransformationMetadata constructor
-