Constructor and Description |
---|
DefaultUDFFinder(java.lang.String[] functionNames,
FreeRefFunction[] functionImpls) |
Modifier and Type | Method and Description |
---|---|
FreeRefFunction |
findFunction(java.lang.String name)
Returns executor by specified name.
|
public DefaultUDFFinder(java.lang.String[] functionNames, FreeRefFunction[] functionImpls)
public FreeRefFunction findFunction(java.lang.String name)
UDFFinder
null
if the function name is unknown.findFunction
in interface UDFFinder
name
- Name of function.Copyright 2022 The Apache Software Foundation or its licensors, as applicable.