Interface UdfProvider
- All Known Implementing Classes:
UdfTestProvider
public interface UdfProvider
Provider for user-defined functions written in Java. Implementations should be annotated with
AutoService
.-
Method Summary
Modifier and TypeMethodDescriptiondefault Map
<String, AggregateFn<?, ?, ?>> Maps function names to aggregate function implementations.Maps function names to scalar function implementations.
-
Method Details
-
userDefinedScalarFunctions
Maps function names to scalar function implementations. -
userDefinedAggregateFunctions
Maps function names to aggregate function implementations.
-