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

Class AggregateUDF

datafusion/expr/src/udaf.rs:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79/// [`advanced_udaf.rs`]: https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/udf/advanced_udaf.rs
80#[derive(Debug, Clone, PartialOrd)]
81pub struct AggregateUDF {
82 inner: Arc<dyn AggregateUDFImpl>,
83}
84
85impl PartialEq for AggregateUDF {
86 fn eq(&self, other: &Self) -> bool {

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…