public interface UdfProvider
AutoService.| Modifier and Type | Method and Description | 
|---|---|
| default java.util.Map<java.lang.String,AggregateFn<?,?,?>> | userDefinedAggregateFunctions()Maps function names to aggregate function implementations. | 
| default java.util.Map<java.lang.String,ScalarFn> | userDefinedScalarFunctions()Maps function names to scalar function implementations. | 
default java.util.Map<java.lang.String,ScalarFn> userDefinedScalarFunctions()
default java.util.Map<java.lang.String,AggregateFn<?,?,?>> userDefinedAggregateFunctions()