pub type MultiColumnWindowUDF = PythonFunctionWindowUDF;Expand description
Backward-compatible alias for downstream crates that referenced the
previous struct name. New code should use PythonFunctionWindowUDF.
Aliased Typeยง
pub struct MultiColumnWindowUDF { /* private fields */ }