public class AggregatingUDFFinder extends 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(String name)
Returns executor by specified name.
|
void |
insert(int index,
UDFFinder toolPack)
Insert a toolpack
|
public AggregatingUDFFinder(UDFFinder... usedToolPacks)
public FreeRefFunction findFunction(String name)
null if
function isn't contained by any registered tool pack.findFunction in interface UDFFindername - 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 © 2020. All rights reserved.