Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
make_udf_function in datafusion_functions - Rust
[go: Go Back, main page]

Macro make_udf_function

Source
macro_rules! make_udf_function {
    ($UDF:ty, $NAME:ident) => { ... };
}
Expand description

Creates a singleton ScalarUDF of the $UDF function and a function named $NAME which returns that singleton.

This is used to ensure creating the list of ScalarUDF only happens once.