@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, insert
public IndexedUDFFinder(UDFFinder... usedToolPacks)
public FreeRefFunction findFunction(String name)
AggregatingUDFFinder
null
if
function isn't contained by any registered tool pack.findFunction
in interface UDFFinder
findFunction
in class AggregatingUDFFinder
name
- Name of function.null
if not foundpublic String getFunctionName(int idx)
public int getFunctionIndex(String name)
Copyright © 2020. All rights reserved.