MCPcopy Create free account
hub / github.com/apache/datafusion / WindowUDF

Class WindowUDF

datafusion/expr/src/udwf.rs:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70/// [`advanced_udwf.rs`]: https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/udf/advanced_udwf.rs
71#[derive(Debug, Clone, PartialOrd)]
72pub struct WindowUDF {
73 inner: Arc<dyn WindowUDFImpl>,
74}
75
76/// Defines how the WindowUDF is shown to users
77impl Display for WindowUDF {

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…