public class AggregatingUDFFinder extends java.lang.Object implements UDFFinder
Constructor and Description |
---|
AggregatingUDFFinder(UDFFinder... usedToolPacks) |
Modifier and Type | Method and Description |
---|---|
void |
add(UDFFinder toolPack)
Add a new toolpack
|
FreeRefFunction |
findFunction(java.lang.String name)
Returns executor by specified name.
|
void |
insert(int index,
UDFFinder toolPack)
Insert a toolpack
|
public AggregatingUDFFinder(UDFFinder... usedToolPacks)
public FreeRefFunction findFunction(java.lang.String name)
null
if
function isn't contained by any registered tool pack.findFunction
in interface UDFFinder
name
- Name of function.null
if not foundpublic void add(UDFFinder toolPack)
toolPack
- the UDF toolpack to addpublic void insert(int index, UDFFinder toolPack)
index
- the index to inserttoolPack
- the UDF toolpack to insertCopyright © 2005-2010 Potix Corporation. All Rights Reserved.