Package org.teiid.query.function
Class SystemFunctionManager
- java.lang.Object
-
- org.teiid.query.function.SystemFunctionManager
-
public class SystemFunctionManager extends Object
-
-
Constructor Summary
Constructors Constructor Description SystemFunctionManager(Map<String,Datatype> typeMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionLibrary
getSystemFunctionLibrary()
FunctionTree
getSystemFunctions()
-
-
-
Method Detail
-
getSystemFunctions
public FunctionTree getSystemFunctions()
-
getSystemFunctionLibrary
public FunctionLibrary getSystemFunctionLibrary()
-
-