register_plugin_udf!() { /* proc-macro */ }Expand description
Registers a type implementing ScalarUDFImpl as a plugin UDF.
Usage: register_plugin_udf!(MyUdfType);
The type must implement ScalarUDFImpl and Default.
register_plugin_udf!() { /* proc-macro */ }Registers a type implementing ScalarUDFImpl as a plugin UDF.
Usage: register_plugin_udf!(MyUdfType);
The type must implement ScalarUDFImpl and Default.