@Internal public final class IndexedUDFFinder extends AggregatingUDFFinder
| Constructor and Description |
|---|
IndexedUDFFinder(UDFFinder... usedToolPacks) |
| Modifier and Type | Method and Description |
|---|---|
FreeRefFunction |
findFunction(String name)
Returns executor by specified name.
|
int |
getFunctionIndex(String name) |
String |
getFunctionName(int idx) |
add, insertpublic IndexedUDFFinder(UDFFinder... usedToolPacks)
public FreeRefFunction findFunction(String name)
AggregatingUDFFindernull if
function isn't contained by any registered tool pack.findFunction in interface UDFFinderfindFunction in class AggregatingUDFFindername - Name of function.null if not foundpublic String getFunctionName(int idx)
public int getFunctionIndex(String name)
Copyright © 2020. All rights reserved.