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