Package | Description |
---|---|
org.teiid.query.function | |
org.teiid.query.metadata |
Modifier and Type | Method and Description |
---|---|
static FunctionTree |
FunctionTree.getFunctionProcedures(Schema schema) |
FunctionTree |
SystemFunctionManager.getSystemFunctions() |
FunctionTree |
FunctionLibrary.getSystemFunctions() |
FunctionTree[] |
FunctionLibrary.getUserFunctions() |
Constructor and Description |
---|
FunctionLibrary(FunctionTree systemFuncs,
FunctionTree... userFuncs)
Construct the function library.
|
FunctionLibrary(FunctionTree systemFuncs,
FunctionTree... userFuncs)
Construct the function library.
|
Constructor and Description |
---|
TransformationMetadata(VDBMetaData vdbMetadata,
CompositeMetadataStore store,
Map<String,VDBResources.Resource> vdbEntries,
FunctionTree systemFunctions,
Collection<FunctionTree> functionTrees)
TransformationMetadata constructor
|
Constructor and Description |
---|
TransformationMetadata(VDBMetaData vdbMetadata,
CompositeMetadataStore store,
Map<String,VDBResources.Resource> vdbEntries,
FunctionTree systemFunctions,
Collection<FunctionTree> functionTrees)
TransformationMetadata constructor
|
Copyright © 2019. All rights reserved.