@AutoService(value=UdfProvider.class) public class UdfTestProvider extends java.lang.Object implements UdfProvider
Modifier and Type | Class and Description |
---|---|
static class |
UdfTestProvider.HelloWorldFn |
static class |
UdfTestProvider.IncrementFn |
static class |
UdfTestProvider.IsNullFn |
static class |
UdfTestProvider.MatchFn |
static class |
UdfTestProvider.UnusedFn |
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, wait
userDefinedAggregateFunctions
public java.util.Map<java.lang.String,ScalarFn> userDefinedScalarFunctions()
UdfProvider
userDefinedScalarFunctions
in interface UdfProvider