macro_rules! bind_call_unary_math_function { ($DF_FUNC: ident, $vm: ident $(,$ARG: ident)*) => { ... }; }
Expand description
use to bind to Data Fusion’s UDF function
P.S: seems due to proc macro issues, can’t just use #[pyfunction]
in here
macro_rules! bind_call_unary_math_function { ($DF_FUNC: ident, $vm: ident $(,$ARG: ident)*) => { ... }; }
use to bind to Data Fusion’s UDF function
P.S: seems due to proc macro issues, can’t just use #[pyfunction]
in here