| Constructor and Description |
|---|
DefaultUDFFinder(String[] functionNames,
FreeRefFunction[] functionImpls) |
| Modifier and Type | Method and Description |
|---|---|
FreeRefFunction |
findFunction(String name)
Returns executor by specified name.
|
public DefaultUDFFinder(String[] functionNames, FreeRefFunction[] functionImpls)
public FreeRefFunction findFunction(String name)
UDFFindernull if the function name is unknown.findFunction in interface UDFFindername - Name of function.Copyright © 2020. All rights reserved.