@AutoService(value=UdfProvider.class) public class UdfTestProvider extends java.lang.Object implements UdfProvider
| Modifier and Type | Class and Description |
|---|---|
static class |
UdfTestProvider.HelloWorldFn |
| Constructor and Description |
|---|
UdfTestProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ScalarFn> |
userDefinedScalarFunctions()
Maps function names to scalar function implementations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waituserDefinedAggregateFunctionspublic java.util.Map<java.lang.String,ScalarFn> userDefinedScalarFunctions()
UdfProvideruserDefinedScalarFunctions in interface UdfProvider