public interface UDFFinder
Modifier and Type | Field and Description |
---|---|
static UDFFinder |
DEFAULT
Deprecated.
use AggregatingUDFFinder.DEFAULT instead, deprecated in POI 3.15,
scheduled for removable in POI 3.17
|
Modifier and Type | Method and Description |
---|---|
FreeRefFunction |
findFunction(java.lang.String name)
Returns executor by specified name.
|
@Deprecated static final UDFFinder DEFAULT
FreeRefFunction findFunction(java.lang.String name)
null
if the function name is unknown.name
- Name of function.Copyright 2018 The Apache Software Foundation or its licensors, as applicable.