Package | Description |
---|---|
org.teiid.query.function | |
org.teiid.query.function.source |
Modifier and Type | Class and Description |
---|---|
class |
UDFSource |
Modifier and Type | Method and Description |
---|---|
FunctionDescriptor |
FunctionTree.addFunction(String schema,
FunctionMetadataSource source,
FunctionMethod method,
boolean system)
Store the method for function resolution and invocation.
|
Constructor and Description |
---|
FunctionTree(String name,
FunctionMetadataSource source)
Construct a new tree with the given source of function metadata.
|
FunctionTree(String name,
FunctionMetadataSource source,
boolean validateClass)
Construct a new tree with the given source of function metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemSource
This metadata source has metadata for the hard-coded system functions.
|
Copyright © 2019. All rights reserved.