Skip to main content

register_plugin_udf

Macro register_plugin_udf 

Source
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.